Files
lazarus-ccr/components/cmdlinecfg/trunk/idecompopt/optviewform.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

78 lines
1.4 KiB
Plaintext

object OptView: TOptView
Left = 571
Height = 240
Top = 171
Width = 320
Caption = 'OptView'
ClientHeight = 240
ClientWidth = 320
OnDestroy = FormDestroy
OnShow = FormShow
LCLVersion = '1.3'
object Panel1: TPanel
Left = 0
Height = 200
Top = 0
Width = 320
Align = alClient
ClientHeight = 200
ClientWidth = 320
TabOrder = 0
object ListBox1: TListBox
Left = 1
Height = 198
Top = 1
Width = 130
Align = alLeft
ItemHeight = 0
OnClick = ListBox1Click
OnSelectionChange = ListBox1SelectionChange
TabOrder = 0
end
object Splitter1: TSplitter
Left = 131
Height = 198
Top = 1
Width = 5
end
object Panel3: TPanel
Left = 136
Height = 198
Top = 1
Width = 183
Align = alClient
BevelOuter = bvNone
TabOrder = 2
end
end
object Panel2: TPanel
Left = 0
Height = 40
Top = 200
Width = 320
Align = alBottom
ClientHeight = 40
ClientWidth = 320
TabOrder = 1
OnResize = Panel2Resize
object btnOk: TButton
Left = 72
Height = 25
Top = 8
Width = 75
Caption = 'Ok'
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 152
Height = 25
Top = 8
Width = 75
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
end