mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-08 20:28:23 -05:00
5440b8d802
Squashed commit of the following: commit1d7101946d
Merge:5e27247
a115d1b
Author: Merlijn Wajer <merlijn@wizzup.org> Date: Tue Oct 11 13:50:09 2011 +0200 Merge remote branch 'mcteo/master' into script-manager Conflicts: Projects/ScriptManager/scriptmanager.lfm Projects/ScriptManager/scriptmanager.pas commit5e272475c5
Merge:bd415f5
e60a542
Author: Merlijn Wajer <merlijn@wizzup.org> Date: Sun Oct 9 22:56:12 2011 +0200 Merge branch 'master' into script-manager commita115d1b37b
Merge:e10ff5e
9602559
Author: Thomas Dunne <mc_teo@live.ie> Date: Sat Aug 13 12:08:08 2011 +0100 Dist Cleaned the files, removed binaries, etc. commite10ff5efc1
Author: Thomas Dunne <mc_teo@live.ie> Date: Sat Aug 13 11:57:26 2011 +0100 Test Update 0.1 commita0c8a75bc1
Merge:b825a17
6936a1f
Author: Thomas Dunne <mc_teo@live.ie> Date: Sat Aug 13 11:56:58 2011 +0100 Merge branch 'updateable' commitb825a17bd2
Author: Thomas Dunne <mc_teo@live.ie> Date: Fri Aug 12 17:24:21 2011 +0100 Updated more code to make it cleaner? commit6936a1f193
Author: Thomas Dunne <mc_teo@live.ie> Date: Fri Aug 12 17:21:58 2011 +0100 Fixed Manager to actually work, started adding multiple repository support. commitbd415f596a
Merge:b072e88
da0de6e
Author: Merlijn Wajer <merlijn@wizzup.org> Date: Sat Jul 30 00:15:22 2011 +0200 Merge branch 'master' into script-manager commitb072e8859d
Author: Thomas Dunne <mc_teo@live.ie> Date: Fri Jul 8 15:26:20 2011 +0100 Forgot to add the updated form as well. Updated with column, and layout tweaks. commit31560cf871
Author: Thomas Dunne <mc_teo@live.ie> Date: Fri Jul 8 13:38:34 2011 +0100 Worked on the GUI, fixed loading of script lists, left is installing/updating them commit51bf2fccd3
Author: Thomas Dunne <mc_teo@live.ie> Date: Fri Jul 8 15:26:20 2011 +0100 Forgot to add the updated form as well. Updated with column, and layout tweaks. commitecd96be99c
Author: Thomas Dunne <mc_teo@live.ie> Date: Fri Jul 8 13:38:34 2011 +0100 Worked on the GUI, fixed loading of script lists, left is installing/updating them
77 lines
1.4 KiB
Plaintext
77 lines
1.4 KiB
Plaintext
object Form1: TForm1
|
|
Left = 515
|
|
Height = 434
|
|
Top = 179
|
|
Width = 702
|
|
ActiveControl = ListView1
|
|
Caption = 'Form1'
|
|
ClientHeight = 434
|
|
ClientWidth = 702
|
|
OnCreate = FormCreate
|
|
LCLVersion = '0.9.30.1'
|
|
object Button1: TButton
|
|
Left = 280
|
|
Height = 38
|
|
Top = 384
|
|
Width = 416
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Refresh'
|
|
OnClick = Button1Click
|
|
TabOrder = 0
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 280
|
|
Height = 339
|
|
Top = 0
|
|
Width = 418
|
|
Align = alCustom
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
Caption = 'GroupBox1'
|
|
ClientHeight = 320
|
|
ClientWidth = 414
|
|
TabOrder = 1
|
|
object Memo1: TMemo
|
|
Left = 14
|
|
Height = 288
|
|
Top = 15
|
|
Width = 384
|
|
BorderStyle = bsNone
|
|
Color = clBtnFace
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object ListView1: TListView
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 434
|
|
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>
|
|
TabOrder = 2
|
|
OnChange = ListView1Change
|
|
end
|
|
object Button2: TButton
|
|
Left = 280
|
|
Height = 38
|
|
Top = 344
|
|
Width = 416
|
|
Caption = 'Install'
|
|
OnClick = Button2Click
|
|
TabOrder = 3
|
|
end
|
|
end
|