Browse Subversion Repository
Annotation of /trunk/Unit2.dfm
Parent Directory
| Revision Log
Revision 2 -
( hide annotations)
( download)
Sun Feb 22 14:38:06 2015 UTC
(9 years, 1 month ago)
by yamat0jp
File size: 1515 byte(s)
| 1 |
yamat0jp |
2 |
object OKRightDlg: TOKRightDlg |
| 2 |
|
|
Left = 227 |
| 3 |
|
|
Top = 108 |
| 4 |
|
|
BorderStyle = bsDialog |
| 5 |
|
|
Caption = #20316#26989#38936#22495 |
| 6 |
|
|
ClientHeight = 118 |
| 7 |
|
|
ClientWidth = 346 |
| 8 |
|
|
Color = clBtnFace |
| 9 |
|
|
Font.Charset = SHIFTJIS_CHARSET |
| 10 |
|
|
Font.Color = clWindowText |
| 11 |
|
|
Font.Height = -12 |
| 12 |
|
|
Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 |
| 13 |
|
|
Font.Style = [] |
| 14 |
|
|
OldCreateOrder = True |
| 15 |
|
|
Position = poScreenCenter |
| 16 |
|
|
OnCreate = FormCreate |
| 17 |
|
|
PixelsPerInch = 96 |
| 18 |
|
|
TextHeight = 12 |
| 19 |
|
|
object Bevel1: TBevel |
| 20 |
|
|
Left = 8 |
| 21 |
|
|
Top = 8 |
| 22 |
|
|
Width = 241 |
| 23 |
|
|
Height = 97 |
| 24 |
|
|
Shape = bsFrame |
| 25 |
|
|
end |
| 26 |
|
|
object Label1: TLabel |
| 27 |
|
|
Left = 24 |
| 28 |
|
|
Top = 40 |
| 29 |
|
|
Width = 28 |
| 30 |
|
|
Height = 12 |
| 31 |
|
|
Caption = 'Width' |
| 32 |
|
|
end |
| 33 |
|
|
object Label2: TLabel |
| 34 |
|
|
Left = 144 |
| 35 |
|
|
Top = 40 |
| 36 |
|
|
Width = 33 |
| 37 |
|
|
Height = 12 |
| 38 |
|
|
Caption = 'Height' |
| 39 |
|
|
end |
| 40 |
|
|
object OKBtn: TButton |
| 41 |
|
|
Left = 260 |
| 42 |
|
|
Top = 8 |
| 43 |
|
|
Width = 75 |
| 44 |
|
|
Height = 25 |
| 45 |
|
|
Caption = 'OK' |
| 46 |
|
|
Default = True |
| 47 |
|
|
ModalResult = 1 |
| 48 |
|
|
TabOrder = 0 |
| 49 |
|
|
end |
| 50 |
|
|
object CancelBtn: TButton |
| 51 |
|
|
Left = 260 |
| 52 |
|
|
Top = 38 |
| 53 |
|
|
Width = 75 |
| 54 |
|
|
Height = 25 |
| 55 |
|
|
Cancel = True |
| 56 |
|
|
Caption = #12461#12515#12531#12475#12523 |
| 57 |
|
|
ModalResult = 2 |
| 58 |
|
|
TabOrder = 3 |
| 59 |
|
|
end |
| 60 |
|
|
object Edit1: TEdit |
| 61 |
|
|
Left = 72 |
| 62 |
|
|
Top = 40 |
| 63 |
|
|
Width = 33 |
| 64 |
|
|
Height = 20 |
| 65 |
|
|
TabOrder = 1 |
| 66 |
|
|
Text = '264' |
| 67 |
|
|
OnChange = Edit1Change |
| 68 |
|
|
end |
| 69 |
|
|
object Edit2: TEdit |
| 70 |
|
|
Left = 192 |
| 71 |
|
|
Top = 40 |
| 72 |
|
|
Width = 33 |
| 73 |
|
|
Height = 20 |
| 74 |
|
|
TabOrder = 2 |
| 75 |
|
|
Text = '93' |
| 76 |
|
|
OnChange = Edit1Change |
| 77 |
|
|
end |
| 78 |
|
|
end |
|