mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 06:18:21 +02:00
set some colors to default
git-svn-id: trunk@4979 -
This commit is contained in:
parent
add918bbb0
commit
590e1a38b0
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -460,7 +460,6 @@ ide/sourcemarks.pas svneol=native#text/pascal
|
||||
ide/splash.lrs svneol=native#text/pascal
|
||||
ide/splash.pp 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/transfermacros.pp svneol=native#text/pascal
|
||||
ide/unitdependencies.lrs svneol=native#text/pascal
|
||||
|
@ -1,44 +1,39 @@
|
||||
object AboutForm: TAboutForm
|
||||
CAPTION = 'About Lazarus'
|
||||
CLIENTHEIGHT = 245
|
||||
CLIENTWIDTH = 577
|
||||
POSITION = poscreencenter
|
||||
HORZSCROLLBAR.PAGE = 578
|
||||
VERTSCROLLBAR.PAGE = 246
|
||||
LEFT = 351
|
||||
HEIGHT = 245
|
||||
TOP = 389
|
||||
WIDTH = 577
|
||||
object Memo1: TMEMO
|
||||
ANCHORS = [aktop, akleft]
|
||||
COLOR = -2147483643
|
||||
READONLY = True
|
||||
SCROLLBARS = ssautoboth
|
||||
WORDWRAP = True
|
||||
LEFT = 225
|
||||
HEIGHT = 219
|
||||
TOP = 14
|
||||
WIDTH = 339
|
||||
Caption = 'About Lazarus'
|
||||
ClientHeight = 245
|
||||
ClientWidth = 577
|
||||
Position = poscreencenter
|
||||
HorzScrollBar.Page = 578
|
||||
VertScrollBar.Page = 246
|
||||
Left = 351
|
||||
Height = 245
|
||||
Top = 389
|
||||
Width = 577
|
||||
object Memo1: TMemo
|
||||
ReadOnly = True
|
||||
ScrollBars = ssautoboth
|
||||
TabOrder = 0
|
||||
Left = 225
|
||||
Height = 219
|
||||
Top = 14
|
||||
Width = 339
|
||||
end
|
||||
object Button1: TBUTTON
|
||||
ANCHORS = [aktop, akleft]
|
||||
MODALRESULT = 1
|
||||
CAPTION = 'Close'
|
||||
TABORDER = 1
|
||||
LEFT = 78
|
||||
HEIGHT = 25
|
||||
TOP = 184
|
||||
WIDTH = 75
|
||||
object Button1: TButton
|
||||
ModalResult = 1
|
||||
Caption = 'Close'
|
||||
TabOrder = 1
|
||||
Left = 78
|
||||
Height = 25
|
||||
Top = 184
|
||||
Width = 75
|
||||
end
|
||||
object Label1: TLABEL
|
||||
ALIGNMENT = tacenter
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Version #:'
|
||||
COLOR = -2147483643
|
||||
LAYOUT = tltop
|
||||
LEFT = 14
|
||||
HEIGHT = 17
|
||||
TOP = 6
|
||||
WIDTH = 200
|
||||
object Label1: TLabel
|
||||
Alignment = tacenter
|
||||
Caption = 'Version #:'
|
||||
Layout = tltop
|
||||
Left = 14
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 200
|
||||
end
|
||||
end
|
||||
|
@ -1,16 +1,14 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TAboutForm','FORMDATA',[
|
||||
'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'
|
||||
+'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'
|
||||
+#11#5'aktop'#6'akleft'#0#5'COLOR'#4#5#0#0#128#8'READONLY'#9#10'SCROLLBARS'#7
|
||||
+#10'ssautoboth'#8'WORDWRAP'#9#4'LEFT'#3#225#0#6'HEIGHT'#3#219#0#3'TOP'#2#14#5
|
||||
+'WIDTH'#3'S'#1#0#0#7'TBUTTON'#7'Button1'#7'ANCHORS'#11#5'aktop'#6'akleft'#0
|
||||
+#11'MODALRESULT'#2#1#7'CAPTION'#6#5'Close'#8'TABORDER'#2#1#4'LEFT'#2'N'#6'HE'
|
||||
+'IGHT'#2#25#3'TOP'#3#184#0#5'WIDTH'#2'K'#0#0#6'TLABEL'#6'Label1'#9'ALIGNMENT'
|
||||
+#7#8'tacenter'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#10'Version #:'
|
||||
+#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
|
||||
'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'
|
||||
+'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'#8'ReadOnly'
|
||||
+#9#10'ScrollBars'#7#10'ssautoboth'#8'TabOrder'#2#0#4'Left'#3#225#0#6'Height'
|
||||
+#3#219#0#3'Top'#2#14#5'Width'#3'S'#1#0#0#7'TButton'#7'Button1'#11'ModalResul'
|
||||
+'t'#2#1#7'Caption'#6#5'Close'#8'TabOrder'#2#1#4'Left'#2'N'#6'Height'#2#25#3
|
||||
+'Top'#3#184#0#5'Width'#2'K'#0#0#6'TLabel'#6'Label1'#9'Alignment'#7#8'tacente'
|
||||
+'r'#7'Caption'#6#10'Version #:'#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
|
||||
]);
|
||||
|
@ -14,7 +14,7 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
|
||||
Width = 480
|
||||
object nbDebugOptions: TNotebook
|
||||
Align = altop
|
||||
PageIndex = 0
|
||||
PageIndex = 3
|
||||
Height = 398
|
||||
Width = 480
|
||||
object pgGeneral: TPage
|
||||
@ -29,8 +29,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
|
||||
Caption = 'Debugger type and path'
|
||||
ClientHeight = 69
|
||||
ClientWidth = 468
|
||||
Color = clBtnFace
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
Left = 2
|
||||
@ -73,8 +71,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
|
||||
Caption = 'Additional search path'
|
||||
ClientHeight = 35
|
||||
ClientWidth = 468
|
||||
Color = clBtnFace
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
TabOrder = 1
|
||||
Left = 2
|
||||
@ -103,8 +99,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
|
||||
Caption = 'Debugger specific options (depends on type of debugger)'
|
||||
ClientHeight = 187
|
||||
ClientWidth = 468
|
||||
Color = clBtnFace
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
TabOrder = 2
|
||||
Left = 2
|
||||
@ -125,8 +119,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
|
||||
Caption = 'General'
|
||||
ClientHeight = 115
|
||||
ClientWidth = 226
|
||||
Color = clBtnFace
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
Left = 4
|
||||
@ -173,9 +165,7 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
|
||||
Caption = 'Messages'
|
||||
ClientHeight = 171
|
||||
ClientWidth = 228
|
||||
Color = clBtnFace
|
||||
Enabled = False
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
TabOrder = 1
|
||||
Left = 242
|
||||
@ -280,8 +270,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
|
||||
Caption = 'Ignore these exceptions'
|
||||
ClientHeight = 311
|
||||
ClientWidth = 464
|
||||
Color = clBtnFace
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
Left = 4
|
||||
@ -345,8 +333,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
|
||||
Caption = 'Signals'
|
||||
ClientHeight = 337
|
||||
ClientWidth = 464
|
||||
Color = clBtnFace
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
Left = 4
|
||||
@ -373,7 +359,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
|
||||
Width = 75
|
||||
end
|
||||
object lvSignals: TListView
|
||||
Color = clBtnFace
|
||||
Columns = <
|
||||
item
|
||||
Caption = 'Name'
|
||||
|
@ -7,110 +7,105 @@ LazarusResources.Add('TDebuggerOptionsForm','FORMDATA',[
|
||||
+#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'
|
||||
+#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'
|
||||
+'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'
|
||||
+'ientHeight'#2'E'#11'ClientWidth'#3#212#1#5'Color'#7#9'clBtnFace'#11'ParentC'
|
||||
+'olor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#2#6'Height'#2'V'#3'Top'
|
||||
+#2#8#5'Width'#3#216#1#0#9'TComboBox'#15'cmbDebuggerType'#9'MaxLength'#2#0#8
|
||||
+'OnChange'#7#21'cmbDebuggerTypeCHANGE'#11'ParentCtl3D'#8#8'TabOrder'#2#0#7'T'
|
||||
+'abStop'#9#4'Left'#2#6#6'Height'#2#25#3'Top'#2#5#5'Width'#3#12#1#0#0#9'TComb'
|
||||
+'oBox'#15'cmbDebuggerPath'#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#1
|
||||
+#7'TabStop'#9#4'Left'#2#6#6'Height'#2#25#3'Top'#2'%'#5'Width'#3#172#1#0#0#7
|
||||
+'TButton'#19'cmdOpenDebuggerPath'#7'Caption'#6#3'...'#7'TabStop'#9#8'TabOrde'
|
||||
+'r'#2#2#7'OnClick'#7#24'cmdOpenDebuggerPathCLICK'#4'Left'#3#186#1#6'Height'#2
|
||||
+#25#3'Top'#2'%'#5'Width'#2#19#0#0#0#9'TGroupBox'#22'gbAdditionalSearchPath'#7
|
||||
+'Caption'#6#22'Additional search path'#12'ClientHeight'#2'#'#11'ClientWidth'
|
||||
+#3#212#1#5'Color'#7#9'clBtnFace'#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOr'
|
||||
+'der'#2#1#4'Left'#2#2#6'Height'#2'4'#3'Top'#2'd'#5'Width'#3#216#1#0#5'TEdit'
|
||||
+#17'txtAdditionalPath'#7'TabStop'#9#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2
|
||||
+#25#3'Top'#2#5#5'Width'#3#172#1#0#0#7'TButton'#21'cmdOpenAdditionalPath'#7'C'
|
||||
+'aption'#6#3'...'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'#3#186#1#6'Height'#2#24
|
||||
+#3'Top'#2#5#5'Width'#2#19#0#0#0#9'TGroupBox'#18'gbDebuggerSpecific'#7'Captio'
|
||||
+'n'#6'7Debugger specific options (depends on type of debugger)'#12'ClientHei'
|
||||
+'ght'#3#187#0#11'ClientWidth'#3#212#1#5'Color'#7#9'clBtnFace'#11'ParentColor'
|
||||
+#9#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Left'#2#2#6'Height'#3#204#0#3'Top'#3
|
||||
+#156#0#5'Width'#3#216#1#0#0#0#5'TPage'#10'pgEventLog'#7'Caption'#6#9'Event L'
|
||||
+'og'#11'ClientWidth'#3#220#1#12'ClientHeight'#3'p'#1#4'Left'#2#2#6'Height'#3
|
||||
+'p'#1#3'Top'#2#28#5'Width'#3#220#1#0#9'TGroupBox'#9'gbGeneral'#7'Caption'#6#7
|
||||
+'General'#12'ClientHeight'#2's'#11'ClientWidth'#3#226#0#5'Color'#7#9'clBtnFa'
|
||||
+'ce'#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#4#6'Heigh'
|
||||
+'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
|
||||
+'ientHeight'#2'E'#11'ClientWidth'#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#4
|
||||
+'Left'#2#2#6'Height'#2'V'#3'Top'#2#8#5'Width'#3#216#1#0#9'TComboBox'#15'cmbD'
|
||||
+'ebuggerType'#9'MaxLength'#2#0#8'OnChange'#7#21'cmbDebuggerTypeCHANGE'#11'Pa'
|
||||
+'rentCtl3D'#8#8'TabOrder'#2#0#7'TabStop'#9#4'Left'#2#6#6'Height'#2#25#3'Top'
|
||||
+#2#5#5'Width'#3#12#1#0#0#9'TComboBox'#15'cmbDebuggerPath'#9'MaxLength'#2#0#11
|
||||
+'ParentCtl3D'#8#8'TabOrder'#2#1#7'TabStop'#9#4'Left'#2#6#6'Height'#2#25#3'To'
|
||||
+'p'#2'%'#5'Width'#3#172#1#0#0#7'TButton'#19'cmdOpenDebuggerPath'#7'Caption'#6
|
||||
+#3'...'#7'TabStop'#9#8'TabOrder'#2#2#7'OnClick'#7#24'cmdOpenDebuggerPathCLIC'
|
||||
+'K'#4'Left'#3#186#1#6'Height'#2#25#3'Top'#2'%'#5'Width'#2#19#0#0#0#9'TGroupB'
|
||||
+'ox'#22'gbAdditionalSearchPath'#7'Caption'#6#22'Additional search path'#12'C'
|
||||
+'lientHeight'#2'#'#11'ClientWidth'#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#1
|
||||
+#4'Left'#2#2#6'Height'#2'4'#3'Top'#2'd'#5'Width'#3#216#1#0#5'TEdit'#17'txtAd'
|
||||
+'ditionalPath'#7'TabStop'#9#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#25#3'Top'
|
||||
+#2#5#5'Width'#3#172#1#0#0#7'TButton'#21'cmdOpenAdditionalPath'#7'Caption'#6#3
|
||||
+'...'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'#3#186#1#6'Height'#2#24#3'Top'#2#5
|
||||
+#5'Width'#2#19#0#0#0#9'TGroupBox'#18'gbDebuggerSpecific'#7'Caption'#6'7Debug'
|
||||
+'ger specific options (depends on type of debugger)'#12'ClientHeight'#3#187#0
|
||||
+#11'ClientWidth'#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Left'#2#2#6'Hei'
|
||||
+'ght'#3#204#0#3'Top'#3#156#0#5'Width'#3#216#1#0#0#0#5'TPage'#10'pgEventLog'#7
|
||||
+'Caption'#6#9'Event Log'#11'ClientWidth'#3#220#1#12'ClientHeight'#3'p'#1#4'L'
|
||||
+'eft'#2#2#6'Height'#3'p'#1#3'Top'#2#28#5'Width'#3#220#1#0#9'TGroupBox'#9'gbG'
|
||||
+'eneral'#7'Caption'#6#7'General'#12'ClientHeight'#2's'#11'ClientWidth'#3#226
|
||||
+#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#4#6'Height'#3#132#0#3'Top'#2#8
|
||||
+#5'Width'#3#230#0#0#9'TCheckBox'#16'chkClearLogOnRun'#11'AllowGrayed'#9#8'Au'
|
||||
+'toSize'#9#7'Caption'#6#16'Clear log on run'#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
|
||||
+#161#0#0#0#9'TCheckBox'#18'chkMessagesProcess'#11'AllowGrayed'#9#8'AutoSize'
|
||||
+#9#7'Caption'#6#7'Process'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#1#7'T'
|
||||
+'abStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2#29#5'Width'#3#147#0#0#0#9'TCh'
|
||||
+'eckBox'#17'chkMessagesThread'#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6#6
|
||||
+'Thread'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#2#7'TabStop'#9#4'Left'#2
|
||||
+#4#6'Height'#2#20#3'Top'#2'5'#5'Width'#3#141#0#0#0#9'TCheckBox'#17'chkMessag'
|
||||
+'esModule'#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6#6'Module'#10'DragCur'
|
||||
+'sor'#7#9'crDefault'#8'TabOrder'#2#3#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20
|
||||
+#3'Top'#2'M'#5'Width'#3#144#0#0#0#9'TCheckBox'#17'chkMessagesOutput'#11'Allo'
|
||||
+'wGrayed'#9#8'AutoSize'#9#7'Caption'#6#6'Output'#10'DragCursor'#7#9'crDefaul'
|
||||
+'t'#8'TabOrder'#2#4#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2'e'#5'Wi'
|
||||
+'dth'#3#139#0#0#0#9'TCheckBox'#17'chkMessagesWindow'#11'AllowGrayed'#9#8'Aut'
|
||||
+'oSize'#9#7'Caption'#6#6'Window'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2
|
||||
,#5#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2'}'#5'Width'#3#146#0#0#0#9
|
||||
+'TCheckBox'#20'chkMessagesInterface'#11'AllowGrayed'#9#8'AutoSize'#9#7'Capti'
|
||||
+'on'#6#9'Interface'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#6#7'TabStop'
|
||||
+#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'
|
||||
+'e'#12'pgExceptions'#7'Caption'#6#19'Language Exceptions'#11'ClientWidth'#3
|
||||
+#220#1#12'ClientHeight'#3'p'#1#4'Left'#2#2#6'Height'#3'p'#1#3'Top'#2#28#5'Wi'
|
||||
+'dth'#3#220#1#0#9'TGroupBox'#18'bgIgnoreExceptions'#7'Caption'#6#23'Ignore t'
|
||||
+'hese exceptions'#12'ClientHeight'#3'7'#1#11'ClientWidth'#3#208#1#5'Color'#7
|
||||
+#9'clBtnFace'#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#4
|
||||
+#6'Height'#3'H'#1#3'Top'#2#8#5'Width'#3#212#1#0#7'TButton'#18'cmdExceptionRe'
|
||||
+'move'#7'Enabled'#8#7'Caption'#6#6'Remove'#7'TabStop'#9#8'TabOrder'#2#0#7'On'
|
||||
+'Click'#7#23'cmdExceptionRemoveCLICK'#4'Left'#3'|'#1#6'Height'#2#25#3'Top'#3
|
||||
+#21#1#5'Width'#2'K'#0#0#7'TButton'#15'cmdExceptionAdd'#7'Caption'#6#3'Add'#7
|
||||
+'TabStop'#9#8'TabOrder'#2#1#7'OnClick'#7#20'cmdExceptionAddCLICK'#4'Left'#3
|
||||
+','#1#6'Height'#2#25#3'Top'#3#21#1#5'Width'#2'K'#0#0#13'TCheckListBox'#13'cl'
|
||||
+'bExceptions'#7'OnClick'#7#18'clbExceptionsCLICK'#8'TabOrder'#2#2#7'TabStop'
|
||||
+#9#8'TopIndex'#2#255#4'Left'#2#8#6'Height'#3#8#1#3'Top'#2#5#5'Width'#3#192#1
|
||||
+#0#0#0#9'TCheckBox'#19'chkBreakOnException'#11'AllowGrayed'#9#8'AutoSize'#9#7
|
||||
+'Caption'#6#27'Break on Lazarus Exceptions'#10'DragCursor'#7#9'crDefault'#8
|
||||
+'TabOrder'#2#1#7'TabStop'#9#4'Left'#2#2#6'Height'#2#20#3'Top'#3'T'#1#5'Width'
|
||||
+#3#188#0#0#0#0#5'TPage'#9'pgSignals'#7'Caption'#6#13'OS Exceptions'#11'Clien'
|
||||
+'tWidth'#3#220#1#12'ClientHeight'#3'p'#1#4'Left'#2#2#6'Height'#3'p'#1#3'Top'
|
||||
+#2#28#5'Width'#3#220#1#0#9'TGroupBox'#9'gbSignals'#7'Caption'#6#7'Signals'#12
|
||||
+'ClientHeight'#3'Q'#1#11'ClientWidth'#3#208#1#5'Color'#7#9'clBtnFace'#11'Par'
|
||||
+'entColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#4#6'Height'#3'b'#1#3
|
||||
+'Top'#2#8#5'Width'#3#212#1#0#7'TButton'#15'cmdSignalRemove'#7'Enabled'#8#7'C'
|
||||
+'aption'#6#6'Remove'#7'TabStop'#9#8'TabOrder'#2#0#4'Left'#3'}'#1#6'Height'#2
|
||||
+#25#3'Top'#3'1'#1#5'Width'#2'K'#0#0#7'TButton'#12'cmdSignalAdd'#7'Caption'#6
|
||||
+#3'Add'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'#3'('#1#6'Height'#2#25#3'Top'#3
|
||||
+'1'#1#5'Width'#2'K'#0#0#9'TListView'#9'lvSignals'#5'Color'#7#9'clBtnFace'#7
|
||||
+'Columns'#14#1#7'Caption'#6#4'Name'#7'Visible'#9#5'Width'#3#200#0#0#1#7'Capt'
|
||||
+'ion'#6#2'ID'#7'Visible'#9#5'Width'#2'2'#0#1#7'Caption'#6#10'Handled by'#7'V'
|
||||
+'isible'#9#5'Width'#2'K'#0#1#7'Caption'#6#6'Resume'#7'Visible'#9#5'Width'#2
|
||||
+'K'#0#0#9'PopupMenu'#7#9'popSignal'#9'ViewStyle'#7#8'vsreport'#4'Left'#2#8#6
|
||||
+'Height'#3'$'#1#3'Top'#2#5#5'Width'#3#192#1#0#0#0#0#0#7'TButton'#9'cmdCancel'
|
||||
+#11'ModalResult'#2#2#6'Cancel'#9#7'Caption'#6#6'Cancel'#7'TabStop'#9#8'TabOr'
|
||||
+'der'#2#1#4'Left'#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'mnuHandledByProgram'#9'AutoCheck'#9#7'Caption'#6#18'Handled b'
|
||||
+'y Program'#10'GroupIndex'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'#21'mnuiHandle'
|
||||
+'dByDebugger'#9'AutoCheck'#9#7'Caption'#6#19'Handled by Debugger'#10'GroupIn'
|
||||
+'dex'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'#2'N1'#7'Caption'#6#1'-'#0#0#9'TMen'
|
||||
+'uItem'#16'mnuResumeHandled'#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'Caption'#6#16'Resume Unhandled'#10'GroupIndex'#2#2#9'RadioIt'
|
||||
+'em'#9#0#0#0#0
|
||||
+#135#0#0#0#9'TCheckBox'#17'chkLimitLinecount'#11'AllowGrayed'#9#8'AutoSize'#9
|
||||
+#7'Caption'#6#18'Limit linecount to'#10'DragCursor'#7#9'crDefault'#8'TabOrde'
|
||||
+'r'#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'Climb_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'TGroupBox'#10'gbMessage'
|
||||
+'s'#7'Caption'#6#8'Messages'#12'ClientHeight'#3#171#0#11'ClientWidth'#3#228#0
|
||||
+#7'Enabled'#8#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#161#0#0#0#9'TCheckBox'#18'chkMessagesProcess'#11'AllowGrayed'
|
||||
+#9#8'AutoSize'#9#7'Caption'#6#7'Process'#10'DragCursor'#7#9'crDefault'#8'Tab'
|
||||
+'Order'#2#1#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2#29#5'Width'#3
|
||||
+#147#0#0#0#9'TCheckBox'#17'chkMessagesThread'#11'AllowGrayed'#9#8'AutoSize'#9
|
||||
+#7'Caption'#6#6'Thread'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#2#7'TabS'
|
||||
+'top'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2'5'#5'Width'#3#141#0#0#0#9'TCheck'
|
||||
+'Box'#17'chkMessagesModule'#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6#6'M'
|
||||
+'odule'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#3#7'TabStop'#9#4'Left'#2
|
||||
+#4#6'Height'#2#20#3'Top'#2'M'#5'Width'#3#144#0#0#0#9'TCheckBox'#17'chkMessag'
|
||||
+'esOutput'#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6#6'Output'#10'DragCur'
|
||||
+'sor'#7#9'crDefault'#8'TabOrder'#2#4#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20
|
||||
+#3'Top'#2'e'#5'Width'#3#139#0#0#0#9'TCheckBox'#17'chkMessagesWindow'#11'Allo'
|
||||
+'wGrayed'#9#8'AutoSize'#9#7'Caption'#6#6'Window'#10'DragCursor'#7#9'crDefaul'
|
||||
+'t'#8'TabOrder'#2#5#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2'}'#5'Wi'
|
||||
+'dth'#3#146#0#0#0#9'TCheckBox'#20'chkMessagesInterface'#11'AllowGrayed'#9#8
|
||||
+'AutoSize'#9#7'Caption'#6#9'Interface'#10'DragCursor'#7#9'crDefault'#8'TabOr'
|
||||
,'der'#2#6#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#3#149#0#5'Width'#3
|
||||
+#150#0#0#0#0#0#5'TPage'#12'pgExceptions'#7'Caption'#6#19'Language Exceptions'
|
||||
+#11'ClientWidth'#3#220#1#12'ClientHeight'#3'p'#1#4'Left'#2#2#6'Height'#3'p'#1
|
||||
+#3'Top'#2#28#5'Width'#3#220#1#0#9'TGroupBox'#18'bgIgnoreExceptions'#7'Captio'
|
||||
+'n'#6#23'Ignore these exceptions'#12'ClientHeight'#3'7'#1#11'ClientWidth'#3
|
||||
+#208#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#4#6'Height'#3'H'#1#3'Top'
|
||||
+#2#8#5'Width'#3#212#1#0#7'TButton'#18'cmdExceptionRemove'#7'Enabled'#8#7'Cap'
|
||||
+'tion'#6#6'Remove'#7'TabStop'#9#8'TabOrder'#2#0#7'OnClick'#7#23'cmdException'
|
||||
+'RemoveCLICK'#4'Left'#3'|'#1#6'Height'#2#25#3'Top'#3#21#1#5'Width'#2'K'#0#0#7
|
||||
+'TButton'#15'cmdExceptionAdd'#7'Caption'#6#3'Add'#7'TabStop'#9#8'TabOrder'#2
|
||||
+#1#7'OnClick'#7#20'cmdExceptionAddCLICK'#4'Left'#3','#1#6'Height'#2#25#3'Top'
|
||||
+#3#21#1#5'Width'#2'K'#0#0#13'TCheckListBox'#13'clbExceptions'#7'OnClick'#7#18
|
||||
+'clbExceptionsCLICK'#8'TabOrder'#2#2#7'TabStop'#9#8'TopIndex'#2#255#4'Left'#2
|
||||
+#8#6'Height'#3#8#1#3'Top'#2#5#5'Width'#3#192#1#0#0#0#9'TCheckBox'#19'chkBrea'
|
||||
+'kOnException'#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6#27'Break on Laza'
|
||||
+'rus Exceptions'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#1#7'TabStop'#9#4
|
||||
+'Left'#2#2#6'Height'#2#20#3'Top'#3'T'#1#5'Width'#3#188#0#0#0#0#5'TPage'#9'pg'
|
||||
+'Signals'#7'Caption'#6#13'OS Exceptions'#11'ClientWidth'#3#220#1#12'ClientHe'
|
||||
+'ight'#3'p'#1#4'Left'#2#2#6'Height'#3'p'#1#3'Top'#2#28#5'Width'#3#220#1#0#9
|
||||
+'TGroupBox'#9'gbSignals'#7'Caption'#6#7'Signals'#12'ClientHeight'#3'Q'#1#11
|
||||
+'ClientWidth'#3#208#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#4#6'Height'
|
||||
+#3'b'#1#3'Top'#2#8#5'Width'#3#212#1#0#7'TButton'#15'cmdSignalRemove'#7'Enabl'
|
||||
+'ed'#8#7'Caption'#6#6'Remove'#7'TabStop'#9#8'TabOrder'#2#0#4'Left'#3'}'#1#6
|
||||
+'Height'#2#25#3'Top'#3'1'#1#5'Width'#2'K'#0#0#7'TButton'#12'cmdSignalAdd'#7
|
||||
+'Caption'#6#3'Add'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'#3'('#1#6'Height'#2#25
|
||||
+#3'Top'#3'1'#1#5'Width'#2'K'#0#0#9'TListView'#9'lvSignals'#7'Columns'#14#1#7
|
||||
+'Caption'#6#4'Name'#7'Visible'#9#5'Width'#3#200#0#0#1#7'Caption'#6#2'ID'#7'V'
|
||||
+'isible'#9#5'Width'#2'2'#0#1#7'Caption'#6#10'Handled by'#7'Visible'#9#5'Widt'
|
||||
+'h'#2'K'#0#1#7'Caption'#6#6'Resume'#7'Visible'#9#5'Width'#2'K'#0#0#9'PopupMe'
|
||||
+'nu'#7#9'popSignal'#9'ViewStyle'#7#8'vsreport'#4'Left'#2#8#6'Height'#3'$'#1#3
|
||||
+'Top'#2#5#5'Width'#3#192#1#0#0#0#0#0#7'TButton'#9'cmdCancel'#11'ModalResult'
|
||||
+#2#2#6'Cancel'#9#7'Caption'#6#6'Cancel'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'
|
||||
+#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
|
||||
]);
|
||||
|
@ -1,278 +1,260 @@
|
||||
object PublishProjectDialog: TPublishProjectDialog
|
||||
CAPTION = 'Publish Project'
|
||||
CLIENTHEIGHT = 462
|
||||
CLIENTWIDTH = 469
|
||||
POSITION = poscreencenter
|
||||
ONRESIZE = PublishProjectDialogRESIZE
|
||||
HORZSCROLLBAR.PAGE = 470
|
||||
VERTSCROLLBAR.PAGE = 463
|
||||
LEFT = 307
|
||||
HEIGHT = 462
|
||||
TOP = 165
|
||||
WIDTH = 469
|
||||
object OkButton: TBUTTON
|
||||
ANCHORS = [aktop, akright]
|
||||
MODALRESULT = 1
|
||||
CAPTION = 'Ok'
|
||||
TABSTOP = True
|
||||
ONCLICK = OkButtonCLICK
|
||||
LEFT = 72
|
||||
HEIGHT = 25
|
||||
TOP = 432
|
||||
WIDTH = 75
|
||||
Caption = 'Publish Project'
|
||||
ClientHeight = 462
|
||||
ClientWidth = 469
|
||||
OnResize = PublishProjectDialogRESIZE
|
||||
Position = poscreencenter
|
||||
HorzScrollBar.Page = 470
|
||||
VertScrollBar.Page = 463
|
||||
Left = 307
|
||||
Height = 462
|
||||
Top = 165
|
||||
Width = 469
|
||||
object OkButton: TButton
|
||||
Anchors = [aktop, akright]
|
||||
ModalResult = 1
|
||||
Caption = 'Ok'
|
||||
TabStop = True
|
||||
TabOrder = 0
|
||||
OnClick = OkButtonCLICK
|
||||
Left = 72
|
||||
Height = 25
|
||||
Top = 432
|
||||
Width = 75
|
||||
end
|
||||
object CancelButton: TBUTTON
|
||||
ANCHORS = [aktop, akright]
|
||||
MODALRESULT = 2
|
||||
CAPTION = 'Cancel'
|
||||
TABSTOP = True
|
||||
TABORDER = 1
|
||||
LEFT = 371
|
||||
HEIGHT = 25
|
||||
TOP = 432
|
||||
WIDTH = 75
|
||||
object CancelButton: TButton
|
||||
Anchors = [aktop, akright]
|
||||
ModalResult = 2
|
||||
Caption = 'Cancel'
|
||||
TabStop = True
|
||||
TabOrder = 1
|
||||
Left = 371
|
||||
Height = 25
|
||||
Top = 432
|
||||
Width = 75
|
||||
end
|
||||
object DestDirGroupBox: TGROUPBOX
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Destination directory'
|
||||
COLOR = -2147483643
|
||||
PARENTCTL3D = False
|
||||
TABORDER = 2
|
||||
ONRESIZE = DestDirGroupBoxRESIZE
|
||||
LEFT = 8
|
||||
HEIGHT = 111
|
||||
TOP = 8
|
||||
WIDTH = 450
|
||||
object DestDirComboBox: TCOMBOBOX
|
||||
ANCHORS = [aktop, akleft]
|
||||
MAXLENGTH = 0
|
||||
PARENTCTL3D = False
|
||||
TABSTOP = True
|
||||
TEXT = 'DestDirComboBox'
|
||||
LEFT = 6
|
||||
HEIGHT = 25
|
||||
TOP = 1
|
||||
WIDTH = 350
|
||||
object DestDirGroupBox: TGroupBox
|
||||
Caption = 'Destination directory'
|
||||
ClientHeight = 94
|
||||
ClientWidth = 446
|
||||
ParentCtl3D = False
|
||||
TabOrder = 2
|
||||
OnResize = DestDirGroupBoxRESIZE
|
||||
Left = 8
|
||||
Height = 111
|
||||
Top = 8
|
||||
Width = 450
|
||||
object DestDirComboBox: TComboBox
|
||||
MaxLength = 0
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Text = 'DestDirComboBox'
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 1
|
||||
Width = 350
|
||||
end
|
||||
object BrowseDestDirBitBtn: TBITBTN
|
||||
GLYPH.Data = {
|
||||
object BrowseDestDirBitBtn: TBitBtn
|
||||
Glyph.Data = {
|
||||
3A000000424D3A00000000000000360000002800000001000000010000000100
|
||||
100000000000040000005A00000060000000400000004000000000000000
|
||||
}
|
||||
SPACING = 3
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Browse'
|
||||
TABSTOP = True
|
||||
TABORDER = 1
|
||||
ONCLICK = BrowseDestDirBitBtnCLICK
|
||||
LEFT = 366
|
||||
HEIGHT = 25
|
||||
TOP = 1
|
||||
WIDTH = 72
|
||||
Spacing = 3
|
||||
Caption = 'Browse'
|
||||
TabStop = True
|
||||
TabOrder = 1
|
||||
OnClick = BrowseDestDirBitBtnCLICK
|
||||
Left = 366
|
||||
Height = 25
|
||||
Top = 1
|
||||
Width = 72
|
||||
end
|
||||
object CommandAfterCombobox: TCOMBOBOX
|
||||
ANCHORS = [aktop, akleft]
|
||||
MAXLENGTH = 0
|
||||
PARENTCTL3D = False
|
||||
TABORDER = 2
|
||||
TABSTOP = True
|
||||
TEXT = 'CommandAfterCombobox'
|
||||
LEFT = 6
|
||||
HEIGHT = 25
|
||||
TOP = 58
|
||||
WIDTH = 430
|
||||
object CommandAfterCombobox: TComboBox
|
||||
MaxLength = 0
|
||||
ParentCtl3D = False
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Text = 'CommandAfterCombobox'
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 58
|
||||
Width = 430
|
||||
end
|
||||
object CommandAfterLabel: TLABEL
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Command after:'
|
||||
COLOR = -2147483643
|
||||
LAYOUT = tltop
|
||||
LEFT = 6
|
||||
HEIGHT = 17
|
||||
TOP = 33
|
||||
WIDTH = 428
|
||||
object CommandAfterLabel: TLabel
|
||||
Caption = 'Command after:'
|
||||
Layout = tltop
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 33
|
||||
Width = 428
|
||||
end
|
||||
end
|
||||
object FilesGroupbox: TGROUPBOX
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Files'
|
||||
COLOR = -2147483643
|
||||
PARENTCTL3D = False
|
||||
TABORDER = 3
|
||||
ONRESIZE = FilesGroupboxRESIZE
|
||||
LEFT = 8
|
||||
HEIGHT = 44
|
||||
TOP = 128
|
||||
WIDTH = 450
|
||||
object IgnoreBinariesCheckbox: TCHECKBOX
|
||||
AUTOSIZE = True
|
||||
ALLOWGRAYED = True
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Ignore binaries'
|
||||
DRAGCURSOR = 0
|
||||
TABSTOP = True
|
||||
TABSTOP = True
|
||||
LEFT = 6
|
||||
HEIGHT = 20
|
||||
TOP = 1
|
||||
WIDTH = 161
|
||||
object FilesGroupbox: TGroupBox
|
||||
Caption = 'Files'
|
||||
ClientHeight = 27
|
||||
ClientWidth = 446
|
||||
ParentCtl3D = False
|
||||
TabOrder = 3
|
||||
OnResize = FilesGroupboxRESIZE
|
||||
Left = 8
|
||||
Height = 44
|
||||
Top = 128
|
||||
Width = 450
|
||||
object IgnoreBinariesCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
Caption = 'Ignore binaries'
|
||||
DragCursor = crDefault
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 1
|
||||
Width = 161
|
||||
end
|
||||
end
|
||||
object ProjectInfoGroupbox: TGROUPBOX
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Project Information'
|
||||
COLOR = -2147483643
|
||||
PARENTCTL3D = False
|
||||
TABORDER = 4
|
||||
ONRESIZE = ProjectInfoGroupboxRESIZE
|
||||
LEFT = 8
|
||||
HEIGHT = 69
|
||||
TOP = 344
|
||||
WIDTH = 450
|
||||
object SaveClosedEditorFilesInfoCheckbox: TCHECKBOX
|
||||
AUTOSIZE = True
|
||||
ALLOWGRAYED = True
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Save editor info of closed files'
|
||||
DRAGCURSOR = 0
|
||||
TABSTOP = True
|
||||
TABSTOP = True
|
||||
LEFT = 4
|
||||
HEIGHT = 20
|
||||
TOP = 1
|
||||
WIDTH = 432
|
||||
object ProjectInfoGroupbox: TGroupBox
|
||||
Caption = 'Project Information'
|
||||
ClientHeight = 52
|
||||
ClientWidth = 446
|
||||
ParentCtl3D = False
|
||||
TabOrder = 4
|
||||
OnResize = ProjectInfoGroupboxRESIZE
|
||||
Left = 8
|
||||
Height = 69
|
||||
Top = 344
|
||||
Width = 450
|
||||
object SaveClosedEditorFilesInfoCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
Caption = 'Save editor info of closed files'
|
||||
DragCursor = crDefault
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Left = 4
|
||||
Height = 20
|
||||
Top = 1
|
||||
Width = 432
|
||||
end
|
||||
object SaveEditorInfoOfNonProjectFilesCheckbox: TCHECKBOX
|
||||
AUTOSIZE = True
|
||||
ALLOWGRAYED = True
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Save editor info of non project files'
|
||||
DRAGCURSOR = 0
|
||||
TABORDER = 1
|
||||
TABSTOP = True
|
||||
TABORDER = 1
|
||||
TABSTOP = True
|
||||
LEFT = 4
|
||||
HEIGHT = 20
|
||||
TOP = 26
|
||||
WIDTH = 432
|
||||
object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
Caption = 'Save editor info of non project files'
|
||||
DragCursor = crDefault
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Left = 4
|
||||
Height = 20
|
||||
Top = 26
|
||||
Width = 432
|
||||
end
|
||||
end
|
||||
object SaveSettingsButton: TBUTTON
|
||||
ANCHORS = [aktop, akright]
|
||||
CAPTION = 'Save settings'
|
||||
TABSTOP = True
|
||||
TABORDER = 5
|
||||
ONCLICK = SaveSettingsButtonCLICK
|
||||
LEFT = 198
|
||||
HEIGHT = 25
|
||||
TOP = 432
|
||||
WIDTH = 120
|
||||
object SaveSettingsButton: TButton
|
||||
Anchors = [aktop, akright]
|
||||
Caption = 'Save settings'
|
||||
TabStop = True
|
||||
TabOrder = 5
|
||||
OnClick = SaveSettingsButtonCLICK
|
||||
Left = 198
|
||||
Height = 25
|
||||
Top = 432
|
||||
Width = 120
|
||||
end
|
||||
object IncludeFilterGroupbox: TGROUPBOX
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Include Filter'
|
||||
COLOR = -2147483643
|
||||
PARENTCTL3D = False
|
||||
TABORDER = 6
|
||||
TABSTOP = True
|
||||
ONRESIZE = IncludeFilterGroupboxRESIZE
|
||||
LEFT = 8
|
||||
HEIGHT = 75
|
||||
TOP = 176
|
||||
WIDTH = 450
|
||||
object UseIncludeFilterCheckbox: TCHECKBOX
|
||||
AUTOSIZE = True
|
||||
ALLOWGRAYED = True
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Use Include Filter'
|
||||
DRAGCURSOR = 0
|
||||
TABSTOP = True
|
||||
TABSTOP = True
|
||||
LEFT = 6
|
||||
HEIGHT = 20
|
||||
TOP = 1
|
||||
WIDTH = 171
|
||||
object IncludeFilterGroupbox: TGroupBox
|
||||
Caption = 'Include Filter'
|
||||
ClientHeight = 58
|
||||
ClientWidth = 446
|
||||
ParentCtl3D = False
|
||||
TabOrder = 6
|
||||
TabStop = True
|
||||
OnResize = IncludeFilterGroupboxRESIZE
|
||||
Left = 8
|
||||
Height = 75
|
||||
Top = 176
|
||||
Width = 450
|
||||
object UseIncludeFilterCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
Caption = 'Use Include Filter'
|
||||
DragCursor = crDefault
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 1
|
||||
Width = 171
|
||||
end
|
||||
object IncFilterSimpleSyntaxCheckbox: TCHECKBOX
|
||||
AUTOSIZE = True
|
||||
ALLOWGRAYED = True
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Simple Syntax'
|
||||
DRAGCURSOR = 0
|
||||
TABORDER = 1
|
||||
TABSTOP = True
|
||||
TABORDER = 1
|
||||
TABSTOP = True
|
||||
LEFT = 196
|
||||
HEIGHT = 20
|
||||
TOP = 2
|
||||
WIDTH = 201
|
||||
object IncFilterSimpleSyntaxCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
Caption = 'Simple Syntax'
|
||||
DragCursor = crDefault
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Left = 196
|
||||
Height = 20
|
||||
Top = 2
|
||||
Width = 201
|
||||
end
|
||||
object IncludeFilterCombobox: TCOMBOBOX
|
||||
ANCHORS = [aktop, akleft]
|
||||
MAXLENGTH = 0
|
||||
PARENTCTL3D = False
|
||||
TABORDER = 2
|
||||
TABSTOP = True
|
||||
TEXT = 'IncludeFilterCombobox'
|
||||
LEFT = 6
|
||||
HEIGHT = 25
|
||||
TOP = 25
|
||||
WIDTH = 430
|
||||
object IncludeFilterCombobox: TComboBox
|
||||
MaxLength = 0
|
||||
ParentCtl3D = False
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Text = 'IncludeFilterCombobox'
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 25
|
||||
Width = 430
|
||||
end
|
||||
end
|
||||
object ExcludeFilterGroupbox: TGROUPBOX
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Exclude Filter'
|
||||
COLOR = -2147483643
|
||||
PARENTCTL3D = False
|
||||
TABORDER = 7
|
||||
TABSTOP = True
|
||||
ONRESIZE = ExcludeFilterGroupboxRESIZE
|
||||
LEFT = 8
|
||||
HEIGHT = 79
|
||||
TOP = 256
|
||||
WIDTH = 448
|
||||
object UseExcludeFilterCheckbox: TCHECKBOX
|
||||
AUTOSIZE = True
|
||||
ALLOWGRAYED = True
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Use Exclude Filter'
|
||||
DRAGCURSOR = 0
|
||||
TABSTOP = True
|
||||
TABSTOP = True
|
||||
LEFT = 6
|
||||
HEIGHT = 20
|
||||
TOP = 5
|
||||
WIDTH = 151
|
||||
object ExcludeFilterGroupbox: TGroupBox
|
||||
Caption = 'Exclude Filter'
|
||||
ClientHeight = 62
|
||||
ClientWidth = 444
|
||||
ParentCtl3D = False
|
||||
TabOrder = 7
|
||||
TabStop = True
|
||||
OnResize = ExcludeFilterGroupboxRESIZE
|
||||
Left = 8
|
||||
Height = 79
|
||||
Top = 256
|
||||
Width = 448
|
||||
object UseExcludeFilterCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
Caption = 'Use Exclude Filter'
|
||||
DragCursor = crDefault
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 5
|
||||
Width = 151
|
||||
end
|
||||
object ExcFilterSimpleSyntaxCheckbox: TCHECKBOX
|
||||
AUTOSIZE = True
|
||||
ALLOWGRAYED = True
|
||||
ANCHORS = [aktop, akleft]
|
||||
CAPTION = 'Simple Syntax'
|
||||
DRAGCURSOR = 0
|
||||
TABORDER = 1
|
||||
TABSTOP = True
|
||||
TABORDER = 1
|
||||
TABSTOP = True
|
||||
LEFT = 199
|
||||
HEIGHT = 20
|
||||
TOP = 6
|
||||
WIDTH = 212
|
||||
object ExcFilterSimpleSyntaxCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
Caption = 'Simple Syntax'
|
||||
DragCursor = crDefault
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Left = 199
|
||||
Height = 20
|
||||
Top = 6
|
||||
Width = 212
|
||||
end
|
||||
object ExcludeFilterCombobox: TCOMBOBOX
|
||||
ANCHORS = [aktop, akleft]
|
||||
MAXLENGTH = 0
|
||||
PARENTCTL3D = False
|
||||
TABORDER = 2
|
||||
TABSTOP = True
|
||||
TEXT = 'ExcludeFilterCombobox'
|
||||
LEFT = 6
|
||||
HEIGHT = 25
|
||||
TOP = 30
|
||||
WIDTH = 430
|
||||
object ExcludeFilterCombobox: TComboBox
|
||||
MaxLength = 0
|
||||
ParentCtl3D = False
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Text = 'ExcludeFilterCombobox'
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 30
|
||||
Width = 430
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -1,80 +1,73 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TPublishProjectDialog','FORMDATA',[
|
||||
'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
|
||||
+#14'poscreencenter'#8'ONRESIZE'#7#26'PublishProjectDialogRESIZE'#18'HORZSCRO'
|
||||
+'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'
|
||||
+#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
|
||||
+'WIDTH'#2'K'#0#0#7'TBUTTON'#12'CancelButton'#7'ANCHORS'#11#5'aktop'#7'akrigh'
|
||||
+'t'#0#11'MODALRESULT'#2#2#7'CAPTION'#6#6'Cancel'#7'TABSTOP'#9#8'TABORDER'#2#1
|
||||
+#4'LEFT'#3's'#1#6'HEIGHT'#2#25#3'TOP'#3#176#1#5'WIDTH'#2'K'#0#0#9'TGROUPBOX'
|
||||
+#15'DestDirGroupBox'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#21'Dest'
|
||||
+'ination directory'#5'COLOR'#4#5#0#0#128#11'PARENTCTL3D'#8#8'TABORDER'#2#2#8
|
||||
+'ONRESIZE'#7#21'DestDirGroupBoxRESIZE'#4'LEFT'#2#8#6'HEIGHT'#2'o'#3'TOP'#2#8
|
||||
+#5'WIDTH'#3#194#1#0#9'TCOMBOBOX'#15'DestDirComboBox'#7'ANCHORS'#11#5'aktop'#6
|
||||
+'akleft'#0#9'MAXLENGTH'#2#0#11'PARENTCTL3D'#8#7'TABSTOP'#9#4'TEXT'#6#15'Dest'
|
||||
+'DirComboBox'#4'LEFT'#2#6#6'HEIGHT'#2#25#3'TOP'#2#1#5'WIDTH'#3'^'#1#0#0#7'TB'
|
||||
+'ITBTN'#19'BrowseDestDirBitBtn'#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#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#7'SPACING'#2#3#7'ANCHORS'#11#5'aktop'#6
|
||||
+'akleft'#0#7'CAPTION'#6#6'Browse'#7'TABSTOP'#9#8'TABORDER'#2#1#7'ONCLICK'#7
|
||||
+#24'BrowseDestDirBitBtnCLICK'#4'LEFT'#3'n'#1#6'HEIGHT'#2#25#3'TOP'#2#1#5'WID'
|
||||
+'TH'#2'H'#0#0#9'TCOMBOBOX'#20'CommandAfterCombobox'#7'ANCHORS'#11#5'aktop'#6
|
||||
+'akleft'#0#9'MAXLENGTH'#2#0#11'PARENTCTL3D'#8#8'TABORDER'#2#2#7'TABSTOP'#9#4
|
||||
+'TEXT'#6#20'CommandAfterCombobox'#4'LEFT'#2#6#6'HEIGHT'#2#25#3'TOP'#2':'#5'W'
|
||||
+'IDTH'#3#174#1#0#0#6'TLABEL'#17'CommandAfterLabel'#7'ANCHORS'#11#5'aktop'#6
|
||||
+'akleft'#0#7'CAPTION'#6#14'Command after:'#5'COLOR'#4#5#0#0#128#6'LAYOUT'#7#5
|
||||
+'tltop'#4'LEFT'#2#6#6'HEIGHT'#2#17#3'TOP'#2'!'#5'WIDTH'#3#172#1#0#0#0#9'TGRO'
|
||||
+'UPBOX'#13'FilesGroupbox'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#5
|
||||
+'Files'#5'COLOR'#4#5#0#0#128#11'PARENTCTL3D'#8#8'TABORDER'#2#3#8'ONRESIZE'#7
|
||||
+#19'FilesGroupboxRESIZE'#4'LEFT'#2#8#6'HEIGHT'#2','#3'TOP'#3#128#0#5'WIDTH'#3
|
||||
+#194#1#0#9'TCHECKBOX'#22'IgnoreBinariesCheckbox'#8'AUTOSIZE'#9#11'ALLOWGRAYE'
|
||||
+'D'#9#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#15'Ignore binaries'#10
|
||||
+'DRAGCURSOR'#2#0#7'TABSTOP'#9#7'TABSTOP'#9#4'LEFT'#2#6#6'HEIGHT'#2#20#3'TOP'
|
||||
+#2#1#5'WIDTH'#3#161#0#0#0#0#9'TGROUPBOX'#19'ProjectInfoGroupbox'#7'ANCHORS'
|
||||
+#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#19'Project Information'#5'COLOR'#4#5#0
|
||||
+#0#128#11'PARENTCTL3D'#8#8'TABORDER'#2#4#8'ONRESIZE'#7#25'ProjectInfoGroupbo'
|
||||
+'xRESIZE'#4'LEFT'#2#8#6'HEIGHT'#2'E'#3'TOP'#3'X'#1#5'WIDTH'#3#194#1#0#9'TCHE'
|
||||
+'CKBOX!SaveClosedEditorFilesInfoCheckbox'#8'AUTOSIZE'#9#11'ALLOWGRAYED'#9#7
|
||||
+'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6' Save editor info of closed f'
|
||||
+'iles'#10'DRAGCURSOR'#2#0#7'TABSTOP'#9#7'TABSTOP'#9#4'LEFT'#2#4#6'HEIGHT'#2
|
||||
+#20#3'TOP'#2#1#5'WIDTH'#3#176#1#0#0#9'TCHECKBOX''SaveEditorInfoOfNonProjectF'
|
||||
+'ilesCheckbox'#8'AUTOSIZE'#9#11'ALLOWGRAYED'#9#7'ANCHORS'#11#5'aktop'#6'akle'
|
||||
+'ft'#0#7'CAPTION'#6'%Save editor info of non project files'#10'DRAGCURSOR'#2
|
||||
+#0#8'TABORDER'#2#1#7'TABSTOP'#9#8'TABORDER'#2#1#7'TABSTOP'#9#4'LEFT'#2#4#6'H'
|
||||
+'EIGHT'#2#20#3'TOP'#2#26#5'WIDTH'#3#176#1#0#0#0#7'TBUTTON'#18'SaveSettingsBu'
|
||||
+'tton'#7'ANCHORS'#11#5'aktop'#7'akright'#0#7'CAPTION'#6#13'Save settings'#7
|
||||
+'TABSTOP'#9#8'TABORDER'#2#5#7'ONCLICK'#7#23'SaveSettingsButtonCLICK'#4'LEFT'
|
||||
+#3#198#0#6'HEIGHT'#2#25#3'TOP'#3#176#1#5'WIDTH'#2'x'#0#0#9'TGROUPBOX'#21'Inc'
|
||||
+'ludeFilterGroupbox'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#14'Incl'
|
||||
+'ude Filter'#5'COLOR'#4#5#0#0#128#11'PARENTCTL3D'#8#8'TABORDER'#2#6#7'TABSTO'
|
||||
+'P'#9#8'ONRESIZE'#7#27'IncludeFilterGroupboxRESIZE'#4'LEFT'#2#8#6'HEIGHT'#2
|
||||
+'K'#3'TOP'#3#176#0#5'WIDTH'#3#194#1#0#9'TCHECKBOX'#24'UseIncludeFilterCheckb'
|
||||
+'ox'#8'AUTOSIZE'#9#11'ALLOWGRAYED'#9#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CA'
|
||||
+'PTION'#6#18'Use Include Filter'#10'DRAGCURSOR'#2#0#7'TABSTOP'#9#7'TABSTOP'#9
|
||||
+#4'LEFT'#2#6#6'HEIGHT'#2#20#3'TOP'#2#1#5'WIDTH'#3#171#0#0#0#9'TCHECKBOX'#29
|
||||
+'IncFilterSimpleSyntaxCheckbox'#8'AUTOSIZE'#9#11'ALLOWGRAYED'#9#7'ANCHORS'#11
|
||||
+#5'aktop'#6'akleft'#0#7'CAPTION'#6#13'Simple Syntax'#10'DRAGCURSOR'#2#0#8'TA'
|
||||
+'BORDER'#2#1#7'TABSTOP'#9#8'TABORDER'#2#1#7'TABSTOP'#9#4'LEFT'#3#196#0#6'HEI'
|
||||
+'GHT'#2#20#3'TOP'#2#2#5'WIDTH'#3#201#0#0#0#9'TCOMBOBOX'#21'IncludeFilterComb'
|
||||
+'obox'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#9'MAXLENGTH'#2#0#11'PARENTCTL3D'#8
|
||||
+#8'TABORDER'#2#2#7'TABSTOP'#9#4'TEXT'#6#21'IncludeFilterCombobox'#4'LEFT'#2#6
|
||||
+#6'HEIGHT'#2#25#3'TOP'#2#25#5'WIDTH'#3#174#1#0#0#0#9'TGROUPBOX'#21'ExcludeFi'
|
||||
+'lterGroupbox'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#14'Exclude Fi'
|
||||
+'lter'#5'COLOR'#4#5#0#0#128#11'PARENTCTL3D'#8#8'TABORDER'#2#7#7'TABSTOP'#9#8
|
||||
,'ONRESIZE'#7#27'ExcludeFilterGroupboxRESIZE'#4'LEFT'#2#8#6'HEIGHT'#2'O'#3'TO'
|
||||
+'P'#3#0#1#5'WIDTH'#3#192#1#0#9'TCHECKBOX'#24'UseExcludeFilterCheckbox'#8'AUT'
|
||||
+'OSIZE'#9#11'ALLOWGRAYED'#9#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6
|
||||
+#18'Use Exclude Filter'#10'DRAGCURSOR'#2#0#7'TABSTOP'#9#7'TABSTOP'#9#4'LEFT'
|
||||
+#2#6#6'HEIGHT'#2#20#3'TOP'#2#5#5'WIDTH'#3#151#0#0#0#9'TCHECKBOX'#29'ExcFilte'
|
||||
+'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
|
||||
'TPF0'#21'TPublishProjectDialog'#20'PublishProjectDialog'#7'Caption'#6#15'Pub'
|
||||
+'lish Project'#12'ClientHeight'#3#206#1#11'ClientWidth'#3#213#1#8'OnResize'#7
|
||||
+#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'
|
||||
+#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
|
||||
+#8'TabOrder'#2#0#7'OnClick'#7#13'OkButtonCLICK'#4'Left'#2'H'#6'Height'#2#25#3
|
||||
+'Top'#3#176#1#5'Width'#2'K'#0#0#7'TButton'#12'CancelButton'#7'Anchors'#11#5
|
||||
+'aktop'#7'akright'#0#11'ModalResult'#2#2#7'Caption'#6#6'Cancel'#7'TabStop'#9
|
||||
+#8'TabOrder'#2#1#4'Left'#3's'#1#6'Height'#2#25#3'Top'#3#176#1#5'Width'#2'K'#0
|
||||
+#0#9'TGroupBox'#15'DestDirGroupBox'#7'Caption'#6#21'Destination directory'#12
|
||||
+'ClientHeight'#2'^'#11'ClientWidth'#3#190#1#11'ParentCtl3D'#8#8'TabOrder'#2#2
|
||||
+#8'OnResize'#7#21'DestDirGroupBoxRESIZE'#4'Left'#2#8#6'Height'#2'o'#3'Top'#2
|
||||
+#8#5'Width'#3#194#1#0#9'TComboBox'#15'DestDirComboBox'#9'MaxLength'#2#0#11'P'
|
||||
+'arentCtl3D'#8#8'TabOrder'#2#0#7'TabStop'#9#4'Text'#6#15'DestDirComboBox'#4
|
||||
+'Left'#2#6#6'Height'#2#25#3'Top'#2#1#5'Width'#3'^'#1#0#0#7'TBitBtn'#19'Brows'
|
||||
+'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#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#7'Spacing'#2#3#7'Caption'#6#6'Browse'#7'TabStop'#9#8'T'
|
||||
+'abOrder'#2#1#7'OnClick'#7#24'BrowseDestDirBitBtnCLICK'#4'Left'#3'n'#1#6'Hei'
|
||||
+'ght'#2#25#3'Top'#2#1#5'Width'#2'H'#0#0#9'TComboBox'#20'CommandAfterCombobox'
|
||||
+#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#7'TabStop'#9#4'Text'#6#20
|
||||
+'CommandAfterCombobox'#4'Left'#2#6#6'Height'#2#25#3'Top'#2':'#5'Width'#3#174
|
||||
+#1#0#0#6'TLabel'#17'CommandAfterLabel'#7'Caption'#6#14'Command after:'#6'Lay'
|
||||
+'out'#7#5'tltop'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'!'#5'Width'#3#172#1#0#0
|
||||
+#0#9'TGroupBox'#13'FilesGroupbox'#7'Caption'#6#5'Files'#12'ClientHeight'#2#27
|
||||
+#11'ClientWidth'#3#190#1#11'ParentCtl3D'#8#8'TabOrder'#2#3#8'OnResize'#7#19
|
||||
+'FilesGroupboxRESIZE'#4'Left'#2#8#6'Height'#2','#3'Top'#3#128#0#5'Width'#3
|
||||
+#194#1#0#9'TCheckBox'#22'IgnoreBinariesCheckbox'#11'AllowGrayed'#9#8'AutoSiz'
|
||||
+'e'#9#7'Caption'#6#15'Ignore binaries'#10'DragCursor'#7#9'crDefault'#8'TabOr'
|
||||
+'der'#2#0#7'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'Top'#2#1#5'Width'#3#161#0
|
||||
+#0#0#0#9'TGroupBox'#19'ProjectInfoGroupbox'#7'Caption'#6#19'Project Informat'
|
||||
+'ion'#12'ClientHeight'#2'4'#11'ClientWidth'#3#190#1#11'ParentCtl3D'#8#8'TabO'
|
||||
+'rder'#2#4#8'OnResize'#7#25'ProjectInfoGroupboxRESIZE'#4'Left'#2#8#6'Height'
|
||||
+#2'E'#3'Top'#3'X'#1#5'Width'#3#194#1#0#9'TCheckBox!SaveClosedEditorFilesInfo'
|
||||
+'Checkbox'#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6' Save editor info of'
|
||||
+' closed files'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#0#7'TabStop'#9#4
|
||||
+'Left'#2#4#6'Height'#2#20#3'Top'#2#1#5'Width'#3#176#1#0#0#9'TCheckBox''SaveE'
|
||||
+'ditorInfoOfNonProjectFilesCheckbox'#11'AllowGrayed'#9#8'AutoSize'#9#7'Capti'
|
||||
+'on'#6'%Save editor info of non project files'#10'DragCursor'#7#9'crDefault'
|
||||
+#8'TabOrder'#2#1#7'TabStop'#9#4'Left'#2#4#6'Height'#2#20#3'Top'#2#26#5'Width'
|
||||
+#3#176#1#0#0#0#7'TButton'#18'SaveSettingsButton'#7'Anchors'#11#5'aktop'#7'ak'
|
||||
+'right'#0#7'Caption'#6#13'Save settings'#7'TabStop'#9#8'TabOrder'#2#5#7'OnCl'
|
||||
+'ick'#7#23'SaveSettingsButtonCLICK'#4'Left'#3#198#0#6'Height'#2#25#3'Top'#3
|
||||
+#176#1#5'Width'#2'x'#0#0#9'TGroupBox'#21'IncludeFilterGroupbox'#7'Caption'#6
|
||||
+#14'Include Filter'#12'ClientHeight'#2':'#11'ClientWidth'#3#190#1#11'ParentC'
|
||||
+'tl3D'#8#8'TabOrder'#2#6#7'TabStop'#9#8'OnResize'#7#27'IncludeFilterGroupbox'
|
||||
+'RESIZE'#4'Left'#2#8#6'Height'#2'K'#3'Top'#3#176#0#5'Width'#3#194#1#0#9'TChe'
|
||||
+'ckBox'#24'UseIncludeFilterCheckbox'#11'AllowGrayed'#9#8'AutoSize'#9#7'Capti'
|
||||
+'on'#6#18'Use Include Filter'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#0#7
|
||||
+'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'Top'#2#1#5'Width'#3#171#0#0#0#9'TCh'
|
||||
+'eckBox'#29'IncFilterSimpleSyntaxCheckbox'#11'AllowGrayed'#9#8'AutoSize'#9#7
|
||||
+'Caption'#6#13'Simple Syntax'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#1#7
|
||||
+'TabStop'#9#4'Left'#3#196#0#6'Height'#2#20#3'Top'#2#2#5'Width'#3#201#0#0#0#9
|
||||
+'TComboBox'#21'IncludeFilterCombobox'#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'T'
|
||||
+'abOrder'#2#2#7'TabStop'#9#4'Text'#6#21'IncludeFilterCombobox'#4'Left'#2#6#6
|
||||
+'Height'#2#25#3'Top'#2#25#5'Width'#3#174#1#0#0#0#9'TGroupBox'#21'ExcludeFilt'
|
||||
+'erGroupbox'#7'Caption'#6#14'Exclude Filter'#12'ClientHeight'#2'>'#11'Client'
|
||||
+'Width'#3#188#1#11'ParentCtl3D'#8#8'TabOrder'#2#7#7'TabStop'#9#8'OnResize'#7
|
||||
+#27'ExcludeFilterGroupboxRESIZE'#4'Left'#2#8#6'Height'#2'O'#3'Top'#3#0#1#5'W'
|
||||
+'idth'#3#192#1#0#9'TCheckBox'#24'UseExcludeFilterCheckbox'#11'AllowGrayed'#9
|
||||
+#8'AutoSize'#9#7'Caption'#6#18'Use Exclude Filter'#10'DragCursor'#7#9'crDefa'
|
||||
+'ult'#8'TabOrder'#2#0#7'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'Top'#2#5#5'W'
|
||||
+'idth'#3#151#0#0#0#9'TCheckBox'#29'ExcFilterSimpleSyntaxCheckbox'#11'AllowGr'
|
||||
,'ayed'#9#8'AutoSize'#9#7'Caption'#6#13'Simple Syntax'#10'DragCursor'#7#9'crD'
|
||||
+'efault'#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'#9'MaxLength'#2
|
||||
+#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#7'TabStop'#9#4'Text'#6#21'ExcludeFilter'
|
||||
+'Combobox'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#30#5'Width'#3#174#1#0#0#0#0
|
||||
]);
|
||||
|
@ -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
|
@ -888,7 +888,7 @@ type
|
||||
property Constraints: TSizeConstraints read FConstraints write SetConstraints;
|
||||
property ControlState: TControlState read FControlState write FControlState;
|
||||
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 Enabled: Boolean read GetEnabled write SetEnabled default True;
|
||||
property Font: TFont read FFont write SetFont;
|
||||
@ -1853,6 +1853,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$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
|
||||
fixed many range check warnings
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user