set some colors to default

git-svn-id: trunk@4979 -
This commit is contained in:
mattias 2003-12-27 20:15:15 +00:00
parent add918bbb0
commit 590e1a38b0
9 changed files with 449 additions and 620 deletions

1
.gitattributes vendored
View File

@ -460,7 +460,6 @@ ide/sourcemarks.pas svneol=native#text/pascal
ide/splash.lrs svneol=native#text/pascal ide/splash.lrs svneol=native#text/pascal
ide/splash.pp svneol=native#text/pascal ide/splash.pp svneol=native#text/pascal
ide/sysvaruseroverridedlg.pas svneol=native#text/pascal ide/sysvaruseroverridedlg.pas svneol=native#text/pascal
ide/tcolumndlg1.lfm svneol=native#text/plain
ide/todolist.pp svneol=native#text/pascal ide/todolist.pp svneol=native#text/pascal
ide/transfermacros.pp svneol=native#text/pascal ide/transfermacros.pp svneol=native#text/pascal
ide/unitdependencies.lrs svneol=native#text/pascal ide/unitdependencies.lrs svneol=native#text/pascal

View File

@ -1,44 +1,39 @@
object AboutForm: TAboutForm object AboutForm: TAboutForm
CAPTION = 'About Lazarus' Caption = 'About Lazarus'
CLIENTHEIGHT = 245 ClientHeight = 245
CLIENTWIDTH = 577 ClientWidth = 577
POSITION = poscreencenter Position = poscreencenter
HORZSCROLLBAR.PAGE = 578 HorzScrollBar.Page = 578
VERTSCROLLBAR.PAGE = 246 VertScrollBar.Page = 246
LEFT = 351 Left = 351
HEIGHT = 245 Height = 245
TOP = 389 Top = 389
WIDTH = 577 Width = 577
object Memo1: TMEMO object Memo1: TMemo
ANCHORS = [aktop, akleft] ReadOnly = True
COLOR = -2147483643 ScrollBars = ssautoboth
READONLY = True TabOrder = 0
SCROLLBARS = ssautoboth Left = 225
WORDWRAP = True Height = 219
LEFT = 225 Top = 14
HEIGHT = 219 Width = 339
TOP = 14
WIDTH = 339
end end
object Button1: TBUTTON object Button1: TButton
ANCHORS = [aktop, akleft] ModalResult = 1
MODALRESULT = 1 Caption = 'Close'
CAPTION = 'Close' TabOrder = 1
TABORDER = 1 Left = 78
LEFT = 78 Height = 25
HEIGHT = 25 Top = 184
TOP = 184 Width = 75
WIDTH = 75
end end
object Label1: TLABEL object Label1: TLabel
ALIGNMENT = tacenter Alignment = tacenter
ANCHORS = [aktop, akleft] Caption = 'Version #:'
CAPTION = 'Version #:' Layout = tltop
COLOR = -2147483643 Left = 14
LAYOUT = tltop Height = 17
LEFT = 14 Top = 6
HEIGHT = 17 Width = 200
TOP = 6
WIDTH = 200
end end
end end

View File

@ -1,16 +1,14 @@
{ This is an automatically generated lazarus resource file } { This is an automatically generated lazarus resource file }
LazarusResources.Add('TAboutForm','FORMDATA',[ LazarusResources.Add('TAboutForm','FORMDATA',[
'TPF0'#10'TAboutForm'#9'AboutForm'#7'CAPTION'#6#13'About Lazarus'#12'CLIENTHE' 'TPF0'#10'TAboutForm'#9'AboutForm'#7'Caption'#6#13'About Lazarus'#12'ClientHe'
+'IGHT'#3#245#0#11'CLIENTWIDTH'#3'A'#2#8'POSITION'#7#14'poscreencenter'#18'HO' +'ight'#3#245#0#11'ClientWidth'#3'A'#2#8'Position'#7#14'poscreencenter'#18'Ho'
+'RZSCROLLBAR.PAGE'#3'B'#2#18'VERTSCROLLBAR.PAGE'#3#246#0#4'LEFT'#3'_'#1#6'HE' +'rzScrollBar.Page'#3'B'#2#18'VertScrollBar.Page'#3#246#0#4'Left'#3'_'#1#6'He'
+'IGHT'#3#245#0#3'TOP'#3#133#1#5'WIDTH'#3'A'#2#0#5'TMEMO'#5'Memo1'#7'ANCHORS' +'ight'#3#245#0#3'Top'#3#133#1#5'Width'#3'A'#2#0#5'TMemo'#5'Memo1'#8'ReadOnly'
+#11#5'aktop'#6'akleft'#0#5'COLOR'#4#5#0#0#128#8'READONLY'#9#10'SCROLLBARS'#7 +#9#10'ScrollBars'#7#10'ssautoboth'#8'TabOrder'#2#0#4'Left'#3#225#0#6'Height'
+#10'ssautoboth'#8'WORDWRAP'#9#4'LEFT'#3#225#0#6'HEIGHT'#3#219#0#3'TOP'#2#14#5 +#3#219#0#3'Top'#2#14#5'Width'#3'S'#1#0#0#7'TButton'#7'Button1'#11'ModalResul'
+'WIDTH'#3'S'#1#0#0#7'TBUTTON'#7'Button1'#7'ANCHORS'#11#5'aktop'#6'akleft'#0 +'t'#2#1#7'Caption'#6#5'Close'#8'TabOrder'#2#1#4'Left'#2'N'#6'Height'#2#25#3
+#11'MODALRESULT'#2#1#7'CAPTION'#6#5'Close'#8'TABORDER'#2#1#4'LEFT'#2'N'#6'HE' +'Top'#3#184#0#5'Width'#2'K'#0#0#6'TLabel'#6'Label1'#9'Alignment'#7#8'tacente'
+'IGHT'#2#25#3'TOP'#3#184#0#5'WIDTH'#2'K'#0#0#6'TLABEL'#6'Label1'#9'ALIGNMENT' +'r'#7'Caption'#6#10'Version #:'#6'Layout'#7#5'tltop'#4'Left'#2#14#6'Height'#2
+#7#8'tacenter'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#10'Version #:' +#17#3'Top'#2#6#5'Width'#3#200#0#0#0#0
+#5'COLOR'#4#5#0#0#128#6'LAYOUT'#7#5'tltop'#4'LEFT'#2#14#6'HEIGHT'#2#17#3'TOP'
+#2#6#5'WIDTH'#3#200#0#0#0#0
]); ]);

View File

@ -14,7 +14,7 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Width = 480 Width = 480
object nbDebugOptions: TNotebook object nbDebugOptions: TNotebook
Align = altop Align = altop
PageIndex = 0 PageIndex = 3
Height = 398 Height = 398
Width = 480 Width = 480
object pgGeneral: TPage object pgGeneral: TPage
@ -29,8 +29,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Caption = 'Debugger type and path' Caption = 'Debugger type and path'
ClientHeight = 69 ClientHeight = 69
ClientWidth = 468 ClientWidth = 468
Color = clBtnFace
ParentColor = True
ParentCtl3D = False ParentCtl3D = False
TabOrder = 0 TabOrder = 0
Left = 2 Left = 2
@ -73,8 +71,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Caption = 'Additional search path' Caption = 'Additional search path'
ClientHeight = 35 ClientHeight = 35
ClientWidth = 468 ClientWidth = 468
Color = clBtnFace
ParentColor = True
ParentCtl3D = False ParentCtl3D = False
TabOrder = 1 TabOrder = 1
Left = 2 Left = 2
@ -103,8 +99,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Caption = 'Debugger specific options (depends on type of debugger)' Caption = 'Debugger specific options (depends on type of debugger)'
ClientHeight = 187 ClientHeight = 187
ClientWidth = 468 ClientWidth = 468
Color = clBtnFace
ParentColor = True
ParentCtl3D = False ParentCtl3D = False
TabOrder = 2 TabOrder = 2
Left = 2 Left = 2
@ -125,8 +119,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Caption = 'General' Caption = 'General'
ClientHeight = 115 ClientHeight = 115
ClientWidth = 226 ClientWidth = 226
Color = clBtnFace
ParentColor = True
ParentCtl3D = False ParentCtl3D = False
TabOrder = 0 TabOrder = 0
Left = 4 Left = 4
@ -173,9 +165,7 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Caption = 'Messages' Caption = 'Messages'
ClientHeight = 171 ClientHeight = 171
ClientWidth = 228 ClientWidth = 228
Color = clBtnFace
Enabled = False Enabled = False
ParentColor = True
ParentCtl3D = False ParentCtl3D = False
TabOrder = 1 TabOrder = 1
Left = 242 Left = 242
@ -280,8 +270,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Caption = 'Ignore these exceptions' Caption = 'Ignore these exceptions'
ClientHeight = 311 ClientHeight = 311
ClientWidth = 464 ClientWidth = 464
Color = clBtnFace
ParentColor = True
ParentCtl3D = False ParentCtl3D = False
TabOrder = 0 TabOrder = 0
Left = 4 Left = 4
@ -345,8 +333,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Caption = 'Signals' Caption = 'Signals'
ClientHeight = 337 ClientHeight = 337
ClientWidth = 464 ClientWidth = 464
Color = clBtnFace
ParentColor = True
ParentCtl3D = False ParentCtl3D = False
TabOrder = 0 TabOrder = 0
Left = 4 Left = 4
@ -373,7 +359,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Width = 75 Width = 75
end end
object lvSignals: TListView object lvSignals: TListView
Color = clBtnFace
Columns = < Columns = <
item item
Caption = 'Name' Caption = 'Name'

