1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-12-11 01:52:16 -05:00
Simba/Projects/ScriptManager/scriptmanager.lfm

77 lines
1.4 KiB
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 466
Height = 434
Top = 179
2010-11-10 14:45:52 -05:00
Width = 702
ActiveControl = ListView1
Caption = 'Form1'
ClientHeight = 434
2010-11-10 14:45:52 -05:00
ClientWidth = 702
OnCreate = FormCreate
LCLVersion = '0.9.30.1'
2010-07-20 14:26:49 -04:00
object Button1: TButton
Left = 280
Height = 38
Top = 384
Width = 416
2010-07-20 14:26:49 -04:00
Anchors = [akLeft, akBottom]
Caption = 'Refresh'
2010-09-11 17:24:53 -04:00
OnClick = Button1Click
2010-11-10 14:45:52 -05:00
TabOrder = 0
end
2010-11-10 14:45:52 -05:00
object GroupBox1: TGroupBox
Left = 280
Height = 339
2010-11-10 14:45:52 -05:00
Top = 0
Width = 418
Align = alCustom
Anchors = [akTop, akLeft, akBottom]
Caption = 'GroupBox1'
ClientHeight = 320
2010-11-10 14:45:52 -05:00
ClientWidth = 414
TabOrder = 1
object Memo1: TMemo
Left = 14
Height = 280
Top = 8
Width = 376
BorderStyle = bsNone
Color = clBtnFace
ReadOnly = True
TabOrder = 0
end
end
2010-11-10 14:45:52 -05:00
object ListView1: TListView
AnchorSideBottom.Side = asrBottom
2010-11-10 14:45:52 -05:00
Left = 0
Height = 434
2010-11-10 14:45:52 -05:00
Top = 0
Width = 274
Align = alCustom
Anchors = [akTop, akLeft, akBottom]
BorderWidth = 2
Columns = <
item
AutoSize = True
Caption = 'Script Name'
Width = 0
end
item
AutoSize = True
Caption = 'Author'
Width = 272
end>
2010-11-10 14:45:52 -05:00
TabOrder = 2
OnChange = ListView1Change
end
object Button2: TButton
Left = 280
Height = 38
Top = 344
Width = 416
Caption = 'Install'
OnClick = Button2Click
TabOrder = 3
end
end