OSDN Git Service

- ジェスチャーが設定されていない項目を選択しても「なし」と表示されないバグを修正。
[gikonavigoeson/gikonavi.git] / KeySetting.dfm
1 object KeySettingForm: TKeySettingForm
2   Left = 92
3   Top = 240
4   Width = 688
5   Height = 360
6   HorzScrollBar.Visible = False
7   VertScrollBar.Visible = False
8   BorderIcons = [biSystemMenu]
9   Caption = #12461#12540#35373#23450
10   Color = clBtnFace
11   Constraints.MinHeight = 270
12   Constraints.MinWidth = 600
13   Font.Charset = SHIFTJIS_CHARSET
14   Font.Color = clWindowText
15   Font.Height = -12
16   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
17   Font.Style = []
18   KeyPreview = True
19   OldCreateOrder = False
20   Position = poOwnerFormCenter
21   OnCreate = FormCreate
22   OnDestroy = FormDestroy
23   OnKeyDown = FormKeyDown
24   PixelsPerInch = 96
25   TextHeight = 12
26   object Panel1: TPanel
27     Left = 0
28     Top = 248
29     Width = 680
30     Height = 78
31     Align = alBottom
32     BevelOuter = bvNone
33     TabOrder = 0
34     object Panel2: TPanel
35       Left = 0
36       Top = 0
37       Width = 417
38       Height = 78
39       Align = alLeft
40       BevelOuter = bvNone
41       TabOrder = 0
42       object Label1: TLabel
43         Left = 8
44         Top = 24
45         Width = 81
46         Height = 12
47         Caption = #12471#12519#12540#12488#12459#12483#12488'(&S)'
48       end
49       object Label2: TLabel
50         Left = 8
51         Top = 4
52         Width = 281
53         Height = 12
54         Caption = #12300#12394#12375#12301#12395#35373#23450#12377#12427#22580#21512#12399' Shift'#12461#12540#12398#12415#12434#25276#12375#12390#12367#12384#12373#12356
55       end
56       object GestureLabel: TLabel
57         Left = 8
58         Top = 48
59         Width = 80
60         Height = 12
61         Caption = #12472#12455#12473#12481#12515#12540'(&G)'
62       end
63       object HotKey: THotKey
64         Left = 96
65         Top = 21
66         Width = 169
67         Height = 18
68         HotKey = 0
69         InvalidKeys = [hcNone]
70         Modifiers = []
71         TabOrder = 0
72         OnEnter = HotKeyEnter
73         OnExit = HotKeyExit
74       end
75       object SetButton: TButton
76         Left = 272
77         Top = 20
78         Width = 85
79         Height = 21
80         Caption = #35373#23450
81         TabOrder = 1
82         OnClick = SetButtonClick
83       end
84       object GestureEdit: TEdit
85         Left = 96
86         Top = 48
87         Width = 169
88         Height = 20
89         HelpType = htKeyword
90         HelpKeyword = #12510#12454#12473#12398#21491#12508#12479#12531#12434#25276#12375#12383#12414#12414#12489#12521#12483#12464#12375#12390#12367#12384#12373#12356
91         ReadOnly = True
92         TabOrder = 2
93         Text = #12394#12375
94         OnChange = GestureEditChange
95       end
96       object GestureSetButton: TButton
97         Left = 272
98         Top = 48
99         Width = 85
100         Height = 21
101         Caption = #35373#23450
102         TabOrder = 3
103         OnClick = GestureSetButtonClick
104       end
105       object GestureCheckBox: TCheckBox
106         Left = 368
107         Top = 48
108         Width = 49
109         Height = 17
110         Caption = #26377#21177
111         TabOrder = 4
112         OnClick = GestureCheckBoxClick
113       end
114     end
115     object Panel3: TPanel
116       Left = 467
117       Top = 0
118       Width = 213
119       Height = 78
120       Align = alRight
121       BevelOuter = bvNone
122       TabOrder = 1
123       DesignSize = (
124         213
125         78)
126       object OkBotton: TButton
127         Left = 20
128         Top = 44
129         Width = 89
130         Height = 21
131         Caption = 'OK'
132         Default = True
133         ModalResult = 1
134         TabOrder = 0
135         OnClick = OkBottonClick
136       end
137       object StatusBar: TStatusBar
138         Left = 192
139         Top = 57
140         Width = 21
141         Height = 21
142         Align = alNone
143         Anchors = [akRight, akBottom]
144         Panels = <
145           item
146             Bevel = pbNone
147             Width = 50
148           end>
149         SimplePanel = False
150       end
151       object CancelBotton: TButton
152         Left = 116
153         Top = 44
154         Width = 89
155         Height = 21
156         Cancel = True
157         Caption = #12461#12515#12531#12475#12523
158         ModalResult = 2
159         TabOrder = 1
160       end
161     end
162   end
163   object Panel4: TPanel
164     Left = 0
165     Top = 0
166     Width = 680
167     Height = 248
168     Align = alClient
169     BevelOuter = bvNone
170     BorderWidth = 4
171     TabOrder = 1
172     object PageControl1: TPageControl
173       Left = 4
174       Top = 4
175       Width = 672
176       Height = 240
177       ActivePage = TabSheet2
178       Align = alClient
179       TabIndex = 1
180       TabOrder = 0
181       object TabSheet1: TTabSheet
182         Caption = #12513#12452#12531
183         object ListView: TListView
184           Left = 0
185           Top = 0
186           Width = 664
187           Height = 213
188           Align = alClient
189           Columns = <
190             item
191               Caption = #12450#12463#12471#12519#12531
192               Width = 300
193             end
194             item
195               Caption = #12459#12486#12468#12522
196               Width = 120
197             end
198             item
199               Caption = #12471#12519#12540#12488#12459#12483#12488
200               Width = 100
201             end
202             item
203               Caption = #12472#12455#12473#12481#12515#12540
204               Width = 130
205             end>
206           ColumnClick = False
207           HideSelection = False
208           ReadOnly = True
209           RowSelect = True
210           SmallImages = GikoForm.HotToobarImageList
211           SortType = stData
212           TabOrder = 0
213           ViewStyle = vsReport
214           OnCompare = ListViewCompare
215           OnSelectItem = ListViewSelectItem
216         end
217       end
218       object TabSheet2: TTabSheet
219         Caption = #12456#12487#12451#12479
220         ImageIndex = 1
221         object ListView1: TListView
222           Left = 0
223           Top = 0
224           Width = 664
225           Height = 213
226           Align = alClient
227           Columns = <
228             item
229               Caption = #12450#12463#12471#12519#12531
230               Width = 300
231             end
232             item
233               Caption = #12459#12486#12468#12522
234               Width = 120
235             end
236             item
237               Caption = #12471#12519#12540#12488#12459#12483#12488
238               Width = 100
239             end
240             item
241               Caption = #12472#12455#12473#12481#12515#12540
242               Width = 130
243             end>
244           ColumnClick = False
245           HideSelection = False
246           ReadOnly = True
247           RowSelect = True
248           SortType = stData
249           TabOrder = 0
250           ViewStyle = vsReport
251           OnCompare = ListViewCompare
252           OnSelectItem = ListViewSelectItem
253         end
254       end
255     end
256   end
257 end