2016-02-23 01:41:13 +01:00
|
|
|
object frmDMVCNewProject: TfrmDMVCNewProject
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
2016-02-24 22:37:13 +01:00
|
|
|
Caption = 'New DMVCFramework Project Wizard'
|
|
|
|
ClientHeight = 394
|
|
|
|
ClientWidth = 336
|
2016-02-23 01:41:13 +01:00
|
|
|
Color = clBtnFace
|
|
|
|
Constraints.MinHeight = 145
|
|
|
|
Constraints.MinWidth = 250
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
Font.Style = []
|
|
|
|
OldCreateOrder = False
|
|
|
|
Position = poMainFormCenter
|
|
|
|
OnCreate = FormCreate
|
|
|
|
DesignSize = (
|
2016-02-24 22:37:13 +01:00
|
|
|
336
|
|
|
|
394)
|
2016-02-23 01:41:13 +01:00
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
|
|
|
object lblWbModule: TLabel
|
|
|
|
Left = 24
|
|
|
|
Top = 45
|
|
|
|
Width = 114
|
|
|
|
Height = 13
|
|
|
|
Caption = 'WebModule Class Name'
|
|
|
|
end
|
2016-02-24 22:37:13 +01:00
|
|
|
object Label2: TLabel
|
|
|
|
Left = 24
|
|
|
|
Top = 298
|
|
|
|
Width = 55
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Server Port'
|
|
|
|
end
|
2016-02-23 01:41:13 +01:00
|
|
|
object gbControllerUnitOptions: TGroupBox
|
|
|
|
Left = 8
|
|
|
|
Top = 144
|
2016-02-24 22:37:13 +01:00
|
|
|
Width = 320
|
|
|
|
Height = 137
|
2016-02-23 01:41:13 +01:00
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
|
Caption = 'Controller Unit Options'
|
|
|
|
TabOrder = 2
|
|
|
|
DesignSize = (
|
2016-02-24 22:37:13 +01:00
|
|
|
320
|
|
|
|
137)
|
2016-02-23 01:41:13 +01:00
|
|
|
object lblClassName: TLabel
|
|
|
|
Left = 16
|
2016-02-24 22:37:13 +01:00
|
|
|
Top = 86
|
2016-02-23 01:41:13 +01:00
|
|
|
Width = 105
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Controller Class Name'
|
|
|
|
end
|
|
|
|
object Label1: TLabel
|
|
|
|
Left = 16
|
|
|
|
Top = -48
|
|
|
|
Width = 31
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Label1'
|
|
|
|
end
|
|
|
|
object chkCreateIndexMethod: TCheckBox
|
|
|
|
Left = 16
|
|
|
|
Top = 31
|
2016-02-24 22:37:13 +01:00
|
|
|
Width = 288
|
2016-02-23 01:41:13 +01:00
|
|
|
Height = 17
|
|
|
|
Anchors = [akLeft, akTop, akRight]
|
2016-09-05 16:19:15 +02:00
|
|
|
Caption = 'Create Index And Sample Methods'
|
2016-02-23 01:41:13 +01:00
|
|
|
Checked = True
|
|
|
|
State = cbChecked
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object edtClassName: TEdit
|
|
|
|
Left = 16
|
2016-02-24 22:37:13 +01:00
|
|
|
Top = 105
|
|
|
|
Width = 288
|
2016-02-23 01:41:13 +01:00
|
|
|
Height = 21
|
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
2016-02-24 22:37:13 +01:00
|
|
|
object chkCreateActionFiltersMethods: TCheckBox
|
|
|
|
Left = 16
|
|
|
|
Top = 54
|
|
|
|
Width = 288
|
|
|
|
Height = 17
|
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
|
Caption = 'Create Action Filters Methods'
|
|
|
|
Checked = True
|
|
|
|
State = cbChecked
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
2016-02-23 01:41:13 +01:00
|
|
|
end
|
|
|
|
object btnOK: TButton
|
2016-02-24 22:37:13 +01:00
|
|
|
Left = 172
|
|
|
|
Top = 361
|
2016-02-23 01:41:13 +01:00
|
|
|
Width = 75
|
|
|
|
Height = 25
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
Caption = 'OK'
|
|
|
|
Default = True
|
|
|
|
ModalResult = 1
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object btnCancel: TButton
|
2016-02-24 22:37:13 +01:00
|
|
|
Left = 253
|
|
|
|
Top = 361
|
2016-02-23 01:41:13 +01:00
|
|
|
Width = 75
|
|
|
|
Height = 25
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
Cancel = True
|
|
|
|
Caption = 'Cancel'
|
|
|
|
ModalResult = 2
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
|
|
|
object chkCreateControllerUnit: TCheckBox
|
|
|
|
Left = 24
|
|
|
|
Top = 107
|
2016-02-24 22:37:13 +01:00
|
|
|
Width = 269
|
2016-02-23 01:41:13 +01:00
|
|
|
Height = 17
|
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
|
Caption = 'Create Controller Unit'
|
|
|
|
Checked = True
|
|
|
|
State = cbChecked
|
|
|
|
TabOrder = 1
|
|
|
|
OnClick = chkCreateControllerUnitClick
|
|
|
|
end
|
|
|
|
object chkAddToProjectGroup: TCheckBox
|
|
|
|
Left = 24
|
2016-02-24 22:37:13 +01:00
|
|
|
Top = 8
|
|
|
|
Width = 320
|
2016-02-23 01:41:13 +01:00
|
|
|
Height = 17
|
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
|
Caption = 'Add to Existing Project Group'
|
|
|
|
Checked = True
|
|
|
|
State = cbChecked
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object edtWebModuleName: TEdit
|
|
|
|
Left = 24
|
|
|
|
Top = 64
|
2016-02-24 22:37:13 +01:00
|
|
|
Width = 288
|
2016-02-23 01:41:13 +01:00
|
|
|
Height = 21
|
|
|
|
TabOrder = 5
|
|
|
|
end
|
2016-02-24 22:37:13 +01:00
|
|
|
object edtServerPort: TEdit
|
|
|
|
Left = 24
|
|
|
|
Top = 317
|
|
|
|
Width = 65
|
|
|
|
Height = 21
|
|
|
|
TabOrder = 6
|
|
|
|
TextHint = '8080'
|
|
|
|
end
|
2016-02-23 01:41:13 +01:00
|
|
|
end
|