mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 06:39:36 +01:00
message composer: small layout improvements
git-svn-id: trunk@21339 -
This commit is contained in:
parent
f2011b86d1
commit
e626ea4b06
@ -1,10 +1,9 @@
|
||||
object FormMessagesComposer: TFormMessagesComposer
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 650
|
||||
Height = 552
|
||||
Top = 195
|
||||
Width = 822
|
||||
HorzScrollBar.Page = 821
|
||||
VertScrollBar.Page = 551
|
||||
ActiveControl = CaptionEdit
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsDialog
|
||||
@ -13,51 +12,60 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
ClientWidth = 822
|
||||
OnCreate = MessagesInitExecute
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.25'
|
||||
LCLVersion = '0.9.27'
|
||||
object CaptionLabel: TLabel
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 18
|
||||
Top = 70
|
||||
Width = 50
|
||||
Caption = 'Caption'
|
||||
Width = 84
|
||||
Caption = 'CaptionLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object MsgLabel: TLabel
|
||||
AnchorSideTop.Control = CaptionEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 133
|
||||
Height = 18
|
||||
Top = 130
|
||||
Width = 61
|
||||
BorderSpacing.Top = 12
|
||||
Caption = 'MsgLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object DlgTypeLabel: TLabel
|
||||
Left = 154
|
||||
Height = 20
|
||||
Height = 18
|
||||
Top = 70
|
||||
Width = 50
|
||||
Caption = 'DlgType'
|
||||
ParentColor = False
|
||||
end
|
||||
object HelpContextLabel: TLabel
|
||||
AnchorSideTop.Control = HelpCtxBevel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 8
|
||||
Height = 20
|
||||
Top = 314
|
||||
Height = 18
|
||||
Top = 308
|
||||
Width = 84
|
||||
Caption = 'Help Context'
|
||||
ParentColor = False
|
||||
end
|
||||
object HelpKeyWordLabel: TLabel
|
||||
AnchorSideTop.Control = HelpContextLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 103
|
||||
Height = 20
|
||||
Top = 314
|
||||
Height = 18
|
||||
Top = 308
|
||||
Width = 87
|
||||
Caption = 'Help KeyWord'
|
||||
ParentColor = False
|
||||
end
|
||||
object XLabel: TLabel
|
||||
AnchorSideTop.Control = XSpinEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 277
|
||||
Height = 18
|
||||
Top = 270
|
||||
Width = 9
|
||||
Caption = 'X'
|
||||
ParentColor = False
|
||||
@ -65,25 +73,30 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
object YLabel: TLabel
|
||||
AnchorSideLeft.Control = XSpinEdit
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = YSpinEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 93
|
||||
Height = 20
|
||||
Top = 277
|
||||
Height = 18
|
||||
Top = 270
|
||||
Width = 8
|
||||
BorderSpacing.Left = 8
|
||||
Caption = 'Y'
|
||||
ParentColor = False
|
||||
end
|
||||
object HelpFileNameLabel: TLabel
|
||||
AnchorSideTop.Control = HelpContextSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 8
|
||||
Height = 20
|
||||
Top = 364
|
||||
Height = 18
|
||||
Top = 362
|
||||
Width = 93
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'Help FileName'
|
||||
ParentColor = False
|
||||
end
|
||||
object PromptLabel: TLabel
|
||||
Left = 16
|
||||
Height = 20
|
||||
Height = 18
|
||||
Top = 425
|
||||
Width = 82
|
||||
Caption = 'PromptLabel'
|
||||
@ -91,7 +104,7 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
end
|
||||
object ValueLabel: TLabel
|
||||
Left = 16
|
||||
Height = 20
|
||||
Height = 18
|
||||
Top = 478
|
||||
Width = 70
|
||||
Caption = 'Value (var)'
|
||||
@ -99,17 +112,20 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
end
|
||||
object DefaultValue: TLabel
|
||||
Left = 138
|
||||
Height = 20
|
||||
Height = 18
|
||||
Top = 478
|
||||
Width = 47
|
||||
Caption = 'Default'
|
||||
ParentColor = False
|
||||
end
|
||||
object Bevel1: TBevel
|
||||
object PositionBevel: TBevel
|
||||
AnchorSideTop.Control = MsgMemo
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 5
|
||||
Height = 9
|
||||
Top = 260
|
||||
Top = 251
|
||||
Width = 269
|
||||
BorderSpacing.Top = 6
|
||||
Shape = bsTopLine
|
||||
end
|
||||
object Bevel2: TBevel
|
||||
@ -119,16 +135,18 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
Width = 266
|
||||
Shape = bsTopLine
|
||||
end
|
||||
object Bevel3: TBevel
|
||||
object HelpCtxBevel: TBevel
|
||||
AnchorSideTop.Control = XSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 8
|
||||
Height = 9
|
||||
Top = 305
|
||||
Top = 299
|
||||
Width = 266
|
||||
Shape = bsTopLine
|
||||
end
|
||||
object KindMessageLabel: TLabel
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 810
|
||||
Align = alTop
|
||||
@ -139,9 +157,11 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
ParentColor = False
|
||||
end
|
||||
object CaptionEdit: TEdit
|
||||
AnchorSideTop.Control = CaptionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 86
|
||||
Height = 27
|
||||
Top = 91
|
||||
Width = 136
|
||||
BorderSpacing.Top = 3
|
||||
TabOrder = 0
|
||||
@ -152,10 +172,10 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 154
|
||||
Height = 31
|
||||
Top = 93
|
||||
Top = 91
|
||||
Width = 120
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Top = 3
|
||||
ItemHeight = 0
|
||||
ItemIndex = 0
|
||||
Items.Strings = (
|
||||
'mtWarning'
|
||||
@ -164,7 +184,6 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
'mtConfirmation'
|
||||
'mtCustom'
|
||||
)
|
||||
MaxLength = 0
|
||||
Style = csDropDownList
|
||||
TabOrder = 1
|
||||
Text = 'mtWarning'
|
||||
@ -209,8 +228,8 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
AnchorSideTop.Control = HelpContextLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 8
|
||||
Height = 23
|
||||
Top = 337
|
||||
Height = 27
|
||||
Top = 329
|
||||
Width = 61
|
||||
BorderSpacing.Top = 3
|
||||
MaxValue = 9999
|
||||
@ -220,8 +239,8 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
AnchorSideTop.Control = HelpKeyWordLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 103
|
||||
Height = 23
|
||||
Top = 337
|
||||
Height = 27
|
||||
Top = 329
|
||||
Width = 171
|
||||
BorderSpacing.Top = 3
|
||||
TabOrder = 4
|
||||
@ -242,7 +261,6 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
Width = 283
|
||||
Align = alTop
|
||||
ColCount = 2
|
||||
FixedColor = clBtnFace
|
||||
FixedCols = 0
|
||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goSmoothScroll]
|
||||
RowCount = 4
|
||||
@ -317,22 +335,26 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
object XSpinEdit: TSpinEdit
|
||||
AnchorSideLeft.Control = XLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = PositionBevel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 19
|
||||
Height = 27
|
||||
Top = 272
|
||||
Top = 266
|
||||
Width = 66
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 4
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
TabOrder = 6
|
||||
end
|
||||
object YSpinEdit: TSpinEdit
|
||||
AnchorSideLeft.Control = YLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = XSpinEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 105
|
||||
Height = 27
|
||||
Top = 272
|
||||
Top = 266
|
||||
Width = 66
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 4
|
||||
TabOrder = 7
|
||||
end
|
||||
@ -340,30 +362,34 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
AnchorSideTop.Control = HelpFileNameLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 8
|
||||
Height = 23
|
||||
Top = 387
|
||||
Height = 27
|
||||
Top = 383
|
||||
Width = 244
|
||||
DialogOptions = []
|
||||
FilterIndex = 0
|
||||
HideDirectories = False
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 1
|
||||
BorderSpacing.Top = 3
|
||||
ParentColor = False
|
||||
TabOrder = 8
|
||||
end
|
||||
object PromptEdit: TEdit
|
||||
AnchorSideTop.Control = PromptLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 16
|
||||
Height = 23
|
||||
Top = 448
|
||||
Height = 27
|
||||
Top = 446
|
||||
Width = 164
|
||||
BorderSpacing.Top = 3
|
||||
TabOrder = 9
|
||||
Text = 'PromptEdit'
|
||||
end
|
||||
object MaskInputCheckBox: TCheckBox
|
||||
AnchorSideTop.Control = PromptEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 191
|
||||
Height = 22
|
||||
Top = 441
|
||||
Top = 448
|
||||
Width = 89
|
||||
Caption = 'MaskInput'
|
||||
TabOrder = 10
|
||||
@ -372,8 +398,8 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
AnchorSideTop.Control = ValueLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 16
|
||||
Height = 23
|
||||
Top = 501
|
||||
Height = 27
|
||||
Top = 499
|
||||
Width = 112
|
||||
BorderSpacing.Top = 3
|
||||
TabOrder = 11
|
||||
@ -383,8 +409,8 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
AnchorSideTop.Control = DefaultValue
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 138
|
||||
Height = 23
|
||||
Top = 501
|
||||
Height = 27
|
||||
Top = 499
|
||||
Width = 136
|
||||
BorderSpacing.Top = 3
|
||||
TabOrder = 12
|
||||
@ -442,7 +468,7 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
TabOrder = 16
|
||||
object Label1: TLabel
|
||||
Left = 7
|
||||
Height = 20
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 69
|
||||
Caption = '"if" RESULT'
|
||||
@ -451,7 +477,7 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
object StringResultLabel: TLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 9
|
||||
Height = 20
|
||||
Height = 18
|
||||
Top = 145
|
||||
Width = 90
|
||||
BorderSpacing.Top = 8
|
||||
@ -470,13 +496,17 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
TabOrder = 0
|
||||
end
|
||||
object IfThenElseRadioButton: TRadioButton
|
||||
AnchorSideTop.Control = IfThenRadioButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 7
|
||||
Height = 22
|
||||
Top = 93
|
||||
Top = 96
|
||||
Width = 125
|
||||
BorderSpacing.Top = 2
|
||||
Caption = 'if...then...else ...'
|
||||
OnClick = SetIfOrCaseExecute
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
end
|
||||
object CaseOfEndRadioButton: TRadioButton
|
||||
Left = 199
|
||||
@ -486,15 +516,20 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
Caption = 'case ... of ... end;'
|
||||
OnClick = SetIfOrCaseExecute
|
||||
TabOrder = 2
|
||||
TabStop = False
|
||||
end
|
||||
object CaseOfEndElseRadioButton: TRadioButton
|
||||
AnchorSideTop.Control = CaseOfEndRadioButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 199
|
||||
Height = 22
|
||||
Top = 164
|
||||
Top = 167
|
||||
Width = 148
|
||||
BorderSpacing.Top = 2
|
||||
Caption = 'case ... of ... else ...'
|
||||
OnClick = SetIfOrCaseExecute
|
||||
TabOrder = 3
|
||||
TabStop = False
|
||||
end
|
||||
object BeginEndCheckBox: TCheckBox
|
||||
Left = 385
|
||||
@ -509,16 +544,15 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 7
|
||||
Height = 31
|
||||
Top = 29
|
||||
Top = 27
|
||||
Width = 175
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Top = 3
|
||||
ItemHeight = 0
|
||||
ItemIndex = 0
|
||||
Items.Strings = (
|
||||
'mbOK'
|
||||
'mbCancel'
|
||||
)
|
||||
MaxLength = 0
|
||||
Style = csDropDownList
|
||||
TabOrder = 5
|
||||
Text = 'mbOK'
|
||||
@ -555,8 +589,8 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
AnchorSideTop.Control = StringResultLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 9
|
||||
Height = 23
|
||||
Top = 168
|
||||
Height = 27
|
||||
Top = 166
|
||||
Width = 173
|
||||
BorderSpacing.Top = 3
|
||||
TabOrder = 7
|
||||
@ -566,13 +600,13 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
object KindMessageComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 31
|
||||
Top = 30
|
||||
Top = 28
|
||||
Width = 810
|
||||
Align = alTop
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Right = 6
|
||||
ItemHeight = 0
|
||||
ItemIndex = 0
|
||||
Items.Strings = (
|
||||
'MessageDlg[Msg, DlgType, Buttons(TMsgDlgButtons), HelpCtx]'
|
||||
@ -600,7 +634,7 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 94
|
||||
Top = 156
|
||||
Top = 151
|
||||
Width = 268
|
||||
BorderSpacing.Top = 3
|
||||
Lines.Strings = (
|
||||
@ -616,47 +650,38 @@ object FormMessagesComposer: TFormMessagesComposer
|
||||
top = 368
|
||||
object AddConst: TAction
|
||||
Caption = 'AddConst'
|
||||
DisableIfNoHandler = True
|
||||
OnExecute = AddConstExecute
|
||||
end
|
||||
object DelConst: TAction
|
||||
Caption = 'DelConst'
|
||||
DisableIfNoHandler = True
|
||||
OnExecute = DelConstExecute
|
||||
end
|
||||
object MessageSetup: TAction
|
||||
Caption = 'MessageSetup'
|
||||
DisableIfNoHandler = True
|
||||
OnExecute = MessageSetupExecute
|
||||
end
|
||||
object MessagesInit: TAction
|
||||
Caption = 'MessagesInit'
|
||||
DisableIfNoHandler = True
|
||||
OnExecute = MessagesInitExecute
|
||||
end
|
||||
object Test: TAction
|
||||
Caption = 'Test'
|
||||
DisableIfNoHandler = True
|
||||
OnExecute = TestExecute
|
||||
end
|
||||
object GetMessageForSource: TAction
|
||||
Caption = 'GetMessageForSource'
|
||||
DisableIfNoHandler = True
|
||||
OnExecute = GetMessageForSourceExecute
|
||||
end
|
||||
object GetParamsFmt: TAction
|
||||
Caption = 'GetParamsFmt'
|
||||
DisableIfNoHandler = True
|
||||
OnExecute = GetParamsFmtExecute
|
||||
end
|
||||
object SetIfOrCase: TAction
|
||||
Caption = 'SetIfOrCase'
|
||||
DisableIfNoHandler = True
|
||||
OnExecute = SetIfOrCaseExecute
|
||||
end
|
||||
object UpdateQuestioDlgResult: TAction
|
||||
Caption = 'UpdateQuestioDlgResult'
|
||||
DisableIfNoHandler = True
|
||||
OnExecute = UpdateQuestioDlgResultExecute
|
||||
end
|
||||
end
|
||||
|
||||
@ -1,105 +1,119 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TFormMessagesComposer','FORMDATA',[
|
||||
'TPF0'#21'TFormMessagesComposer'#20'FormMessagesComposer'#4'Left'#3#138#2#6'H'
|
||||
+'eight'#3'('#2#3'Top'#3#195#0#5'Width'#3'6'#3#18'HorzScrollBar.Page'#3'5'#3
|
||||
+#18'VertScrollBar.Page'#3''''#2#13'ActiveControl'#7#11'CaptionEdit'#11'Borde'
|
||||
+'rIcons'#11#12'biSystemMenu'#0#11'BorderStyle'#7#8'bsDialog'#7'Caption'#6#17
|
||||
+'Messages Composer'#12'ClientHeight'#3'('#2#11'ClientWidth'#3'6'#3#8'OnCreat'
|
||||
+'e'#7#19'MessagesInitExecute'#8'Position'#7#14'poScreenCenter'#10'LCLVersion'
|
||||
+#6#6'0.9.25'#0#6'TLabel'#12'CaptionLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2
|
||||
+'F'#5'Width'#2'2'#7'Caption'#6#7'Caption'#11'ParentColor'#8#0#0#6'TLabel'#8
|
||||
+'MsgLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#133#0#5'Width'#2'='#7'Caption'
|
||||
+#6#8'MsgLabel'#11'ParentColor'#8#0#0#6'TLabel'#12'DlgTypeLabel'#4'Left'#3#154
|
||||
+#0#6'Height'#2#20#3'Top'#2'F'#5'Width'#2'2'#7'Caption'#6#7'DlgType'#11'Paren'
|
||||
+'tColor'#8#0#0#6'TLabel'#16'HelpContextLabel'#4'Left'#2#8#6'Height'#2#20#3'T'
|
||||
+'op'#3':'#1#5'Width'#2'T'#7'Caption'#6#12'Help Context'#11'ParentColor'#8#0#0
|
||||
+#6'TLabel'#16'HelpKeyWordLabel'#4'Left'#2'g'#6'Height'#2#20#3'Top'#3':'#1#5
|
||||
+'Width'#2'W'#7'Caption'#6#12'Help KeyWord'#11'ParentColor'#8#0#0#6'TLabel'#6
|
||||
+'XLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#21#1#5'Width'#2#9#7'Caption'#6#1
|
||||
+'X'#11'ParentColor'#8#0#0#6'TLabel'#6'YLabel'#22'AnchorSideLeft.Control'#7#9
|
||||
+'XSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#2']'#6'Height'#2
|
||||
+#20#3'Top'#3#21#1#5'Width'#2#8#18'BorderSpacing.Left'#2#8#7'Caption'#6#1'Y'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#17'HelpFileNameLabel'#4'Left'#2#8#6'Height'
|
||||
+#2#20#3'Top'#3'l'#1#5'Width'#2']'#7'Caption'#6#13'Help FileName'#11'ParentCo'
|
||||
+'lor'#8#0#0#6'TLabel'#11'PromptLabel'#4'Left'#2#16#6'Height'#2#20#3'Top'#3
|
||||
+#169#1#5'Width'#2'R'#7'Caption'#6#11'PromptLabel'#11'ParentColor'#8#0#0#6'TL'
|
||||
+'abel'#10'ValueLabel'#4'Left'#2#16#6'Height'#2#20#3'Top'#3#222#1#5'Width'#2
|
||||
+'F'#7'Caption'#6#11'Value (var)'#11'ParentColor'#8#0#0#6'TLabel'#12'DefaultV'
|
||||
+'alue'#4'Left'#3#138#0#6'Height'#2#20#3'Top'#3#222#1#5'Width'#2'/'#7'Caption'
|
||||
+#6#7'Default'#11'ParentColor'#8#0#0#6'TBevel'#6'Bevel1'#4'Left'#2#5#6'Height'
|
||||
+#2#9#3'Top'#3#4#1#5'Width'#3#13#1#5'Shape'#7#9'bsTopLine'#0#0#6'TBevel'#6'Be'
|
||||
+'vel2'#4'Left'#2#8#6'Height'#2#9#3'Top'#3#161#1#5'Width'#3#10#1#5'Shape'#7#9
|
||||
+'bsTopLine'#0#0#6'TBevel'#6'Bevel3'#4'Left'#2#8#6'Height'#2#9#3'Top'#3'1'#1#5
|
||||
+'Width'#3#10#1#5'Shape'#7#9'bsTopLine'#0#0#6'TLabel'#16'KindMessageLabel'#4
|
||||
+'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3'*'#3#5'Align'#7#5'alTop'#18
|
||||
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2
|
||||
+#6#7'Caption'#6#16'KindMessageLabel'#11'ParentColor'#8#0#0#5'TEdit'#11'Capti'
|
||||
+'onEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'V'#5'Width'#3#136#0#17'BorderSp'
|
||||
+'acing.Top'#2#3#8'TabOrder'#2#0#4'Text'#6#11'CaptionEdit'#0#0#9'TComboBox'#15
|
||||
+'DlgTypeComboBox'#21'AnchorSideTop.Control'#7#12'DlgTypeLabel'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrBottom'#4'Left'#3#154#0#6'Height'#2#31#3'Top'#2']'#5'Width'
|
||||
+#2'x'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscen'
|
||||
+'ding'#0#17'BorderSpacing.Top'#2#3#9'ItemIndex'#2#0#13'Items.Strings'#1#6#9
|
||||
+'mtWarning'#6#7'mtError'#6#13'mtInformation'#6#14'mtConfirmation'#6#8'mtCust'
|
||||
+'om'#0#9'MaxLength'#2#0#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#1#4'Text'
|
||||
+#6#9'mtWarning'#0#0#11'TCheckGroup'#17'ButtonsCheckGroup'#4'Left'#3#29#1#6'H'
|
||||
+'eight'#3#177#0#3'Top'#2'F'#5'Width'#3#216#0#8'AutoFill'#9#7'Caption'#6#24'B'
|
||||
+'UTTONS (TMsgDlgButtons)'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizin'
|
||||
+'g.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenou'
|
||||
+'sChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'
|
||||
+#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.Shrink'
|
||||
+'Vertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightTh'
|
||||
+'enTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#13'Items.'
|
||||
+'Strings'#1#6#5'mbYes'#6#4'mbNo'#6#4'mbOK'#6#8'mbCancel'#6#7'mbAbort'#6#7'mb'
|
||||
+'Retry'#6#8'mbIgnore'#6#5'mbAll'#6#9'mbNoToAll'#6#10'mbYesToAll'#6#6'mbHelp'
|
||||
+#6#7'mbClose'#0#11'OnItemClick'#7#26'ButtonsCheckGroupItemClick'#8'TabOrder'
|
||||
+#2#2#4'Data'#10#16#0#0#0#12#0#0#0#2#2#3#3#2#2#2#2#2#2#2#2#0#0#9'TSpinEdit'#19
|
||||
+'HelpContextSpinEdit'#21'AnchorSideTop.Control'#7#16'HelpContextLabel'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#23#3'Top'#3'Q'#1#5
|
||||
+'Width'#2'='#17'BorderSpacing.Top'#2#3#8'MaxValue'#3#15''''#8'TabOrder'#2#3#0
|
||||
+#0#5'TEdit'#15'HelpKeyWordEdit'#21'AnchorSideTop.Control'#7#16'HelpKeyWordLa'
|
||||
+'bel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'g'#6'Height'#2#23#3'To'
|
||||
+'p'#3'Q'#1#5'Width'#3#171#0#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#4#4'Text'
|
||||
+#6#15'HelpKeyWordEdit'#0#0#6'TPanel'#12'ButtonsPanel'#4'Left'#3#253#1#6'Heig'
|
||||
+'ht'#3#177#0#3'Top'#2'F'#5'Width'#3#29#1#12'ClientHeight'#3#177#0#11'ClientW'
|
||||
+'idth'#3#29#1#8'TabOrder'#2#5#0#11'TStringGrid'#17'ButtonsStringGrid'#4'Left'
|
||||
+#2#1#6'Height'#3#138#0#3'Top'#2#1#5'Width'#3#27#1#5'Align'#7#5'alTop'#8'ColC'
|
||||
,'ount'#2#2#10'FixedColor'#7#9'clBtnFace'#9'FixedCols'#2#0#7'Options'#11#15'g'
|
||||
+'oFixedVertLine'#15'goFixedHorzLine'#10'goVertLine'#10'goHorzLine'#13'goRang'
|
||||
+'eSelect'#9'goEditing'#14'goSmoothScroll'#0#8'RowCount'#2#4#8'TabOrder'#2#0
|
||||
+#16'OnPickListSelect'#7#29'UpdateQuestioDlgResultExecute'#14'OnSelectEditor'
|
||||
+#7#29'ButtonsStringGridSelectEditor'#9'ColWidths'#1#3#171#0#2'h'#0#5'Cells'#1
|
||||
+#2#8#2#0#2#0#6#24'BUTTONS (array of const)'#2#0#2#1#6#3'Yes'#2#0#2#2#6#2'No'
|
||||
+#2#0#2#3#6#6'Cancel'#2#1#2#0#6#12'Modal Result'#2#1#2#1#6#5'mrYes'#2#1#2#2#6
|
||||
+#4'mrNo'#2#1#2#3#6#8'mrCancel'#0#0#0#6'TPanel'#6'Panel2'#4'Left'#2#1#6'Heigh'
|
||||
+'t'#2'%'#3'Top'#3#139#0#5'Width'#3#27#1#5'Align'#7#8'alClient'#10'BevelInner'
|
||||
+#7#9'bvLowered'#10'BevelOuter'#7#7'bvSpace'#12'ClientHeight'#2'%'#11'ClientW'
|
||||
+'idth'#3#27#1#8'TabOrder'#2#1#0#7'TBitBtn'#7'BitBtn1'#4'Left'#2#2#6'Height'#2
|
||||
+'!'#3'Top'#2#2#5'Width'#3#128#0#6'Action'#7#8'AddConst'#5'Align'#7#6'alLeft'
|
||||
+#9'NumGlyphs'#2#0#8'TabOrder'#2#0#0#0#7'TBitBtn'#7'BitBtn2'#4'Left'#3#153#0#6
|
||||
+'Height'#2'!'#3'Top'#2#2#5'Width'#3#128#0#6'Action'#7#8'DelConst'#5'Align'#7
|
||||
+#7'alRight'#9'NumGlyphs'#2#0#8'TabOrder'#2#1#0#0#0#0#9'TSpinEdit'#9'XSpinEdi'
|
||||
+'t'#22'AnchorSideLeft.Control'#7#6'XLabel'#19'AnchorSideLeft.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#2#19#6'Height'#2#27#3'Top'#3#16#1#5'Width'#2'B'#8'AutoSize'#9
|
||||
+#18'BorderSpacing.Left'#2#4#8'TabOrder'#2#6#0#0#9'TSpinEdit'#9'YSpinEdit'#22
|
||||
+'AnchorSideLeft.Control'#7#6'YLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2'i'#6'Height'#2#27#3'Top'#3#16#1#5'Width'#2'B'#8'AutoSize'#9#18'Bord'
|
||||
+'erSpacing.Left'#2#4#8'TabOrder'#2#7#0#0#13'TFileNameEdit'#16'HelpFileNameEd'
|
||||
+'it'#21'AnchorSideTop.Control'#7#17'HelpFileNameLabel'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#23#3'Top'#3#131#1#5'Width'#3#244#0#11
|
||||
+'ButtonWidth'#2#23#9'NumGlyphs'#2#1#17'BorderSpacing.Top'#2#3#11'ParentColor'
|
||||
+#8#8'TabOrder'#2#8#0#0#5'TEdit'#10'PromptEdit'#21'AnchorSideTop.Control'#7#11
|
||||
+'PromptLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#16#6'Height'#2
|
||||
+#23#3'Top'#3#192#1#5'Width'#3#164#0#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#9
|
||||
+#4'Text'#6#10'PromptEdit'#0#0#9'TCheckBox'#17'MaskInputCheckBox'#4'Left'#3
|
||||
+#191#0#6'Height'#2#22#3'Top'#3#185#1#5'Width'#2'Y'#7'Caption'#6#9'MaskInput'
|
||||
'TPF0'#21'TFormMessagesComposer'#20'FormMessagesComposer'#19'AnchorSideLeft.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#3#138#2#6'Height'#3'('#2#3'Top'#3#195#0#5'Width'
|
||||
+#3'6'#3#13'ActiveControl'#7#11'CaptionEdit'#11'BorderIcons'#11#12'biSystemMe'
|
||||
+'nu'#0#11'BorderStyle'#7#8'bsDialog'#7'Caption'#6#17'Messages Composer'#12'C'
|
||||
+'lientHeight'#3'('#2#11'ClientWidth'#3'6'#3#8'OnCreate'#7#19'MessagesInitExe'
|
||||
+'cute'#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#6'TLabe'
|
||||
+'l'#12'CaptionLabel'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'F'#5'Width'#2'T'#7
|
||||
+'Caption'#6#12'CaptionLabel'#11'ParentColor'#8#0#0#6'TLabel'#8'MsgLabel'#21
|
||||
+'AnchorSideTop.Control'#7#11'CaptionEdit'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||
+'om'#4'Left'#2#6#6'Height'#2#18#3'Top'#3#130#0#5'Width'#2'='#17'BorderSpacin'
|
||||
+'g.Top'#2#12#7'Caption'#6#8'MsgLabel'#11'ParentColor'#8#0#0#6'TLabel'#12'Dlg'
|
||||
+'TypeLabel'#4'Left'#3#154#0#6'Height'#2#18#3'Top'#2'F'#5'Width'#2'2'#7'Capti'
|
||||
+'on'#6#7'DlgType'#11'ParentColor'#8#0#0#6'TLabel'#16'HelpContextLabel'#21'An'
|
||||
+'chorSideTop.Control'#7#12'HelpCtxBevel'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#8#6'Height'#2#18#3'Top'#3'4'#1#5'Width'#2'T'#7'Caption'#6#12'H'
|
||||
+'elp Context'#11'ParentColor'#8#0#0#6'TLabel'#16'HelpKeyWordLabel'#21'Anchor'
|
||||
+'SideTop.Control'#7#16'HelpContextLabel'#18'AnchorSideTop.Side'#7#9'asrCente'
|
||||
+'r'#4'Left'#2'g'#6'Height'#2#18#3'Top'#3'4'#1#5'Width'#2'W'#7'Caption'#6#12
|
||||
+'Help KeyWord'#11'ParentColor'#8#0#0#6'TLabel'#6'XLabel'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#9'XSpinEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#18#3'Top'#3#14#1#5'Width'#2#9#7'Caption'#6#1'X'#11'ParentColor'#8#0
|
||||
+#0#6'TLabel'#6'YLabel'#22'AnchorSideLeft.Control'#7#9'XSpinEdit'#19'AnchorSi'
|
||||
+'deLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#9'YSpinEdit'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrCenter'#4'Left'#2']'#6'Height'#2#18#3'Top'#3#14#1#5
|
||||
+'Width'#2#8#18'BorderSpacing.Left'#2#8#7'Caption'#6#1'Y'#11'ParentColor'#8#0
|
||||
+#0#6'TLabel'#17'HelpFileNameLabel'#21'AnchorSideTop.Control'#7#19'HelpContex'
|
||||
+'tSpinEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#18
|
||||
+#3'Top'#3'j'#1#5'Width'#2']'#17'BorderSpacing.Top'#2#6#7'Caption'#6#13'Help '
|
||||
+'FileName'#11'ParentColor'#8#0#0#6'TLabel'#11'PromptLabel'#4'Left'#2#16#6'He'
|
||||
+'ight'#2#18#3'Top'#3#169#1#5'Width'#2'R'#7'Caption'#6#11'PromptLabel'#11'Par'
|
||||
+'entColor'#8#0#0#6'TLabel'#10'ValueLabel'#4'Left'#2#16#6'Height'#2#18#3'Top'
|
||||
+#3#222#1#5'Width'#2'F'#7'Caption'#6#11'Value (var)'#11'ParentColor'#8#0#0#6
|
||||
+'TLabel'#12'DefaultValue'#4'Left'#3#138#0#6'Height'#2#18#3'Top'#3#222#1#5'Wi'
|
||||
+'dth'#2'/'#7'Caption'#6#7'Default'#11'ParentColor'#8#0#0#6'TBevel'#13'Positi'
|
||||
+'onBevel'#21'AnchorSideTop.Control'#7#7'MsgMemo'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#5#6'Height'#2#9#3'Top'#3#251#0#5'Width'#3#13#1#17'Bord'
|
||||
+'erSpacing.Top'#2#6#5'Shape'#7#9'bsTopLine'#0#0#6'TBevel'#6'Bevel2'#4'Left'#2
|
||||
+#8#6'Height'#2#9#3'Top'#3#161#1#5'Width'#3#10#1#5'Shape'#7#9'bsTopLine'#0#0#6
|
||||
+'TBevel'#12'HelpCtxBevel'#21'AnchorSideTop.Control'#7#9'XSpinEdit'#18'Anchor'
|
||||
+'SideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#9#3'Top'#3'+'#1#5'Widt'
|
||||
+'h'#3#10#1#5'Shape'#7#9'bsTopLine'#0#0#6'TLabel'#16'KindMessageLabel'#4'Left'
|
||||
+#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#3'*'#3#5'Align'#7#5'alTop'#18'Border'
|
||||
+'Spacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'C'
|
||||
+'aption'#6#16'KindMessageLabel'#11'ParentColor'#8#0#0#5'TEdit'#11'CaptionEdi'
|
||||
+'t'#21'AnchorSideTop.Control'#7#12'CaptionLabel'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#27#3'Top'#2'['#5'Width'#3#136#0#17'Borde'
|
||||
+'rSpacing.Top'#2#3#8'TabOrder'#2#0#4'Text'#6#11'CaptionEdit'#0#0#9'TComboBox'
|
||||
+#15'DlgTypeComboBox'#21'AnchorSideTop.Control'#7#12'DlgTypeLabel'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrBottom'#4'Left'#3#154#0#6'Height'#2#31#3'Top'#2'['#5'Wi'
|
||||
+'dth'#2'x'#17'BorderSpacing.Top'#2#3#10'ItemHeight'#2#0#9'ItemIndex'#2#0#13
|
||||
+'Items.Strings'#1#6#9'mtWarning'#6#7'mtError'#6#13'mtInformation'#6#14'mtCon'
|
||||
+'firmation'#6#8'mtCustom'#0#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#1#4
|
||||
+'Text'#6#9'mtWarning'#0#0#11'TCheckGroup'#17'ButtonsCheckGroup'#4'Left'#3#29
|
||||
+#1#6'Height'#3#177#0#3'Top'#2'F'#5'Width'#3#216#0#8'AutoFill'#9#7'Caption'#6
|
||||
+#24'BUTTONS (TMsgDlgButtons)'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildS'
|
||||
+'izing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomog'
|
||||
+'enousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildRe'
|
||||
+'size'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.'
|
||||
+'ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToR'
|
||||
+'ightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#13
|
||||
+'Items.Strings'#1#6#5'mbYes'#6#4'mbNo'#6#4'mbOK'#6#8'mbCancel'#6#7'mbAbort'#6
|
||||
+#7'mbRetry'#6#8'mbIgnore'#6#5'mbAll'#6#9'mbNoToAll'#6#10'mbYesToAll'#6#6'mbH'
|
||||
+'elp'#6#7'mbClose'#0#11'OnItemClick'#7#26'ButtonsCheckGroupItemClick'#8'TabO'
|
||||
+'rder'#2#2#4'Data'#10#16#0#0#0#12#0#0#0#2#2#3#3#2#2#2#2#2#2#2#2#0#0#9'TSpinE'
|
||||
,'dit'#19'HelpContextSpinEdit'#21'AnchorSideTop.Control'#7#16'HelpContextLabe'
|
||||
+'l'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#27#3'Top'#3
|
||||
+'I'#1#5'Width'#2'='#17'BorderSpacing.Top'#2#3#8'MaxValue'#3#15''''#8'TabOrde'
|
||||
+'r'#2#3#0#0#5'TEdit'#15'HelpKeyWordEdit'#21'AnchorSideTop.Control'#7#16'Help'
|
||||
+'KeyWordLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'g'#6'Height'#2
|
||||
+#27#3'Top'#3'I'#1#5'Width'#3#171#0#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#4
|
||||
+#4'Text'#6#15'HelpKeyWordEdit'#0#0#6'TPanel'#12'ButtonsPanel'#4'Left'#3#253#1
|
||||
+#6'Height'#3#177#0#3'Top'#2'F'#5'Width'#3#29#1#12'ClientHeight'#3#177#0#11'C'
|
||||
+'lientWidth'#3#29#1#8'TabOrder'#2#5#0#11'TStringGrid'#17'ButtonsStringGrid'#4
|
||||
+'Left'#2#1#6'Height'#3#138#0#3'Top'#2#1#5'Width'#3#27#1#5'Align'#7#5'alTop'#8
|
||||
+'ColCount'#2#2#9'FixedCols'#2#0#7'Options'#11#15'goFixedVertLine'#15'goFixed'
|
||||
+'HorzLine'#10'goVertLine'#10'goHorzLine'#13'goRangeSelect'#9'goEditing'#14'g'
|
||||
+'oSmoothScroll'#0#8'RowCount'#2#4#8'TabOrder'#2#0#16'OnPickListSelect'#7#29
|
||||
+'UpdateQuestioDlgResultExecute'#14'OnSelectEditor'#7#29'ButtonsStringGridSel'
|
||||
+'ectEditor'#9'ColWidths'#1#3#171#0#2'h'#0#5'Cells'#1#2#8#2#0#2#0#6#24'BUTTON'
|
||||
+'S (array of const)'#2#0#2#1#6#3'Yes'#2#0#2#2#6#2'No'#2#0#2#3#6#6'Cancel'#2#1
|
||||
+#2#0#6#12'Modal Result'#2#1#2#1#6#5'mrYes'#2#1#2#2#6#4'mrNo'#2#1#2#3#6#8'mrC'
|
||||
+'ancel'#0#0#0#6'TPanel'#6'Panel2'#4'Left'#2#1#6'Height'#2'%'#3'Top'#3#139#0#5
|
||||
+'Width'#3#27#1#5'Align'#7#8'alClient'#10'BevelInner'#7#9'bvLowered'#10'Bevel'
|
||||
+'Outer'#7#7'bvSpace'#12'ClientHeight'#2'%'#11'ClientWidth'#3#27#1#8'TabOrder'
|
||||
+#2#1#0#7'TBitBtn'#7'BitBtn1'#4'Left'#2#2#6'Height'#2'!'#3'Top'#2#2#5'Width'#3
|
||||
+#128#0#6'Action'#7#8'AddConst'#5'Align'#7#6'alLeft'#9'NumGlyphs'#2#0#8'TabOr'
|
||||
+'der'#2#0#0#0#7'TBitBtn'#7'BitBtn2'#4'Left'#3#153#0#6'Height'#2'!'#3'Top'#2#2
|
||||
+#5'Width'#3#128#0#6'Action'#7#8'DelConst'#5'Align'#7#7'alRight'#9'NumGlyphs'
|
||||
+#2#0#8'TabOrder'#2#1#0#0#0#0#9'TSpinEdit'#9'XSpinEdit'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#6'XLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#13'PositionBevel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+#19#6'Height'#2#27#3'Top'#3#10#1#5'Width'#2'B'#18'BorderSpacing.Left'#2#4#17
|
||||
+'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#8'TabOrder'#2#6#0#0#9'T'
|
||||
+'SpinEdit'#9'YSpinEdit'#22'AnchorSideLeft.Control'#7#6'YLabel'#19'AnchorSide'
|
||||
+'Left.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#9'XSpinEdit'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrCenter'#4'Left'#2'i'#6'Height'#2#27#3'Top'#3#10#1#5'W'
|
||||
+'idth'#2'B'#18'BorderSpacing.Left'#2#4#8'TabOrder'#2#7#0#0#13'TFileNameEdit'
|
||||
+#16'HelpFileNameEdit'#21'AnchorSideTop.Control'#7#17'HelpFileNameLabel'#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#27#3'Top'#3#127#1
|
||||
+#5'Width'#3#244#0#13'DialogOptions'#11#0#11'FilterIndex'#2#0#15'HideDirector'
|
||||
+'ies'#8#11'ButtonWidth'#2#23#9'NumGlyphs'#2#1#17'BorderSpacing.Top'#2#3#8'Ta'
|
||||
+'bOrder'#2#8#0#0#5'TEdit'#10'PromptEdit'#21'AnchorSideTop.Control'#7#11'Prom'
|
||||
+'ptLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#16#6'Height'#2#27#3
|
||||
+'Top'#3#190#1#5'Width'#3#164#0#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#9#4'T'
|
||||
+'ext'#6#10'PromptEdit'#0#0#9'TCheckBox'#17'MaskInputCheckBox'#21'AnchorSideT'
|
||||
+'op.Control'#7#10'PromptEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3
|
||||
+#191#0#6'Height'#2#22#3'Top'#3#192#1#5'Width'#2'Y'#7'Caption'#6#9'MaskInput'
|
||||
+#8'TabOrder'#2#10#0#0#5'TEdit'#9'ValueEdit'#21'AnchorSideTop.Control'#7#10'V'
|
||||
+'alueLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#16#6'Height'#2#23
|
||||
+#3'Top'#3#245#1#5'Width'#2'p'#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#11#4'T'
|
||||
+'alueLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#16#6'Height'#2#27
|
||||
+#3'Top'#3#243#1#5'Width'#2'p'#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#11#4'T'
|
||||
+'ext'#6#9'ValueEdit'#0#0#5'TEdit'#11'DefaultEdit'#21'AnchorSideTop.Control'#7
|
||||
+#12'DefaultValue'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#138#0#6'He'
|
||||
+'ight'#2#23#3'Top'#3#245#1#5'Width'#3#136#0#17'BorderSpacing.Top'#2#3#8'TabO'
|
||||
+'ight'#2#27#3'Top'#3#243#1#5'Width'#3#136#0#17'BorderSpacing.Top'#2#3#8'TabO'
|
||||
+'rder'#2#12#4'Text'#6#11'DefaultEdit'#0#0#7'TButton'#10'TestButton'#4'Left'#3
|
||||
+'3'#1#6'Height'#2'%'#3'Top'#3#245#1#5'Width'#3#0#1#6'Action'#7#4'Test'#25'Bo'
|
||||
+'rderSpacing.InnerBorder'#2#4#8'TabOrder'#2#13#0#0#7'TBitBtn'#8'OkButton'#4
|
||||
@ -114,265 +128,77 @@ LazarusResources.Add('TFormMessagesComposer','FORMDATA',[
|
||||
+#15#0#0#9'TGroupBox'#21'SourceWrapperGroupBox'#4'Left'#3'3'#1#6'Height'#3#221
|
||||
+#0#3'Top'#3#8#1#5'Width'#3#253#1#7'Caption'#6#21'SourceWrapperGroupBox'#12'C'
|
||||
+'lientHeight'#3#202#0#11'ClientWidth'#3#249#1#8'TabOrder'#2#16#0#6'TLabel'#6
|
||||
+'Label1'#4'Left'#2#7#6'Height'#2#20#3'Top'#2#6#5'Width'#2'E'#7'Caption'#6#11
|
||||
+'"if" RESULT'#11'ParentColor'#8#0#0#6'TLabel'#17'StringResultLabel'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrBottom'#4'Left'#2#9#6'Height'#2#20#3'Top'#3#145#0#5'W'
|
||||
+'Label1'#4'Left'#2#7#6'Height'#2#18#3'Top'#2#6#5'Width'#2'E'#7'Caption'#6#11
|
||||
,'"if" RESULT'#11'ParentColor'#8#0#0#6'TLabel'#17'StringResultLabel'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrBottom'#4'Left'#2#9#6'Height'#2#18#3'Top'#3#145#0#5'W'
|
||||
+'idth'#2'Z'#17'BorderSpacing.Top'#2#8#7'Caption'#6#13'String RESULT'#11'Pare'
|
||||
+'ntColor'#8#0#0#12'TRadioButton'#17'IfThenRadioButton'#4'Left'#2#7#6'Height'
|
||||
+#2#22#3'Top'#2'H'#5'Width'#2'S'#7'Caption'#6#12'if...then...'#7'Checked'#9#7
|
||||
+'OnClick'#7#18'SetIfOrCaseExecute'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0
|
||||
+#0#12'TRadioButton'#21'IfThenElseRadioButton'#4'Left'#2#7#6'Height'#2#22#3'T'
|
||||
+'op'#2']'#5'Width'#2'}'#7'Caption'#6#20'if...then...else ...'#7'OnClick'#7#18
|
||||
+'SetIfOrCaseExecute'#8'TabOrder'#2#1#0#0#12'TRadioButton'#20'CaseOfEndRadioB'
|
||||
+'utton'#4'Left'#3#199#0#6'Height'#2#22#3'Top'#3#143#0#5'Width'#3#134#0#7'Cap'
|
||||
+'tion'#6#20'case ... of ... end;'#7'OnClick'#7#18'SetIfOrCaseExecute'#8'TabO'
|
||||
+'rder'#2#2#0#0#12'TRadioButton'#24'CaseOfEndElseRadioButton'#4'Left'#3#199#0
|
||||
+#6'Height'#2#22#3'Top'#3#164#0#5'Width'#3#148#0#7'Caption'#6#24'case ... of '
|
||||
+'... else ...'#7'OnClick'#7#18'SetIfOrCaseExecute'#8'TabOrder'#2#3#0#0#9'TCh'
|
||||
,'eckBox'#16'BeginEndCheckBox'#4'Left'#3#129#1#6'Height'#2#22#3'Top'#3#152#0#5
|
||||
+'Width'#2'g'#7'Caption'#6#13'begin ... end'#8'TabOrder'#2#4#0#0#9'TComboBox'
|
||||
+#16'IfResultComboBox'#21'AnchorSideTop.Control'#7#6'Label1'#18'AnchorSideTop'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#2#7#6'Height'#2#31#3'Top'#2#29#5'Width'#3#175
|
||||
+#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendin'
|
||||
+'g'#0#17'BorderSpacing.Top'#2#3#9'ItemIndex'#2#0#13'Items.Strings'#1#6#4'mbO'
|
||||
+'K'#6#8'mbCancel'#0#9'MaxLength'#2#0#5'Style'#7#14'csDropDownList'#8'TabOrde'
|
||||
+'r'#2#5#4'Text'#6#4'mbOK'#0#0#11'TCheckGroup'#20'CaseResultCheckGroup'#22'An'
|
||||
+'chorSideLeft.Control'#7#16'IfResultComboBox'#19'AnchorSideLeft.Side'#7#9'as'
|
||||
+'rBottom'#4'Left'#3#192#0#6'Height'#2'v'#3'Top'#2#255#5'Width'#3'+'#1#8'Auto'
|
||||
+'Fill'#9#18'BorderSpacing.Left'#2#10#7'Caption'#6#13'"case" RESULT'#28'Child'
|
||||
+'Sizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildS'
|
||||
+'izing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enla'
|
||||
+'rgeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'
|
||||
+#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18
|
||||
+'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Cont'
|
||||
+'rolsPerLine'#2#3#7'Columns'#2#3#13'Items.Strings'#1#6#4'mbOK'#6#8'mbCancel'
|
||||
+#0#8'TabOrder'#2#6#4'Data'#10#6#0#0#0#2#0#0#0#3#2#0#0#5'TEdit'#16'StringResu'
|
||||
+'ltEdit'#21'AnchorSideTop.Control'#7#17'StringResultLabel'#18'AnchorSideTop.'
|
||||
+'Side'#7#9'asrBottom'#4'Left'#2#9#6'Height'#2#23#3'Top'#3#168#0#5'Width'#3
|
||||
+#173#0#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#7#4'Text'#6#16'StringResultEd'
|
||||
+'it'#0#0#0#9'TComboBox'#19'KindMessageComboBox'#4'Left'#2#6#6'Height'#2#31#3
|
||||
+'Top'#2#30#5'Width'#3'*'#3#5'Align'#7#5'alTop'#16'AutoCompleteText'#11#22'cb'
|
||||
+'actEndOfLineComplete'#20'cbactSearchAscending'#0#18'BorderSpacing.Left'#2#6
|
||||
+#17'BorderSpacing.Top'#2#4#19'BorderSpacing.Right'#2#6#9'ItemIndex'#2#0#13'I'
|
||||
+'tems.Strings'#1#6':MessageDlg[Msg, DlgType, Buttons(TMsgDlgButtons), HelpCt'
|
||||
+'x]'#6'CMessageDlg[Caption, Msg, DlgType, Buttons(TMsgDlgButtons), HelpCtx]'
|
||||
+#6'GMessageDlg[Caption, Msg, DlgType, Buttons(TMsgDlgButtons), HelpKeyword]'
|
||||
+#6'CMessageDlgPos[Msg, DlgType, Buttons(TMsgDlgButtons), HelpCtx, X, Y]'#6'U'
|
||||
+'MessageDlgPosHelp[Msg, DlgType, Buttons(TMsgDlgButtons), HelpCtx, X, Y, Hel'
|
||||
+'pFileName]'#6'DQuestionDlg[Caption, Msg, DlgType, Buttons(array of const), '
|
||||
+'HelpCtx]'#6'HQuestionDlg[Caption, Msg, DlgType, Buttons(array of const), He'
|
||||
+'lpKeyword]'#6#25'ShowMessage[Msg: string];'#6',ShowMessageFmt[Msg, Params(a'
|
||||
+'rray of const)];'#6#26'ShowMessagePos[Msg, X, Y];'#6'>InputQuery[Caption, P'
|
||||
+'rompt, MaskInput(Boolean), Value(String)]'#6'*InputQuery[Caption, Prompt, V'
|
||||
+'alue(String)]'#6'"InputBox[Caption, Prompt, Default]'#6#28'PasswordBox[Capt'
|
||||
+'ion, Prompt]'#0#8'OnChange'#7#19'MessageSetupExecute'#5'Style'#7#14'csDropD'
|
||||
+'ownList'#8'TabOrder'#2#17#4'Text'#6':MessageDlg[Msg, DlgType, Buttons(TMsgD'
|
||||
+'lgButtons), HelpCtx]'#0#0#5'TMemo'#7'MsgMemo'#21'AnchorSideTop.Control'#7#8
|
||||
+'MsgLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'^'#3
|
||||
+'Top'#3#156#0#5'Width'#3#12#1#17'BorderSpacing.Top'#2#3#13'Lines.Strings'#1#6
|
||||
+#8'MsgLabel'#0#13'OnEditingDone'#7#19'GetParamsFmtExecute'#10'ScrollBars'#7
|
||||
+#14'ssAutoVertical'#8'TabOrder'#2#18#8'WordWrap'#8#0#0#11'TActionList'#11'Ac'
|
||||
+'tionList1'#4'left'#3#200#1#3'top'#3'p'#1#0#7'TAction'#8'AddConst'#7'Caption'
|
||||
+#6#8'AddConst'#18'DisableIfNoHandler'#9#9'OnExecute'#7#15'AddConstExecute'#0
|
||||
+#0#7'TAction'#8'DelConst'#7'Caption'#6#8'DelConst'#18'DisableIfNoHandler'#9#9
|
||||
+'OnExecute'#7#15'DelConstExecute'#0#0#7'TAction'#12'MessageSetup'#7'Caption'
|
||||
+#6#12'MessageSetup'#18'DisableIfNoHandler'#9#9'OnExecute'#7#19'MessageSetupE'
|
||||
+'xecute'#0#0#7'TAction'#12'MessagesInit'#7'Caption'#6#12'MessagesInit'#18'Di'
|
||||
+'sableIfNoHandler'#9#9'OnExecute'#7#19'MessagesInitExecute'#0#0#7'TAction'#4
|
||||
+'Test'#7'Caption'#6#4'Test'#18'DisableIfNoHandler'#9#9'OnExecute'#7#11'TestE'
|
||||
+'xecute'#0#0#7'TAction'#19'GetMessageForSource'#7'Caption'#6#19'GetMessageFo'
|
||||
+'rSource'#18'DisableIfNoHandler'#9#9'OnExecute'#7#26'GetMessageForSourceExec'
|
||||
+'ute'#0#0#7'TAction'#12'GetParamsFmt'#7'Caption'#6#12'GetParamsFmt'#18'Disab'
|
||||
+'leIfNoHandler'#9#9'OnExecute'#7#19'GetParamsFmtExecute'#0#0#7'TAction'#11'S'
|
||||
+'etIfOrCase'#7'Caption'#6#11'SetIfOrCase'#18'DisableIfNoHandler'#9#9'OnExecu'
|
||||
+'te'#7#18'SetIfOrCaseExecute'#0#0#7'TAction'#22'UpdateQuestioDlgResult'#7'Ca'
|
||||
+'ption'#6#22'UpdateQuestioDlgResult'#18'DisableIfNoHandler'#9#9'OnExecute'#7
|
||||
+#29'UpdateQuestioDlgResultExecute'#0#0#0#0#21'TFormMessagesComposer'#20'Form'
|
||||
+'MessagesComposer'#4'Left'#3#138#2#6'Height'#3'('#2#3'Top'#3#195#0#5'Width'#3
|
||||
+'6'#3#18'HorzScrollBar.Page'#3'5'#3#18'VertScrollBar.Page'#3''''#2#13'Active'
|
||||
+'Control'#7#11'CaptionEdit'#11'BorderIcons'#11#12'biSystemMenu'#0#11'BorderS'
|
||||
+'tyle'#7#8'bsDialog'#7'Caption'#6#17'Messages Composer'#12'ClientHeight'#3'('
|
||||
+#2#11'ClientWidth'#3'6'#3#8'OnCreate'#7#19'MessagesInitExecute'#8'Position'#7
|
||||
,#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0#6'TLabel'#12'CaptionLabel'#4
|
||||
+'Left'#2#6#6'Height'#2#20#3'Top'#2'F'#5'Width'#2'2'#7'Caption'#6#7'Caption'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#8'MsgLabel'#4'Left'#2#6#6'Height'#2#20#3'To'
|
||||
+'p'#3#133#0#5'Width'#2'='#7'Caption'#6#8'MsgLabel'#11'ParentColor'#8#0#0#6'T'
|
||||
+'Label'#12'DlgTypeLabel'#4'Left'#3#154#0#6'Height'#2#20#3'Top'#2'F'#5'Width'
|
||||
+#2'2'#7'Caption'#6#7'DlgType'#11'ParentColor'#8#0#0#6'TLabel'#16'HelpContext'
|
||||
+'Label'#4'Left'#2#8#6'Height'#2#20#3'Top'#3':'#1#5'Width'#2'T'#7'Caption'#6
|
||||
+#12'Help Context'#11'ParentColor'#8#0#0#6'TLabel'#16'HelpKeyWordLabel'#4'Lef'
|
||||
+'t'#2'g'#6'Height'#2#20#3'Top'#3':'#1#5'Width'#2'W'#7'Caption'#6#12'Help Key'
|
||||
+'Word'#11'ParentColor'#8#0#0#6'TLabel'#6'XLabel'#4'Left'#2#6#6'Height'#2#20#3
|
||||
+'Top'#3#21#1#5'Width'#2#9#7'Caption'#6#1'X'#11'ParentColor'#8#0#0#6'TLabel'#6
|
||||
+'YLabel'#22'AnchorSideLeft.Control'#7#9'XSpinEdit'#19'AnchorSideLeft.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2']'#6'Height'#2#20#3'Top'#3#21#1#5'Width'#2#8#18'Bord'
|
||||
+'erSpacing.Left'#2#8#7'Caption'#6#1'Y'#11'ParentColor'#8#0#0#6'TLabel'#17'He'
|
||||
+'lpFileNameLabel'#4'Left'#2#8#6'Height'#2#20#3'Top'#3'l'#1#5'Width'#2']'#7'C'
|
||||
+'aption'#6#13'Help FileName'#11'ParentColor'#8#0#0#6'TLabel'#11'PromptLabel'
|
||||
+#4'Left'#2#16#6'Height'#2#20#3'Top'#3#169#1#5'Width'#2'R'#7'Caption'#6#11'Pr'
|
||||
+'omptLabel'#11'ParentColor'#8#0#0#6'TLabel'#10'ValueLabel'#4'Left'#2#16#6'He'
|
||||
+'ight'#2#20#3'Top'#3#222#1#5'Width'#2'F'#7'Caption'#6#11'Value (var)'#11'Par'
|
||||
+'entColor'#8#0#0#6'TLabel'#12'DefaultValue'#4'Left'#3#138#0#6'Height'#2#20#3
|
||||
+'Top'#3#222#1#5'Width'#2'/'#7'Caption'#6#7'Default'#11'ParentColor'#8#0#0#6
|
||||
+'TBevel'#6'Bevel1'#4'Left'#2#5#6'Height'#2#9#3'Top'#3#4#1#5'Width'#3#13#1#5
|
||||
+'Shape'#7#9'bsTopLine'#0#0#6'TBevel'#6'Bevel2'#4'Left'#2#8#6'Height'#2#9#3'T'
|
||||
+'op'#3#161#1#5'Width'#3#10#1#5'Shape'#7#9'bsTopLine'#0#0#6'TBevel'#6'Bevel3'
|
||||
+#4'Left'#2#8#6'Height'#2#9#3'Top'#3'1'#1#5'Width'#3#10#1#5'Shape'#7#9'bsTopL'
|
||||
+'ine'#0#0#6'TLabel'#16'KindMessageLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2
|
||||
+#6#5'Width'#3'*'#3#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderS'
|
||||
+'pacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#16'KindMessageLabe'
|
||||
+'l'#11'ParentColor'#8#0#0#5'TEdit'#11'CaptionEdit'#4'Left'#2#6#6'Height'#2#23
|
||||
+#3'Top'#2'V'#5'Width'#3#136#0#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#0#4'Te'
|
||||
+'xt'#6#11'CaptionEdit'#0#0#9'TComboBox'#15'DlgTypeComboBox'#21'AnchorSideTop'
|
||||
+'.Control'#7#12'DlgTypeLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+#154#0#6'Height'#2#31#3'Top'#2']'#5'Width'#2'x'#16'AutoCompleteText'#11#22'c'
|
||||
+'bactEndOfLineComplete'#20'cbactSearchAscending'#0#17'BorderSpacing.Top'#2#3
|
||||
+#9'ItemIndex'#2#0#13'Items.Strings'#1#6#9'mtWarning'#6#7'mtError'#6#13'mtInf'
|
||||
+'ormation'#6#14'mtConfirmation'#6#8'mtCustom'#0#9'MaxLength'#2#0#5'Style'#7
|
||||
+#14'csDropDownList'#8'TabOrder'#2#1#4'Text'#6#9'mtWarning'#0#0#11'TCheckGrou'
|
||||
+'p'#17'ButtonsCheckGroup'#4'Left'#3#29#1#6'Height'#3#177#0#3'Top'#2'F'#5'Wid'
|
||||
+'th'#3#216#0#8'AutoFill'#9#7'Caption'#6#24'BUTTONS (TMsgDlgButtons)'#28'Chil'
|
||||
+'dSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'Child'
|
||||
+'Sizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enl'
|
||||
+'argeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizonta'
|
||||
+'l'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'
|
||||
+#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.C'
|
||||
+'ontrolsPerLine'#2#2#7'Columns'#2#2#13'Items.Strings'#1#6#5'mbYes'#6#4'mbNo'
|
||||
+#6#4'mbOK'#6#8'mbCancel'#6#7'mbAbort'#6#7'mbRetry'#6#8'mbIgnore'#6#5'mbAll'#6
|
||||
+#9'mbNoToAll'#6#10'mbYesToAll'#6#6'mbHelp'#6#7'mbClose'#0#11'OnItemClick'#7
|
||||
+#26'ButtonsCheckGroupItemClick'#8'TabOrder'#2#2#4'Data'#10#16#0#0#0#12#0#0#0
|
||||
+#2#2#3#3#2#2#2#2#2#2#2#2#0#0#9'TSpinEdit'#19'HelpContextSpinEdit'#21'AnchorS'
|
||||
+'ideTop.Control'#7#16'HelpContextLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#8#6'Height'#2#23#3'Top'#3'Q'#1#5'Width'#2'='#17'BorderSpacing.Top'
|
||||
+#2#3#8'MaxValue'#3#15''''#8'TabOrder'#2#3#0#0#5'TEdit'#15'HelpKeyWordEdit'#21
|
||||
+'AnchorSideTop.Control'#7#16'HelpKeyWordLabel'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rBottom'#4'Left'#2'g'#6'Height'#2#23#3'Top'#3'Q'#1#5'Width'#3#171#0#17'Bord'
|
||||
+'erSpacing.Top'#2#3#8'TabOrder'#2#4#4'Text'#6#15'HelpKeyWordEdit'#0#0#6'TPan'
|
||||
+'el'#12'ButtonsPanel'#4'Left'#3#253#1#6'Height'#3#177#0#3'Top'#2'F'#5'Width'
|
||||
+#3#29#1#12'ClientHeight'#3#177#0#11'ClientWidth'#3#29#1#8'TabOrder'#2#5#0#11
|
||||
+'TStringGrid'#17'ButtonsStringGrid'#4'Left'#2#1#6'Height'#3#138#0#3'Top'#2#1
|
||||
+#5'Width'#3#27#1#5'Align'#7#5'alTop'#8'ColCount'#2#2#10'FixedColor'#7#9'clBt'
|
||||
+'nFace'#9'FixedCols'#2#0#7'Options'#11#15'goFixedVertLine'#15'goFixedHorzLin'
|
||||
+'e'#10'goVertLine'#10'goHorzLine'#13'goRangeSelect'#9'goEditing'#14'goSmooth'
|
||||
+'Scroll'#0#8'RowCount'#2#4#8'TabOrder'#2#0#16'OnPickListSelect'#7#29'UpdateQ'
|
||||
+'uestioDlgResultExecute'#14'OnSelectEditor'#7#29'ButtonsStringGridSelectEdit'
|
||||
+'or'#9'ColWidths'#1#3#171#0#2'h'#0#5'Cells'#1#2#8#2#0#2#0#6#24'BUTTONS (arra'
|
||||
,'y of const)'#2#0#2#1#6#3'Yes'#2#0#2#2#6#2'No'#2#0#2#3#6#6'Cancel'#2#1#2#0#6
|
||||
+#12'Modal Result'#2#1#2#1#6#5'mrYes'#2#1#2#2#6#4'mrNo'#2#1#2#3#6#8'mrCancel'
|
||||
+#0#0#0#6'TPanel'#6'Panel2'#4'Left'#2#1#6'Height'#2'%'#3'Top'#3#139#0#5'Width'
|
||||
+#3#27#1#5'Align'#7#8'alClient'#10'BevelInner'#7#9'bvLowered'#10'BevelOuter'#7
|
||||
+#7'bvSpace'#12'ClientHeight'#2'%'#11'ClientWidth'#3#27#1#8'TabOrder'#2#1#0#7
|
||||
+'TBitBtn'#7'BitBtn1'#4'Left'#2#2#6'Height'#2'!'#3'Top'#2#2#5'Width'#3#128#0#6
|
||||
+'Action'#7#8'AddConst'#5'Align'#7#6'alLeft'#9'NumGlyphs'#2#0#8'TabOrder'#2#0
|
||||
+#0#0#7'TBitBtn'#7'BitBtn2'#4'Left'#3#153#0#6'Height'#2'!'#3'Top'#2#2#5'Width'
|
||||
+#3#128#0#6'Action'#7#8'DelConst'#5'Align'#7#7'alRight'#9'NumGlyphs'#2#0#8'Ta'
|
||||
+'bOrder'#2#1#0#0#0#0#9'TSpinEdit'#9'XSpinEdit'#22'AnchorSideLeft.Control'#7#6
|
||||
+'XLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#2#19#6'Height'#2#27#3
|
||||
+'Top'#3#16#1#5'Width'#2'B'#8'AutoSize'#9#18'BorderSpacing.Left'#2#4#8'TabOrd'
|
||||
+'er'#2#6#0#0#9'TSpinEdit'#9'YSpinEdit'#22'AnchorSideLeft.Control'#7#6'YLabel'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#2'i'#6'Height'#2#27#3'Top'#3
|
||||
+#16#1#5'Width'#2'B'#8'AutoSize'#9#18'BorderSpacing.Left'#2#4#8'TabOrder'#2#7
|
||||
+#0#0#13'TFileNameEdit'#16'HelpFileNameEdit'#21'AnchorSideTop.Control'#7#17'H'
|
||||
+'elpFileNameLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Heigh'
|
||||
+'t'#2#23#3'Top'#3#131#1#5'Width'#3#244#0#11'ButtonWidth'#2#23#9'NumGlyphs'#2
|
||||
+#1#17'BorderSpacing.Top'#2#3#11'ParentColor'#8#8'TabOrder'#2#8#0#0#5'TEdit'
|
||||
+#10'PromptEdit'#21'AnchorSideTop.Control'#7#11'PromptLabel'#18'AnchorSideTop'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#2#16#6'Height'#2#23#3'Top'#3#192#1#5'Width'#3
|
||||
+#164#0#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#9#4'Text'#6#10'PromptEdit'#0#0
|
||||
+#9'TCheckBox'#17'MaskInputCheckBox'#4'Left'#3#191#0#6'Height'#2#22#3'Top'#3
|
||||
+#185#1#5'Width'#2'Y'#7'Caption'#6#9'MaskInput'#8'TabOrder'#2#10#0#0#5'TEdit'
|
||||
+#9'ValueEdit'#21'AnchorSideTop.Control'#7#10'ValueLabel'#18'AnchorSideTop.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#2#16#6'Height'#2#23#3'Top'#3#245#1#5'Width'#2'p'
|
||||
+#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#11#4'Text'#6#9'ValueEdit'#0#0#5'TEd'
|
||||
+'it'#11'DefaultEdit'#21'AnchorSideTop.Control'#7#12'DefaultValue'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrBottom'#4'Left'#3#138#0#6'Height'#2#23#3'Top'#3#245#1#5
|
||||
+'Width'#3#136#0#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#12#4'Text'#6#11'Defa'
|
||||
+'ultEdit'#0#0#7'TButton'#10'TestButton'#4'Left'#3'3'#1#6'Height'#2'%'#3'Top'
|
||||
+#3#245#1#5'Width'#3#0#1#6'Action'#7#4'Test'#25'BorderSpacing.InnerBorder'#2#4
|
||||
+#8'TabOrder'#2#13#0#0#7'TBitBtn'#8'OkButton'#4'Left'#3']'#2#6'Height'#2'%'#3
|
||||
+'Top'#3#245#1#5'Width'#2'd'#8'AutoSize'#9#7'Caption'#6#3'&OK'#21'Constraints'
|
||||
+'.MinHeight'#2'%'#20'Constraints.MinWidth'#2'd'#7'Default'#9#4'Kind'#7#4'bkO'
|
||||
+'K'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#14#0#0#7'TBitBtn'#12
|
||||
+'CancelButton'#22'AnchorSideLeft.Control'#7#8'OkButton'#19'AnchorSideLeft.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#3#197#2#6'Height'#2'%'#3'Top'#3#245#1#5'Width'#2
|
||||
+'d'#18'BorderSpacing.Left'#2#4#6'Cancel'#9#7'Caption'#6#6'Cancel'#21'Constra'
|
||||
+'ints.MinHeight'#2'%'#20'Constraints.MinWidth'#2'd'#4'Kind'#7#8'bkCancel'#11
|
||||
+'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#15#0#0#9'TGroupBox'#21'Sour'
|
||||
+'ceWrapperGroupBox'#4'Left'#3'3'#1#6'Height'#3#221#0#3'Top'#3#8#1#5'Width'#3
|
||||
+#253#1#7'Caption'#6#21'SourceWrapperGroupBox'#12'ClientHeight'#3#202#0#11'Cl'
|
||||
+'ientWidth'#3#249#1#8'TabOrder'#2#16#0#6'TLabel'#6'Label1'#4'Left'#2#7#6'Hei'
|
||||
+'ght'#2#20#3'Top'#2#6#5'Width'#2'E'#7'Caption'#6#11'"if" RESULT'#11'ParentCo'
|
||||
+'lor'#8#0#0#6'TLabel'#17'StringResultLabel'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#2#9#6'Height'#2#20#3'Top'#3#145#0#5'Width'#2'Z'#17'BorderSpac'
|
||||
+'ing.Top'#2#8#7'Caption'#6#13'String RESULT'#11'ParentColor'#8#0#0#12'TRadio'
|
||||
+'Button'#17'IfThenRadioButton'#4'Left'#2#7#6'Height'#2#22#3'Top'#2'H'#5'Widt'
|
||||
+'h'#2'S'#7'Caption'#6#12'if...then...'#7'Checked'#9#7'OnClick'#7#18'SetIfOrC'
|
||||
+'aseExecute'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#21
|
||||
+'IfThenElseRadioButton'#4'Left'#2#7#6'Height'#2#22#3'Top'#2']'#5'Width'#2'}'
|
||||
+#7'Caption'#6#20'if...then...else ...'#7'OnClick'#7#18'SetIfOrCaseExecute'#8
|
||||
+'TabOrder'#2#1#0#0#12'TRadioButton'#20'CaseOfEndRadioButton'#4'Left'#3#199#0
|
||||
+#6'Height'#2#22#3'Top'#3#143#0#5'Width'#3#134#0#7'Caption'#6#20'case ... of '
|
||||
+'... end;'#7'OnClick'#7#18'SetIfOrCaseExecute'#8'TabOrder'#2#2#0#0#12'TRadio'
|
||||
+'Button'#24'CaseOfEndElseRadioButton'#4'Left'#3#199#0#6'Height'#2#22#3'Top'#3
|
||||
+#164#0#5'Width'#3#148#0#7'Caption'#6#24'case ... of ... else ...'#7'OnClick'
|
||||
+#7#18'SetIfOrCaseExecute'#8'TabOrder'#2#3#0#0#9'TCheckBox'#16'BeginEndCheckB'
|
||||
+'ox'#4'Left'#3#129#1#6'Height'#2#22#3'Top'#3#152#0#5'Width'#2'g'#7'Caption'#6
|
||||
+#13'begin ... end'#8'TabOrder'#2#4#0#0#9'TComboBox'#16'IfResultComboBox'#21
|
||||
+'AnchorSideTop.Control'#7#6'Label1'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#7#6'Height'#2#31#3'Top'#2#29#5'Width'#3#175#0#16'AutoCompleteText'
|
||||
+#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#17'BorderSpacing.T'
|
||||
,'op'#2#3#9'ItemIndex'#2#0#13'Items.Strings'#1#6#4'mbOK'#6#8'mbCancel'#0#9'Ma'
|
||||
+'xLength'#2#0#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#5#4'Text'#6#4'mbOK'
|
||||
+#0#0#11'TCheckGroup'#20'CaseResultCheckGroup'#22'AnchorSideLeft.Control'#7#16
|
||||
+'IfResultComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#192#0#6
|
||||
+'Height'#2'v'#3'Top'#2#255#5'Width'#3'+'#1#8'AutoFill'#9#18'BorderSpacing.Le'
|
||||
+'ft'#2#10#7'Caption'#6#13'"case" RESULT'#28'ChildSizing.LeftRightSpacing'#2#6
|
||||
+#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24
|
||||
+'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenou'
|
||||
+'sChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'Chil'
|
||||
+'dSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cc'
|
||||
+'lLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#3#7'Columns'
|
||||
+#2#3#13'Items.Strings'#1#6#4'mbOK'#6#8'mbCancel'#0#8'TabOrder'#2#6#4'Data'#10
|
||||
+#6#0#0#0#2#0#0#0#3#2#0#0#5'TEdit'#16'StringResultEdit'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7#17'StringResultLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+#9#6'Height'#2#23#3'Top'#3#168#0#5'Width'#3#173#0#17'BorderSpacing.Top'#2#3#8
|
||||
+'TabOrder'#2#7#4'Text'#6#16'StringResultEdit'#0#0#0#9'TComboBox'#19'KindMess'
|
||||
+'ageComboBox'#4'Left'#2#6#6'Height'#2#31#3'Top'#2#30#5'Width'#3'*'#3#5'Align'
|
||||
+#7#5'alTop'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearc'
|
||||
+'hAscending'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#4#19'Borde'
|
||||
+'rSpacing.Right'#2#6#9'ItemIndex'#2#0#13'Items.Strings'#1#6':MessageDlg[Msg,'
|
||||
+' DlgType, Buttons(TMsgDlgButtons), HelpCtx]'#6'CMessageDlg[Caption, Msg, Dl'
|
||||
+'gType, Buttons(TMsgDlgButtons), HelpCtx]'#6'GMessageDlg[Caption, Msg, DlgTy'
|
||||
+'pe, Buttons(TMsgDlgButtons), HelpKeyword]'#6'CMessageDlgPos[Msg, DlgType, B'
|
||||
+'uttons(TMsgDlgButtons), HelpCtx, X, Y]'#6'UMessageDlgPosHelp[Msg, DlgType, '
|
||||
+'Buttons(TMsgDlgButtons), HelpCtx, X, Y, HelpFileName]'#6'DQuestionDlg[Capti'
|
||||
+'on, Msg, DlgType, Buttons(array of const), HelpCtx]'#6'HQuestionDlg[Caption'
|
||||
+', Msg, DlgType, Buttons(array of const), HelpKeyword]'#6#25'ShowMessage[Msg'
|
||||
+': string];'#6',ShowMessageFmt[Msg, Params(array of const)];'#6#26'ShowMessa'
|
||||
+'gePos[Msg, X, Y];'#6'>InputQuery[Caption, Prompt, MaskInput(Boolean), Value'
|
||||
+'(String)]'#6'*InputQuery[Caption, Prompt, Value(String)]'#6'"InputBox[Capti'
|
||||
+'on, Prompt, Default]'#6#28'PasswordBox[Caption, Prompt]'#0#8'OnChange'#7#19
|
||||
+'MessageSetupExecute'#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#17#4'Text'
|
||||
+#6':MessageDlg[Msg, DlgType, Buttons(TMsgDlgButtons), HelpCtx]'#0#0#5'TMemo'
|
||||
+#7'MsgMemo'#21'AnchorSideTop.Control'#7#8'MsgLabel'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2'^'#3'Top'#3#156#0#5'Width'#3#12#1#17'B'
|
||||
+'orderSpacing.Top'#2#3#13'Lines.Strings'#1#6#8'MsgLabel'#0#13'OnEditingDone'
|
||||
+#7#19'GetParamsFmtExecute'#10'ScrollBars'#7#14'ssAutoVertical'#8'TabOrder'#2
|
||||
+#18#8'WordWrap'#8#0#0#11'TActionList'#11'ActionList1'#4'left'#3#200#1#3'top'
|
||||
+#3'p'#1#0#7'TAction'#8'AddConst'#7'Caption'#6#8'AddConst'#18'DisableIfNoHand'
|
||||
+'ler'#9#9'OnExecute'#7#15'AddConstExecute'#0#0#7'TAction'#8'DelConst'#7'Capt'
|
||||
+'ion'#6#8'DelConst'#18'DisableIfNoHandler'#9#9'OnExecute'#7#15'DelConstExecu'
|
||||
+'te'#0#0#7'TAction'#12'MessageSetup'#7'Caption'#6#12'MessageSetup'#18'Disabl'
|
||||
+'eIfNoHandler'#9#9'OnExecute'#7#19'MessageSetupExecute'#0#0#7'TAction'#12'Me'
|
||||
+'ssagesInit'#7'Caption'#6#12'MessagesInit'#18'DisableIfNoHandler'#9#9'OnExec'
|
||||
+'ute'#7#19'MessagesInitExecute'#0#0#7'TAction'#4'Test'#7'Caption'#6#4'Test'
|
||||
+#18'DisableIfNoHandler'#9#9'OnExecute'#7#11'TestExecute'#0#0#7'TAction'#19'G'
|
||||
+'etMessageForSource'#7'Caption'#6#19'GetMessageForSource'#18'DisableIfNoHand'
|
||||
+'ler'#9#9'OnExecute'#7#26'GetMessageForSourceExecute'#0#0#7'TAction'#12'GetP'
|
||||
+'aramsFmt'#7'Caption'#6#12'GetParamsFmt'#18'DisableIfNoHandler'#9#9'OnExecut'
|
||||
+'e'#7#19'GetParamsFmtExecute'#0#0#7'TAction'#11'SetIfOrCase'#7'Caption'#6#11
|
||||
+'SetIfOrCase'#18'DisableIfNoHandler'#9#9'OnExecute'#7#18'SetIfOrCaseExecute'
|
||||
+#0#0#7'TAction'#22'UpdateQuestioDlgResult'#7'Caption'#6#22'UpdateQuestioDlgR'
|
||||
+'esult'#18'DisableIfNoHandler'#9#9'OnExecute'#7#29'UpdateQuestioDlgResultExe'
|
||||
+'cute'#0#0#0#0
|
||||
+#0#12'TRadioButton'#21'IfThenElseRadioButton'#21'AnchorSideTop.Control'#7#17
|
||||
+'IfThenRadioButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#7#6'Heig'
|
||||
+'ht'#2#22#3'Top'#2'`'#5'Width'#2'}'#17'BorderSpacing.Top'#2#2#7'Caption'#6#20
|
||||
+'if...then...else ...'#7'OnClick'#7#18'SetIfOrCaseExecute'#8'TabOrder'#2#1#7
|
||||
+'TabStop'#8#0#0#12'TRadioButton'#20'CaseOfEndRadioButton'#4'Left'#3#199#0#6
|
||||
+'Height'#2#22#3'Top'#3#143#0#5'Width'#3#134#0#7'Caption'#6#20'case ... of ..'
|
||||
+'. end;'#7'OnClick'#7#18'SetIfOrCaseExecute'#8'TabOrder'#2#2#7'TabStop'#8#0#0
|
||||
+#12'TRadioButton'#24'CaseOfEndElseRadioButton'#21'AnchorSideTop.Control'#7#20
|
||||
+'CaseOfEndRadioButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#199#0
|
||||
+#6'Height'#2#22#3'Top'#3#167#0#5'Width'#3#148#0#17'BorderSpacing.Top'#2#2#7
|
||||
+'Caption'#6#24'case ... of ... else ...'#7'OnClick'#7#18'SetIfOrCaseExecute'
|
||||
+#8'TabOrder'#2#3#7'TabStop'#8#0#0#9'TCheckBox'#16'BeginEndCheckBox'#4'Left'#3
|
||||
+#129#1#6'Height'#2#22#3'Top'#3#152#0#5'Width'#2'g'#7'Caption'#6#13'begin ...'
|
||||
+' end'#8'TabOrder'#2#4#0#0#9'TComboBox'#16'IfResultComboBox'#21'AnchorSideTo'
|
||||
+'p.Control'#7#6'Label1'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#7#6
|
||||
+'Height'#2#31#3'Top'#2#27#5'Width'#3#175#0#17'BorderSpacing.Top'#2#3#10'Item'
|
||||
+'Height'#2#0#9'ItemIndex'#2#0#13'Items.Strings'#1#6#4'mbOK'#6#8'mbCancel'#0#5
|
||||
+'Style'#7#14'csDropDownList'#8'TabOrder'#2#5#4'Text'#6#4'mbOK'#0#0#11'TCheck'
|
||||
+'Group'#20'CaseResultCheckGroup'#22'AnchorSideLeft.Control'#7#16'IfResultCom'
|
||||
+'boBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#192#0#6'Height'#2'v'
|
||||
+#3'Top'#2#255#5'Width'#3'+'#1#8'AutoFill'#9#18'BorderSpacing.Left'#2#10#7'Ca'
|
||||
+'ption'#6#13'"case" RESULT'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSiz'
|
||||
+'ing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogen'
|
||||
+'ousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResi'
|
||||
+'ze'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.Sh'
|
||||
+'rinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRig'
|
||||
+'htThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#3#7'Columns'#2#3#13'It'
|
||||
+'ems.Strings'#1#6#4'mbOK'#6#8'mbCancel'#0#8'TabOrder'#2#6#4'Data'#10#6#0#0#0
|
||||
+#2#0#0#0#3#2#0#0#5'TEdit'#16'StringResultEdit'#21'AnchorSideTop.Control'#7#17
|
||||
+'StringResultLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#9#6'Heig'
|
||||
+'ht'#2#27#3'Top'#3#166#0#5'Width'#3#173#0#17'BorderSpacing.Top'#2#3#8'TabOrd'
|
||||
+'er'#2#7#4'Text'#6#16'StringResultEdit'#0#0#0#9'TComboBox'#19'KindMessageCom'
|
||||
+'boBox'#4'Left'#2#6#6'Height'#2#31#3'Top'#2#28#5'Width'#3'*'#3#5'Align'#7#5
|
||||
+'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#4#19'BorderSpacin'
|
||||
+'g.Right'#2#6#10'ItemHeight'#2#0#9'ItemIndex'#2#0#13'Items.Strings'#1#6':Mes'
|
||||
+'sageDlg[Msg, DlgType, Buttons(TMsgDlgButtons), HelpCtx]'#6'CMessageDlg[Capt'
|
||||
+'ion, Msg, DlgType, Buttons(TMsgDlgButtons), HelpCtx]'#6'GMessageDlg[Caption'
|
||||
+', Msg, DlgType, Buttons(TMsgDlgButtons), HelpKeyword]'#6'CMessageDlgPos[Msg'
|
||||
+', DlgType, Buttons(TMsgDlgButtons), HelpCtx, X, Y]'#6'UMessageDlgPosHelp[Ms'
|
||||
+'g, DlgType, Buttons(TMsgDlgButtons), HelpCtx, X, Y, HelpFileName]'#6'DQuest'
|
||||
+'ionDlg[Caption, Msg, DlgType, Buttons(array of const), HelpCtx]'#6'HQuestio'
|
||||
+'nDlg[Caption, Msg, DlgType, Buttons(array of const), HelpKeyword]'#6#25'Sho'
|
||||
+'wMessage[Msg: string];'#6',ShowMessageFmt[Msg, Params(array of const)];'#6
|
||||
+#26'ShowMessagePos[Msg, X, Y];'#6'>InputQuery[Caption, Prompt, MaskInput(Boo'
|
||||
+'lean), Value(String)]'#6'*InputQuery[Caption, Prompt, Value(String)]'#6'"In'
|
||||
+'putBox[Caption, Prompt, Default]'#6#28'PasswordBox[Caption, Prompt]'#0#8'On'
|
||||
+'Change'#7#19'MessageSetupExecute'#5'Style'#7#14'csDropDownList'#8'TabOrder'
|
||||
+#2#17#4'Text'#6':MessageDlg[Msg, DlgType, Buttons(TMsgDlgButtons), HelpCtx]'
|
||||
+#0#0#5'TMemo'#7'MsgMemo'#21'AnchorSideTop.Control'#7#8'MsgLabel'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'^'#3'Top'#3#151#0#5'Widt'
|
||||
+'h'#3#12#1#17'BorderSpacing.Top'#2#3#13'Lines.Strings'#1#6#8'MsgLabel'#0#13
|
||||
+'OnEditingDone'#7#19'GetParamsFmtExecute'#10'ScrollBars'#7#14'ssAutoVertical'
|
||||
+#8'TabOrder'#2#18#8'WordWrap'#8#0#0#11'TActionList'#11'ActionList1'#4'left'#3
|
||||
+#200#1#3'top'#3'p'#1#0#7'TAction'#8'AddConst'#7'Caption'#6#8'AddConst'#9'OnE'
|
||||
+'xecute'#7#15'AddConstExecute'#0#0#7'TAction'#8'DelConst'#7'Caption'#6#8'Del'
|
||||
+'Const'#9'OnExecute'#7#15'DelConstExecute'#0#0#7'TAction'#12'MessageSetup'#7
|
||||
+'Caption'#6#12'MessageSetup'#9'OnExecute'#7#19'MessageSetupExecute'#0#0#7'TA'
|
||||
+'ction'#12'MessagesInit'#7'Caption'#6#12'MessagesInit'#9'OnExecute'#7#19'Mes'
|
||||
,'sagesInitExecute'#0#0#7'TAction'#4'Test'#7'Caption'#6#4'Test'#9'OnExecute'#7
|
||||
+#11'TestExecute'#0#0#7'TAction'#19'GetMessageForSource'#7'Caption'#6#19'GetM'
|
||||
+'essageForSource'#9'OnExecute'#7#26'GetMessageForSourceExecute'#0#0#7'TActio'
|
||||
+'n'#12'GetParamsFmt'#7'Caption'#6#12'GetParamsFmt'#9'OnExecute'#7#19'GetPara'
|
||||
+'msFmtExecute'#0#0#7'TAction'#11'SetIfOrCase'#7'Caption'#6#11'SetIfOrCase'#9
|
||||
+'OnExecute'#7#18'SetIfOrCaseExecute'#0#0#7'TAction'#22'UpdateQuestioDlgResul'
|
||||
+'t'#7'Caption'#6#22'UpdateQuestioDlgResult'#9'OnExecute'#7#29'UpdateQuestioD'
|
||||
+'lgResultExecute'#0#0#0#0
|
||||
]);
|
||||
|
||||
@ -39,9 +39,9 @@ type
|
||||
MsgMemo: TMemo;
|
||||
UpdateQuestioDlgResult: TAction;
|
||||
SetIfOrCase: TAction;
|
||||
Bevel1: TBevel;
|
||||
PositionBevel: TBevel;
|
||||
Bevel2: TBevel;
|
||||
Bevel3: TBevel;
|
||||
HelpCtxBevel: TBevel;
|
||||
CaseResultCheckGroup: TCheckGroup;
|
||||
BeginEndCheckBox: TCheckBox;
|
||||
IfResultComboBox: TComboBox;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user