You've already forked lazarus-ccr
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
This commit is contained in:
@ -1,19 +1,19 @@
|
||||
object Form1: TForm1
|
||||
Left = 411
|
||||
Height = 319
|
||||
Height = 339
|
||||
Top = 197
|
||||
Width = 425
|
||||
Width = 441
|
||||
Caption = 'Form1'
|
||||
ClientHeight = 319
|
||||
ClientWidth = 425
|
||||
ClientHeight = 339
|
||||
ClientWidth = 441
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
LCLVersion = '1.1'
|
||||
LCLVersion = '1.3'
|
||||
object Memo1: TMemo
|
||||
Left = 0
|
||||
Height = 90
|
||||
Top = 179
|
||||
Width = 425
|
||||
Top = 199
|
||||
Width = 441
|
||||
Align = alBottom
|
||||
Lines.Strings = (
|
||||
'Memo1'
|
||||
@ -24,36 +24,20 @@ object Form1: TForm1
|
||||
Cursor = crVSplit
|
||||
Left = 0
|
||||
Height = 5
|
||||
Top = 174
|
||||
Width = 425
|
||||
Top = 194
|
||||
Width = 441
|
||||
Align = alBottom
|
||||
ResizeAnchor = akBottom
|
||||
end
|
||||
object Label1: TLabel
|
||||
Left = 47
|
||||
Height = 13
|
||||
Top = 44
|
||||
Width = 31
|
||||
Caption = 'Label1'
|
||||
ParentColor = False
|
||||
end
|
||||
object Edit1: TEdit
|
||||
Left = 105
|
||||
Height = 21
|
||||
Top = 46
|
||||
Width = 191
|
||||
TabOrder = 2
|
||||
Text = 'Edit1'
|
||||
end
|
||||
object Panel1: TPanel
|
||||
Left = 0
|
||||
Height = 50
|
||||
Top = 269
|
||||
Width = 425
|
||||
Top = 289
|
||||
Width = 441
|
||||
Align = alBottom
|
||||
ClientHeight = 50
|
||||
ClientWidth = 425
|
||||
TabOrder = 3
|
||||
ClientWidth = 441
|
||||
TabOrder = 2
|
||||
object toOpt: TButton
|
||||
Left = 8
|
||||
Height = 25
|
||||
@ -64,4 +48,15 @@ object Form1: TForm1
|
||||
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
|
||||
|
Reference in New Issue
Block a user