OSDN Git Service

・板一覧更新の処理メッセージを追加
[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   OnCreate = FormCreate
17   PixelsPerInch = 96
18   TextHeight = 12
19   object TitleLabel: TLabel
20     Left = 12
21     Top = 12
22     Width = 20
23     Height = 12
24     Caption = 'text'
25   end
26   object NameLabel: TLabel
27     Left = 12
28     Top = 36
29     Width = 20
30     Height = 12
31     Caption = 'text'
32   end
33   object Label3: TLabel
34     Left = 12
35     Top = 64
36     Width = 54
37     Height = 12
38     Caption = #34920#31034#21517'(&N):'
39     FocusControl = CaptionEdit
40   end
41   object Label4: TLabel
42     Left = 12
43     Top = 92
44     Width = 54
45     Height = 12
46     Caption = #12501#12457#12523#12480'(&I)'
47     FocusControl = FolderTreeView
48   end
49   object NameEdit: TEdit
50     Left = 80
51     Top = 32
52     Width = 309
53     Height = 20
54     TabStop = False
55     Color = clBtnFace
56     ReadOnly = True
57     TabOrder = 5
58   end
59   object CaptionEdit: TEdit
60     Left = 80
61     Top = 60
62     Width = 309
63     Height = 20
64     TabOrder = 0
65   end
66   object OKButton: TButton
67     Left = 404
68     Top = 12
69     Width = 105
70     Height = 21
71     Caption = 'OK'
72     Default = True
73     TabOrder = 3
74     OnClick = OKButtonClick
75   end
76   object CancelButton: TButton
77     Left = 404
78     Top = 40
79     Width = 105
80     Height = 21
81     Cancel = True
82     Caption = #12461#12515#12531#12475#12523
83     TabOrder = 4
84     OnClick = CancelButtonClick
85   end
86   object NewFolderButton: TButton
87     Left = 404
88     Top = 92
89     Width = 105
90     Height = 21
91     Caption = #26032#35215#12501#12457#12523#12480'(&W)...'
92     TabOrder = 2
93     OnClick = NewFolderButtonClick
94   end
95   object FolderTreeView: TTreeView
96     Left = 80
97     Top = 92
98     Width = 309
99     Height = 205
100     HideSelection = False
101     Images = GikoForm.ItemIcon16
102     Indent = 19
103     ReadOnly = True
104     ShowRoot = False
105     TabOrder = 1
106   end
107 end