Browse CVS Repository
Contents of /gikonavigoeson/gikonavi/NewFavoriteFolder.dfm
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1.10.1 -
( show annotations)
( download)
(vendor branch)
Sat Aug 13 03:01:46 2005 UTC
(18 years, 8 months ago)
by h677
Branch: Bb50
CVS Tags: v1_50_2_606, v1_50_0_606
Changes since 1.1.1.1: +1 -0 lines
モード付きで呼び出されるフォーム群を最前面に出すように変更した。
| 1 |
object NewFavoriteFolderDialog: TNewFavoriteFolderDialog |
| 2 |
Left = 181 |
| 3 |
Top = 554 |
| 4 |
BorderStyle = bsDialog |
| 5 |
Caption = #26032#12375#12356#12501#12457#12523#12480#12398#20316#25104 |
| 6 |
ClientHeight = 110 |
| 7 |
ClientWidth = 399 |
| 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 |
OnCreate = FormCreate |
| 18 |
PixelsPerInch = 96 |
| 19 |
TextHeight = 12 |
| 20 |
object Label1: TLabel |
| 21 |
Left = 12 |
| 22 |
Top = 12 |
| 23 |
Width = 193 |
| 24 |
Height = 12 |
| 25 |
Caption = #20316#25104#12377#12427#12501#12457#12523#12480#21517#12434#20837#21147#12375#12390#12367#12384#12373#12356 |
| 26 |
end |
| 27 |
object Label2: TLabel |
| 28 |
Left = 12 |
| 29 |
Top = 40 |
| 30 |
Width = 72 |
| 31 |
Height = 12 |
| 32 |
Caption = #12501#12457#12523#12480#21517'(&F):' |
| 33 |
FocusControl = FolderEdit |
| 34 |
end |
| 35 |
object ErrLabel: TLabel |
| 36 |
Left = 12 |
| 37 |
Top = 64 |
| 38 |
Width = 18 |
| 39 |
Height = 12 |
| 40 |
Caption = '_err' |
| 41 |
end |
| 42 |
object FolderEdit: TEdit |
| 43 |
Left = 92 |
| 44 |
Top = 36 |
| 45 |
Width = 293 |
| 46 |
Height = 20 |
| 47 |
TabOrder = 0 |
| 48 |
OnChange = FolderEditChange |
| 49 |
end |
| 50 |
object OKButton: TButton |
| 51 |
Left = 204 |
| 52 |
Top = 80 |
| 53 |
Width = 87 |
| 54 |
Height = 21 |
| 55 |
Caption = 'OK' |
| 56 |
Default = True |
| 57 |
Enabled = False |
| 58 |
ModalResult = 1 |
| 59 |
TabOrder = 1 |
| 60 |
end |
| 61 |
object CancelButton: TButton |
| 62 |
Left = 300 |
| 63 |
Top = 80 |
| 64 |
Width = 87 |
| 65 |
Height = 21 |
| 66 |
Cancel = True |
| 67 |
Caption = #12461#12515#12531#12475#12523 |
| 68 |
ModalResult = 2 |
| 69 |
TabOrder = 2 |
| 70 |
end |
| 71 |
end |
|