delphimvcframework/ideexpert/DMVC.Expert.Forms.NewUnitWizard.dfm
danieleteti 68743b90f0 Added the following parameters and features to the IDEExpert:
ActionFiltersMethods
ConfigurationBlock
ServerPort
Minor Fixes
2016-02-24 22:37:13 +01:00

97 lines
2.0 KiB
Plaintext

object frmDMVCNewUnit: TfrmDMVCNewUnit
Left = 0
Top = 0
Caption = 'New DMVC Controller Unit Wizard'
ClientHeight = 199
ClientWidth = 262
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 = (
262
199)
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 246
Height = 152
Anchors = [akLeft, akTop, akRight]
Caption = 'Controller Unit Options'
TabOrder = 0
DesignSize = (
246
152)
object lblClassName: TLabel
Left = 16
Top = 94
Width = 105
Height = 13
Caption = 'Controller Class Name'
end
object edtClassName: TEdit
Left = 14
Top = 113
Width = 220
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 1
end
object chkCreateIndexMethod: TCheckBox
Left = 16
Top = 32
Width = 218
Height = 17
Anchors = [akLeft, akTop, akRight]
Caption = 'Create Index Method'
Checked = True
State = cbChecked
TabOrder = 0
end
object chkCreateActionFiltersMethods: TCheckBox
Left = 16
Top = 55
Width = 236
Height = 17
Anchors = [akLeft, akTop, akRight]
Caption = 'Create Action Filters Methods'
Checked = True
State = cbChecked
TabOrder = 2
end
end
object btnOK: TButton
Left = 98
Top = 166
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
ExplicitTop = 130
end
object btnCancel: TButton
Left = 179
Top = 166
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
ExplicitTop = 130
end
end