OSDN Git Service

This commit was manufactured by cvs2svn to create branch 'Bb62'.
[gikonavigoeson/gikonavi.git] / FavoriteArrange.dfm
1 object FavoriteArrangeDialog: TFavoriteArrangeDialog
2   Left = 305
3   Top = 172
4   Width = 537
5   Height = 335
6   HorzScrollBar.Visible = False
7   VertScrollBar.Visible = False
8   BorderIcons = [biSystemMenu]
9   Caption = #12362#27671#12395#20837#12426#12398#25972#29702
10   Color = clBtnFace
11   Font.Charset = SHIFTJIS_CHARSET
12   Font.Color = clWindowText
13   Font.Height = -12
14   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
15   Font.Style = []
16   FormStyle = fsStayOnTop
17   OldCreateOrder = False
18   Position = poOwnerFormCenter
19   OnCreate = FormCreate
20   OnDestroy = FormDestroy
21   PixelsPerInch = 96
22   TextHeight = 12
23   object Panel1: TPanel
24     Left = 0
25     Top = 0
26     Width = 257
27     Height = 278
28     Align = alLeft
29     BevelOuter = bvNone
30     TabOrder = 0
31     object Label1: TLabel
32       Left = 12
33       Top = 12
34       Width = 225
35       Height = 81
36       AutoSize = False
37       Caption = 
38         #26032#12375#12356#12501#12457#12523#12480#12434#20316#25104#12377#12427#12395#12399#12289' ['#12501#12457#12523#12480#12398#20316#25104'] '#12508#12479#12531#12434#12463#12522#12483#12463#12375#12390#12367#12384#12373#12356#12290#38917#30446#12398#21517#21069#12434#22793#26356#12414#12383#12399#21066#38500#12377#12427#12395#12399#12289#38917#30446#12434#36984#25246 +
39         #12375#12390#12363#12425' ['#21517#21069#12398#22793#26356'] '#12508#12479#12531#12289#12414#12383#12399' ['#21066#38500'] '#12508#12479#12531#12434#12463#12522#12483#12463#12375#12390#12367#12384#12373#12356#12290
40       WordWrap = True
41     end
42     object DeleteButton: TButton
43       Left = 12
44       Top = 124
45       Width = 117
46       Height = 21
47       Caption = #21066#38500'(&D)'
48       TabOrder = 0
49       OnClick = DeleteButtonClick
50     end
51     object RenameButton: TButton
52       Left = 136
53       Top = 96
54       Width = 117
55       Height = 21
56       Caption = #21517#21069#12398#22793#26356'(&R)'
57       TabOrder = 1
58       OnClick = RenameButtonClick
59     end
60     object NewFolderButton: TButton
61       Left = 12
62       Top = 96
63       Width = 117
64       Height = 21
65       Caption = #12501#12457#12523#12480#12398#20316#25104'(&C)'
66       TabOrder = 2
67       OnClick = NewFolderButtonClick
68     end
69   end
70   object Panel2: TPanel
71     Left = 257
72     Top = 0
73     Width = 272
74     Height = 278
75     Align = alClient
76     BevelOuter = bvNone
77     BorderWidth = 10
78     TabOrder = 1
79     object FolderTreeView: TTreeView
80       Left = 10
81       Top = 10
82       Width = 252
83       Height = 258
84       Align = alClient
85       DragCursor = crDefault
86       DragMode = dmAutomatic
87       HideSelection = False
88       Images = GikoForm.ItemIcon16
89       Indent = 19
90       PopupMenu = SortPopupMenu
91       ReadOnly = True
92       ShowRoot = False
93       TabOrder = 0
94       OnDragDrop = FolderTreeViewDragDrop
95       OnDragOver = FolderTreeViewDragOver
96       OnEdited = FolderTreeViewEdited
97     end
98   end
99   object Panel3: TPanel
100     Left = 0
101     Top = 278
102     Width = 529
103     Height = 30
104     Align = alBottom
105     BevelOuter = bvNone
106     TabOrder = 2
107     object Panel4: TPanel
108       Left = 422
109       Top = 0
110       Width = 107
111       Height = 30
112       Align = alRight
113       BevelOuter = bvNone
114       TabOrder = 0
115       object CloseButton: TButton
116         Left = 4
117         Top = 4
118         Width = 93
119         Height = 21
120         Cancel = True
121         Caption = #38281#12376#12427
122         TabOrder = 0
123         OnClick = CloseButtonClick
124       end
125     end
126   end
127   object SortPopupMenu: TPopupMenu
128     Left = 16
129     Top = 160
130     object N1: TMenuItem
131       Caption = #21517#21069#38918#25972#21015
132       object SortAscName: TMenuItem
133         Caption = #26119#38918
134         OnClick = SortAscNameClick
135       end
136       object SortDscName: TMenuItem
137         Caption = #38477#38918
138         OnClick = SortDscNameClick
139       end
140     end
141     object SortURL: TMenuItem
142       Caption = 'URL'#38918#25972#21015
143       object SortAscURL: TMenuItem
144         Caption = #26119#38918
145         OnClick = SortAscURLClick
146       end
147       object SortDscURL: TMenuItem
148         Caption = #38477#38918
149         OnClick = SortDscURLClick
150       end
151     end
152     object SortTitle: TMenuItem
153       Caption = #12479#12452#12488#12523#38918#12477#12540#12488
154       object SortAscTitle: TMenuItem
155         Caption = #26119#38918
156         OnClick = SortAscTitleClick
157       end
158       object SortDscTitle: TMenuItem
159         Caption = #38477#38918
160         OnClick = SortDscTitleClick
161       end
162     end
163   end
164 end