View File

@ -7,110 +7,105 @@ LazarusResources.Add('TDebuggerOptionsForm','FORMDATA',[
+#26'DebuggerOptionsFormDESTROY'#8'Position'#7#14'poscreencenter'#18'HorzScro' +#26'DebuggerOptionsFormDESTROY'#8'Position'#7#14'poscreencenter'#18'HorzScro'
+'llBar.Page'#3#225#1#18'VertScrollBar.Page'#3#187#1#4'Left'#3#163#1#6'Height' +'llBar.Page'#3#225#1#18'VertScrollBar.Page'#3#187#1#4'Left'#3#163#1#6'Height'
+#3#186#1#3'Top'#3#1#1#5'Width'#3#224#1#0#9'TNotebook'#14'nbDebugOptions'#5'A' +#3#186#1#3'Top'#3#1#1#5'Width'#3#224#1#0#9'TNotebook'#14'nbDebugOptions'#5'A'
+'lign'#7#5'altop'#9'PageIndex'#2#0#6'Height'#3#142#1#5'Width'#3#224#1#0#5'TP' +'lign'#7#5'altop'#9'PageIndex'#2#3#6'Height'#3#142#1#5'Width'#3#224#1#0#5'TP'
+'age'#9'pgGeneral'#7'Caption'#6#7'General'#11'ClientWidth'#3#220#1#12'Client' +'age'#9'pgGeneral'#7'Caption'#6#7'General'#11'ClientWidth'#3#220#1#12'Client'
+'Height'#3'p'#1#4'Left'#2#2#6'Height'#3'p'#1#3'Top'#2#28#5'Width'#3#220#1#0#9 +'Height'#3'p'#1#4'Left'#2#2#6'Height'#3'p'#1#3'Top'#2#28#5'Width'#3#220#1#0#9
+'TGroupBox'#14'gbDebuggerType'#7'Caption'#6#22'Debugger type and path'#12'Cl' +'TGroupBox'#14'gbDebuggerType'#7'Caption'#6#22'Debugger type and path'#12'Cl'
+'ientHeight'#2'E'#11'ClientWidth'#3#212#1#5'Color'#7#9'clBtnFace'#11'ParentC' +'ientHeight'#2'E'#11'ClientWidth'#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#4
+'olor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#2#6'Height'#2'V'#3'Top' +'Left'#2#2#6'Height'#2'V'#3'Top'#2#8#5'Width'#3#216#1#0#9'TComboBox'#15'cmbD'
+#2#8#5'Width'#3#216#1#0#9'TComboBox'#15'cmbDebuggerType'#9'MaxLength'#2#0#8 +'ebuggerType'#9'MaxLength'#2#0#8'OnChange'#7#21'cmbDebuggerTypeCHANGE'#11'Pa'
+'OnChange'#7#21'cmbDebuggerTypeCHANGE'#11'ParentCtl3D'#8#8'TabOrder'#2#0#7'T' +'rentCtl3D'#8#8'TabOrder'#2#0#7'TabStop'#9#4'Left'#2#6#6'Height'#2#25#3'Top'
+'abStop'#9#4'Left'#2#6#6'Height'#2#25#3'Top'#2#5#5'Width'#3#12#1#0#0#9'TComb' +#2#5#5'Width'#3#12#1#0#0#9'TComboBox'#15'cmbDebuggerPath'#9'MaxLength'#2#0#11
+'oBox'#15'cmbDebuggerPath'#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#1 +'ParentCtl3D'#8#8'TabOrder'#2#1#7'TabStop'#9#4'Left'#2#6#6'Height'#2#25#3'To'
+#7'TabStop'#9#4'Left'#2#6#6'Height'#2#25#3'Top'#2'%'#5'Width'#3#172#1#0#0#7 +'p'#2'%'#5'Width'#3#172#1#0#0#7'TButton'#19'cmdOpenDebuggerPath'#7'Caption'#6
+'TButton'#19'cmdOpenDebuggerPath'#7'Caption'#6#3'...'#7'TabStop'#9#8'TabOrde' +#3'...'#7'TabStop'#9#8'TabOrder'#2#2#7'OnClick'#7#24'cmdOpenDebuggerPathCLIC'
+'r'#2#2#7'OnClick'#7#24'cmdOpenDebuggerPathCLICK'#4'Left'#3#186#1#6'Height'#2 +'K'#4'Left'#3#186#1#6'Height'#2#25#3'Top'#2'%'#5'Width'#2#19#0#0#0#9'TGroupB'
+#25#3'Top'#2'%'#5'Width'#2#19#0#0#0#9'TGroupBox'#22'gbAdditionalSearchPath'#7 +'ox'#22'gbAdditionalSearchPath'#7'Caption'#6#22'Additional search path'#12'C'
+'Caption'#6#22'Additional search path'#12'ClientHeight'#2'#'#11'ClientWidth' +'lientHeight'#2'#'#11'ClientWidth'#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#1
+#3#212#1#5'Color'#7#9'clBtnFace'#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOr' +#4'Left'#2#2#6'Height'#2'4'#3'Top'#2'd'#5'Width'#3#216#1#0#5'TEdit'#17'txtAd'
+'der'#2#1#4'Left'#2#2#6'Height'#2'4'#3'Top'#2'd'#5'Width'#3#216#1#0#5'TEdit' +'ditionalPath'#7'TabStop'#9#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#25#3'Top'
+#17'txtAdditionalPath'#7'TabStop'#9#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2 +#2#5#5'Width'#3#172#1#0#0#7'TButton'#21'cmdOpenAdditionalPath'#7'Caption'#6#3
+#25#3'Top'#2#5#5'Width'#3#172#1#0#0#7'TButton'#21'cmdOpenAdditionalPath'#7'C' +'...'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'#3#186#1#6'Height'#2#24#3'Top'#2#5
+'aption'#6#3'...'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'#3#186#1#6'Height'#2#24 +#5'Width'#2#19#0#0#0#9'TGroupBox'#18'gbDebuggerSpecific'#7'Caption'#6'7Debug'
+#3'Top'#2#5#5'Width'#2#19#0#0#0#9'TGroupBox'#18'gbDebuggerSpecific'#7'Captio' +'ger specific options (depends on type of debugger)'#12'ClientHeight'#3#187#0
+'n'#6'7Debugger specific options (depends on type of debugger)'#12'ClientHei' +#11'ClientWidth'#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Left'#2#2#6'Hei'
+'ght'#3#187#0#11'ClientWidth'#3#212#1#5'Color'#7#9'clBtnFace'#11'ParentColor' +'ght'#3#204#0#3'Top'#3#156#0#5'Width'#3#216#1#0#0#0#5'TPage'#10'pgEventLog'#7
+#9#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Left'#2#2#6'Height'#3#204#0#3'Top'#3 +'Caption'#6#9'Event Log'#11'ClientWidth'#3#220#1#12'ClientHeight'#3'p'#1#4'L'
+#156#0#5'Width'#3#216#1#0#0#0#5'TPage'#10'pgEventLog'#7'Caption'#6#9'Event L' +'eft'#2#2#6'Height'#3'p'#1#3'Top'#2#28#5'Width'#3#220#1#0#9'TGroupBox'#9'gbG'
+'og'#11'ClientWidth'#3#220#1#12'ClientHeight'#3'p'#1#4'Left'#2#2#6'Height'#3 +'eneral'#7'Caption'#6#7'General'#12'ClientHeight'#2's'#11'ClientWidth'#3#226
+'p'#1#3'Top'#2#28#5'Width'#3#220#1#0#9'TGroupBox'#9'gbGeneral'#7'Caption'#6#7 +#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#4#6'Height'#3#132#0#3'Top'#2#8
+'General'#12'ClientHeight'#2's'#11'ClientWidth'#3#226#0#5'Color'#7#9'clBtnFa' +#5'Width'#3#230#0#0#9'TCheckBox'#16'chkClearLogOnRun'#11'AllowGrayed'#9#8'Au'
+'ce'#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#4#6'Heigh' +'toSize'#9#7'Caption'#6#16'Clear log on run'#10'DragCursor'#7#9'crDefault'#8
+'t'#3#132#0#3'Top'#2#8#5'Width'#3#230#0#0#9'TCheckBox'#16'chkClearLogOnRun'
+#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6#16'Clear log on run'#10'DragCu'
+'rsor'#7#9'crDefault'#8'TabOrder'#2#0#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20
+#3'Top'#2#5#5'Width'#3#135#0#0#0#9'TCheckBox'#17'chkLimitLinecount'#11'Allow'
+'Grayed'#9#8'AutoSize'#9#7'Caption'#6#18'Limit linecount to'#10'DragCursor'#7
+#9'crDefault'#8'TabOrder'#2#1#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'
+#2#29#5'Width'#2'w'#0#0#9'TSpinEdit'#16'seLimitLinecount'#7'Enabled'#8#10'Cl'
+'imb_Rate'#5#0#0#0#0#0#144'?'#236#144'?'#8'MinValue'#5#0#0#0#0#0#144'?'#236
+#144'?'#8'MaxValue'#5#0#0#0#0#0#144'?'#236#144'?'#5'Value'#5#0#0#0#0#0#144'?'
+#236#144'?'#4'Left'#2#28#6'Height'#2#20#3'Top'#2'5'#5'Width'#2'>'#0#0#0#9'TG'
+'roupBox'#10'gbMessages'#7'Caption'#6#8'Messages'#12'ClientHeight'#3#171#0#11
+'ClientWidth'#3#228#0#5'Color'#7#9'clBtnFace'#7'Enabled'#8#11'ParentColor'#9
+#11'ParentCtl3D'#8#8'TabOrder'#2#1#4'Left'#3#242#0#6'Height'#3#188#0#3'Top'#2
+#8#5'Width'#3#232#0#0#9'TCheckBox'#21'chkMessagesBreakpoint'#11'AllowGrayed'
+#9#8'AutoSize'#9#7'Caption'#6#10'Breakpoint'#10'DragCursor'#7#9'crDefault'#8
+'TabOrder'#2#0#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2#5#5'Width'#3 +'TabOrder'#2#0#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2#5#5'Width'#3
+#161#0#0#0#9'TCheckBox'#18'chkMessagesProcess'#11'AllowGrayed'#9#8'AutoSize' +#135#0#0#0#9'TCheckBox'#17'chkLimitLinecount'#11'AllowGrayed'#9#8'AutoSize'#9
+#9#7'Caption'#6#7'Process'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#1#7'T' +#7'Caption'#6#18'Limit linecount to'#10'DragCursor'#7#9'crDefault'#8'TabOrde'
+'abStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2#29#5'Width'#3#147#0#0#0#9'TCh' +'r'#2#1#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2#29#5'Width'#2'w'#0#0
+'eckBox'#17'chkMessagesThread'#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6#6 +#9'TSpinEdit'#16'seLimitLinecount'#7'Enabled'#8#10'Climb_Rate'#5#0#0#0#0#0
+'Thread'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#2#7'TabStop'#9#4'Left'#2 +#144'?'#236#144'?'#8'MinValue'#5#0#0#0#0#0#144'?'#236#144'?'#8'MaxValue'#5#0
+#4#6'Height'#2#20#3'Top'#2'5'#5'Width'#3#141#0#0#0#9'TCheckBox'#17'chkMessag' +#0#0#0#0#144'?'#236#144'?'#5'Value'#5#0#0#0#0#0#144'?'#236#144'?'#4'Left'#2
+'esModule'#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6#6'Module'#10'DragCur' +#28#6'Height'#2#20#3'Top'#2'5'#5'Width'#2'>'#0#0#0#9'TGroupBox'#10'gbMessage'
+'sor'#7#9'crDefault'#8'TabOrder'#2#3#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20 +'s'#7'Caption'#6#8'Messages'#12'ClientHeight'#3#171#0#11'ClientWidth'#3#228#0
+#3'Top'#2'M'#5'Width'#3#144#0#0#0#9'TCheckBox'#17'chkMessagesOutput'#11'Allo' +#7'Enabled'#8#11'ParentCtl3D'#8#8'TabOrder'#2#1#4'Left'#3#242#0#6'Height'#3
+'wGrayed'#9#8'AutoSize'#9#7'Caption'#6#6'Output'#10'DragCursor'#7#9'crDefaul' +#188#0#3'Top'#2#8#5'Width'#3#232#0#0#9'TCheckBox'#21'chkMessagesBreakpoint'
+'t'#8'TabOrder'#2#4#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2'e'#5'Wi' +#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6#10'Breakpoint'#10'DragCursor'#7
+'dth'#3#139#0#0#0#9'TCheckBox'#17'chkMessagesWindow'#11'AllowGrayed'#9#8'Aut' +#9'crDefault'#8'TabOrder'#2#0#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'
+'oSize'#9#7'Caption'#6#6'Window'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2 +#2#5#5'Width'#3#161#0#0#0#9'TCheckBox'#18'chkMessagesProcess'#11'AllowGrayed'
,#5#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2'}'#5'Width'#3#146#0#0#0#9 +#9#8'AutoSize'#9#7'Caption'#6#7'Process'#10'DragCursor'#7#9'crDefault'#8'Tab'
+'TCheckBox'#20'chkMessagesInterface'#11'AllowGrayed'#9#8'AutoSize'#9#7'Capti' +'Order'#2#1#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2#29#5'Width'#3
+'on'#6#9'Interface'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#6#7'TabStop' +#147#0#0#0#9'TCheckBox'#17'chkMessagesThread'#11'AllowGrayed'#9#8'AutoSize'#9
+#9#4'Left'#2#4#6'Height'#2#20#3'Top'#3#149#0#5'Width'#3#150#0#0#0#0#0#5'TPag' +#7'Caption'#6#6'Thread'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#2#7'TabS'
+'e'#12'pgExceptions'#7'Caption'#6#19'Language Exceptions'#11'ClientWidth'#3 +'top'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2'5'#5'Width'#3#141#0#0#0#9'TCheck'
+#220#1#12'ClientHeight'#3'p'#1#4'Left'#2#2#6'Height'#3'p'#1#3'Top'#2#28#5'Wi' +'Box'#17'chkMessagesModule'#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6#6'M'
+'dth'#3#220#1#0#9'TGroupBox'#18'bgIgnoreExceptions'#7'Caption'#6#23'Ignore t' +'odule'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#3#7'TabStop'#9#4'Left'#2
+'hese exceptions'#12'ClientHeight'#3'7'#1#11'ClientWidth'#3#208#1#5'Color'#7 +#4#6'Height'#2#20#3'Top'#2'M'#5'Width'#3#144#0#0#0#9'TCheckBox'#17'chkMessag'
+#9'clBtnFace'#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#4 +'esOutput'#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6#6'Output'#10'DragCur'
+#6'Height'#3'H'#1#3'Top'#2#8#5'Width'#3#212#1#0#7'TButton'#18'cmdExceptionRe' +'sor'#7#9'crDefault'#8'TabOrder'#2#4#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20
+'move'#7'Enabled'#8#7'Caption'#6#6'Remove'#7'TabStop'#9#8'TabOrder'#2#0#7'On' +#3'Top'#2'e'#5'Width'#3#139#0#0#0#9'TCheckBox'#17'chkMessagesWindow'#11'Allo'
+'Click'#7#23'cmdExceptionRemoveCLICK'#4'Left'#3'|'#1#6'Height'#2#25#3'Top'#3 +'wGrayed'#9#8'AutoSize'#9#7'Caption'#6#6'Window'#10'DragCursor'#7#9'crDefaul'
+#21#1#5'Width'#2'K'#0#0#7'TButton'#15'cmdExceptionAdd'#7'Caption'#6#3'Add'#7 +'t'#8'TabOrder'#2#5#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2'}'#5'Wi'
+'TabStop'#9#8'TabOrder'#2#1#7'OnClick'#7#20'cmdExceptionAddCLICK'#4'Left'#3 +'dth'#3#146#0#0#0#9'TCheckBox'#20'chkMessagesInterface'#11'AllowGrayed'#9#8
+','#1#6'Height'#2#25#3'Top'#3#21#1#5'Width'#2'K'#0#0#13'TCheckListBox'#13'cl' +'AutoSize'#9#7'Caption'#6#9'Interface'#10'DragCursor'#7#9'crDefault'#8'TabOr'
+'bExceptions'#7'OnClick'#7#18'clbExceptionsCLICK'#8'TabOrder'#2#2#7'TabStop' ,'der'#2#6#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#3#149#0#5'Width'#3
+#9#8'TopIndex'#2#255#4'Left'#2#8#6'Height'#3#8#1#3'Top'#2#5#5'Width'#3#192#1 +#150#0#0#0#0#0#5'TPage'#12'pgExceptions'#7'Caption'#6#19'Language Exceptions'
+#0#0#0#9'TCheckBox'#19'chkBreakOnException'#11'AllowGrayed'#9#8'AutoSize'#9#7 +#11'ClientWidth'#3#220#1#12'ClientHeight'#3'p'#1#4'Left'#2#2#6'Height'#3'p'#1
+'Caption'#6#27'Break on Lazarus Exceptions'#10'DragCursor'#7#9'crDefault'#8 +#3'Top'#2#28#5'Width'#3#220#1#0#9'TGroupBox'#18'bgIgnoreExceptions'#7'Captio'
+'TabOrder'#2#1#7'TabStop'#9#4'Left'#2#2#6'Height'#2#20#3'Top'#3'T'#1#5'Width' +'n'#6#23'Ignore these exceptions'#12'ClientHeight'#3'7'#1#11'ClientWidth'#3
+#3#188#0#0#0#0#5'TPage'#9'pgSignals'#7'Caption'#6#13'OS Exceptions'#11'Clien' +#208#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#4#6'Height'#3'H'#1#3'Top'
+'tWidth'#3#220#1#12'ClientHeight'#3'p'#1#4'Left'#2#2#6'Height'#3'p'#1#3'Top' +#2#8#5'Width'#3#212#1#0#7'TButton'#18'cmdExceptionRemove'#7'Enabled'#8#7'Cap'
+#2#28#5'Width'#3#220#1#0#9'TGroupBox'#9'gbSignals'#7'Caption'#6#7'Signals'#12 +'tion'#6#6'Remove'#7'TabStop'#9#8'TabOrder'#2#0#7'OnClick'#7#23'cmdException'
+'ClientHeight'#3'Q'#1#11'ClientWidth'#3#208#1#5'Color'#7#9'clBtnFace'#11'Par' +'RemoveCLICK'#4'Left'#3'|'#1#6'Height'#2#25#3'Top'#3#21#1#5'Width'#2'K'#0#0#7
+'entColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#4#6'Height'#3'b'#1#3 +'TButton'#15'cmdExceptionAdd'#7'Caption'#6#3'Add'#7'TabStop'#9#8'TabOrder'#2
+'Top'#2#8#5'Width'#3#212#1#0#7'TButton'#15'cmdSignalRemove'#7'Enabled'#8#7'C' +#1#7'OnClick'#7#20'cmdExceptionAddCLICK'#4'Left'#3','#1#6'Height'#2#25#3'Top'
+'aption'#6#6'Remove'#7'TabStop'#9#8'TabOrder'#2#0#4'Left'#3'}'#1#6'Height'#2 +#3#21#1#5'Width'#2'K'#0#0#13'TCheckListBox'#13'clbExceptions'#7'OnClick'#7#18
+#25#3'Top'#3'1'#1#5'Width'#2'K'#0#0#7'TButton'#12'cmdSignalAdd'#7'Caption'#6 +'clbExceptionsCLICK'#8'TabOrder'#2#2#7'TabStop'#9#8'TopIndex'#2#255#4'Left'#2
+#3'Add'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'#3'('#1#6'Height'#2#25#3'Top'#3 +#8#6'Height'#3#8#1#3'Top'#2#5#5'Width'#3#192#1#0#0#0#9'TCheckBox'#19'chkBrea'
+'1'#1#5'Width'#2'K'#0#0#9'TListView'#9'lvSignals'#5'Color'#7#9'clBtnFace'#7 +'kOnException'#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6#27'Break on Laza'
+'Columns'#14#1#7'Caption'#6#4'Name'#7'Visible'#9#5'Width'#3#200#0#0#1#7'Capt' +'rus Exceptions'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#1#7'TabStop'#9#4
+'ion'#6#2'ID'#7'Visible'#9#5'Width'#2'2'#0#1#7'Caption'#6#10'Handled by'#7'V' +'Left'#2#2#6'Height'#2#20#3'Top'#3'T'#1#5'Width'#3#188#0#0#0#0#5'TPage'#9'pg'
+'isible'#9#5'Width'#2'K'#0#1#7'Caption'#6#6'Resume'#7'Visible'#9#5'Width'#2 +'Signals'#7'Caption'#6#13'OS Exceptions'#11'ClientWidth'#3#220#1#12'ClientHe'
+'K'#0#0#9'PopupMenu'#7#9'popSignal'#9'ViewStyle'#7#8'vsreport'#4'Left'#2#8#6 +'ight'#3'p'#1#4'Left'#2#2#6'Height'#3'p'#1#3'Top'#2#28#5'Width'#3#220#1#0#9
+'Height'#3'$'#1#3'Top'#2#5#5'Width'#3#192#1#0#0#0#0#0#7'TButton'#9'cmdCancel' +'TGroupBox'#9'gbSignals'#7'Caption'#6#7'Signals'#12'ClientHeight'#3'Q'#1#11
+#11'ModalResult'#2#2#6'Cancel'#9#7'Caption'#6#6'Cancel'#7'TabStop'#9#8'TabOr' +'ClientWidth'#3#208#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#4#6'Height'
+'der'#2#1#4'Left'#3#144#1#6'Height'#2#25#3'Top'#3#152#1#5'Width'#2'K'#0#0#7 +#3'b'#1#3'Top'#2#8#5'Width'#3#212#1#0#7'TButton'#15'cmdSignalRemove'#7'Enabl'
+'TButton'#5'cmdOK'#7'Default'#9#7'Caption'#6#2'OK'#7'TabStop'#9#8'TabOrder'#2 +'ed'#8#7'Caption'#6#6'Remove'#7'TabStop'#9#8'TabOrder'#2#0#4'Left'#3'}'#1#6
+#2#7'OnClick'#7#10'cmdOKCLICK'#4'Left'#3'@'#1#6'Height'#2#25#3'Top'#3#152#1#5 +'Height'#2#25#3'Top'#3'1'#1#5'Width'#2'K'#0#0#7'TButton'#12'cmdSignalAdd'#7
+'Width'#2'K'#0#0#10'TPopupMenu'#9'popSignal'#4'left'#3#152#1#3'top'#2#20#0#9 +'Caption'#6#3'Add'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'#3'('#1#6'Height'#2#25
+'TMenuItem'#19'mnuHandledByProgram'#9'AutoCheck'#9#7'Caption'#6#18'Handled b' +#3'Top'#3'1'#1#5'Width'#2'K'#0#0#9'TListView'#9'lvSignals'#7'Columns'#14#1#7
+'y Program'#10'GroupIndex'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'#21'mnuiHandle' +'Caption'#6#4'Name'#7'Visible'#9#5'Width'#3#200#0#0#1#7'Caption'#6#2'ID'#7'V'
+'dByDebugger'#9'AutoCheck'#9#7'Caption'#6#19'Handled by Debugger'#10'GroupIn' +'isible'#9#5'Width'#2'2'#0#1#7'Caption'#6#10'Handled by'#7'Visible'#9#5'Widt'
+'dex'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'#2'N1'#7'Caption'#6#1'-'#0#0#9'TMen' +'h'#2'K'#0#1#7'Caption'#6#6'Resume'#7'Visible'#9#5'Width'#2'K'#0#0#9'PopupMe'
+'uItem'#16'mnuResumeHandled'#9'AutoCheck'#9#7'Caption'#6#14'Resume Handled' +'nu'#7#9'popSignal'#9'ViewStyle'#7#8'vsreport'#4'Left'#2#8#6'Height'#3'$'#1#3
+#10'GroupIndex'#2#2#9'RadioItem'#9#0#0#9'TMenuItem'#18'mnuResumeUnhandled'#9 +'Top'#2#5#5'Width'#3#192#1#0#0#0#0#0#7'TButton'#9'cmdCancel'#11'ModalResult'
+'AutoCheck'#9#7'Caption'#6#16'Resume Unhandled'#10'GroupIndex'#2#2#9'RadioIt' +#2#2#6'Cancel'#9#7'Caption'#6#6'Cancel'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'
+'em'#9#0#0#0#0 +#3#144#1#6'Height'#2#25#3'Top'#3#152#1#5'Width'#2'K'#0#0#7'TButton'#5'cmdOK'
+#7'Default'#9#7'Caption'#6#2'OK'#7'TabStop'#9#8'TabOrder'#2#2#7'OnClick'#7#10
+'cmdOKCLICK'#4'Left'#3'@'#1#6'Height'#2#25#3'Top'#3#152#1#5'Width'#2'K'#0#0
+#10'TPopupMenu'#9'popSignal'#4'left'#3#152#1#3'top'#2#20#0#9'TMenuItem'#19'm'
+'nuHandledByProgram'#9'AutoCheck'#9#7'Caption'#6#18'Handled by Program'#10'G'
+'roupIndex'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'#21'mnuiHandledByDebugger'#9
+'AutoCheck'#9#7'Caption'#6#19'Handled by Debugger'#10'GroupIndex'#2#1#9'Radi'
+'oItem'#9#0#0#9'TMenuItem'#2'N1'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#16'mnuRe'
+'sumeHandled'#9'AutoCheck'#9#7'Caption'#6#14'Resume Handled'#10'GroupIndex'#2
+#2#9'RadioItem'#9#0#0#9'TMenuItem'#18'mnuResumeUnhandled'#9'AutoCheck'#9#7'C'
+'aption'#6#16'Resume Unhandled'#10'GroupIndex'#2#2#9'RadioItem'#9#0#0#0#0
]); ]);

