1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-30 12:52:16 -05:00

Forgot to add the updated form as well. Updated with column, and layout tweaks.

This commit is contained in:
Thomas Dunne 2011-07-08 15:26:20 +01:00 committed by Merlijn Wajer
parent 31560cf871
commit b072e8859d

View File

@ -1,19 +1,19 @@
object Form1: TForm1 object Form1: TForm1
Left = 314 Left = 466
Height = 428 Height = 434
Top = 197 Top = 179
Width = 702 Width = 702
Anchors = [akTop, akLeft, akRight] ActiveControl = ListView1
Caption = 'Form1' Caption = 'Form1'
ClientHeight = 428 ClientHeight = 434
ClientWidth = 702 ClientWidth = 702
OnCreate = FormCreate OnCreate = FormCreate
LCLVersion = '0.9.29' LCLVersion = '0.9.30.1'
object Button1: TButton object Button1: TButton
Left = 16 Left = 280
Height = 33 Height = 38
Top = 384 Top = 384
Width = 680 Width = 416
Anchors = [akLeft, akBottom] Anchors = [akLeft, akBottom]
Caption = 'Refresh' Caption = 'Refresh'
OnClick = Button1Click OnClick = Button1Click
@ -21,13 +21,13 @@ object Form1: TForm1
end end
object GroupBox1: TGroupBox object GroupBox1: TGroupBox
Left = 280 Left = 280
Height = 333 Height = 339
Top = 0 Top = 0
Width = 418 Width = 418
Align = alCustom Align = alCustom
Anchors = [akTop, akLeft, akBottom] Anchors = [akTop, akLeft, akBottom]
Caption = 'GroupBox1' Caption = 'GroupBox1'
ClientHeight = 315 ClientHeight = 320
ClientWidth = 414 ClientWidth = 414
TabOrder = 1 TabOrder = 1
object Memo1: TMemo object Memo1: TMemo
@ -42,21 +42,33 @@ object Form1: TForm1
end end
end end
object ListView1: TListView object ListView1: TListView
AnchorSideBottom.Side = asrBottom
Left = 0 Left = 0
Height = 333 Height = 434
Top = 0 Top = 0
Width = 274 Width = 274
Align = alCustom Align = alCustom
Anchors = [akTop, akLeft, akBottom] Anchors = [akTop, akLeft, akBottom]
Columns = <> BorderWidth = 2
Columns = <
item
AutoSize = True
Caption = 'Script Name'
Width = 0
end
item
AutoSize = True
Caption = 'Author'
Width = 272
end>
TabOrder = 2 TabOrder = 2
OnChange = ListView1Change OnChange = ListView1Change
end end
object Button2: TButton object Button2: TButton
Left = 21 Left = 280
Height = 38 Height = 38
Top = 338 Top = 344
Width = 672 Width = 416
Caption = 'Install' Caption = 'Install'
OnClick = Button2Click OnClick = Button2Click
TabOrder = 3 TabOrder = 3