mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 03:45:06 -05:00
107eb53088
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@19 3f818213-9676-44b0-a9b4-5e4c4e03d09d
22 lines
376 B
Plaintext
22 lines
376 B
Plaintext
object Form1: TForm1
|
|
Left = 320
|
|
Height = 527
|
|
Top = 238
|
|
Width = 779
|
|
ActiveControl = Button1
|
|
Caption = 'Form1'
|
|
ClientHeight = 527
|
|
ClientWidth = 779
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.29'
|
|
object Button1: TButton
|
|
Left = 69
|
|
Height = 25
|
|
Top = 32
|
|
Width = 75
|
|
Caption = 'Button1'
|
|
OnClick = Button1Click
|
|
TabOrder = 0
|
|
end
|
|
end
|