View File

@ -1,278 +1,260 @@
object PublishProjectDialog: TPublishProjectDialog object PublishProjectDialog: TPublishProjectDialog
CAPTION = 'Publish Project' Caption = 'Publish Project'
CLIENTHEIGHT = 462 ClientHeight = 462
CLIENTWIDTH = 469 ClientWidth = 469
POSITION = poscreencenter OnResize = PublishProjectDialogRESIZE
ONRESIZE = PublishProjectDialogRESIZE Position = poscreencenter
HORZSCROLLBAR.PAGE = 470 HorzScrollBar.Page = 470
VERTSCROLLBAR.PAGE = 463 VertScrollBar.Page = 463
LEFT = 307 Left = 307
HEIGHT = 462 Height = 462
TOP = 165 Top = 165
WIDTH = 469 Width = 469
object OkButton: TBUTTON object OkButton: TButton
ANCHORS = [aktop, akright] Anchors = [aktop, akright]
MODALRESULT = 1 ModalResult = 1
CAPTION = 'Ok' Caption = 'Ok'
TABSTOP = True TabStop = True
ONCLICK = OkButtonCLICK TabOrder = 0
LEFT = 72 OnClick = OkButtonCLICK
HEIGHT = 25 Left = 72
TOP = 432 Height = 25
WIDTH = 75 Top = 432
Width = 75
end end
object CancelButton: TBUTTON object CancelButton: TButton
ANCHORS = [aktop, akright] Anchors = [aktop, akright]
MODALRESULT = 2 ModalResult = 2
CAPTION = 'Cancel' Caption = 'Cancel'
TABSTOP = True TabStop = True
TABORDER = 1 TabOrder = 1
LEFT = 371 Left = 371
HEIGHT = 25 Height = 25
TOP = 432 Top = 432
WIDTH = 75 Width = 75
end end
object DestDirGroupBox: TGROUPBOX object DestDirGroupBox: TGroupBox
ANCHORS = [aktop, akleft] Caption = 'Destination directory'
CAPTION = 'Destination directory' ClientHeight = 94
COLOR = -2147483643 ClientWidth = 446
PARENTCTL3D = False ParentCtl3D = False
TABORDER = 2 TabOrder = 2
ONRESIZE = DestDirGroupBoxRESIZE OnResize = DestDirGroupBoxRESIZE
LEFT = 8 Left = 8
HEIGHT = 111 Height = 111
TOP = 8 Top = 8
WIDTH = 450 Width = 450
object DestDirComboBox: TCOMBOBOX object DestDirComboBox: TComboBox
ANCHORS = [aktop, akleft] MaxLength = 0
MAXLENGTH = 0 ParentCtl3D = False
PARENTCTL3D = False TabOrder = 0
TABSTOP = True TabStop = True
TEXT = 'DestDirComboBox' Text = 'DestDirComboBox'
LEFT = 6 Left = 6
HEIGHT = 25 Height = 25
TOP = 1 Top = 1
WIDTH = 350 Width = 350
end end
object BrowseDestDirBitBtn: TBITBTN object BrowseDestDirBitBtn: TBitBtn
GLYPH.Data = { Glyph.Data = {
3A000000424D3A00000000000000360000002800000001000000010000000100 3A000000424D3A00000000000000360000002800000001000000010000000100
100000000000040000005A00000060000000400000004000000000000000 100000000000040000005A00000060000000400000004000000000000000
} }
SPACING = 3 Spacing = 3
ANCHORS = [aktop, akleft] Caption = 'Browse'
CAPTION = 'Browse' TabStop = True
TABSTOP = True TabOrder = 1
TABORDER = 1 OnClick = BrowseDestDirBitBtnCLICK
ONCLICK = BrowseDestDirBitBtnCLICK Left = 366
LEFT = 366 Height = 25
HEIGHT = 25 Top = 1
TOP = 1 Width = 72
WIDTH = 72
end end
object CommandAfterCombobox: TCOMBOBOX object CommandAfterCombobox: TComboBox
ANCHORS = [aktop, akleft] MaxLength = 0
MAXLENGTH = 0 ParentCtl3D = False
PARENTCTL3D = False TabOrder = 2
TABORDER = 2 TabStop = True
TABSTOP = True Text = 'CommandAfterCombobox'
TEXT = 'CommandAfterCombobox' Left = 6
LEFT = 6 Height = 25
HEIGHT = 25 Top = 58
TOP = 58 Width = 430
WIDTH = 430
end end
object CommandAfterLabel: TLABEL object CommandAfterLabel: TLabel
ANCHORS = [aktop, akleft] Caption = 'Command after:'
CAPTION = 'Command after:' Layout = tltop
COLOR = -2147483643 Left = 6
LAYOUT = tltop Height = 17
LEFT = 6 Top = 33
HEIGHT = 17 Width = 428
TOP = 33
WIDTH = 428
end end
end end
object FilesGroupbox: TGROUPBOX object FilesGroupbox: TGroupBox
ANCHORS = [aktop, akleft] Caption = 'Files'
CAPTION = 'Files' ClientHeight = 27
COLOR = -2147483643 ClientWidth = 446
PARENTCTL3D = False ParentCtl3D = False
TABORDER = 3 TabOrder = 3
ONRESIZE = FilesGroupboxRESIZE OnResize = FilesGroupboxRESIZE
LEFT = 8 Left = 8
HEIGHT = 44 Height = 44
TOP = 128 Top = 128
WIDTH = 450 Width = 450
object IgnoreBinariesCheckbox: TCHECKBOX object IgnoreBinariesCheckbox: TCheckBox
AUTOSIZE = True AllowGrayed = True
ALLOWGRAYED = True AutoSize = True
ANCHORS = [aktop, akleft] Caption = 'Ignore binaries'
CAPTION = 'Ignore binaries' DragCursor = crDefault
DRAGCURSOR = 0 TabOrder = 0
TABSTOP = True TabStop = True
TABSTOP = True Left = 6
LEFT = 6 Height = 20
HEIGHT = 20 Top = 1
TOP = 1 Width = 161
WIDTH = 161
end end
end end
object ProjectInfoGroupbox: TGROUPBOX object ProjectInfoGroupbox: TGroupBox
ANCHORS = [aktop, akleft] Caption = 'Project Information'
CAPTION = 'Project Information' ClientHeight = 52
COLOR = -2147483643 ClientWidth = 446
PARENTCTL3D = False ParentCtl3D = False
TABORDER = 4 TabOrder = 4
ONRESIZE = ProjectInfoGroupboxRESIZE OnResize = ProjectInfoGroupboxRESIZE
LEFT = 8 Left = 8
HEIGHT = 69 Height = 69
TOP = 344 Top = 344
WIDTH = 450 Width = 450
object SaveClosedEditorFilesInfoCheckbox: TCHECKBOX object SaveClosedEditorFilesInfoCheckbox: TCheckBox
AUTOSIZE = True AllowGrayed = True
ALLOWGRAYED = True AutoSize = True
ANCHORS = [aktop, akleft] Caption = 'Save editor info of closed files'
CAPTION = 'Save editor info of closed files' DragCursor = crDefault
DRAGCURSOR = 0 TabOrder = 0
TABSTOP = True TabStop = True
TABSTOP = True Left = 4
LEFT = 4 Height = 20
HEIGHT = 20 Top = 1
TOP = 1 Width = 432
WIDTH = 432
end end
object SaveEditorInfoOfNonProjectFilesCheckbox: TCHECKBOX object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
AUTOSIZE = True AllowGrayed = True
ALLOWGRAYED = True AutoSize = True
ANCHORS = [aktop, akleft] Caption = 'Save editor info of non project files'
CAPTION = 'Save editor info of non project files' DragCursor = crDefault
DRAGCURSOR = 0 TabOrder = 1
TABORDER = 1 TabStop = True
TABSTOP = True Left = 4
TABORDER = 1 Height = 20
TABSTOP = True Top = 26
LEFT = 4 Width = 432
HEIGHT = 20
TOP = 26
WIDTH = 432
end end
end end
object SaveSettingsButton: TBUTTON object SaveSettingsButton: TButton
ANCHORS = [aktop, akright] Anchors = [aktop, akright]
CAPTION = 'Save settings' Caption = 'Save settings'
TABSTOP = True TabStop = True
TABORDER = 5 TabOrder = 5
ONCLICK = SaveSettingsButtonCLICK OnClick = SaveSettingsButtonCLICK
LEFT = 198 Left = 198
HEIGHT = 25 Height = 25
TOP = 432 Top = 432
WIDTH = 120 Width = 120
end end
object IncludeFilterGroupbox: TGROUPBOX object IncludeFilterGroupbox: TGroupBox
ANCHORS = [aktop, akleft] Caption = 'Include Filter'
CAPTION = 'Include Filter' ClientHeight = 58
COLOR = -2147483643 ClientWidth = 446
PARENTCTL3D = False ParentCtl3D = False
TABORDER = 6 TabOrder = 6
TABSTOP = True TabStop = True
ONRESIZE = IncludeFilterGroupboxRESIZE OnResize = IncludeFilterGroupboxRESIZE
LEFT = 8 Left = 8
HEIGHT = 75 Height = 75
TOP = 176 Top = 176
WIDTH = 450 Width = 450
object UseIncludeFilterCheckbox: TCHECKBOX object UseIncludeFilterCheckbox: TCheckBox
AUTOSIZE = True AllowGrayed = True
ALLOWGRAYED = True AutoSize = True
ANCHORS = [aktop, akleft] Caption = 'Use Include Filter'
CAPTION = 'Use Include Filter' DragCursor = crDefault
DRAGCURSOR = 0 TabOrder = 0
TABSTOP = True TabStop = True
TABSTOP = True Left = 6
LEFT = 6 Height = 20
HEIGHT = 20 Top = 1
TOP = 1 Width = 171
WIDTH = 171
end end
object IncFilterSimpleSyntaxCheckbox: TCHECKBOX object IncFilterSimpleSyntaxCheckbox: TCheckBox
AUTOSIZE = True AllowGrayed = True
ALLOWGRAYED = True AutoSize = True
ANCHORS = [aktop, akleft] Caption = 'Simple Syntax'
CAPTION = 'Simple Syntax' DragCursor = crDefault
DRAGCURSOR = 0 TabOrder = 1
TABORDER = 1 TabStop = True
TABSTOP = True Left = 196
TABORDER = 1 Height = 20
TABSTOP = True Top = 2
LEFT = 196 Width = 201
HEIGHT = 20
TOP = 2
WIDTH = 201
end end
object IncludeFilterCombobox: TCOMBOBOX object IncludeFilterCombobox: TComboBox
ANCHORS = [aktop, akleft] MaxLength = 0
MAXLENGTH = 0 ParentCtl3D = False
PARENTCTL3D = False TabOrder = 2
TABORDER = 2 TabStop = True
TABSTOP = True Text = 'IncludeFilterCombobox'
TEXT = 'IncludeFilterCombobox' Left = 6
LEFT = 6 Height = 25
HEIGHT = 25 Top = 25
TOP = 25 Width = 430
WIDTH = 430
end end
end end
object ExcludeFilterGroupbox: TGROUPBOX object ExcludeFilterGroupbox: TGroupBox
ANCHORS = [aktop, akleft] Caption = 'Exclude Filter'
CAPTION = 'Exclude Filter' ClientHeight = 62
COLOR = -2147483643 ClientWidth = 444
PARENTCTL3D = False ParentCtl3D = False
TABORDER = 7 TabOrder = 7
TABSTOP = True TabStop = True
ONRESIZE = ExcludeFilterGroupboxRESIZE OnResize = ExcludeFilterGroupboxRESIZE
LEFT = 8 Left = 8
HEIGHT = 79 Height = 79
TOP = 256 Top = 256
WIDTH = 448 Width = 448
object UseExcludeFilterCheckbox: TCHECKBOX object UseExcludeFilterCheckbox: TCheckBox
AUTOSIZE = True AllowGrayed = True
ALLOWGRAYED = True AutoSize = True
ANCHORS = [aktop, akleft] Caption = 'Use Exclude Filter'
CAPTION = 'Use Exclude Filter' DragCursor = crDefault
DRAGCURSOR = 0 TabOrder = 0
TABSTOP = True TabStop = True
TABSTOP = True Left = 6
LEFT = 6 Height = 20
HEIGHT = 20 Top = 5
TOP = 5 Width = 151
WIDTH = 151
end end
object ExcFilterSimpleSyntaxCheckbox: TCHECKBOX object ExcFilterSimpleSyntaxCheckbox: TCheckBox
AUTOSIZE = True AllowGrayed = True
ALLOWGRAYED = True AutoSize = True
ANCHORS = [aktop, akleft] Caption = 'Simple Syntax'
CAPTION = 'Simple Syntax' DragCursor = crDefault
DRAGCURSOR = 0 TabOrder = 1
TABORDER = 1 TabStop = True
TABSTOP = True Left = 199
TABORDER = 1 Height = 20
TABSTOP = True Top = 6
LEFT = 199 Width = 212
HEIGHT = 20
TOP = 6
WIDTH = 212
end end
object ExcludeFilterCombobox: TCOMBOBOX object ExcludeFilterCombobox: TComboBox
ANCHORS = [aktop, akleft] MaxLength = 0
MAXLENGTH = 0 ParentCtl3D = False
PARENTCTL3D = False TabOrder = 2
TABORDER = 2 TabStop = True
TABSTOP = True Text = 'ExcludeFilterCombobox'
TEXT = 'ExcludeFilterCombobox' Left = 6
LEFT = 6 Height = 25
HEIGHT = 25 Top = 30
TOP = 30 Width = 430
WIDTH = 430
end end
end end
end end

