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       end
95       object GestureSetButton: TButton
96         Left = 272
97         Top = 48
98         Width = 85
99         Height = 21
100         Caption = #35373#23450
101         TabOrder = 3
102         OnClick = GestureSetButtonClick
103       end
104       object GestureCheckBox: TCheckBox
105         Left = 368
106         Top = 48
107         Width = 49
108         Height = 17
109         Caption = #26377#21177
110         TabOrder = 4
111         OnClick = GestureCheckBoxClick
112       end
113     end
114     object Panel3: TPanel
115       Left = 467
116       Top = 0
117       Width = 213
118       Height = 78
119       Align = alRight
120       BevelOuter = bvNone
121       TabOrder = 1
122       DesignSize = (
123         213
124         78)
125       object OkBotton: TButton
126         Left = 20
127         Top = 44
128         Width = 89
129         Height = 21
130         Caption = 'OK'
131         Default = True
132         ModalResult = 1
133         TabOrder = 0
134         OnClick = OkBottonClick
135       end
136       object StatusBar: TStatusBar
137         Left = 192
138         Top = 57
139         Width = 21
140         Height = 21
141         Align = alNone
142         Anchors = [akRight, akBottom]
143         Panels = <
144           item
145             Bevel = pbNone
146             Width = 50
147           end>
148         SimplePanel = False
149       end
150       object CancelBotton: TButton
151         Left = 116
152         Top = 44
153         Width = 89
154         Height = 21
155         Cancel = True
156         Caption = #12461#12515#12531#12475#12523
157         ModalResult = 2
158         TabOrder = 1
159       end
160     end
161   end
162   object Panel4: TPanel
163     Left = 0
164     Top = 0
165     Width = 680
166     Height = 248
167     Align = alClient
168     BevelOuter = bvNone
169     BorderWidth = 4
170     TabOrder = 1
171     object PageControl1: TPageControl
172       Left = 4
173       Top = 4
174       Width = 672
175       Height = 240
176       ActivePage = TabSheet2
177       Align = alClient
178       TabIndex = 1
179       TabOrder = 0
180       object TabSheet1: TTabSheet
181         Caption = #12513#12452#12531
182         object ListView: TListView
183           Left = 0
184           Top = 0
185           Width = 664
186           Height = 213
187           Align = alClient
188           Columns = <
189             item
190               Caption = #12450#12463#12471#12519#12531
191               Width = 300
192             end
193             item
194               Caption = #12459#12486#12468#12522
195               Width = 120
196             end
197             item
198               Caption = #12471#12519#12540#12488#12459#12483#12488
199               Width = 100
200             end
201             item
202               Caption = #12472#12455#12473#12481#12515#12540
203               Width = 130
204             end>
205           ColumnClick = False
206           HideSelection = False
207           ReadOnly = True
208           RowSelect = True
209           SmallImages = GikoForm.HotToobarImageList
210           SortType = stData
211           TabOrder = 0
212           ViewStyle = vsReport
213           OnCompare = ListViewCompare
214           OnSelectItem = ListViewSelectItem
215         end
216       end
217       object TabSheet2: TTabSheet
218         Caption = #12456#12487#12451#12479
219         ImageIndex = 1
220         object ListView1: TListView
221           Left = 0
222           Top = 0
223           Width = 664
224           Height = 213
225           Align = alClient
226           Columns = <
227             item
228               Caption = #12450#12463#12471#12519#12531
229               Width = 300
230             end
231             item
232               Caption = #12459#12486#12468#12522
233               Width = 120
234             end
235             item
236               Caption = #12471#12519#12540#12488#12459#12483#12488
237               Width = 100
238             end
239             item
240               Caption = #12472#12455#12473#12481#12515#12540
241               Width = 130
242             end>
243           ColumnClick = False
244           HideSelection = False
245           ReadOnly = True
246           RowSelect = True
247           SortType = stData
248           TabOrder = 0
249           ViewStyle = vsReport
250           OnCompare = ListViewCompare
251           OnSelectItem = ListViewSelectItem
252         end
253       end
254     end
255   end
256 end