Browse CVS Repository
Contents of /gikonavigoeson/gikonavi/RoundName.dfm
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
Sat Apr 2 09:01:33 2005 UTC
(19 years ago)
by genyakun
Branch: MAIN
CVS Tags: v1_50_0_581, v1_50_0_580, v1_50_0_587, v1_50_0_586, v1_50_0_595, marged-Bb50, v1_50_0_598, v1_50_0_590, v1_50_0_593, v1_50_0_596, v1_50_0_585, v1_50_0_603, v1_50_0_582, v1_50_0_604, merged-remodeling, v1_50_0_577, v1_50_0_588, b50, v1_50_0_584, v_step1, v1_50_0_600, v1_50_0_576, v1_50_2_604, v1_50_0_578, v1_50_0_579, root-of-Bb50, root-of-remodel, v1_50_0_594, v1_50_0_602, v1_50_0_601, v1_50_0_605, v1_50_0_599
Branch point for: remodeling, Bb50
Changes since 1.1: +2 -2 lines
巡回規制緩和(リミットは30分に一回、100アイテム以下)
| 1 |
object RoundNameDialog: TRoundNameDialog |
| 2 |
Left = 303 |
| 3 |
Top = 210 |
| 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 |
| |