View File

@ -1,80 +1,73 @@
{ This is an automatically generated lazarus resource file } { This is an automatically generated lazarus resource file }
LazarusResources.Add('TPublishProjectDialog','FORMDATA',[ LazarusResources.Add('TPublishProjectDialog','FORMDATA',[
'TPF0'#21'TPublishProjectDialog'#20'PublishProjectDialog'#7'CAPTION'#6#15'Pub' 'TPF0'#21'TPublishProjectDialog'#20'PublishProjectDialog'#7'Caption'#6#15'Pub'
+'lish Project'#12'CLIENTHEIGHT'#3#206#1#11'CLIENTWIDTH'#3#213#1#8'POSITION'#7 +'lish Project'#12'ClientHeight'#3#206#1#11'ClientWidth'#3#213#1#8'OnResize'#7
+#14'poscreencenter'#8'ONRESIZE'#7#26'PublishProjectDialogRESIZE'#18'HORZSCRO' +#26'PublishProjectDialogRESIZE'#8'Position'#7#14'poscreencenter'#18'HorzScro'
+'LLBAR.PAGE'#3#214#1#18'VERTSCROLLBAR.PAGE'#3#207#1#4'LEFT'#3'3'#1#6'HEIGHT' +'llBar.Page'#3#214#1#18'VertScrollBar.Page'#3#207#1#4'Left'#3'3'#1#6'Height'
+#3#206#1#3'TOP'#3#165#0#5'WIDTH'#3#213#1#0#7'TBUTTON'#8'OkButton'#7'ANCHORS' +#3#206#1#3'Top'#3#165#0#5'Width'#3#213#1#0#7'TButton'#8'OkButton'#7'Anchors'
+#11#5'aktop'#7'akright'#0#11'MODALRESULT'#2#1#7'CAPTION'#6#2'Ok'#7'TABSTOP'#9 +#11#5'aktop'#7'akright'#0#11'ModalResult'#2#1#7'Caption'#6#2'Ok'#7'TabStop'#9
+#7'ONCLICK'#7#13'OkButtonCLICK'#4'LEFT'#2'H'#6'HEIGHT'#2#25#3'TOP'#3#176#1#5 +#8'TabOrder'#2#0#7'OnClick'#7#13'OkButtonCLICK'#4'Left'#2'H'#6'Height'#2#25#3
+'WIDTH'#2'K'#0#0#7'TBUTTON'#12'CancelButton'#7'ANCHORS'#11#5'aktop'#7'akrigh' +'Top'#3#176#1#5'Width'#2'K'#0#0#7'TButton'#12'CancelButton'#7'Anchors'#11#5
+'t'#0#11'MODALRESULT'#2#2#7'CAPTION'#6#6'Cancel'#7'TABSTOP'#9#8'TABORDER'#2#1 +'aktop'#7'akright'#0#11'ModalResult'#2#2#7'Caption'#6#6'Cancel'#7'TabStop'#9
+#4'LEFT'#3's'#1#6'HEIGHT'#2#25#3'TOP'#3#176#1#5'WIDTH'#2'K'#0#0#9'TGROUPBOX' +#8'TabOrder'#2#1#4'Left'#3's'#1#6'Height'#2#25#3'Top'#3#176#1#5'Width'#2'K'#0
+#15'DestDirGroupBox'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#21'Dest' +#0#9'TGroupBox'#15'DestDirGroupBox'#7'Caption'#6#21'Destination directory'#12
+'ination directory'#5'COLOR'#4#5#0#0#128#11'PARENTCTL3D'#8#8'TABORDER'#2#2#8 +'ClientHeight'#2'^'#11'ClientWidth'#3#190#1#11'ParentCtl3D'#8#8'TabOrder'#2#2
+'ONRESIZE'#7#21'DestDirGroupBoxRESIZE'#4'LEFT'#2#8#6'HEIGHT'#2'o'#3'TOP'#2#8 +#8'OnResize'#7#21'DestDirGroupBoxRESIZE'#4'Left'#2#8#6'Height'#2'o'#3'Top'#2
+#5'WIDTH'#3#194#1#0#9'TCOMBOBOX'#15'DestDirComboBox'#7'ANCHORS'#11#5'aktop'#6 +#8#5'Width'#3#194#1#0#9'TComboBox'#15'DestDirComboBox'#9'MaxLength'#2#0#11'P'
+'akleft'#0#9'MAXLENGTH'#2#0#11'PARENTCTL3D'#8#7'TABSTOP'#9#4'TEXT'#6#15'Dest' +'arentCtl3D'#8#8'TabOrder'#2#0#7'TabStop'#9#4'Text'#6#15'DestDirComboBox'#4
+'DirComboBox'#4'LEFT'#2#6#6'HEIGHT'#2#25#3'TOP'#2#1#5'WIDTH'#3'^'#1#0#0#7'TB' +'Left'#2#6#6'Height'#2#25#3'Top'#2#1#5'Width'#3'^'#1#0#0#7'TBitBtn'#19'Brows'
+'ITBTN'#19'BrowseDestDirBitBtn'#10'GLYPH.Data'#10'>'#0#0#0':'#0#0#0'BM:'#0#0 +'eDestDirBitBtn'#10'Glyph.Data'#10'>'#0#0#0':'#0#0#0'BM:'#0#0#0#0#0#0#0'6'#0
+#0#0#0#0#0'6'#0#0#0'('#0#0#0#1#0#0#0#1#0#0#0#1#0#16#0#0#0#0#0#4#0#0#0'Z'#0#0 +#0#0'('#0#0#0#1#0#0#0#1#0#0#0#1#0#16#0#0#0#0#0#4#0#0#0'Z'#0#0#0'`'#0#0#0'@'#0
+#0'`'#0#0#0'@'#0#0#0'@'#0#0#0#0#0#0#0#7'SPACING'#2#3#7'ANCHORS'#11#5'aktop'#6 +#0#0'@'#0#0#0#0#0#0#0#7'Spacing'#2#3#7'Caption'#6#6'Browse'#7'TabStop'#9#8'T'
+'akleft'#0#7'CAPTION'#6#6'Browse'#7'TABSTOP'#9#8'TABORDER'#2#1#7'ONCLICK'#7 +'abOrder'#2#1#7'OnClick'#7#24'BrowseDestDirBitBtnCLICK'#4'Left'#3'n'#1#6'Hei'
+#24'BrowseDestDirBitBtnCLICK'#4'LEFT'#3'n'#1#6'HEIGHT'#2#25#3'TOP'#2#1#5'WID' +'ght'#2#25#3'Top'#2#1#5'Width'#2'H'#0#0#9'TComboBox'#20'CommandAfterCombobox'
+'TH'#2'H'#0#0#9'TCOMBOBOX'#20'CommandAfterCombobox'#7'ANCHORS'#11#5'aktop'#6 +#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#7'TabStop'#9#4'Text'#6#20
+'akleft'#0#9'MAXLENGTH'#2#0#11'PARENTCTL3D'#8#8'TABORDER'#2#2#7'TABSTOP'#9#4 +'CommandAfterCombobox'#4'Left'#2#6#6'Height'#2#25#3'Top'#2':'#5'Width'#3#174
+'TEXT'#6#20'CommandAfterCombobox'#4'LEFT'#2#6#6'HEIGHT'#2#25#3'TOP'#2':'#5'W' +#1#0#0#6'TLabel'#17'CommandAfterLabel'#7'Caption'#6#14'Command after:'#6'Lay'
+'IDTH'#3#174#1#0#0#6'TLABEL'#17'CommandAfterLabel'#7'ANCHORS'#11#5'aktop'#6 +'out'#7#5'tltop'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'!'#5'Width'#3#172#1#0#0
+'akleft'#0#7'CAPTION'#6#14'Command after:'#5'COLOR'#4#5#0#0#128#6'LAYOUT'#7#5 +#0#9'TGroupBox'#13'FilesGroupbox'#7'Caption'#6#5'Files'#12'ClientHeight'#2#27
+'tltop'#4'LEFT'#2#6#6'HEIGHT'#2#17#3'TOP'#2'!'#5'WIDTH'#3#172#1#0#0#0#9'TGRO' +#11'ClientWidth'#3#190#1#11'ParentCtl3D'#8#8'TabOrder'#2#3#8'OnResize'#7#19
+'UPBOX'#13'FilesGroupbox'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#5 +'FilesGroupboxRESIZE'#4'Left'#2#8#6'Height'#2','#3'Top'#3#128#0#5'Width'#3
+'Files'#5'COLOR'#4#5#0#0#128#11'PARENTCTL3D'#8#8'TABORDER'#2#3#8'ONRESIZE'#7 +#194#1#0#9'TCheckBox'#22'IgnoreBinariesCheckbox'#11'AllowGrayed'#9#8'AutoSiz'
+#19'FilesGroupboxRESIZE'#4'LEFT'#2#8#6'HEIGHT'#2','#3'TOP'#3#128#0#5'WIDTH'#3 +'e'#9#7'Caption'#6#15'Ignore binaries'#10'DragCursor'#7#9'crDefault'#8'TabOr'
+#194#1#0#9'TCHECKBOX'#22'IgnoreBinariesCheckbox'#8'AUTOSIZE'#9#11'ALLOWGRAYE' +'der'#2#0#7'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'Top'#2#1#5'Width'#3#161#0
+'D'#9#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#15'Ignore binaries'#10 +#0#0#0#9'TGroupBox'#19'ProjectInfoGroupbox'#7'Caption'#6#19'Project Informat'
+'DRAGCURSOR'#2#0#7'TABSTOP'#9#7'TABSTOP'#9#4'LEFT'#2#6#6'HEIGHT'#2#20#3'TOP' +'ion'#12'ClientHeight'#2'4'#11'ClientWidth'#3#190#1#11'ParentCtl3D'#8#8'TabO'
+#2#1#5'WIDTH'#3#161#0#0#0#0#9'TGROUPBOX'#19'ProjectInfoGroupbox'#7'ANCHORS' +'rder'#2#4#8'OnResize'#7#25'ProjectInfoGroupboxRESIZE'#4'Left'#2#8#6'Height'
+#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#19'Project Information'#5'COLOR'#4#5#0 +#2'E'#3'Top'#3'X'#1#5'Width'#3#194#1#0#9'TCheckBox!SaveClosedEditorFilesInfo'
+#0#128#11'PARENTCTL3D'#8#8'TABORDER'#2#4#8'ONRESIZE'#7#25'ProjectInfoGroupbo' +'Checkbox'#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6' Save editor info of'
+'xRESIZE'#4'LEFT'#2#8#6'HEIGHT'#2'E'#3'TOP'#3'X'#1#5'WIDTH'#3#194#1#0#9'TCHE' +' closed files'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#0#7'TabStop'#9#4
+'CKBOX!SaveClosedEditorFilesInfoCheckbox'#8'AUTOSIZE'#9#11'ALLOWGRAYED'#9#7 +'Left'#2#4#6'Height'#2#20#3'Top'#2#1#5'Width'#3#176#1#0#0#9'TCheckBox''SaveE'
+'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6' Save editor info of closed f' +'ditorInfoOfNonProjectFilesCheckbox'#11'AllowGrayed'#9#8'AutoSize'#9#7'Capti'
+'iles'#10'DRAGCURSOR'#2#0#7'TABSTOP'#9#7'TABSTOP'#9#4'LEFT'#2#4#6'HEIGHT'#2 +'on'#6'%Save editor info of non project files'#10'DragCursor'#7#9'crDefault'
+#20#3'TOP'#2#1#5'WIDTH'#3#176#1#0#0#9'TCHECKBOX''SaveEditorInfoOfNonProjectF' +#8'TabOrder'#2#1#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2#26#5'Width'
+'ilesCheckbox'#8'AUTOSIZE'#9#11'ALLOWGRAYED'#9#7'ANCHORS'#11#5'aktop'#6'akle' +#3#176#1#0#0#0#7'TButton'#18'SaveSettingsButton'#7'Anchors'#11#5'aktop'#7'ak'
+'ft'#0#7'CAPTION'#6'%Save editor info of non project files'#10'DRAGCURSOR'#2 +'right'#0#7'Caption'#6#13'Save settings'#7'TabStop'#9#8'TabOrder'#2#5#7'OnCl'
+#0#8'TABORDER'#2#1#7'TABSTOP'#9#8'TABORDER'#2#1#7'TABSTOP'#9#4'LEFT'#2#4#6'H' +'ick'#7#23'SaveSettingsButtonCLICK'#4'Left'#3#198#0#6'Height'#2#25#3'Top'#3
+'EIGHT'#2#20#3'TOP'#2#26#5'WIDTH'#3#176#1#0#0#0#7'TBUTTON'#18'SaveSettingsBu' +#176#1#5'Width'#2'x'#0#0#9'TGroupBox'#21'IncludeFilterGroupbox'#7'Caption'#6
+'tton'#7'ANCHORS'#11#5'aktop'#7'akright'#0#7'CAPTION'#6#13'Save settings'#7 +#14'Include Filter'#12'ClientHeight'#2':'#11'ClientWidth'#3#190#1#11'ParentC'
+'TABSTOP'#9#8'TABORDER'#2#5#7'ONCLICK'#7#23'SaveSettingsButtonCLICK'#4'LEFT' +'tl3D'#8#8'TabOrder'#2#6#7'TabStop'#9#8'OnResize'#7#27'IncludeFilterGroupbox'
+#3#198#0#6'HEIGHT'#2#25#3'TOP'#3#176#1#5'WIDTH'#2'x'#0#0#9'TGROUPBOX'#21'Inc' +'RESIZE'#4'Left'#2#8#6'Height'#2'K'#3'Top'#3#176#0#5'Width'#3#194#1#0#9'TChe'
+'ludeFilterGroupbox'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#14'Incl' +'ckBox'#24'UseIncludeFilterCheckbox'#11'AllowGrayed'#9#8'AutoSize'#9#7'Capti'
+'ude Filter'#5'COLOR'#4#5#0#0#128#11'PARENTCTL3D'#8#8'TABORDER'#2#6#7'TABSTO' +'on'#6#18'Use Include Filter'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#0#7
+'P'#9#8'ONRESIZE'#7#27'IncludeFilterGroupboxRESIZE'#4'LEFT'#2#8#6'HEIGHT'#2 +'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'Top'#2#1#5'Width'#3#171#0#0#0#9'TCh'
+'K'#3'TOP'#3#176#0#5'WIDTH'#3#194#1#0#9'TCHECKBOX'#24'UseIncludeFilterCheckb' +'eckBox'#29'IncFilterSimpleSyntaxCheckbox'#11'AllowGrayed'#9#8'AutoSize'#9#7
+'ox'#8'AUTOSIZE'#9#11'ALLOWGRAYED'#9#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CA' +'Caption'#6#13'Simple Syntax'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#1#7
+'PTION'#6#18'Use Include Filter'#10'DRAGCURSOR'#2#0#7'TABSTOP'#9#7'TABSTOP'#9 +'TabStop'#9#4'Left'#3#196#0#6'Height'#2#20#3'Top'#2#2#5'Width'#3#201#0#0#0#9
+#4'LEFT'#2#6#6'HEIGHT'#2#20#3'TOP'#2#1#5'WIDTH'#3#171#0#0#0#9'TCHECKBOX'#29 +'TComboBox'#21'IncludeFilterCombobox'#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'T'
+'IncFilterSimpleSyntaxCheckbox'#8'AUTOSIZE'#9#11'ALLOWGRAYED'#9#7'ANCHORS'#11 +'abOrder'#2#2#7'TabStop'#9#4'Text'#6#21'IncludeFilterCombobox'#4'Left'#2#6#6
+#5'aktop'#6'akleft'#0#7'CAPTION'#6#13'Simple Syntax'#10'DRAGCURSOR'#2#0#8'TA' +'Height'#2#25#3'Top'#2#25#5'Width'#3#174#1#0#0#0#9'TGroupBox'#21'ExcludeFilt'
+'BORDER'#2#1#7'TABSTOP'#9#8'TABORDER'#2#1#7'TABSTOP'#9#4'LEFT'#3#196#0#6'HEI' +'erGroupbox'#7'Caption'#6#14'Exclude Filter'#12'ClientHeight'#2'>'#11'Client'
+'GHT'#2#20#3'TOP'#2#2#5'WIDTH'#3#201#0#0#0#9'TCOMBOBOX'#21'IncludeFilterComb' +'Width'#3#188#1#11'ParentCtl3D'#8#8'TabOrder'#2#7#7'TabStop'#9#8'OnResize'#7
+'obox'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#9'MAXLENGTH'#2#0#11'PARENTCTL3D'#8 +#27'ExcludeFilterGroupboxRESIZE'#4'Left'#2#8#6'Height'#2'O'#3'Top'#3#0#1#5'W'
+#8'TABORDER'#2#2#7'TABSTOP'#9#4'TEXT'#6#21'IncludeFilterCombobox'#4'LEFT'#2#6 +'idth'#3#192#1#0#9'TCheckBox'#24'UseExcludeFilterCheckbox'#11'AllowGrayed'#9
+#6'HEIGHT'#2#25#3'TOP'#2#25#5'WIDTH'#3#174#1#0#0#0#9'TGROUPBOX'#21'ExcludeFi' +#8'AutoSize'#9#7'Caption'#6#18'Use Exclude Filter'#10'DragCursor'#7#9'crDefa'
+'lterGroupbox'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#14'Exclude Fi' +'ult'#8'TabOrder'#2#0#7'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'Top'#2#5#5'W'
+'lter'#5'COLOR'#4#5#0#0#128#11'PARENTCTL3D'#8#8'TABORDER'#2#7#7'TABSTOP'#9#8 +'idth'#3#151#0#0#0#9'TCheckBox'#29'ExcFilterSimpleSyntaxCheckbox'#11'AllowGr'
,'ONRESIZE'#7#27'ExcludeFilterGroupboxRESIZE'#4'LEFT'#2#8#6'HEIGHT'#2'O'#3'TO' ,'ayed'#9#8'AutoSize'#9#7'Caption'#6#13'Simple Syntax'#10'DragCursor'#7#9'crD'
+'P'#3#0#1#5'WIDTH'#3#192#1#0#9'TCHECKBOX'#24'UseExcludeFilterCheckbox'#8'AUT' +'efault'#8'TabOrder'#2#1#7'TabStop'#9#4'Left'#3#199#0#6'Height'#2#20#3'Top'#2
+'OSIZE'#9#11'ALLOWGRAYED'#9#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6 +#6#5'Width'#3#212#0#0#0#9'TComboBox'#21'ExcludeFilterCombobox'#9'MaxLength'#2
+#18'Use Exclude Filter'#10'DRAGCURSOR'#2#0#7'TABSTOP'#9#7'TABSTOP'#9#4'LEFT' +#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#7'TabStop'#9#4'Text'#6#21'ExcludeFilter'
+#2#6#6'HEIGHT'#2#20#3'TOP'#2#5#5'WIDTH'#3#151#0#0#0#9'TCHECKBOX'#29'ExcFilte' +'Combobox'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#30#5'Width'#3#174#1#0#0#0#0
+'rSimpleSyntaxCheckbox'#8'AUTOSIZE'#9#11'ALLOWGRAYED'#9#7'ANCHORS'#11#5'akto'
+'p'#6'akleft'#0#7'CAPTION'#6#13'Simple Syntax'#10'DRAGCURSOR'#2#0#8'TABORDER'
+#2#1#7'TABSTOP'#9#8'TABORDER'#2#1#7'TABSTOP'#9#4'LEFT'#3#199#0#6'HEIGHT'#2#20
+#3'TOP'#2#6#5'WIDTH'#3#212#0#0#0#9'TCOMBOBOX'#21'ExcludeFilterCombobox'#7'AN'
+'CHORS'#11#5'aktop'#6'akleft'#0#9'MAXLENGTH'#2#0#11'PARENTCTL3D'#8#8'TABORDE'
+'R'#2#2#7'TABSTOP'#9#4'TEXT'#6#21'ExcludeFilterCombobox'#4'LEFT'#2#6#6'HEIGH'
+'T'#2#25#3'TOP'#2#30#5'WIDTH'#3#174#1#0#0#0#0
]); ]);

