OSDN Git Service

This commit was manufactured by cvs2svn to create branch 'Bb62'.
[gikonavigoeson/gikonavi.git] / FavoriteAdd.dfm
1 object FavoriteAddDialog: TFavoriteAddDialog
2   Left = 503
3   Top = 134
4   BorderStyle = bsDialog
5   Caption = #12362#27671#12395#20837#12426#12398#36861#21152
6   ClientHeight = 307
7   ClientWidth = 523
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 TitleLabel: TLabel
21     Left = 12
22     Top = 12
23     Width = 20
24     Height = 12
25     Caption = 'text'
26   end
27   object NameLabel: TLabel
28     Left = 12
29     Top = 36
30     Width = 20
31     Height = 12
32     Caption = 'text'
33   end
34   object Label3: TLabel
35     Left = 12
36     Top = 64
37     Width = 54
38     Height = 12
39     Caption = #34920#31034#21517'(&N):'
40     FocusControl = CaptionEdit
41   end
42   object Label4: TLabel
43     Left = 12
44     Top = 92
45     Width = 54
46     Height = 12
47     Caption = #12501#12457#12523#12480'(&I)'
48     FocusControl = FolderTreeView
49   end
50   object NameEdit: TEdit
51     Left = 80
52     Top = 32
53     Width = 309
54     Height = 20
55     TabStop = False
56     Color = clBtnFace
57     ReadOnly = True
58     TabOrder = 5
59   end
60   object CaptionEdit: TEdit
61     Left = 80
62     Top = 60
63     Width = 309
64     Height = 20
65     TabOrder = 0
66   end
67   object OKButton: TButton
68     Left = 404
69     Top = 12
70     Width = 105
71     Height = 21
72     Caption = 'OK'
73     Default = True
74     TabOrder = 3
75     OnClick = OKButtonClick
76   end
77   object CancelButton: TButton
78     Left = 404
79     Top = 40
80     Width = 105
81     Height = 21
82     Cancel = True
83     Caption = #12461#12515#12531#12475#12523
84     TabOrder = 4
85     OnClick = CancelButtonClick
86   end
87   object NewFolderButton: TButton
88     Left = 404
89     Top = 92
90     Width = 105
91     Height = 21
92     Caption = #26032#35215#12501#12457#12523#12480'(&W)...'
93     TabOrder = 2
94     OnClick = NewFolderButtonClick
95   end
96   object FolderTreeView: TTreeView
97     Left = 80
98     Top = 92
99     Width = 309
100     Height = 205
101     HideSelection = False
102     Images = GikoForm.ItemIcon16
103     Indent = 19
104     ReadOnly = True
105     ShowRoot = False
106     TabOrder = 1
107   end
108 end