OSDN Git Service

まちBBSで削除レスがあるレス番号とスレの件数がずれる不具合を修正
[gikonavigoeson/gikonavi.git] / KeySetting.dfm
1 object KeySettingForm: TKeySettingForm
2   Left = 258
3   Top = 263
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   FormStyle = fsStayOnTop
19   KeyPreview = True
20   OldCreateOrder = False
21   OnCreate = FormCreate
22   OnDestroy = FormDestroy
23   OnKeyDown = FormKeyDown
24   PixelsPerInch = 96
25   TextHeight = 12
26   object Panel1: TPanel
27     Left = 0
28     Top = 244
29     Width = 672
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         OnKeyDown = GestureEditKeyDown
96       end
97       object GestureSetButton: TButton
98         Left = 272
99         Top = 48
100         Width = 85
101         Height = 21
102         Caption = #35373#23450
103         TabOrder = 3
104         OnClick = GestureSetButtonClick
105       end
106       object GestureCheckBox: TCheckBox
107         Left = 368
108         Top = 48
109         Width = 49
110         Height = 17
111         Caption = #26377#21177
112         TabOrder = 4
113         OnClick = GestureCheckBoxClick
114       end
115     end
116     object Panel3: TPanel
117       Left = 459
118       Top = 0
119       Width = 213
120       Height = 78
121       Align = alRight
122       BevelOuter = bvNone
123       TabOrder = 1
124       DesignSize = (
125         213
126         78)
127       object OkBotton: TButton
128         Left = 20
129         Top = 44
130         Width = 89
131         Height = 21
132         Caption = 'OK'
133         Default = True
134         ModalResult = 1
135         TabOrder = 0
136         OnClick = OkBottonClick
137       end
138       object StatusBar: TStatusBar
139         Left = 192
140         Top = 57
141         Width = 21
142         Height = 21
143         Align = alNone
144         Anchors = [akRight, akBottom]
145         Panels = <
146           item
147             Bevel = pbNone
148             Width = 50
149           end>
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 = 672
167     Height = 244
168     Align = alClient
169     BevelOuter = bvNone
170     BorderWidth = 4
171     TabOrder = 1
172     object PageControl1: TPageControl
173       Left = 4
174       Top = 4
175       Width = 664
176       Height = 236
177       ActivePage = TabSheet1
178       Align = alClient
179       TabOrder = 0
180       object TabSheet1: TTabSheet
181         Caption = #12513#12452#12531
182         object ListView: TListView
183           Left = 0
184           Top = 0
185           Width = 656
186           Height = 209
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 = 220
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