View File

@ -1,121 +0,0 @@
object TCOLUMNDLG1
CAPTION = 'Column Editor'
COLOR = -2147483633
CLIENTHEIGHT = 338
CLIENTWIDTH = 401
LEFT = 207
HEIGHT = 338
TOP = 328
WIDTH = 401
object TLISTBOX
BORDERSTYLE = bssingle
ONCLICK = nil
LEFT = 1
HEIGHT = 300
TOP = 1
WIDTH = 170
end
object TLABEL
CAPTION = 'Caption'
FONT.COLOR = -2147483640
LEFT = 200
HEIGHT = 17
TOP = 15
WIDTH = 65
end
object TEDIT
ONCHANGE = nil
LEFT = 200
HEIGHT = 25
TOP = 37
WIDTH = 160
end
object TLABEL
CAPTION = 'Width'
FONT.COLOR = -2147483640
LEFT = 200
HEIGHT = 17
TOP = 67
WIDTH = 65
end
object TEDIT
ONCHANGE = nil
LEFT = 200
HEIGHT = 25
TOP = 89
WIDTH = 160
end
object TRADIOGROUP
CAPTION = 'Alignment'
ITEMINDEX = 0
ITEMS.Strings = (
'Left'
'Center'
'Right'
)
COLUMNS = 3
ONCLICK = nil
LEFT = 200
HEIGHT = 50
TOP = 119
WIDTH = 200
end
object TBUTTON
CAPTION = 'Add'
FONT.COLOR = -2147483640
ONCLICK = nil
LEFT = 200
HEIGHT = 25
TOP = 174
WIDTH = 75
end
object TBUTTON
CAPTION = 'Delete'
FONT.COLOR = -2147483640
ONCLICK = nil
LEFT = 280
HEIGHT = 25
TOP = 174
WIDTH = 75
end
object TBUTTON
CAPTION = 'Move up'
FONT.COLOR = -2147483640
ONCLICK = nil
LEFT = 5
HEIGHT = 25
TOP = 306
WIDTH = 75
end
object TBUTTON
CAPTION = 'Move down'
FONT.COLOR = -2147483640
ONCLICK = nil
LEFT = 85
HEIGHT = 25
TOP = 306
WIDTH = 75
end
object TBITBTN
KIND = bkok
SPACING = 3
MODALRESULT = 1
CAPTION = 'OK'
FONT.COLOR = -2147483640
LEFT = 205
HEIGHT = 25
TOP = 306
WIDTH = 75
end
object TBITBTN
KIND = bkcancel
SPACING = 3
MODALRESULT = 2
CAPTION = 'Cancel'
FONT.COLOR = -2147483640
LEFT = 285
HEIGHT = 25
TOP = 306
WIDTH = 75
end
end

