Simba/Projects/ScriptManager/scriptmanager.lfm

65 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

object Form1: TForm1
2010-11-10 14:45:52 -05:00
Left = 314
Height = 428
Top = 197
Width = 702
Anchors = [akTop, akLeft, akRight]
Caption = 'Form1'
2010-11-10 14:45:52 -05:00
ClientHeight = 428
ClientWidth = 702
OnCreate = FormCreate
LCLVersion = '0.9.29'
2010-07-20 14:26:49 -04:00
object Button1: TButton
Left = 16
Height = 33
Top = 384
2010-11-10 14:45:52 -05:00
Width = 680
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 = 333
Top = 0
Width = 418
Align = alCustom
Anchors = [akTop, akLeft, akBottom]
Caption = 'GroupBox1'
ClientHeight = 315
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
Left = 0
Height = 333
Top = 0
Width = 274
Align = alCustom
Anchors = [akTop, akLeft, akBottom]
Columns = <>
TabOrder = 2
OnChange = ListView1Change
end
object Button2: TButton
Left = 21
Height = 38
Top = 338
Width = 672
Caption = 'Install'
OnClick = Button2Click
TabOrder = 3
end
end