Files
lazarus-ccr/components/cmdlinecfg/trunk/testguibuild/mainform.lfm
skalogryz 33dadcd154 cmdlinecfg:
* minimized TCmdLineLayoutInfo class public section;
* updated the TCmdLineScrollBoxControl loader to use %%other switch; using hash list to check of used/unused controls;
* updated readme.txt description for UI layout controls;
* updated IDE package to make the dialog look close to the existing compiler options;
* updated testguibuild to be able to load a certain section only;
* added smaller sample files for testguibuild, modified conf.coptui to have %%other switch, where all "non-default" compiler options would go;

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2806 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-10-12 17:15:48 +00:00

63 lines
1.1 KiB
Plaintext

object Form1: TForm1
Left = 411
Height = 339
Top = 197
Width = 441
Caption = 'Form1'
ClientHeight = 339
ClientWidth = 441
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '1.3'
object Memo1: TMemo
Left = 0
Height = 90
Top = 199
Width = 441
Align = alBottom
Lines.Strings = (
'Memo1'
)
TabOrder = 0
end
object Splitter1: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 194
Width = 441
Align = alBottom
ResizeAnchor = akBottom
end
object Panel1: TPanel
Left = 0
Height = 50
Top = 289
Width = 441
Align = alBottom
ClientHeight = 50
ClientWidth = 441
TabOrder = 2
object toOpt: TButton
Left = 8
Height = 25
Top = 9
Width = 75
Caption = 'To Options'
OnClick = toOptClick
TabOrder = 0
end
end
object ScrollBox1: TScrollBox
Left = 0
Height = 196
Top = 0
Width = 440
HorzScrollBar.Page = 436
VertScrollBar.Page = 192
VertScrollBar.Tracking = True
Anchors = [akTop, akLeft, akRight, akBottom]
TabOrder = 3
end
end