OSDN Git Service

・スレタイの特定ワードを非表示にする機能に「©bbspink.com」も追加
[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   OnCreate = FormCreate
19   OnDestroy = FormDestroy
20   PixelsPerInch = 96
21   TextHeight = 12
22   object Panel1: TPanel
23     Left = 0
24     Top = 0
25     Width = 257
26     Height = 267
27     Align = alLeft
28     BevelOuter = bvNone
29     TabOrder = 0
30     object Label1: TLabel
31       Left = 12
32       Top = 12
33       Width = 225
34       Height = 81
35       AutoSize = False
36       Caption = 
37         #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 +
38         #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
39       WordWrap = True
40     end
41     object DeleteButton: TButton
42       Left = 12
43       Top = 124
44       Width = 117
45       Height = 21
46       Caption = #21066#38500'(&D)'
47       TabOrder = 0
48       OnClick = DeleteButtonClick
49     end
50     object RenameButton: TButton
51       Left = 136
52       Top = 96
53       Width = 117
54       Height = 21
55       Caption = #21517#21069#12398#22793#26356'(&R)'
56       TabOrder = 1
57       OnClick = RenameButtonClick
58     end
59     object NewFolderButton: TButton
60       Left = 12
61       Top = 96
62       Width = 117
63       Height = 21
64       Caption = #12501#12457#12523#12480#12398#20316#25104'(&C)'
65       TabOrder = 2
66       OnClick = NewFolderButtonClick
67     end
68   end
69   object Panel2: TPanel
70     Left = 257
71     Top = 0
72     Width = 264
73     Height = 267
74     Align = alClient
75     BevelOuter = bvNone
76     BorderWidth = 10
77     TabOrder = 1
78     object FolderTreeView: TTreeView
79       Left = 10
80       Top = 10
81       Width = 244
82       Height = 247
83       Align = alClient
84       DragCursor = crDefault
85       DragMode = dmAutomatic
86       HideSelection = False
87       Images = GikoForm.ItemIcon16
88       Indent = 19
89       PopupMenu = SortPopupMenu
90       ReadOnly = True
91       ShowRoot = False
92       TabOrder = 0
93       OnDragDrop = FolderTreeViewDragDrop
94       OnDragOver = FolderTreeViewDragOver
95       OnEdited = FolderTreeViewEdited
96     end
97   end
98   object Panel3: TPanel
99     Left = 0
100     Top = 267
101     Width = 521
102     Height = 30
103     Align = alBottom
104     BevelOuter = bvNone
105     TabOrder = 2
106     object Panel4: TPanel
107       Left = 414
108       Top = 0
109       Width = 107
110       Height = 30
111       Align = alRight
112       BevelOuter = bvNone
113       TabOrder = 0
114       object CloseButton: TButton
115         Left = 4
116         Top = 4
117         Width = 93
118         Height = 21
119         Cancel = True
120         Caption = #38281#12376#12427
121         TabOrder = 0
122         OnClick = CloseButtonClick
123       end
124     end
125   end
126   object SortPopupMenu: TPopupMenu
127     Left = 16
128     Top = 160
129     object N1: TMenuItem
130       Caption = #21517#21069#38918#25972#21015
131       object SortAscName: TMenuItem
132         Caption = #26119#38918
133         OnClick = SortAscNameClick
134       end
135       object SortDscName: TMenuItem
136         Caption = #38477#38918
137         OnClick = SortDscNameClick
138       end
139     end
140     object SortURL: TMenuItem
141       Caption = 'URL'#38918#25972#21015
142       object SortAscURL: TMenuItem
143         Caption = #26119#38918
144         OnClick = SortAscURLClick
145       end
146       object SortDscURL: TMenuItem
147         Caption = #38477#38918
148         OnClick = SortDscURLClick
149       end
150     end
151     object SortTitle: TMenuItem
152       Caption = #12479#12452#12488#12523#38918#12477#12540#12488
153       object SortAscTitle: TMenuItem
154         Caption = #26119#38918
155         OnClick = SortAscTitleClick
156       end
157       object SortDscTitle: TMenuItem
158         Caption = #38477#38918
159         OnClick = SortDscTitleClick
160       end
161     end
162   end
163 end