View File

@ -888,7 +888,7 @@ type
property Constraints: TSizeConstraints read FConstraints write SetConstraints; property Constraints: TSizeConstraints read FConstraints write SetConstraints;
property ControlState: TControlState read FControlState write FControlState; property ControlState: TControlState read FControlState write FControlState;
property ControlStyle: TControlStyle read FControlStyle write FControlStyle; property ControlStyle: TControlStyle read FControlStyle write FControlStyle;
property Color: TColor read FColor write SetColor stored ColorIsStored; property Color: TColor read FColor write SetColor stored ColorIsStored default clWindow;
property Ctl3D: Boolean read FCtl3D write FCtl3D;//Is this needed for anything other than compatability? property Ctl3D: Boolean read FCtl3D write FCtl3D;//Is this needed for anything other than compatability?
property Enabled: Boolean read GetEnabled write SetEnabled default True; property Enabled: Boolean read GetEnabled write SetEnabled default True;
property Font: TFont read FFont write SetFont; property Font: TFont read FFont write SetFont;
@ -1853,6 +1853,9 @@ end.
{ ============================================================================= { =============================================================================
$Log$ $Log$
Revision 1.162 2003/12/27 20:15:15 mattias
set some colors to default
Revision 1.161 2003/12/25 14:17:07 mattias Revision 1.161 2003/12/25 14:17:07 mattias
fixed many range check warnings fixed many range check warnings