Browse CVS Repository
Contents of /gikonavigoeson/gikonavi/RoundName.dfm
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
(vendor branch)
Sat Aug 9 13:51:10 2003 UTC
(20 years, 8 months ago)
by hi_
Branch: hi
CVS Tags: b49, b48, v1_50_0_572, bv1_49_0_564, bv1_49_0_563, v1_50_0_557, b37, v1_49_0_548, c33_4, v1_49_0_540, v1_49_0_542, v1_49_0_545, v1_49_0_544, v1_49_0_547, b47, b34, b35, b36, v1_48_0_530, b33, b44, v1_49_0_554, b41, v1_49_0_551, b40, v1_48_0_510, bv1_49_0_565, b43, v1_48_0_535, v1_49_0_552, v1_50_0_574, v1_49_0_553, v1_49_0_546, v1_50_0_573, v1_48_0_539, v1_48_0_538, b46, v1_48_0_533, v1_50_0_571, v1_48_0_537, v1_49_2_569, v1_48_0_536, v1_49_0_541, v1_50_0_561
Branch point for: BRANCH_TORA, Bb49, stable
Changes since 1.1: +0 -0 lines
新規作成
| 1 |
object RoundNameDialog: TRoundNameDialog |
| 2 |
Left = 69 |
| 3 |
Top = 203 |
| 4 |
BorderStyle = bsDialog |
| 5 |
Caption = #24033#22238#21517#25351#23450 |
| 6 |
ClientHeight = 104 |
| 7 |
ClientWidth = 292 |
| 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 = False |
| 15 |
Position = poOwnerFormCenter |
| 16 |
OnCloseQuery = FormCloseQuery |
| 17 |
OnCreate = FormCreate |
| 18 |
PixelsPerInch = 96 |
| 19 |
TextHeight = 12 |
| 20 |
object TitleLabel: TLabel |
| 21 |
Left = 8 |
| 22 |
Top = 12 |
| 23 |
Width = 108 |
| 24 |
Height = 12 |
| 25 |
Caption = #24033#22238#12398#26032#12375#12356#21517#21069'(&N)' |
| 26 |
end |
| 27 |
object OkButton: TButton |
| 28 |
Left = 132 |
| 29 |
Top = 76 |
| 30 |
Width = 75 |
| 31 |
Height = 25 |
| 32 |
Caption = 'OK' |
| 33 |
Default = True |
| 34 |
ModalResult = 1 |
| 35 |
TabOrder = 1 |
| 36 |
OnClick = OkButtonClick |
| 37 |
end |
| 38 |
object CancelButton: TButton |
| 39 |
Left = 212 |
| 40 |
Top = 76 |
| 41 |
Width = 75 |
| 42 |
Height = 25 |
| 43 |
Cancel = True |
| 44 |
Caption = #12461#12515#12531#12475#12523 |
| 45 |
ModalResult = 2 |
| 46 |
TabOrder = 2 |
| 47 |
OnClick = CancelButtonClick |
| 48 |
end |
| 49 |
object RoundNameEdit: TEdit |
| 50 |
Left = 20 |
| 51 |
Top = 32 |
| 52 |
Width = 261 |
| 53 |
Height = 20 |
| 54 |
MaxLength = 255 |
| 55 |
TabOrder = 0 |
| 56 |
end |
| 57 |
end |
| |