You've already forked lazarus-ccr
Fix component alignment/Anchors
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3015 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
object DM: TDM
|
object DM: TDM
|
||||||
OldCreateOrder = False
|
OldCreateOrder = False
|
||||||
Height = 300
|
Height = 300
|
||||||
HorizontalOffset = 381
|
HorizontalOffset = 382
|
||||||
VerticalOffset = 208
|
VerticalOffset = 238
|
||||||
Width = 400
|
Width = 400
|
||||||
object IM: TImageList
|
object IM: TImageList
|
||||||
left = 208
|
left = 208
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
LazarusResources.Add('TDM','FORMDATA',[
|
LazarusResources.Add('TDM','FORMDATA',[
|
||||||
'TPF0'#3'TDM'#2'DM'#14'OldCreateOrder'#8#6'Height'#3','#1#16'HorizontalOffset'
|
'TPF0'#3'TDM'#2'DM'#14'OldCreateOrder'#8#6'Height'#3','#1#16'HorizontalOffset'
|
||||||
+#3'}'#1#14'VerticalOffset'#3#208#0#5'Width'#3#144#1#0#10'TImageList'#2'IM'#4
|
+#3'~'#1#14'VerticalOffset'#3#238#0#5'Width'#3#144#1#0#10'TImageList'#2'IM'#4
|
||||||
+'left'#3#208#0#3'top'#3#200#0#6'Bitmap'#10#14't'#0#0'Li'#29#0#0#0#16#0#0#0#16
|
+'left'#3#208#0#3'top'#3#200#0#6'Bitmap'#10#14't'#0#0'Li'#29#0#0#0#16#0#0#0#16
|
||||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#160#160#160#255#160
|
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#160#160#160#255#160
|
||||||
+#160#160#255#160#160#160#255#128#128#128#255#128#128#128#255#128#128#128#255
|
+#160#160#255#160#160#160#255#128#128#128#255#128#128#128#255#128#128#128#255
|
||||||
|
@@ -8,10 +8,10 @@ object frmSaveOptions: TfrmSaveOptions
|
|||||||
Caption = 'Export file options ...'
|
Caption = 'Export file options ...'
|
||||||
ClientHeight = 338
|
ClientHeight = 338
|
||||||
ClientWidth = 402
|
ClientWidth = 402
|
||||||
ParentFont = False
|
|
||||||
Position = poMainFormCenter
|
Position = poMainFormCenter
|
||||||
LCLVersion = '0.9.26.1'
|
LCLVersion = '1.2.2.0'
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
|
Left = 0
|
||||||
Height = 50
|
Height = 50
|
||||||
Top = 288
|
Top = 288
|
||||||
Width = 402
|
Width = 402
|
||||||
@@ -44,7 +44,9 @@ object frmSaveOptions: TfrmSaveOptions
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object Panel2: TPanel
|
object Panel2: TPanel
|
||||||
|
Left = 0
|
||||||
Height = 288
|
Height = 288
|
||||||
|
Top = 0
|
||||||
Width = 402
|
Width = 402
|
||||||
Align = alClient
|
Align = alClient
|
||||||
ClientHeight = 288
|
ClientHeight = 288
|
||||||
@@ -52,9 +54,9 @@ object frmSaveOptions: TfrmSaveOptions
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object Label1: TLabel
|
object Label1: TLabel
|
||||||
Left = 16
|
Left = 16
|
||||||
Height = 14
|
Height = 13
|
||||||
Top = 16
|
Top = 16
|
||||||
Width = 81
|
Width = 80
|
||||||
Caption = 'Output directory'
|
Caption = 'Output directory'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
@@ -70,35 +72,35 @@ object frmSaveOptions: TfrmSaveOptions
|
|||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object edtInterface: TCheckBox
|
object edtInterface: TCheckBox
|
||||||
Left = 14
|
Left = 14
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 16
|
Top = 16
|
||||||
Width = 71
|
Width = 65
|
||||||
Caption = 'Interface'
|
Caption = 'Interface'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object edtProxy: TCheckBox
|
object edtProxy: TCheckBox
|
||||||
Left = 14
|
Left = 14
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 51
|
Top = 53
|
||||||
Width = 54
|
Width = 48
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
Caption = 'Proxy'
|
Caption = 'Proxy'
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object edtImplementation: TCheckBox
|
object edtImplementation: TCheckBox
|
||||||
Left = 224
|
Left = 230
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 14
|
Top = 14
|
||||||
Width = 100
|
Width = 94
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
Caption = 'Implementation'
|
Caption = 'Implementation'
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object edtBinder: TCheckBox
|
object edtBinder: TCheckBox
|
||||||
Left = 227
|
Left = 230
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 51
|
Top = 53
|
||||||
Width = 56
|
Width = 50
|
||||||
Anchors = [akRight, akBottom]
|
Anchors = [akRight, akBottom]
|
||||||
Caption = 'Binder'
|
Caption = 'Binder'
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
@@ -106,7 +108,7 @@ object frmSaveOptions: TfrmSaveOptions
|
|||||||
end
|
end
|
||||||
object edtOutputDir: TEdit
|
object edtOutputDir: TEdit
|
||||||
Left = 16
|
Left = 16
|
||||||
Height = 23
|
Height = 21
|
||||||
Top = 38
|
Top = 38
|
||||||
Width = 336
|
Width = 336
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@@ -145,18 +147,19 @@ object frmSaveOptions: TfrmSaveOptions
|
|||||||
end
|
end
|
||||||
object edtWrappedParams: TCheckBox
|
object edtWrappedParams: TCheckBox
|
||||||
Left = 16
|
Left = 16
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 196
|
Top = 198
|
||||||
Width = 298
|
Width = 292
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
Caption = 'Generate easy access interface for wrapped parameters'
|
Caption = 'Generate easy access interface for wrapped parameters'
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
object edtDocAsComments: TCheckBox
|
object edtDocAsComments: TCheckBox
|
||||||
Left = 16
|
Left = 16
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 224
|
Top = 224
|
||||||
Width = 210
|
Width = 204
|
||||||
|
Anchors = [akLeft, akBottom]
|
||||||
Caption = 'Generate documentation as comments'
|
Caption = 'Generate documentation as comments'
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
@@ -166,7 +169,6 @@ object frmSaveOptions: TfrmSaveOptions
|
|||||||
top = 128
|
top = 128
|
||||||
object actOK: TAction
|
object actOK: TAction
|
||||||
Caption = 'OK'
|
Caption = 'OK'
|
||||||
DisableIfNoHandler = True
|
|
||||||
OnExecute = actOKExecute
|
OnExecute = actOKExecute
|
||||||
OnUpdate = actOKUpdate
|
OnUpdate = actOKUpdate
|
||||||
end
|
end
|
||||||
|
@@ -1,51 +1,52 @@
|
|||||||
{ Ceci est un fichier ressource g�n�r� automatiquement par Lazarus }
|
{ This is an automatically generated lazarus resource file }
|
||||||
|
|
||||||
LazarusResources.Add('TfrmSaveOptions','FORMDATA',[
|
LazarusResources.Add('TfrmSaveOptions','FORMDATA',[
|
||||||
'TPF0'#15'TfrmSaveOptions'#14'frmSaveOptions'#4'Left'#3#203#1#6'Height'#3'R'#1
|
'TPF0'#15'TfrmSaveOptions'#14'frmSaveOptions'#4'Left'#3#203#1#6'Height'#3'R'#1
|
||||||
+#3'Top'#3#17#1#5'Width'#3#146#1#13'ActiveControl'#7#12'edtInterface'#11'Bord'
|
+#3'Top'#3#17#1#5'Width'#3#146#1#13'ActiveControl'#7#12'edtInterface'#11'Bord'
|
||||||
+'erStyle'#7#13'bsSizeToolWin'#7'Caption'#6#23'Export file options ...'#12'Cl'
|
+'erStyle'#7#13'bsSizeToolWin'#7'Caption'#6#23'Export file options ...'#12'Cl'
|
||||||
+'ientHeight'#3'R'#1#11'ClientWidth'#3#146#1#10'ParentFont'#8#8'Position'#7#16
|
+'ientHeight'#3'R'#1#11'ClientWidth'#3#146#1#8'Position'#7#16'poMainFormCente'
|
||||||
+'poMainFormCenter'#10'LCLVersion'#6#8'0.9.26.1'#0#6'TPanel'#6'Panel1'#6'Heig'
|
+'r'#10'LCLVersion'#6#7'1.2.2.0'#0#6'TPanel'#6'Panel1'#4'Left'#2#0#6'Height'#2
|
||||||
+'ht'#2'2'#3'Top'#3' '#1#5'Width'#3#146#1#5'Align'#7#8'alBottom'#12'ClientHei'
|
+'2'#3'Top'#3' '#1#5'Width'#3#146#1#5'Align'#7#8'alBottom'#12'ClientHeight'#2
|
||||||
+'ght'#2'2'#11'ClientWidth'#3#146#1#8'TabOrder'#2#1#0#7'TButton'#7'Button1'#4
|
+'2'#11'ClientWidth'#3#146#1#8'TabOrder'#2#1#0#7'TButton'#7'Button1'#4'Left'#3
|
||||||
+'Left'#3'8'#1#6'Height'#2#25#3'Top'#2#14#5'Width'#2'K'#7'Anchors'#11#5'akTop'
|
+'8'#1#6'Height'#2#25#3'Top'#2#14#5'Width'#2'K'#7'Anchors'#11#5'akTop'#7'akRi'
|
||||||
+#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#6'C'
|
+'ght'#0#25'BorderSpacing.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#6'Cancel'
|
||||||
+'ancel'#11'ModalResult'#2#2#8'TabOrder'#2#0#0#0#7'TButton'#7'Button2'#4'Left'
|
+#11'ModalResult'#2#2#8'TabOrder'#2#0#0#0#7'TButton'#7'Button2'#4'Left'#3#224
|
||||||
+#3#224#0#6'Height'#2#25#3'Top'#2#14#5'Width'#2'K'#6'Action'#7#5'actOK'#7'Anc'
|
+#0#6'Height'#2#25#3'Top'#2#14#5'Width'#2'K'#6'Action'#7#5'actOK'#7'Anchors'
|
||||||
+'hors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Default'
|
+#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Default'#9#8'T'
|
||||||
+#9#8'TabOrder'#2#1#0#0#0#6'TPanel'#6'Panel2'#6'Height'#3' '#1#5'Width'#3#146
|
+'abOrder'#2#1#0#0#0#6'TPanel'#6'Panel2'#4'Left'#2#0#6'Height'#3' '#1#3'Top'#2
|
||||||
+#1#5'Align'#7#8'alClient'#12'ClientHeight'#3' '#1#11'ClientWidth'#3#146#1#8
|
+#0#5'Width'#3#146#1#5'Align'#7#8'alClient'#12'ClientHeight'#3' '#1#11'Client'
|
||||||
+'TabOrder'#2#0#0#6'TLabel'#6'Label1'#4'Left'#2#16#6'Height'#2#14#3'Top'#2#16
|
+'Width'#3#146#1#8'TabOrder'#2#0#0#6'TLabel'#6'Label1'#4'Left'#2#16#6'Height'
|
||||||
+#5'Width'#2'Q'#7'Caption'#6#16'Output directory'#11'ParentColor'#8#0#0#9'TGr'
|
+#2#13#3'Top'#2#16#5'Width'#2'P'#7'Caption'#6#16'Output directory'#11'ParentC'
|
||||||
+'oupBox'#9'GroupBox1'#4'Left'#2#16#6'Height'#2'h'#3'Top'#2'P'#5'Width'#3'q'#1
|
+'olor'#8#0#0#9'TGroupBox'#9'GroupBox1'#4'Left'#2#16#6'Height'#2'h'#3'Top'#2
|
||||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#13' '
|
+'P'#5'Width'#3'q'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0
|
||||||
+' File type '#12'ClientHeight'#2'V'#11'ClientWidth'#3'm'#1#8'TabOrder'#2#2#0
|
+#7'Caption'#6#13' File type '#12'ClientHeight'#2'V'#11'ClientWidth'#3'm'#1
|
||||||
+#9'TCheckBox'#12'edtInterface'#4'Left'#2#14#6'Height'#2#19#3'Top'#2#16#5'Wid'
|
+#8'TabOrder'#2#2#0#9'TCheckBox'#12'edtInterface'#4'Left'#2#14#6'Height'#2#17
|
||||||
+'th'#2'G'#7'Caption'#6#9'Interface'#8'TabOrder'#2#0#0#0#9'TCheckBox'#8'edtPr'
|
+#3'Top'#2#16#5'Width'#2'A'#7'Caption'#6#9'Interface'#8'TabOrder'#2#0#0#0#9'T'
|
||||||
+'oxy'#4'Left'#2#14#6'Height'#2#19#3'Top'#2'3'#5'Width'#2'6'#7'Anchors'#11#6
|
+'CheckBox'#8'edtProxy'#4'Left'#2#14#6'Height'#2#17#3'Top'#2'5'#5'Width'#2'0'
|
||||||
+'akLeft'#8'akBottom'#0#7'Caption'#6#5'Proxy'#8'TabOrder'#2#2#0#0#9'TCheckBox'
|
+#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#5'Proxy'#8'TabOrder'#2#2
|
||||||
+#17'edtImplementation'#4'Left'#3#224#0#6'Height'#2#19#3'Top'#2#14#5'Width'#2
|
+#0#0#9'TCheckBox'#17'edtImplementation'#4'Left'#3#230#0#6'Height'#2#17#3'Top'
|
||||||
+'d'#7'Anchors'#11#5'akTop'#7'akRight'#0#7'Caption'#6#14'Implementation'#8'Ta'
|
+#2#14#5'Width'#2'^'#7'Anchors'#11#5'akTop'#7'akRight'#0#7'Caption'#6#14'Impl'
|
||||||
+'bOrder'#2#1#0#0#9'TCheckBox'#9'edtBinder'#4'Left'#3#227#0#6'Height'#2#19#3
|
+'ementation'#8'TabOrder'#2#1#0#0#9'TCheckBox'#9'edtBinder'#4'Left'#3#230#0#6
|
||||||
+'Top'#2'3'#5'Width'#2'8'#7'Anchors'#11#7'akRight'#8'akBottom'#0#7'Caption'#6
|
+'Height'#2#17#3'Top'#2'5'#5'Width'#2'2'#7'Anchors'#11#7'akRight'#8'akBottom'
|
||||||
+#6'Binder'#8'TabOrder'#2#3#0#0#0#5'TEdit'#12'edtOutputDir'#4'Left'#2#16#6'He'
|
+#0#7'Caption'#6#6'Binder'#8'TabOrder'#2#3#0#0#0#5'TEdit'#12'edtOutputDir'#4
|
||||||
+'ight'#2#23#3'Top'#2'&'#5'Width'#3'P'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
+'Left'#2#16#6'Height'#2#21#3'Top'#2'&'#5'Width'#3'P'#1#7'Anchors'#11#5'akTop'
|
||||||
+'kRight'#0#8'TabOrder'#2#0#0#0#7'TButton'#12'btnSelectDir'#4'Left'#3'j'#1#6
|
+#6'akLeft'#7'akRight'#0#8'TabOrder'#2#0#0#0#7'TButton'#12'btnSelectDir'#4'Le'
|
||||||
+'Height'#2#25#3'Top'#2'$'#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#0
|
+'ft'#3'j'#1#6'Height'#2#25#3'Top'#2'$'#5'Width'#2#25#7'Anchors'#11#5'akTop'#7
|
||||||
+#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#17'btnSe'
|
+'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'
|
||||||
+'lectDirClick'#8'TabOrder'#2#1#0#0#7'TButton'#12'btnSelectAll'#4'Left'#2#16#6
|
+#7#17'btnSelectDirClick'#8'TabOrder'#2#1#0#0#7'TButton'#12'btnSelectAll'#4'L'
|
||||||
+'Height'#2#25#3'Top'#3#249#0#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBotto'
|
+'eft'#2#16#6'Height'#2#25#3'Top'#3#249#0#5'Width'#2'd'#7'Anchors'#11#6'akLef'
|
||||||
+'m'#0#7'Caption'#6#10'Select All'#7'OnClick'#7#17'btnSelectAllClick'#8'TabOr'
|
+'t'#8'akBottom'#0#7'Caption'#6#10'Select All'#7'OnClick'#7#17'btnSelectAllCl'
|
||||||
+'der'#2#5#0#0#7'TButton'#14'btnUnselectAll'#4'Left'#3#0#1#6'Height'#2#25#3'T'
|
+'ick'#8'TabOrder'#2#5#0#0#7'TButton'#14'btnUnselectAll'#4'Left'#3#0#1#6'Heig'
|
||||||
+'op'#3#249#0#5'Width'#2'd'#7'Anchors'#11#7'akRight'#8'akBottom'#0#7'Caption'
|
+'ht'#2#25#3'Top'#3#249#0#5'Width'#2'd'#7'Anchors'#11#7'akRight'#8'akBottom'#0
|
||||||
+#6#12'Unselect All'#7'OnClick'#7#19'btnUnselectAllClick'#8'TabOrder'#2#6#0#0
|
+#7'Caption'#6#12'Unselect All'#7'OnClick'#7#19'btnUnselectAllClick'#8'TabOrd'
|
||||||
+#9'TCheckBox'#16'edtWrappedParams'#4'Left'#2#16#6'Height'#2#19#3'Top'#3#196#0
|
+'er'#2#6#0#0#9'TCheckBox'#16'edtWrappedParams'#4'Left'#2#16#6'Height'#2#17#3
|
||||||
+#5'Width'#3'*'#1#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6'5Generat'
|
+'Top'#3#198#0#5'Width'#3'$'#1#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Captio'
|
||||||
+'e easy access interface for wrapped parameters'#8'TabOrder'#2#3#0#0#9'TChec'
|
+'n'#6'5Generate easy access interface for wrapped parameters'#8'TabOrder'#2#3
|
||||||
+'kBox'#16'edtDocAsComments'#4'Left'#2#16#6'Height'#2#19#3'Top'#3#224#0#5'Wid'
|
+#0#0#9'TCheckBox'#16'edtDocAsComments'#4'Left'#2#16#6'Height'#2#17#3'Top'#3
|
||||||
+'th'#3#210#0#7'Caption'#6'"Generate documentation as comments'#8'TabOrder'#2
|
+#224#0#5'Width'#3#204#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6'"'
|
||||||
+#4#0#0#0#11'TActionList'#2'AL'#4'left'#3#144#0#3'top'#3#128#0#0#7'TAction'#5
|
+'Generate documentation as comments'#8'TabOrder'#2#4#0#0#0#11'TActionList'#2
|
||||||
+'actOK'#7'Caption'#6#2'OK'#18'DisableIfNoHandler'#9#9'OnExecute'#7#12'actOKE'
|
+'AL'#4'left'#3#144#0#3'top'#3#128#0#0#7'TAction'#5'actOK'#7'Caption'#6#2'OK'
|
||||||
+'xecute'#8'OnUpdate'#7#11'actOKUpdate'#0#0#0#22'TSelectDirectoryDialog'#2'SD'
|
+#9'OnExecute'#7#12'actOKExecute'#8'OnUpdate'#7#11'actOKUpdate'#0#0#0#22'TSel'
|
||||||
+#11'FilterIndex'#2#0#4'left'#2'e'#3'top'#3#142#0#0#0#0
|
+'ectDirectoryDialog'#2'SD'#11'FilterIndex'#2#0#4'left'#2'e'#3'top'#3#142#0#0
|
||||||
|
+#0#0
|
||||||
]);
|
]);
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
object fInterfaceEdit: TfInterfaceEdit
|
object fInterfaceEdit: TfInterfaceEdit
|
||||||
Left = 363
|
Left = 283
|
||||||
Height = 564
|
Height = 564
|
||||||
Top = 236
|
Top = 133
|
||||||
Width = 531
|
Width = 531
|
||||||
HorzScrollBar.Page = 530
|
HorzScrollBar.Page = 530
|
||||||
VertScrollBar.Page = 563
|
VertScrollBar.Page = 563
|
||||||
@@ -102,6 +102,7 @@ object fInterfaceEdit: TfInterfaceEdit
|
|||||||
Top = 450
|
Top = 450
|
||||||
Width = 99
|
Width = 99
|
||||||
Action = actNewMethod
|
Action = actNewMethod
|
||||||
|
Anchors = [akLeft, akBottom]
|
||||||
BorderSpacing.InnerBorder = 4
|
BorderSpacing.InnerBorder = 4
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
@@ -111,6 +112,7 @@ object fInterfaceEdit: TfInterfaceEdit
|
|||||||
Top = 450
|
Top = 450
|
||||||
Width = 107
|
Width = 107
|
||||||
Action = actUpdateOperation
|
Action = actUpdateOperation
|
||||||
|
Anchors = [akLeft, akBottom]
|
||||||
BorderSpacing.InnerBorder = 4
|
BorderSpacing.InnerBorder = 4
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
@@ -120,6 +122,7 @@ object fInterfaceEdit: TfInterfaceEdit
|
|||||||
Top = 450
|
Top = 450
|
||||||
Width = 104
|
Width = 104
|
||||||
Action = actDeleteOperation
|
Action = actDeleteOperation
|
||||||
|
Anchors = [akLeft, akBottom]
|
||||||
BorderSpacing.InnerBorder = 4
|
BorderSpacing.InnerBorder = 4
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
@@ -129,7 +132,7 @@ object fInterfaceEdit: TfInterfaceEdit
|
|||||||
Top = 450
|
Top = 450
|
||||||
Width = 107
|
Width = 107
|
||||||
Action = actBindingEdit
|
Action = actBindingEdit
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akRight, akBottom]
|
||||||
BorderSpacing.InnerBorder = 4
|
BorderSpacing.InnerBorder = 4
|
||||||
TabOrder = 5
|
TabOrder = 5
|
||||||
end
|
end
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
{ This is an automatically generated lazarus resource file }
|
{ This is an automatically generated lazarus resource file }
|
||||||
|
|
||||||
LazarusResources.Add('TfInterfaceEdit','FORMDATA',[
|
LazarusResources.Add('TfInterfaceEdit','FORMDATA',[
|
||||||
'TPF0'#15'TfInterfaceEdit'#14'fInterfaceEdit'#4'Left'#3'k'#1#6'Height'#3'4'#2
|
'TPF0'#15'TfInterfaceEdit'#14'fInterfaceEdit'#4'Left'#3#27#1#6'Height'#3'4'#2
|
||||||
+#3'Top'#3#236#0#5'Width'#3#19#2#18'HorzScrollBar.Page'#3#18#2#18'VertScrollB'
|
+#3'Top'#3#133#0#5'Width'#3#19#2#18'HorzScrollBar.Page'#3#18#2#18'VertScrollB'
|
||||||
+'ar.Page'#3'3'#2#13'ActiveControl'#7#7'Button1'#11'BorderStyle'#7#13'bsSizeT'
|
+'ar.Page'#3'3'#2#13'ActiveControl'#7#7'Button1'#11'BorderStyle'#7#13'bsSizeT'
|
||||||
+'oolWin'#7'Caption'#6#14'fInterfaceEdit'#12'ClientHeight'#3'4'#2#11'ClientWi'
|
+'oolWin'#7'Caption'#6#14'fInterfaceEdit'#12'ClientHeight'#3'4'#2#11'ClientWi'
|
||||||
+'dth'#3#19#2#8'OnCreate'#7#10'FormCreate'#8'Position'#7#15'poDesktopCenter'
|
+'dth'#3#19#2#8'OnCreate'#7#10'FormCreate'#8'Position'#7#15'poDesktopCenter'
|
||||||
@@ -28,29 +28,31 @@ LazarusResources.Add('TfInterfaceEdit','FORMDATA',[
|
|||||||
+'ght'#3'^'#1#3'Top'#2#0#5'Width'#3#224#1#5'Align'#7#8'alClient'#17'DefaultIt'
|
+'ght'#3'^'#1#3'Top'#2#0#5'Width'#3#224#1#5'Align'#7#8'alClient'#17'DefaultIt'
|
||||||
+'emHeight'#2#16#9'PopupMenu'#7#10'PopupMenu1'#8'TabOrder'#2#0#0#0#0#7'TButto'
|
+'emHeight'#2#16#9'PopupMenu'#7#10'PopupMenu1'#8'TabOrder'#2#0#0#0#0#7'TButto'
|
||||||
+'n'#7'Button3'#4'Left'#2#20#6'Height'#2#25#3'Top'#3#194#1#5'Width'#2'c'#6'Ac'
|
+'n'#7'Button3'#4'Left'#2#20#6'Height'#2#25#3'Top'#3#194#1#5'Width'#2'c'#6'Ac'
|
||||||
+'tion'#7#12'actNewMethod'#25'BorderSpacing.InnerBorder'#2#4#8'TabOrder'#2#2#0
|
+'tion'#7#12'actNewMethod'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#25'BorderSpa'
|
||||||
+#0#7'TButton'#7'Button4'#4'Left'#3#132#0#6'Height'#2#25#3'Top'#3#194#1#5'Wid'
|
+'cing.InnerBorder'#2#4#8'TabOrder'#2#2#0#0#7'TButton'#7'Button4'#4'Left'#3
|
||||||
+'th'#2'k'#6'Action'#7#18'actUpdateOperation'#25'BorderSpacing.InnerBorder'#2
|
+#132#0#6'Height'#2#25#3'Top'#3#194#1#5'Width'#2'k'#6'Action'#7#18'actUpdateO'
|
||||||
+#4#8'TabOrder'#2#3#0#0#7'TButton'#7'Button5'#4'Left'#3#252#0#6'Height'#2#25#3
|
+'peration'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#25'BorderSpacing.InnerBorde'
|
||||||
+'Top'#3#194#1#5'Width'#2'h'#6'Action'#7#18'actDeleteOperation'#25'BorderSpac'
|
+'r'#2#4#8'TabOrder'#2#3#0#0#7'TButton'#7'Button5'#4'Left'#3#252#0#6'Height'#2
|
||||||
+'ing.InnerBorder'#2#4#8'TabOrder'#2#4#0#0#7'TButton'#7'Button6'#4'Left'#3#140
|
+#25#3'Top'#3#194#1#5'Width'#2'h'#6'Action'#7#18'actDeleteOperation'#7'Anchor'
|
||||||
+#1#6'Height'#2#25#3'Top'#3#194#1#5'Width'#2'k'#6'Action'#7#14'actBindingEdit'
|
+'s'#11#6'akLeft'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#8'TabOrder'
|
||||||
+#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#8'Tab'
|
+#2#4#0#0#7'TButton'#7'Button6'#4'Left'#3#140#1#6'Height'#2#25#3'Top'#3#194#1
|
||||||
+'Order'#2#5#0#0#0#0#11'TActionList'#2'AL'#4'left'#3#130#0#3'top'#3#200#0#0#7
|
+#5'Width'#2'k'#6'Action'#7#14'actBindingEdit'#7'Anchors'#11#7'akRight'#8'akB'
|
||||||
+'TAction'#5'actOK'#7'Caption'#6#2'OK'#9'OnExecute'#7#12'actOKExecute'#8'OnUp'
|
+'ottom'#0#25'BorderSpacing.InnerBorder'#2#4#8'TabOrder'#2#5#0#0#0#0#11'TActi'
|
||||||
+'date'#7#11'actOKUpdate'#0#0#7'TAction'#12'actNewMethod'#7'Caption'#6#13'New'
|
+'onList'#2'AL'#4'left'#3#130#0#3'top'#3#200#0#0#7'TAction'#5'actOK'#7'Captio'
|
||||||
+' operation'#9'OnExecute'#7#19'actNewMethodExecute'#0#0#7'TAction'#18'actUpd'
|
+'n'#6#2'OK'#9'OnExecute'#7#12'actOKExecute'#8'OnUpdate'#7#11'actOKUpdate'#0#0
|
||||||
+'ateOperation'#7'Caption'#6#14'Edit Operation'#9'OnExecute'#7#25'actUpdateOp'
|
+#7'TAction'#12'actNewMethod'#7'Caption'#6#13'New operation'#9'OnExecute'#7#19
|
||||||
+'erationExecute'#8'OnUpdate'#7#24'actUpdateOperationUpdate'#0#0#7'TAction'#18
|
+'actNewMethodExecute'#0#0#7'TAction'#18'actUpdateOperation'#7'Caption'#6#14
|
||||||
+'actDeleteOperation'#7'Caption'#6#16'Delete Operation'#9'OnExecute'#7#25'act'
|
+'Edit Operation'#9'OnExecute'#7#25'actUpdateOperationExecute'#8'OnUpdate'#7
|
||||||
+'DeleteOperationExecute'#8'OnUpdate'#7#24'actUpdateOperationUpdate'#0#0#7'TA'
|
+#24'actUpdateOperationUpdate'#0#0#7'TAction'#18'actDeleteOperation'#7'Captio'
|
||||||
+'ction'#14'actBindingEdit'#7'Caption'#6#12'Edit Binding'#9'OnExecute'#7#21'a'
|
+'n'#6#16'Delete Operation'#9'OnExecute'#7#25'actDeleteOperationExecute'#8'On'
|
||||||
+'ctBindingEditExecute'#8'OnUpdate'#7#20'actBindingEditUpdate'#0#0#0#10'TPopu'
|
+'Update'#7#24'actUpdateOperationUpdate'#0#0#7'TAction'#14'actBindingEdit'#7
|
||||||
+'pMenu'#10'PopupMenu1'#4'left'#2'T'#3'top'#3#233#0#0#9'TMenuItem'#9'MenuItem'
|
+'Caption'#6#12'Edit Binding'#9'OnExecute'#7#21'actBindingEditExecute'#8'OnUp'
|
||||||
+'1'#6'Action'#7#12'actNewMethod'#7'OnClick'#7#19'actNewMethodExecute'#0#0#9
|
+'date'#7#20'actBindingEditUpdate'#0#0#0#10'TPopupMenu'#10'PopupMenu1'#4'left'
|
||||||
+'TMenuItem'#9'MenuItem2'#6'Action'#7#18'actUpdateOperation'#7'OnClick'#7#25
|
+#2'T'#3'top'#3#233#0#0#9'TMenuItem'#9'MenuItem1'#6'Action'#7#12'actNewMethod'
|
||||||
+'actUpdateOperationExecute'#0#0#9'TMenuItem'#9'MenuItem3'#6'Action'#7#18'act'
|
+#7'OnClick'#7#19'actNewMethodExecute'#0#0#9'TMenuItem'#9'MenuItem2'#6'Action'
|
||||||
+'DeleteOperation'#7'OnClick'#7#25'actDeleteOperationExecute'#0#0#9'TMenuItem'
|
+#7#18'actUpdateOperation'#7'OnClick'#7#25'actUpdateOperationExecute'#0#0#9'T'
|
||||||
+#9'MenuItem4'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#9'MenuItem5'#6'Action'#7#14
|
+'MenuItem'#9'MenuItem3'#6'Action'#7#18'actDeleteOperation'#7'OnClick'#7#25'a'
|
||||||
+'actBindingEdit'#7'OnClick'#7#21'actBindingEditExecute'#0#0#0#0
|
+'ctDeleteOperationExecute'#0#0#9'TMenuItem'#9'MenuItem4'#7'Caption'#6#1'-'#0
|
||||||
|
+#0#9'TMenuItem'#9'MenuItem5'#6'Action'#7#14'actBindingEdit'#7'OnClick'#7#21
|
||||||
|
+'actBindingEditExecute'#0#0#0#0
|
||||||
]);
|
]);
|
||||||
|
Reference in New Issue
Block a user