mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 07:37:02 +02:00
resized and tidied up the example form for the Grid Semaphore, from Graeme Geldenhuys
git-svn-id: trunk@10433 -
This commit is contained in:
parent
f276bc9425
commit
6d408b4534
@ -1,10 +1,10 @@
|
||||
object Form1: TForm1
|
||||
Left = 183
|
||||
Height = 416
|
||||
Height = 423
|
||||
Top = 115
|
||||
Width = 590
|
||||
HorzScrollBar.Page = 589
|
||||
VertScrollBar.Page = 415
|
||||
VertScrollBar.Page = 422
|
||||
ActiveControl = SemaphorGrid1
|
||||
Caption = 'Try SemaphorGrid'
|
||||
OnCreate = Form1Create
|
||||
@ -12,17 +12,17 @@ object Form1: TForm1
|
||||
Left = 8
|
||||
Height = 25
|
||||
Top = 232
|
||||
Width = 112
|
||||
Width = 144
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'Toggle Semaphor'
|
||||
OnClick = Button1Click
|
||||
TabOrder = 1
|
||||
end
|
||||
object Button2: TButton
|
||||
Left = 128
|
||||
Left = 155
|
||||
Height = 25
|
||||
Top = 232
|
||||
Width = 126
|
||||
Width = 163
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'Next Semafore Style'
|
||||
OnClick = Button2Click
|
||||
@ -32,57 +32,57 @@ object Form1: TForm1
|
||||
Left = 8
|
||||
Height = 25
|
||||
Top = 264
|
||||
Width = 114
|
||||
Width = 124
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'Next Alignment'
|
||||
OnClick = Button3Click
|
||||
TabOrder = 3
|
||||
end
|
||||
object Button4: TButton
|
||||
Left = 331
|
||||
Left = 464
|
||||
Height = 25
|
||||
Top = 264
|
||||
Width = 75
|
||||
Top = 70
|
||||
Width = 111
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'Close'
|
||||
OnClick = Button4Click
|
||||
TabOrder = 4
|
||||
end
|
||||
object Button5: TButton
|
||||
Left = 128
|
||||
Left = 464
|
||||
Height = 25
|
||||
Top = 264
|
||||
Width = 88
|
||||
Top = 16
|
||||
Width = 111
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'Save to File'
|
||||
OnClick = Button5Click
|
||||
TabOrder = 5
|
||||
end
|
||||
object Button6: TButton
|
||||
Left = 227
|
||||
Left = 464
|
||||
Height = 25
|
||||
Top = 264
|
||||
Width = 96
|
||||
Top = 43
|
||||
Width = 111
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'Load from File'
|
||||
OnClick = Button6Click
|
||||
TabOrder = 6
|
||||
end
|
||||
object Button7: TButton
|
||||
Left = 264
|
||||
Height = 17
|
||||
Left = 327
|
||||
Height = 24
|
||||
Top = 232
|
||||
Width = 67
|
||||
Width = 87
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'AutoWidth'
|
||||
OnClick = Button7Click
|
||||
TabOrder = 7
|
||||
end
|
||||
object Button8: TButton
|
||||
Left = 334
|
||||
Height = 17
|
||||
Left = 417
|
||||
Height = 24
|
||||
Top = 232
|
||||
Width = 72
|
||||
Width = 90
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'AutoHeight'
|
||||
OnClick = Button8Click
|
||||
@ -90,18 +90,18 @@ object Form1: TForm1
|
||||
end
|
||||
object Button9: TButton
|
||||
Left = 176
|
||||
Height = 20
|
||||
Top = 167
|
||||
Width = 75
|
||||
Height = 26
|
||||
Top = 165
|
||||
Width = 100
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'Sort Cols[4]'
|
||||
OnClick = Button9Click
|
||||
TabOrder = 9
|
||||
end
|
||||
object RadioButton1: TRadioButton
|
||||
Left = 259
|
||||
Left = 286
|
||||
Height = 20
|
||||
Top = 164
|
||||
Top = 165
|
||||
Width = 84
|
||||
Caption = 'Ascending'
|
||||
Checked = True
|
||||
@ -109,18 +109,18 @@ object Form1: TForm1
|
||||
TabOrder = 10
|
||||
end
|
||||
object RadioButton2: TRadioButton
|
||||
Left = 259
|
||||
Left = 286
|
||||
Height = 20
|
||||
Top = 185
|
||||
Top = 196
|
||||
Width = 91
|
||||
Caption = 'Descending'
|
||||
TabOrder = 11
|
||||
end
|
||||
object Button10: TButton
|
||||
Left = 8
|
||||
Height = 25
|
||||
Top = 164
|
||||
Width = 142
|
||||
Height = 26
|
||||
Top = 165
|
||||
Width = 144
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'Hide/Show Cols[1]'
|
||||
OnClick = Button10Click
|
||||
@ -130,7 +130,7 @@ object Form1: TForm1
|
||||
Left = 8
|
||||
Height = 25
|
||||
Top = 196
|
||||
Width = 44
|
||||
Width = 47
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'Clear'
|
||||
OnClick = Button11Click
|
||||
@ -146,37 +146,37 @@ object Form1: TForm1
|
||||
end
|
||||
object Button12: TButton
|
||||
Left = 176
|
||||
Height = 18
|
||||
Top = 190
|
||||
Width = 75
|
||||
Height = 23
|
||||
Top = 196
|
||||
Width = 100
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'Sort Cols[1]'
|
||||
OnClick = Button12Click
|
||||
TabOrder = 15
|
||||
end
|
||||
object ToggleBox1: TToggleBox
|
||||
Left = 384
|
||||
Height = 13
|
||||
Top = 167
|
||||
Width = 71
|
||||
Left = 429
|
||||
Height = 26
|
||||
Top = 165
|
||||
Width = 102
|
||||
Caption = 'UnEditable'
|
||||
OnClick = ToggleBox1Click
|
||||
TabOrder = 16
|
||||
end
|
||||
object CheckBox2: TCheckBox
|
||||
Left = 384
|
||||
Left = 428
|
||||
Height = 20
|
||||
Top = 203
|
||||
Top = 196
|
||||
Width = 83
|
||||
Caption = 'Only Float'
|
||||
OnClick = CheckBox2Click
|
||||
TabOrder = 17
|
||||
end
|
||||
object Button13: TButton
|
||||
Left = 408
|
||||
Height = 17
|
||||
Left = 510
|
||||
Height = 24
|
||||
Top = 232
|
||||
Width = 72
|
||||
Width = 71
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'AutoFit'
|
||||
OnClick = Button13Click
|
||||
@ -186,7 +186,7 @@ object Form1: TForm1
|
||||
Left = 8
|
||||
Height = 152
|
||||
Top = 4
|
||||
Width = 332
|
||||
Width = 350
|
||||
Color = clWhite
|
||||
ColCount = 5
|
||||
DefaultRowHeight = 24
|
||||
@ -282,9 +282,9 @@ object Form1: TForm1
|
||||
)
|
||||
end
|
||||
object SemaphorGrid2: TSemaphorGrid
|
||||
Height = 100
|
||||
Height = 111
|
||||
Top = 305
|
||||
Width = 200
|
||||
Width = 288
|
||||
ColCount = 5
|
||||
FixedColor = clBtnFace
|
||||
GridLineWidth = 0
|
||||
@ -299,10 +299,10 @@ object Form1: TForm1
|
||||
SemaphorShape = ssDisk
|
||||
end
|
||||
object SemaphorGrid3: TSemaphorGrid
|
||||
Left = 320
|
||||
Height = 100
|
||||
Left = 296
|
||||
Height = 112
|
||||
Top = 304
|
||||
Width = 200
|
||||
Width = 279
|
||||
ColCount = 5
|
||||
FixedColor = clBtnFace
|
||||
GridLineWidth = 0
|
||||
@ -318,20 +318,20 @@ object Form1: TForm1
|
||||
SemaphorShape = ssDisk
|
||||
end
|
||||
object Button14: TButton
|
||||
Left = 411
|
||||
Left = 327
|
||||
Height = 25
|
||||
Top = 263
|
||||
Width = 75
|
||||
Top = 264
|
||||
Width = 87
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'Assign'
|
||||
OnClick = Button14Click
|
||||
TabOrder = 19
|
||||
end
|
||||
object Button15: TButton
|
||||
Left = 491
|
||||
Left = 417
|
||||
Height = 25
|
||||
Top = 263
|
||||
Width = 77
|
||||
Top = 264
|
||||
Width = 114
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'Show Content'
|
||||
OnClick = Button15Click
|
||||
@ -341,12 +341,12 @@ object Form1: TForm1
|
||||
Title = 'Save file as'
|
||||
FilterIndex = 0
|
||||
left = 40
|
||||
top = 352
|
||||
top = 376
|
||||
end
|
||||
object OpenDialog1: TOpenDialog
|
||||
Title = 'Open existing file'
|
||||
FilterIndex = 0
|
||||
left = 8
|
||||
top = 352
|
||||
top = 376
|
||||
end
|
||||
end
|
||||
|
@ -1,86 +1,86 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#183#0#6'Height'#3#160#1#3'Top'#2's'#5'Wid'
|
||||
+'th'#3'N'#2#18'HorzScrollBar.Page'#3'M'#2#18'VertScrollBar.Page'#3#159#1#13
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#183#0#6'Height'#3#167#1#3'Top'#2's'#5'Wid'
|
||||
+'th'#3'N'#2#18'HorzScrollBar.Page'#3'M'#2#18'VertScrollBar.Page'#3#166#1#13
|
||||
+'ActiveControl'#7#13'SemaphorGrid1'#7'Caption'#6#16'Try SemaphorGrid'#8'OnCr'
|
||||
+'eate'#7#11'Form1Create'#0#7'TButton'#7'Button1'#4'Left'#2#8#6'Height'#2#25#3
|
||||
+'Top'#3#232#0#5'Width'#2'p'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#15
|
||||
+'Toggle Semaphor'#7'OnClick'#7#12'Button1Click'#8'TabOrder'#2#1#0#0#7'TButto'
|
||||
+'n'#7'Button2'#4'Left'#3#128#0#6'Height'#2#25#3'Top'#3#232#0#5'Width'#2'~'#25
|
||||
+'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#19'Next Semafore Style'#7'OnCli'
|
||||
+'ck'#7#12'Button2Click'#8'TabOrder'#2#2#0#0#7'TButton'#7'Button3'#4'Left'#2#8
|
||||
+#6'Height'#2#25#3'Top'#3#8#1#5'Width'#2'r'#25'BorderSpacing.InnerBorder'#2#4
|
||||
+#7'Caption'#6#14'Next Alignment'#7'OnClick'#7#12'Button3Click'#8'TabOrder'#2
|
||||
+#3#0#0#7'TButton'#7'Button4'#4'Left'#3'K'#1#6'Height'#2#25#3'Top'#3#8#1#5'Wi'
|
||||
+'dth'#2'K'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#5'Close'#7'OnClick'
|
||||
+#7#12'Button4Click'#8'TabOrder'#2#4#0#0#7'TButton'#7'Button5'#4'Left'#3#128#0
|
||||
+#6'Height'#2#25#3'Top'#3#8#1#5'Width'#2'X'#25'BorderSpacing.InnerBorder'#2#4
|
||||
+#7'Caption'#6#12'Save to File'#7'OnClick'#7#12'Button5Click'#8'TabOrder'#2#5
|
||||
+#0#0#7'TButton'#7'Button6'#4'Left'#3#227#0#6'Height'#2#25#3'Top'#3#8#1#5'Wid'
|
||||
+'th'#2'`'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#14'Load from File'#7
|
||||
+'OnClick'#7#12'Button6Click'#8'TabOrder'#2#6#0#0#7'TButton'#7'Button7'#4'Lef'
|
||||
+'t'#3#8#1#6'Height'#2#17#3'Top'#3#232#0#5'Width'#2'C'#25'BorderSpacing.Inner'
|
||||
+'Border'#2#4#7'Caption'#6#9'AutoWidth'#7'OnClick'#7#12'Button7Click'#8'TabOr'
|
||||
+'der'#2#7#0#0#7'TButton'#7'Button8'#4'Left'#3'N'#1#6'Height'#2#17#3'Top'#3
|
||||
+#232#0#5'Width'#2'H'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#10'AutoH'
|
||||
+'eight'#7'OnClick'#7#12'Button8Click'#8'TabOrder'#2#8#0#0#7'TButton'#7'Butto'
|
||||
+'n9'#4'Left'#3#176#0#6'Height'#2#20#3'Top'#3#167#0#5'Width'#2'K'#25'BorderSp'
|
||||
+'acing.InnerBorder'#2#4#7'Caption'#6#12'Sort Cols[4]'#7'OnClick'#7#12'Button'
|
||||
+'9Click'#8'TabOrder'#2#9#0#0#12'TRadioButton'#12'RadioButton1'#4'Left'#3#3#1
|
||||
+#6'Height'#2#20#3'Top'#3#164#0#5'Width'#2'T'#7'Caption'#6#9'Ascending'#7'Che'
|
||||
+'cked'#9#5'State'#7#9'cbChecked'#8'TabOrder'#2#10#0#0#12'TRadioButton'#12'Ra'
|
||||
+'dioButton2'#4'Left'#3#3#1#6'Height'#2#20#3'Top'#3#185#0#5'Width'#2'['#7'Cap'
|
||||
+'tion'#6#10'Descending'#8'TabOrder'#2#11#0#0#7'TButton'#8'Button10'#4'Left'#2
|
||||
+#8#6'Height'#2#25#3'Top'#3#164#0#5'Width'#3#142#0#25'BorderSpacing.InnerBord'
|
||||
+'er'#2#4#7'Caption'#6#17'Hide/Show Cols[1]'#7'OnClick'#7#13'Button10Click'#8
|
||||
+'TabOrder'#2#12#0#0#7'TButton'#8'Button11'#4'Left'#2#8#6'Height'#2#25#3'Top'
|
||||
+#3#196#0#5'Width'#2','#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#5'Clea'
|
||||
+'r'#7'OnClick'#7#13'Button11Click'#8'TabOrder'#2#13#0#0#9'TCheckBox'#9'Check'
|
||||
+'Box1'#4'Left'#2'<'#6'Height'#2#20#3'Top'#3#196#0#5'Width'#2'T'#7'Caption'#6
|
||||
+#9'OnlyValue'#8'TabOrder'#2#14#0#0#7'TButton'#8'Button12'#4'Left'#3#176#0#6
|
||||
+'Height'#2#18#3'Top'#3#190#0#5'Width'#2'K'#25'BorderSpacing.InnerBorder'#2#4
|
||||
+#7'Caption'#6#12'Sort Cols[1]'#7'OnClick'#7#13'Button12Click'#8'TabOrder'#2
|
||||
+#15#0#0#10'TToggleBox'#10'ToggleBox1'#4'Left'#3#128#1#6'Height'#2#13#3'Top'#3
|
||||
+#167#0#5'Width'#2'G'#7'Caption'#6#10'UnEditable'#7'OnClick'#7#15'ToggleBox1C'
|
||||
+'lick'#8'TabOrder'#2#16#0#0#9'TCheckBox'#9'CheckBox2'#4'Left'#3#128#1#6'Heig'
|
||||
+'ht'#2#20#3'Top'#3#203#0#5'Width'#2'S'#7'Caption'#6#10'Only Float'#7'OnClick'
|
||||
+#7#14'CheckBox2Click'#8'TabOrder'#2#17#0#0#7'TButton'#8'Button13'#4'Left'#3
|
||||
+#152#1#6'Height'#2#17#3'Top'#3#232#0#5'Width'#2'H'#25'BorderSpacing.InnerBor'
|
||||
+'der'#2#4#7'Caption'#6#7'AutoFit'#7'OnClick'#7#13'Button13Click'#8'TabOrder'
|
||||
+#2#18#0#0#13'TSemaphorGrid'#13'SemaphorGrid1'#4'Left'#2#8#6'Height'#3#152#0#3
|
||||
+'Top'#2#4#5'Width'#3'L'#1#5'Color'#7#7'clWhite'#8'ColCount'#2#5#16'DefaultRo'
|
||||
+'wHeight'#2#24#10'FixedColor'#7#9'clBtnFace'#13'GridLineWidth'#2#0#7'Options'
|
||||
+#11#15'goFixedVertLine'#15'goFixedHorzLine'#10'goVertLine'#10'goHorzLine'#13
|
||||
+'goRangeSelect'#14'goSmoothScroll'#0#8'RowCount'#2#5#10'ScrollBars'#7#10'ssA'
|
||||
+'utoBoth'#8'TabOrder'#2#0#7'TabStop'#9#21'Constraints.MaxHeight'#3#160#0#20
|
||||
+'Constraints.MaxWidth'#3'^'#1#9'Alignment'#7#8'taCenter'#8'Semaphor'#9#9'Str'
|
||||
+'ingRed'#6#2'no'#12'StringYellow'#6#5'maybe'#11'StringGreen'#6#3'yes'#13'Sem'
|
||||
+'aphorShape'#7#6'ssDisk'#5'Cells'#1#2#24#2#0#2#0#6#3'a\n'#2#0#2#1#6#1'a'#2#0
|
||||
+#2#2#6#1'b'#2#0#2#3#6#1'c'#2#0#2#4#6#1'd'#2#1#2#0#6#1'1'#2#1#2#1#6#2'no'#2#1
|
||||
+#2#2#6#5'alpha'#2#1#2#3#6#3'zed'#2#1#2#4#6#5'maybe'#2#2#2#0#6#1'2'#2#2#2#1#6
|
||||
+#3'yes'#2#2#2#2#6#8'Semaphor'#2#2#2#3#6#6'0.9877'#2#2#2#4#6#3'yes'#2#3#2#0#6
|
||||
+#1'3'#2#3#2#2#6#2'no'#2#3#2#3#6#4'Grid'#2#3#2#4#6#5'maybe'#2#4#2#0#6#1'4'#2#4
|
||||
+#2#1#6#1'5'#2#4#2#2#6#2'12'#2#4#2#3#6#2'-1'#2#4#2#4#6#1'2'#0#0#0#13'TSemapho'
|
||||
+'rGrid'#13'SemaphorGrid2'#6'Height'#2'd'#3'Top'#3'1'#1#5'Width'#3#200#0#8'Co'
|
||||
+'lCount'#2#5#10'FixedColor'#7#9'clBtnFace'#13'GridLineWidth'#2#0#7'Options'
|
||||
+'Top'#3#232#0#5'Width'#3#144#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6
|
||||
+#15'Toggle Semaphor'#7'OnClick'#7#12'Button1Click'#8'TabOrder'#2#1#0#0#7'TBu'
|
||||
+'tton'#7'Button2'#4'Left'#3#155#0#6'Height'#2#25#3'Top'#3#232#0#5'Width'#3
|
||||
+#163#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#19'Next Semafore Style'
|
||||
+#7'OnClick'#7#12'Button2Click'#8'TabOrder'#2#2#0#0#7'TButton'#7'Button3'#4'L'
|
||||
+'eft'#2#8#6'Height'#2#25#3'Top'#3#8#1#5'Width'#2'|'#25'BorderSpacing.InnerBo'
|
||||
+'rder'#2#4#7'Caption'#6#14'Next Alignment'#7'OnClick'#7#12'Button3Click'#8'T'
|
||||
+'abOrder'#2#3#0#0#7'TButton'#7'Button4'#4'Left'#3#208#1#6'Height'#2#25#3'Top'
|
||||
+#2'F'#5'Width'#2'o'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#5'Close'#7
|
||||
+'OnClick'#7#12'Button4Click'#8'TabOrder'#2#4#0#0#7'TButton'#7'Button5'#4'Lef'
|
||||
+'t'#3#208#1#6'Height'#2#25#3'Top'#2#16#5'Width'#2'o'#25'BorderSpacing.InnerB'
|
||||
+'order'#2#4#7'Caption'#6#12'Save to File'#7'OnClick'#7#12'Button5Click'#8'Ta'
|
||||
+'bOrder'#2#5#0#0#7'TButton'#7'Button6'#4'Left'#3#208#1#6'Height'#2#25#3'Top'
|
||||
+#2'+'#5'Width'#2'o'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#14'Load f'
|
||||
+'rom File'#7'OnClick'#7#12'Button6Click'#8'TabOrder'#2#6#0#0#7'TButton'#7'Bu'
|
||||
+'tton7'#4'Left'#3'G'#1#6'Height'#2#24#3'Top'#3#232#0#5'Width'#2'W'#25'Border'
|
||||
+'Spacing.InnerBorder'#2#4#7'Caption'#6#9'AutoWidth'#7'OnClick'#7#12'Button7C'
|
||||
+'lick'#8'TabOrder'#2#7#0#0#7'TButton'#7'Button8'#4'Left'#3#161#1#6'Height'#2
|
||||
+#24#3'Top'#3#232#0#5'Width'#2'Z'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'
|
||||
+#6#10'AutoHeight'#7'OnClick'#7#12'Button8Click'#8'TabOrder'#2#8#0#0#7'TButto'
|
||||
+'n'#7'Button9'#4'Left'#3#176#0#6'Height'#2#26#3'Top'#3#165#0#5'Width'#2'd'#25
|
||||
+'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#12'Sort Cols[4]'#7'OnClick'#7#12
|
||||
+'Button9Click'#8'TabOrder'#2#9#0#0#12'TRadioButton'#12'RadioButton1'#4'Left'
|
||||
+#3#30#1#6'Height'#2#20#3'Top'#3#165#0#5'Width'#2'T'#7'Caption'#6#9'Ascending'
|
||||
+#7'Checked'#9#5'State'#7#9'cbChecked'#8'TabOrder'#2#10#0#0#12'TRadioButton'
|
||||
+#12'RadioButton2'#4'Left'#3#30#1#6'Height'#2#20#3'Top'#3#196#0#5'Width'#2'['
|
||||
+#7'Caption'#6#10'Descending'#8'TabOrder'#2#11#0#0#7'TButton'#8'Button10'#4'L'
|
||||
+'eft'#2#8#6'Height'#2#26#3'Top'#3#165#0#5'Width'#3#144#0#25'BorderSpacing.In'
|
||||
+'nerBorder'#2#4#7'Caption'#6#17'Hide/Show Cols[1]'#7'OnClick'#7#13'Button10C'
|
||||
+'lick'#8'TabOrder'#2#12#0#0#7'TButton'#8'Button11'#4'Left'#2#8#6'Height'#2#25
|
||||
+#3'Top'#3#196#0#5'Width'#2'/'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6
|
||||
+#5'Clear'#7'OnClick'#7#13'Button11Click'#8'TabOrder'#2#13#0#0#9'TCheckBox'#9
|
||||
+'CheckBox1'#4'Left'#2'<'#6'Height'#2#20#3'Top'#3#196#0#5'Width'#2'T'#7'Capti'
|
||||
+'on'#6#9'OnlyValue'#8'TabOrder'#2#14#0#0#7'TButton'#8'Button12'#4'Left'#3#176
|
||||
+#0#6'Height'#2#23#3'Top'#3#196#0#5'Width'#2'd'#25'BorderSpacing.InnerBorder'
|
||||
+#2#4#7'Caption'#6#12'Sort Cols[1]'#7'OnClick'#7#13'Button12Click'#8'TabOrder'
|
||||
+#2#15#0#0#10'TToggleBox'#10'ToggleBox1'#4'Left'#3#173#1#6'Height'#2#26#3'Top'
|
||||
+#3#165#0#5'Width'#2'f'#7'Caption'#6#10'UnEditable'#7'OnClick'#7#15'ToggleBox'
|
||||
+'1Click'#8'TabOrder'#2#16#0#0#9'TCheckBox'#9'CheckBox2'#4'Left'#3#172#1#6'He'
|
||||
+'ight'#2#20#3'Top'#3#196#0#5'Width'#2'S'#7'Caption'#6#10'Only Float'#7'OnCli'
|
||||
+'ck'#7#14'CheckBox2Click'#8'TabOrder'#2#17#0#0#7'TButton'#8'Button13'#4'Left'
|
||||
+#3#254#1#6'Height'#2#24#3'Top'#3#232#0#5'Width'#2'G'#25'BorderSpacing.InnerB'
|
||||
+'order'#2#4#7'Caption'#6#7'AutoFit'#7'OnClick'#7#13'Button13Click'#8'TabOrde'
|
||||
+'r'#2#18#0#0#13'TSemaphorGrid'#13'SemaphorGrid1'#4'Left'#2#8#6'Height'#3#152
|
||||
+#0#3'Top'#2#4#5'Width'#3'^'#1#5'Color'#7#7'clWhite'#8'ColCount'#2#5#16'Defau'
|
||||
+'ltRowHeight'#2#24#10'FixedColor'#7#9'clBtnFace'#13'GridLineWidth'#2#0#7'Opt'
|
||||
+'ions'#11#15'goFixedVertLine'#15'goFixedHorzLine'#10'goVertLine'#10'goHorzLi'
|
||||
+'ne'#13'goRangeSelect'#14'goSmoothScroll'#0#8'RowCount'#2#5#10'ScrollBars'#7
|
||||
+#10'ssAutoBoth'#8'TabOrder'#2#0#7'TabStop'#9#21'Constraints.MaxHeight'#3#160
|
||||
+#0#20'Constraints.MaxWidth'#3'^'#1#9'Alignment'#7#8'taCenter'#8'Semaphor'#9#9
|
||||
+'StringRed'#6#2'no'#12'StringYellow'#6#5'maybe'#11'StringGreen'#6#3'yes'#13
|
||||
+'SemaphorShape'#7#6'ssDisk'#5'Cells'#1#2#24#2#0#2#0#6#3'a\n'#2#0#2#1#6#1'a'#2
|
||||
+#0#2#2#6#1'b'#2#0#2#3#6#1'c'#2#0#2#4#6#1'd'#2#1#2#0#6#1'1'#2#1#2#1#6#2'no'#2
|
||||
+#1#2#2#6#5'alpha'#2#1#2#3#6#3'zed'#2#1#2#4#6#5'maybe'#2#2#2#0#6#1'2'#2#2#2#1
|
||||
+#6#3'yes'#2#2#2#2#6#8'Semaphor'#2#2#2#3#6#6'0.9877'#2#2#2#4#6#3'yes'#2#3#2#0
|
||||
+#6#1'3'#2#3#2#2#6#2'no'#2#3#2#3#6#4'Grid'#2#3#2#4#6#5'maybe'#2#4#2#0#6#1'4'#2
|
||||
+#4#2#1#6#1'5'#2#4#2#2#6#2'12'#2#4#2#3#6#2'-1'#2#4#2#4#6#1'2'#0#0#0#13'TSemap'
|
||||
+'horGrid'#13'SemaphorGrid2'#6'Height'#2'o'#3'Top'#3'1'#1#5'Width'#3' '#1#8'C'
|
||||
+'olCount'#2#5#10'FixedColor'#7#9'clBtnFace'#13'GridLineWidth'#2#0#7'Options'
|
||||
+#11#15'goFixedVertLine'#15'goFixedHorzLine'#10'goVertLine'#10'goHorzLine'#13
|
||||
,'goRangeSelect'#14'goSmoothScroll'#0#8'RowCount'#2#5#10'ScrollBars'#7#10'ssA'
|
||||
+'utoBoth'#8'TabOrder'#2#21#7'TabStop'#9#9'StringRed'#6#2'no'#12'StringYellow'
|
||||
+#6#5'maybe'#11'StringGreen'#6#3'yes'#13'SemaphorShape'#7#6'ssDisk'#0#0#13'TS'
|
||||
+'emaphorGrid'#13'SemaphorGrid3'#4'Left'#3'@'#1#6'Height'#2'd'#3'Top'#3'0'#1#5
|
||||
+'Width'#3#200#0#8'ColCount'#2#5#10'FixedColor'#7#9'clBtnFace'#13'GridLineWid'
|
||||
+'th'#2#0#7'Options'#11#15'goFixedVertLine'#15'goFixedHorzLine'#10'goVertLine'
|
||||
+'emaphorGrid'#13'SemaphorGrid3'#4'Left'#3'('#1#6'Height'#2'p'#3'Top'#3'0'#1#5
|
||||
+'Width'#3#23#1#8'ColCount'#2#5#10'FixedColor'#7#9'clBtnFace'#13'GridLineWidt'
|
||||
+'h'#2#0#7'Options'#11#15'goFixedVertLine'#15'goFixedHorzLine'#10'goVertLine'
|
||||
+#10'goHorzLine'#13'goRangeSelect'#14'goSmoothScroll'#0#8'RowCount'#2#5#10'Sc'
|
||||
+'rollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#22#7'TabStop'#9#8'Semaphor'#9#9'St'
|
||||
+'ringRed'#6#2'no'#12'StringYellow'#6#5'maybe'#11'StringGreen'#6#3'yes'#13'Se'
|
||||
+'maphorShape'#7#6'ssDisk'#0#0#7'TButton'#8'Button14'#4'Left'#3#155#1#6'Heigh'
|
||||
+'t'#2#25#3'Top'#3#7#1#5'Width'#2'K'#25'BorderSpacing.InnerBorder'#2#4#7'Capt'
|
||||
+'ion'#6#6'Assign'#7'OnClick'#7#13'Button14Click'#8'TabOrder'#2#19#0#0#7'TBut'
|
||||
+'ton'#8'Button15'#4'Left'#3#235#1#6'Height'#2#25#3'Top'#3#7#1#5'Width'#2'M'
|
||||
+#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#12'Show Content'#7'OnClick'#7
|
||||
+#13'Button15Click'#8'TabOrder'#2#20#0#0#11'TSaveDialog'#11'SaveDialog1'#5'Ti'
|
||||
+'tle'#6#12'Save file as'#11'FilterIndex'#2#0#4'left'#2'('#3'top'#3'`'#1#0#0
|
||||
+#11'TOpenDialog'#11'OpenDialog1'#5'Title'#6#18'Open existing file'#11'Filter'
|
||||
+'Index'#2#0#4'left'#2#8#3'top'#3'`'#1#0#0#0
|
||||
+'maphorShape'#7#6'ssDisk'#0#0#7'TButton'#8'Button14'#4'Left'#3'G'#1#6'Height'
|
||||
+#2#25#3'Top'#3#8#1#5'Width'#2'W'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'
|
||||
+#6#6'Assign'#7'OnClick'#7#13'Button14Click'#8'TabOrder'#2#19#0#0#7'TButton'#8
|
||||
+'Button15'#4'Left'#3#161#1#6'Height'#2#25#3'Top'#3#8#1#5'Width'#2'r'#25'Bord'
|
||||
+'erSpacing.InnerBorder'#2#4#7'Caption'#6#12'Show Content'#7'OnClick'#7#13'Bu'
|
||||
+'tton15Click'#8'TabOrder'#2#20#0#0#11'TSaveDialog'#11'SaveDialog1'#5'Title'#6
|
||||
+#12'Save file as'#11'FilterIndex'#2#0#4'left'#2'('#3'top'#3'x'#1#0#0#11'TOpe'
|
||||
+'nDialog'#11'OpenDialog1'#5'Title'#6#18'Open existing file'#11'FilterIndex'#2
|
||||
+#0#4'left'#2#8#3'top'#3'x'#1#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user