lazarus/doceditor/frmmakeskel.lfm
paul 8cd529b88e lazde: patch by Alexey Lagunov:
- convert resources to $R
  - start localization
  - fix layout and other cosmetic changes

git-svn-id: trunk@23737 -
2010-02-19 02:59:18 +00:00

261 lines
6.2 KiB
Plaintext

object MakeSkelForm: TMakeSkelForm
Left = 473
Height = 391
Top = 237
Width = 486
HorzScrollBar.Page = 412
VertScrollBar.Page = 276
Caption = 'Create new file from pascal source'
ClientHeight = 391
ClientWidth = 486
Position = poScreenCenter
LCLVersion = '0.9.29'
object Label1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = EPackage
AnchorSideTop.Side = asrBottom
Left = 6
Height = 18
Top = 65
Width = 73
BorderSpacing.Around = 6
Caption = 'I&nput file'
Color = clBtnFace
FocusControl = FEinputFile
Layout = tlCenter
ParentColor = False
Transparent = False
end
object Label2: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = FEinputFile
AnchorSideTop.Side = asrBottom
Left = 6
Height = 18
Top = 124
Width = 86
BorderSpacing.Around = 6
Caption = 'O&utput file'
Color = clBtnFace
FocusControl = FEoutputFIle
Layout = tlCenter
ParentColor = False
Transparent = False
end
object LEPackage: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 18
Top = 6
Width = 114
BorderSpacing.Around = 6
Caption = 'Pac&kage name'
Color = clBtnFace
FocusControl = EPackage
Layout = tlCenter
ParentColor = False
Transparent = False
end
object Label3: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 18
Top = 278
Width = 103
BorderSpacing.Around = 6
Caption = 'E&xtra options'
Color = clBtnFace
FocusControl = EAdditionalOptions
Layout = tlCenter
ParentColor = False
Transparent = False
end
object FEinputFile: TFileNameEdit
AnchorSideLeft.Control = Label1
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
Left = 12
Height = 29
Top = 89
Width = 449
DialogOptions = []
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 1
Flat = True
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
MaxLength = 0
TabOrder = 0
OnChange = CheckEnabled
end
object FEoutputFIle: TFileNameEdit
AnchorSideLeft.Control = Label1
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
Left = 12
Height = 29
Top = 148
Width = 449
DialogKind = dkSave
DialogTitle = 'Select file to save to'
DialogOptions = []
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 1
Flat = True
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
MaxLength = 0
TabOrder = 1
OnChange = CheckEnabled
end
object EPackage: TEdit
AnchorSideLeft.Control = LEPackage
AnchorSideTop.Control = LEPackage
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 12
Height = 29
Top = 30
Width = 468
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
OnChange = CheckEnabled
TabOrder = 2
Text = '<package name>'
end
object EAdditionalOptions: TEdit
AnchorSideLeft.Control = Label3
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 12
Height = 29
Top = 302
Width = 468
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 3
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 40
Top = 345
Width = 474
TabOrder = 4
ShowButtons = [pbOK, pbCancel, pbHelp]
end
object Panel1: TGroupBox
AnchorSideLeft.Control = Label2
AnchorSideTop.Control = FEoutputFIle
AnchorSideTop.Side = asrBottom
Left = 12
Height = 89
Top = 183
Width = 201
AutoSize = True
BorderSpacing.Around = 6
ClientHeight = 81
ClientWidth = 193
TabOrder = 5
object CBDisableArguments: TCheckBox
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
Left = 6
Height = 19
Top = 6
Width = 181
BorderSpacing.Around = 6
Caption = 'No &arguments sections'
TabOrder = 0
end
object CBDisableResults: TCheckBox
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = CBDisableArguments
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 31
Width = 153
BorderSpacing.Around = 6
Caption = 'No &results sections'
TabOrder = 1
end
object CBDisableSeeAlso: TCheckBox
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = CBDisableResults
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 56
Width = 160
BorderSpacing.Around = 6
Caption = 'No &seealso sections'
TabOrder = 2
end
end
object Panel2: TGroupBox
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FEoutputFIle
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 219
Height = 89
Top = 183
Width = 261
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
ClientHeight = 81
ClientWidth = 253
TabOrder = 6
object CBDisableProtected: TCheckBox
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = Panel2
Left = 6
Height = 19
Top = 6
Width = 177
BorderSpacing.Around = 6
Caption = 'No &protected methods'
TabOrder = 0
end
object CBDisablePrivate: TCheckBox
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = CBDisableProtected
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 31
Width = 155
BorderSpacing.Around = 6
Caption = 'No pr&ivate methods'
TabOrder = 1
end
object CBDisableErrors: TCheckBox
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = CBDisablePrivate
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 56
Width = 147
BorderSpacing.Around = 6
Caption = 'No &errors sections'
TabOrder = 2
end
end
end