Browse CVS Repository
Contents of /gikonavigoeson/gikonavi/RoundName.dfm
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2.4.1 -
( show annotations)
( download)
Sat Aug 13 02:53:13 2005 UTC
(18 years, 8 months ago)
by h677
Branch: Bb50
CVS Tags: v1_50_2_606, v1_50_0_606
Changes since 1.2: +1 -0 lines
モード付きで呼び出されるフォーム群を最前面に出すように変更した。
| 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 |
FormStyle = fsStayOnTop |
| 15 |
OldCreateOrder = False |
| 16 |
Position = poOwnerFormCenter |
| 17 |
OnCloseQuery = FormCloseQuery |
| 18 |
OnCreate = FormCreate |
| 19 |
PixelsPerInch = 96 |
| 20 |
TextHeight = 12 |
| 21 |
object TitleLabel: TLabel |
| 22 |
Left = 8 |
| 23 |
Top = 12 |
| 24 |
Width = 108 |
| 25 |
Height = 12 |
| 26 |
Caption = #24033#22238#12398#26032#12375#12356#21517#21069'(&N)' |
| 27 |
end |
| 28 |
object OkButton: TButton |
| 29 |
Left = 132 |
| 30 |
Top = 76 |
| 31 |
Width = 75 |
| 32 |
Height = 25 |
| 33 |
Caption = 'OK' |
| 34 |
Default = True |
| 35 |
ModalResult = 1 |
| 36 |
TabOrder = 1 |
| 37 |
OnClick = OkButtonClick |
| 38 |
end |
| 39 |
object CancelButton: TButton |
| 40 |
Left = 212 |
| 41 |
Top = 76 |
| 42 |
Width = 75 |
| 43 |
Height = 25 |
| 44 |
Cancel = True |
| 45 |
Caption = #12461#12515#12531#12475#12523 |
| 46 |
ModalResult = 2 |
| 47 |
TabOrder = 2 |
| 48 |
OnClick = CancelButtonClick |
| 49 |
end |
| 50 |
object RoundNameEdit: TEdit |
| 51 |
Left = 20 |
| 52 |
Top = 32 |
| 53 |
Width = 261 |
| 54 |
Height = 20 |
| 55 |
MaxLength = 255 |
| 56 |
TabOrder = 0 |
| 57 |
end |
| 58 |
end |
|