You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4 8e941d3f-bd1b-0410-a28a-d453659cc2b4
59 lines
1008 B
Plaintext
59 lines
1008 B
Plaintext
object Form1: TForm1
|
|
Left = 295
|
|
Height = 300
|
|
Top = 234
|
|
Width = 400
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 299
|
|
Caption = 'Form1'
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
PixelsPerInch = 96
|
|
object Button1: TButton
|
|
Left = 72
|
|
Height = 25
|
|
Top = 56
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = 'Button1'
|
|
OnClick = Button1Click
|
|
TabOrder = 0
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 176
|
|
Height = 23
|
|
Top = 58
|
|
Width = 80
|
|
TabOrder = 1
|
|
Text = '124656.32145'
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 24
|
|
Height = 184
|
|
Top = 104
|
|
Width = 352
|
|
Lines.Strings = (
|
|
'Memo1'
|
|
)
|
|
TabOrder = 2
|
|
end
|
|
object Edit2: TEdit
|
|
Left = 103
|
|
Height = 23
|
|
Top = 26
|
|
Width = 80
|
|
TabOrder = 3
|
|
Text = '#.#######E-0'
|
|
end
|
|
object Button2: TButton
|
|
Left = 264
|
|
Height = 25
|
|
Top = 24
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = 'Button2'
|
|
OnClick = Button2Click
|
|
TabOrder = 4
|
|
end
|
|
end
|