98 lines
1.9 KiB
Plaintext
98 lines
1.9 KiB
Plaintext
object Form1: TForm1
|
|
Left = 376
|
|
Top = 142
|
|
Width = 800
|
|
Height = 600
|
|
Caption = 'Form1'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 296
|
|
Top = 8
|
|
Width = 187
|
|
Height = 33
|
|
Caption = 'Crane alpha 0.0.4'
|
|
Font.Charset = EASTEUROPE_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -29
|
|
Font.Name = 'Arial Narrow'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 256
|
|
Top = 536
|
|
Width = 268
|
|
Height = 13
|
|
Caption = 'Copyrights: Chlebzmaslem 2016-2017. All rights reserved.'
|
|
end
|
|
object StringGrid1: TStringGrid
|
|
Left = 104
|
|
Top = 64
|
|
Width = 257
|
|
Height = 257
|
|
ColCount = 11
|
|
DefaultColWidth = 22
|
|
DefaultRowHeight = 22
|
|
RowCount = 11
|
|
TabOrder = 0
|
|
OnClick = StringGrid1Click
|
|
end
|
|
object RadioGroup1: TRadioGroup
|
|
Left = 448
|
|
Top = 64
|
|
Width = 217
|
|
Height = 257
|
|
Caption = 'Storage Data:'
|
|
TabOrder = 1
|
|
end
|
|
object ScrollBox1: TScrollBox
|
|
Left = 104
|
|
Top = 328
|
|
Width = 561
|
|
Height = 65
|
|
TabOrder = 2
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 104
|
|
Top = 392
|
|
Width = 561
|
|
Height = 21
|
|
TabOrder = 3
|
|
end
|
|
object Button1: TButton
|
|
Left = 560
|
|
Top = 416
|
|
Width = 105
|
|
Height = 25
|
|
Caption = 'Submit'
|
|
TabOrder = 4
|
|
OnClick = Button1Click
|
|
end
|
|
object Button2: TButton
|
|
Left = 528
|
|
Top = 472
|
|
Width = 145
|
|
Height = 41
|
|
Caption = 'Save and exit'
|
|
TabOrder = 5
|
|
OnClick = Button2Click
|
|
end
|
|
object Button3: TButton
|
|
Left = 104
|
|
Top = 472
|
|
Width = 145
|
|
Height = 41
|
|
Caption = 'Exit'
|
|
TabOrder = 6
|
|
OnClick = Button3Click
|
|
end
|
|
end
|