OSDN Git Service

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