OSDN Git Service

・板一覧更新の処理メッセージを追加
[gikonavigoeson/gikonavi.git] / NewFavoriteFolder.dfm
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   OnCreate = FormCreate
17   PixelsPerInch = 96
18   TextHeight = 12
19   object Label1: TLabel
20     Left = 12
21     Top = 12
22     Width = 193
23     Height = 12
24     Caption = #20316#25104#12377#12427#12501#12457#12523#12480#21517#12434#20837#21147#12375#12390#12367#12384#12373#12356
25   end
26   object Label2: TLabel
27     Left = 12
28     Top = 40
29     Width = 72
30     Height = 12
31     Caption = #12501#12457#12523#12480#21517'(&F):'
32     FocusControl = FolderEdit
33   end
34   object ErrLabel: TLabel
35     Left = 12
36     Top = 64
37     Width = 18
38     Height = 12
39     Caption = '_err'
40   end
41   object FolderEdit: TEdit
42     Left = 92
43     Top = 36
44     Width = 293
45     Height = 20
46     TabOrder = 0
47     OnChange = FolderEditChange
48   end
49   object OKButton: TButton
50     Left = 204
51     Top = 80
52     Width = 87
53     Height = 21
54     Caption = 'OK'
55     Default = True
56     Enabled = False
57     ModalResult = 1
58     TabOrder = 1
59   end
60   object CancelButton: TButton
61     Left = 300
62     Top = 80
63     Width = 87
64     Height = 21
65     Cancel = True
66     Caption = #12461#12515#12531#12475#12523
67     ModalResult = 2
68     TabOrder = 2
69   end
70 end