OSDN Git Service

・スレタイの特定ワードを非表示にする機能に「©bbspink.com」も追加
[gikonavigoeson/gikonavi.git] / PopupMenuSetting.dfm
1 object PopupMenuSettingDialog: TPopupMenuSettingDialog
2   Left = 288
3   Top = 163
4   Width = 529
5   Height = 360
6   Caption = #12509#12483#12503#12450#12483#12503#12513#12491#12517#12540#35373#23450
7   Color = clBtnFace
8   Font.Charset = SHIFTJIS_CHARSET
9   Font.Color = clWindowText
10   Font.Height = -12
11   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
12   Font.Style = []
13   OldCreateOrder = False
14   OnCreate = FormCreate
15   OnDestroy = FormDestroy
16   PixelsPerInch = 96
17   TextHeight = 12
18   object TopPanel: TPanel
19     Left = 0
20     Top = 0
21     Width = 513
22     Height = 41
23     Align = alTop
24     BevelOuter = bvNone
25     TabOrder = 0
26     object PopupMenuComboLabel: TLabel
27       Left = 16
28       Top = 12
29       Width = 165
30       Height = 12
31       Caption = #22793#26356#12377#12427#12509#12483#12503#12450#12483#12503#12513#12491#12517#12540'(&P)'
32       FocusControl = PopupMenuComboBox
33     end
34     object PopupMenuComboBox: TComboBox
35       Left = 189
36       Top = 8
37       Width = 209
38       Height = 20
39       Style = csDropDownList
40       Enabled = False
41       ItemHeight = 12
42       ItemIndex = 0
43       TabOrder = 0
44       Text = #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503
45       OnChange = PopupMenuComboBoxChange
46       Items.Strings = (
47         #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503)
48     end
49     object ApplyButton: TButton
50       Left = 416
51       Top = 8
52       Width = 75
53       Height = 25
54       Caption = #36969#29992'(&A)'
55       TabOrder = 1
56       OnClick = ApplyButtonClick
57     end
58   end
59   object MainPanel: TPanel
60     Left = 0
61     Top = 41
62     Width = 513
63     Height = 281
64     Align = alClient
65     BevelOuter = bvNone
66     TabOrder = 1
67     object Splitter1: TSplitter
68       Left = 285
69       Top = 0
70       Height = 281
71       Align = alRight
72     end
73     object Panel1: TPanel
74       Left = 0
75       Top = 0
76       Width = 285
77       Height = 281
78       Align = alClient
79       BevelOuter = bvNone
80       TabOrder = 0
81       object Panel2: TPanel
82         Left = 177
83         Top = 0
84         Width = 108
85         Height = 281
86         Align = alRight
87         BevelOuter = bvNone
88         TabOrder = 0
89         object AddSubButton: TButton
90           Left = 1
91           Top = 40
92           Width = 108
93           Height = 25
94           Caption = #12469#12502#12513#12491#12517#12540#36861#21152'(&2)'
95           TabOrder = 0
96           OnClick = AddSubButtonClick
97         end
98         object AddSepButton: TButton
99           Left = 1
100           Top = 68
101           Width = 108
102           Height = 25
103           Caption = #21306#20999#12426#36861#21152'(&S)'
104           TabOrder = 1
105           OnClick = AddSepButtonClick
106         end
107         object AddMainButton: TButton
108           Left = 1
109           Top = 13
110           Width = 108
111           Height = 25
112           Caption = #12513#12491#12517#12540#36861#21152'(&1)'
113           TabOrder = 2
114           OnClick = AddMainButtonClick
115         end
116         object RemoveButton: TButton
117           Left = 1
118           Top = 118
119           Width = 108
120           Height = 25
121           Caption = #21066#38500'(&R)'
122           TabOrder = 3
123           OnClick = RemoveButtonClick
124         end
125         object LabelButton: TButton
126           Left = 1
127           Top = 149
128           Width = 108
129           Height = 25
130           Caption = #12521#12505#12523#36861#21152'(&L)'
131           TabOrder = 4
132           OnClick = LabelButtonClick
133         end
134         object DownButton: TButton
135           Left = 33
136           Top = 224
137           Width = 50
138           Height = 25
139           Caption = 'down(&D)'
140           TabOrder = 5
141           OnClick = DownButtonClick
142         end
143         object UpButton: TButton
144           Left = 33
145           Top = 196
146           Width = 50
147           Height = 25
148           Caption = 'Up(&U)'
149           TabOrder = 6
150           OnClick = UpButtonClick
151         end
152       end
153       object ActionListBox: TListBox
154         Left = 0
155         Top = 0
156         Width = 177
157         Height = 281
158         Align = alClient
159         ItemHeight = 12
160         TabOrder = 1
161       end
162     end
163     object Panel4: TPanel
164       Left = 288
165       Top = 0
166       Width = 225
167       Height = 281
168       Align = alRight
169       BevelOuter = bvNone
170       TabOrder = 1
171       object MenuTreeView: TTreeView
172         Left = 0
173         Top = 0
174         Width = 225
175         Height = 281
176         Align = alClient
177         HideSelection = False
178         Indent = 19
179         ParentShowHint = False
180         ReadOnly = True
181         ShowHint = False
182         TabOrder = 0
183         ToolTips = False
184         OnChange = MenuTreeViewChange
185         OnDblClick = MenuTreeViewDblClick
186         OnEdited = MenuTreeViewEdited
187         OnEditing = MenuTreeViewEditing
188       end
189     end
190   end
191 end