OSDN Git Service

新規作成
[gikonavigoeson/gikonavi.git] / KeySetting.dfm
1 object KeySettingForm: TKeySettingForm
2   Left = 203
3   Top = 159
4   Width = 665
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 = 284
29     Width = 657
30     Height = 49
31     Align = alBottom
32     BevelOuter = bvNone
33     TabOrder = 0
34     object Panel2: TPanel
35       Left = 0
36       Top = 0
37       Width = 373
38       Height = 49
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 = 357
53         Height = 12
54         Caption = #12471#12519#12540#12488#12459#12483#12488#12434#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 HotKey: THotKey
57         Left = 96
58         Top = 21
59         Width = 169
60         Height = 18
61         HotKey = 0
62         InvalidKeys = [hcNone]
63         Modifiers = []
64         TabOrder = 0
65         OnEnter = HotKeyEnter
66         OnExit = HotKeyExit
67       end
68       object SetButton: TButton
69         Left = 272
70         Top = 20
71         Width = 85
72         Height = 21
73         Caption = #35373#23450
74         TabOrder = 1
75         OnClick = SetButtonClick
76       end
77     end
78     object Panel3: TPanel
79       Left = 444
80       Top = 0
81       Width = 213
82       Height = 49
83       Align = alRight
84       BevelOuter = bvNone
85       TabOrder = 1
86       DesignSize = (
87         213
88         49)
89       object OkBotton: TButton
90         Left = 20
91         Top = 20
92         Width = 89
93         Height = 21
94         Caption = 'OK'
95         Default = True
96         ModalResult = 1
97         TabOrder = 0
98         OnClick = OkBottonClick
99       end
100       object StatusBar: TStatusBar
101         Left = 192
102         Top = 28
103         Width = 21
104         Height = 21
105         Align = alNone
106         Anchors = [akRight, akBottom]
107         Panels = <
108           item
109             Bevel = pbNone
110             Width = 50
111           end>
112         SimplePanel = False
113       end
114       object CancelBotton: TButton
115         Left = 116
116         Top = 20
117         Width = 89
118         Height = 21
119         Cancel = True
120         Caption = #12461#12515#12531#12475#12523
121         ModalResult = 2
122         TabOrder = 1
123       end
124     end
125   end
126   object Panel4: TPanel
127     Left = 0
128     Top = 0
129     Width = 657
130     Height = 284
131     Align = alClient
132     BevelOuter = bvNone
133     BorderWidth = 4
134     TabOrder = 1
135     object PageControl1: TPageControl
136       Left = 4
137       Top = 4
138       Width = 649
139       Height = 276
140       ActivePage = TabSheet1
141       Align = alClient
142       TabIndex = 0
143       TabOrder = 0
144       object TabSheet1: TTabSheet
145         Caption = #12513#12452#12531
146         object ListView: TListView
147           Left = 0
148           Top = 0
149           Width = 641
150           Height = 249
151           Align = alClient
152           Columns = <
153             item
154               Caption = #12450#12463#12471#12519#12531
155               Width = 340
156             end
157             item
158               Caption = #12459#12486#12468#12522
159               Width = 120
160             end
161             item
162               Caption = #12471#12519#12540#12488#12459#12483#12488
163               Width = 120
164             end>
165           ColumnClick = False
166           HideSelection = False
167           ReadOnly = True
168           RowSelect = True
169           SmallImages = GikoForm.HotToobarImageList
170           SortType = stData
171           TabOrder = 0
172           ViewStyle = vsReport
173           OnCompare = ListViewCompare
174           OnSelectItem = ListViewSelectItem
175         end
176       end
177       object TabSheet2: TTabSheet
178         Caption = #12456#12487#12451#12479
179         ImageIndex = 1
180         object ListView1: TListView
181           Left = 0
182           Top = 0
183           Width = 641
184           Height = 249
185           Align = alClient
186           Columns = <
187             item
188               Caption = #12450#12463#12471#12519#12531
189               Width = 340
190             end
191             item
192               Caption = #12459#12486#12468#12522
193               Width = 120
194             end
195             item
196               Caption = #12471#12519#12540#12488#12459#12483#12488
197               Width = 120
198             end>
199           ColumnClick = False
200           Enabled = False
201           HideSelection = False
202           Items.Data = {
203             6E00000002000000FFFFFFFFFFFFFFFFFFFFFFFF00000000000000001082DC82
204             BE8F6F978882C482DC82B982F1FFFFFFFFFFFFFFFFFFFFFFFF00000000000000
205             002C9286937294BC925B82C98DEC82C182C482B582DC82C182BD82AF82C78141
206             96DF82B782CC96CA937C82BE82B5}
207           ReadOnly = True
208           RowSelect = True
209           SortType = stData
210           TabOrder = 0
211           ViewStyle = vsReport
212         end
213       end
214     end
215   end
216 end