Browse Subversion Repository
Contents of /Unit2.dfm
Parent Directory
| Revision Log
Revision 6 -
( show annotations)
( download)
Mon Jul 20 13:11:27 2015 UTC
(8 years, 8 months ago)
by yamat0jp
File size: 1819 byte(s)
| 1 |
object Form2: TForm2 |
| 2 |
Left = 0 |
| 3 |
Top = 0 |
| 4 |
Caption = 'Form2' |
| 5 |
ClientHeight = 300 |
| 6 |
ClientWidth = 475 |
| 7 |
Color = clBtnFace |
| 8 |
Font.Charset = DEFAULT_CHARSET |
| 9 |
Font.Color = clWindowText |
| 10 |
Font.Height = -11 |
| 11 |
Font.Name = 'Tahoma' |
| 12 |
Font.Style = [] |
| 13 |
OldCreateOrder = False |
| 14 |
PixelsPerInch = 96 |
| 15 |
TextHeight = 13 |
| 16 |
object ScrollBox1: TScrollBox |
| 17 |
Left = 40 |
| 18 |
Top = 32 |
| 19 |
Width = 209 |
| 20 |
Height = 209 |
| 21 |
TabOrder = 0 |
| 22 |
object Image1: TImage |
| 23 |
Left = 3 |
| 24 |
Top = 3 |
| 25 |
Width = 105 |
| 26 |
Height = 105 |
| 27 |
AutoSize = True |
| 28 |
end |
| 29 |
end |
| 30 |
object Button1: TButton |
| 31 |
Left = 344 |
| 32 |
Top = 48 |
| 33 |
Width = 75 |
| 34 |
Height = 25 |
| 35 |
Caption = 'Open' |
| 36 |
TabOrder = 1 |
| 37 |
OnClick = Button1Click |
| 38 |
end |
| 39 |
object Button2: TButton |
| 40 |
Left = 344 |
| 41 |
Top = 104 |
| 42 |
Width = 75 |
| 43 |
Height = 25 |
| 44 |
Caption = 'Save' |
| 45 |
TabOrder = 2 |
| 46 |
OnClick = Button2Click |
| 47 |
end |
| 48 |
object Edit1: TEdit |
| 49 |
Left = 328 |
| 50 |
Top = 168 |
| 51 |
Width = 41 |
| 52 |
Height = 21 |
| 53 |
TabOrder = 3 |
| 54 |
Text = '100' |
| 55 |
OnChange = Edit1Change |
| 56 |
end |
| 57 |
object Edit2: TEdit |
| 58 |
Left = 328 |
| 59 |
Top = 208 |
| 60 |
Width = 41 |
| 61 |
Height = 21 |
| 62 |
TabOrder = 4 |
| 63 |
Text = '100' |
| 64 |
OnChange = Edit1Change |
| 65 |
end |
| 66 |
object UpDown1: TUpDown |
| 67 |
Left = 369 |
| 68 |
Top = 168 |
| 69 |
Width = 16 |
| 70 |
Height = 21 |
| 71 |
Associate = Edit1 |
| 72 |
Min = 10 |
| 73 |
Max = 1000 |
| 74 |
Increment = 10 |
| 75 |
Position = 100 |
| 76 |
TabOrder = 5 |
| 77 |
end |
| 78 |
object UpDown2: TUpDown |
| 79 |
Left = 369 |
| 80 |
Top = 208 |
| 81 |
Width = 16 |
| 82 |
Height = 21 |
| 83 |
Associate = Edit2 |
| 84 |
Min = 10 |
| 85 |
Max = 1000 |
| 86 |
Increment = 10 |
| 87 |
Position = 100 |
| 88 |
TabOrder = 6 |
| 89 |
end |
| 90 |
object OpenPictureDialog1: TOpenPictureDialog |
| 91 |
Left = 232 |
| 92 |
Top = 152 |
| 93 |
end |
| 94 |
object SavePictureDialog1: TSavePictureDialog |
| 95 |
Left = 240 |
| 96 |
Top = 208 |
| 97 |
end |
| 98 |
end |
|