delphimvcframework/ideexpert/DMVC.Expert.Forms.NewProjectWizard.dfm

154 lines
3.1 KiB
Plaintext

object frmDMVCNewProject: TfrmDMVCNewProject
Left = 0
Top = 0
Caption = 'New DMVCFramework Project Wizard'
ClientHeight = 394
ClientWidth = 336
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 = (
336
394)
PixelsPerInch = 96
TextHeight = 13
object lblWbModule: TLabel
Left = 24
Top = 45
Width = 114
Height = 13
Caption = 'WebModule Class Name'
end
object Label2: TLabel
Left = 24
Top = 298
Width = 55
Height = 13
Caption = 'Server Port'
end
object gbControllerUnitOptions: TGroupBox
Left = 8
Top = 144
Width = 320
Height = 137
Anchors = [akLeft, akTop, akRight]
Caption = 'Controller Unit Options'
TabOrder = 2
DesignSize = (
320
137)
object lblClassName: TLabel
Left = 16
Top = 86
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
Width = 288
Height = 17
Anchors = [akLeft, akTop, akRight]
Caption = 'Create Index And Sample Methods'
Checked = True
State = cbChecked
TabOrder = 0
end
object edtClassName: TEdit
Left = 16
Top = 105
Width = 288
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 1
end
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
end
object btnOK: TButton
Left = 172
Top = 361
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object btnCancel: TButton
Left = 253
Top = 361
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object chkCreateControllerUnit: TCheckBox
Left = 24
Top = 107
Width = 269
Height = 17
Anchors = [akLeft, akTop, akRight]
Caption = 'Create Controller Unit'
Checked = True
State = cbChecked
TabOrder = 1
OnClick = chkCreateControllerUnitClick
end
object chkAddToProjectGroup: TCheckBox
Left = 24
Top = 8
Width = 320
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
Width = 288
Height = 21
TabOrder = 5
end
object edtServerPort: TEdit
Left = 24
Top = 317
Width = 65
Height = 21
TabOrder = 6
TextHint = '8080'
end
end