Develop and Download Open Source Software

Browse CVS Repository

Annotation of /gikonavigoeson/gikonavi/InputAssist.dfm

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (hide annotations) (download)
Sun Feb 26 16:40:51 2006 UTC (18 years, 1 month ago) by h677
Branch: MAIN
CVS Tags: v1_53_0_671, v1_54_0_677, v1_54_0_676, v1_54_0_678, v1_52_1_658, v1_53_0_664, v1_53_0_661, v1_53_0_663, v1_53_0_662, v1_53_0_665, v1_53_0_667, v1_53_0_666, v1_53_0_669, v1_53_0_668, v1_52_0_651, v1_52_0_650, v1_52_0_652, v1_52_0_654, v1_53_0_672, v1_53_0_670, v1_54_0_680, v1_54_0_681, v1_54_0_679, v1_54_0_675, root-of-Bb53, v1_52_1_657, v1_54_0_674, v1_52_0_660, v1_52_0_655, v1_52_0_656, v1_53_1_673
Branch point for: Bb53, Bb52
Changes since 1.3: +4 -3 lines
DAT中にnullがあっても切れないように修正。
取得済みのスレッドへのJumpを修正。
入力アシストのフォーム位置保存。

1 h677 1.1 object InputAssistForm: TInputAssistForm
2 h677 1.3 Left = 589
3     Top = 279
4     Width = 397
5     Height = 460
6 h677 1.1 Caption = #20837#21147#12450#12471#12473#12488#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     OnClose = FormClose
15     OnCreate = FormCreate
16     PixelsPerInch = 96
17     TextHeight = 12
18     object Panel1: TPanel
19     Left = 0
20     Top = 0
21 h677 1.3 Width = 389
22     Height = 200
23 h677 1.1 Align = alTop
24 h677 1.2 BevelOuter = bvLowered
25 h677 1.1 Caption = 'Panel1'
26     TabOrder = 0
27 h677 1.2 object Panel5: TPanel
28 h677 1.3 Left = 295
29     Top = 33
30 h677 1.2 Width = 93
31 h677 1.3 Height = 166
32 h677 1.2 Align = alRight
33 h677 1.1 TabOrder = 0
34 h677 1.2 object CloseButton: TButton
35     Left = 10
36     Top = 136
37     Width = 75
38     Height = 25
39 h677 1.4 Caption = #32066#20102'(&X)'
40 h677 1.2 TabOrder = 0
41     OnClick = CloseButtonClick
42     end
43     object ApplyButton: TButton
44     Left = 10
45     Top = 72
46     Width = 75
47     Height = 25
48     Caption = #36969#29992
49     TabOrder = 1
50     OnClick = ApplyButtonClick
51     end
52     object DeleteButton: TButton
53     Left = 10
54     Top = 40
55     Width = 75
56     Height = 25
57 h677 1.4 Caption = #21066#38500'(&D)'
58 h677 1.2 TabOrder = 2
59     OnClick = DeleteButtonClick
60     end
61     object AddButton: TButton
62     Left = 10
63     Top = 8
64     Width = 75
65     Height = 25
66 h677 1.4 Caption = #36861#21152'(&A)'
67 h677 1.2 TabOrder = 3
68     OnClick = AddButtonClick
69     end
70 h677 1.1 end
71 h677 1.2 object Panel6: TPanel
72     Left = 1
73 h677 1.3 Top = 33
74     Width = 294
75     Height = 166
76 h677 1.2 Align = alClient
77     BevelOuter = bvNone
78     Caption = 'Panel6'
79 h677 1.1 TabOrder = 1
80 h677 1.2 object GikoListView1: TGikoListView
81     Left = 0
82     Top = 0
83 h677 1.3 Width = 294
84     Height = 166
85 h677 1.2 Align = alClient
86     Columns = <>
87     ReadOnly = True
88     RowSelect = True
89     SmallImages = ColumnImageList
90     TabOrder = 0
91     ViewStyle = vsReport
92     OnColumnClick = GikoListView1ColumnClick
93     OnCompare = GikoListView1Compare
94     OnSelectItem = GikoListView1SelectItem
95     end
96 h677 1.1 end
97 h677 1.3 object Panel7: TPanel
98     Left = 1
99     Top = 1
100     Width = 387
101     Height = 32
102     Align = alTop
103     Caption = 'Panel7'
104     TabOrder = 2
105     object CategoryComboLabel: TLabel
106     Left = 12
107     Top = 10
108     Width = 77
109     Height = 12
110     Caption = #12459#12486#12468#12522#21517#36984#25246
111     end
112     object CategoryComboBox: TComboBox
113     Left = 105
114     Top = 6
115     Width = 176
116     Height = 20
117     ItemHeight = 12
118     TabOrder = 0
119     Text = 'CategoryComboBox'
120     OnChange = CategoryComboBoxChange
121     OnKeyPress = CategoryComboBoxKeyPress
122     end
123     object InsertButton: TButton
124     Left = 297
125     Top = 4
126     Width = 75
127     Height = 25
128     Action = InsertButtonAction
129 h677 1.4 Caption = #25407#20837'(&I)'
130 h677 1.3 TabOrder = 1
131     end
132     end
133 h677 1.1 end
134     object Panel2: TPanel
135     Left = 0
136 h677 1.3 Top = 200
137     Width = 389
138     Height = 233
139 h677 1.1 Align = alClient
140 h677 1.2 BevelOuter = bvNone
141 h677 1.1 Caption = 'Panel2'
142     TabOrder = 1
143     object Panel3: TPanel
144 h677 1.2 Left = 0
145     Top = 0
146 h677 1.3 Width = 389
147 h677 1.2 Height = 48
148 h677 1.1 Align = alTop
149     BevelOuter = bvNone
150     TabOrder = 0
151     object KeyNameEdit: TLabeledEdit
152     Left = 8
153     Top = 21
154     Width = 161
155     Height = 20
156 h677 1.2 Hint = #20837#21147#12395#20351#12358#12461#12540#21517
157 h677 1.1 EditLabel.Width = 36
158     EditLabel.Height = 12
159     EditLabel.Caption = #12461#12540#21517
160     LabelPosition = lpAbove
161     LabelSpacing = 3
162     TabOrder = 0
163     end
164     object CategoryNameEdit: TLabeledEdit
165 h677 1.2 Left = 176
166 h677 1.1 Top = 21
167     Width = 121
168     Height = 20
169 h677 1.2 Hint = #20837#21147#12395#20351#12358#12459#12486#12468#12522#21517
170 h677 1.1 EditLabel.Width = 53
171     EditLabel.Height = 12
172     EditLabel.Caption = #12459#12486#12468#12522#21517
173     LabelPosition = lpAbove
174     LabelSpacing = 3
175     TabOrder = 1
176     end
177     end
178     object Panel4: TPanel
179 h677 1.2 Left = 0
180     Top = 48
181 h677 1.3 Width = 389
182     Height = 185
183 h677 1.1 Align = alClient
184     BevelOuter = bvNone
185     TabOrder = 1
186 h677 1.2 object GroupBox1: TGroupBox
187 h677 1.1 Left = 0
188     Top = 0
189 h677 1.3 Width = 389
190     Height = 185
191 h677 1.1 Align = alClient
192 h677 1.2 Caption = #25407#20837#25991#23383#21015
193 h677 1.1 TabOrder = 0
194 h677 1.2 object TextMemo: TMemo
195     Left = 2
196     Top = 14
197 h677 1.3 Width = 385
198     Height = 169
199 h677 1.2 Hint = #25407#20837#12377#12427#25991#23383#21015
200     Align = alClient
201     ScrollBars = ssBoth
202     TabOrder = 0
203     end
204 h677 1.1 end
205     end
206     end
207     object ColumnImageList: TImageList
208 h677 1.2 Left = 312
209     Top = 192
210 h677 1.1 Bitmap = {
211 h677 1.2 494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
212 h677 1.1 0000000000003600000028000000400000001000000001002000000000000010
213     0000000000000000000000000000000000000000000000000000000000000000
214     0000000000000000000000000000000000000000000000000000000000000000
215     0000000000000000000000000000000000000000000000000000000000000000
216     0000000000000000000000000000000000000000000000000000000000000000
217     0000000000000000000000000000000000000000000000000000000000000000
218     0000000000000000000000000000000000000000000000000000000000000000
219     0000000000000000000000000000000000000000000000000000000000000000
220     0000000000000000000000000000000000000000000000000000000000000000
221     0000000000000000000000000000000000000000000000000000000000000000
222     0000000000000000000000000000000000000000000000000000000000000000
223     0000000000000000000000000000000000000000000000000000000000000000
224     0000000000000000000000000000000000000000000000000000000000000000
225     0000000000000000000000000000000000000000000000000000000000000000
226     0000000000000000000000000000000000000000000000000000000000000000
227     0000000000000000000000000000000000000000000000000000000000000000
228     0000000000000000000000000000000000000000000000000000000000000000
229     0000000000000000000000000000000000000000000000000000000000000000
230     0000000000000000000000000000000000000000000000000000000000000000
231     0000000000000000000000000000000000000000000000000000000000000000
232     0000000000000000000000000000000000000000000000000000000000000000
233     0000000000000000000000000000000000000000000000000000000000000000
234     0000000000000000000000000000000000000000000000000000000000000000
235     0000000000000000000000000000000000000000000000000000000000000000
236     0000000000000000000000000000000000000000000000000000000000000000
237     0000000000000000000000000000000000000000000000000000000000000000
238     0000000000000000000000000000000000000000000000000000000000000000
239     0000000000000000000000000000000000000000000000000000000000000000
240     0000000000000000000000000000000000000000000000000000000000000000
241     0000000000000000000000000000000000000000000000000000000000000000
242     0000000000000000000000000000000000000000000000000000000000000000
243     0000000000000000000000000000000000000000000000000000000000000000
244     0000000000000000000000000000000000000000000000000000000000000000
245     000000000000000000000000000000000000000000000000000000000000FFFF
246     FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
247     0000000000000000000000000000000000000000000000000000000000000000
248     0000000000000000000080808000FFFFFF000000000000000000000000000000
249     0000000000000000000000000000000000000000000000000000000000000000
250     0000000000000000000000000000000000000000000000000000000000000000
251     0000000000000000000000000000000000000000000000000000000000000000
252     0000000000000000000000000000000000000000000000000000000000000000
253     0000000000000000000000000000000000000000000000000000000000008080
254     80008080800000000000000000000000000000000000FFFFFF00FFFFFF000000
255     0000000000000000000000000000000000000000000000000000000000000000
256     0000000000008080800080808000FFFFFF00FFFFFF0000000000000000000000
257     0000000000000000000000000000000000000000000000000000000000000000
258     0000000000000000000000000000000000000000000000000000000000000000
259     0000000000000000000000000000000000000000000000000000000000000000
260     0000000000000000000000000000000000000000000000000000000000000000
261     0000000000000000000000000000000000000000000000000000000000000000
262     00008080800000000000000000000000000000000000FFFFFF00000000000000
263     0000000000000000000000000000000000000000000000000000000000000000
264     000000000000808080000000000000000000FFFFFF0000000000000000000000
265     0000000000000000000000000000000000000000000000000000000000000000
266     0000000000000000000000000000000000000000000000000000000000000000
267     0000000000000000000000000000000000000000000000000000000000000000
268     0000000000000000000000000000000000000000000000000000000000000000
269     0000000000000000000000000000000000000000000000000000000000000000
270     000080808000808080000000000000000000FFFFFF00FFFFFF00000000000000
271     0000000000000000000000000000000000000000000000000000000000000000
272     000080808000808080000000000000000000FFFFFF00FFFFFF00000000000000
273     0000000000000000000000000000000000000000000000000000000000000000
274     0000000000000000000000000000000000000000000000000000000000000000
275     0000000000000000000000000000000000000000000000000000000000000000
276     0000000000000000000000000000000000000000000000000000000000000000
277     0000000000000000000000000000000000000000000000000000000000000000
278     000000000000808080000000000000000000FFFFFF0000000000000000000000
279     0000000000000000000000000000000000000000000000000000000000000000
280     00008080800000000000000000000000000000000000FFFFFF00000000000000
281     0000000000000000000000000000000000000000000000000000000000000000
282     0000000000000000000000000000000000000000000000000000000000000000
283     0000000000000000000000000000000000000000000000000000000000000000
284     0000000000000000000000000000000000000000000000000000000000000000
285     0000000000000000000000000000000000000000000000000000000000000000
286     0000000000008080800080808000FFFFFF00FFFFFF0000000000000000000000
287     0000000000000000000000000000000000000000000000000000000000008080
288     80008080800000000000000000000000000000000000FFFFFF00FFFFFF000000
289     0000000000000000000000000000000000000000000000000000000000000000
290     0000000000000000000000000000000000000000000000000000000000000000
291     0000000000000000000000000000000000000000000000000000000000000000
292     0000000000000000000000000000000000000000000000000000000000000000
293     0000000000000000000000000000000000000000000000000000000000000000
294     0000000000000000000080808000FFFFFF000000000000000000000000000000
295     0000000000000000000000000000000000000000000000000000000000008080
296     8000808080008080800080808000808080008080800080808000808080000000
297     0000000000000000000000000000000000000000000000000000000000000000
298     0000000000000000000000000000000000000000000000000000000000000000
299     0000000000000000000000000000000000000000000000000000000000000000
300     0000000000000000000000000000000000000000000000000000000000000000
301     0000000000000000000000000000000000000000000000000000000000000000
302     0000000000000000000000000000000000000000000000000000000000000000
303     0000000000000000000000000000000000000000000000000000000000000000
304     0000000000000000000000000000000000000000000000000000000000000000
305     0000000000000000000000000000000000000000000000000000000000000000
306     0000000000000000000000000000000000000000000000000000000000000000
307     0000000000000000000000000000000000000000000000000000000000000000
308     0000000000000000000000000000000000000000000000000000000000000000
309     0000000000000000000000000000000000000000000000000000000000000000
310     0000000000000000000000000000000000000000000000000000000000000000
311     0000000000000000000000000000000000000000000000000000000000000000
312     0000000000000000000000000000000000000000000000000000000000000000
313     0000000000000000000000000000000000000000000000000000000000000000
314     0000000000000000000000000000000000000000000000000000000000000000
315     0000000000000000000000000000000000000000000000000000000000000000
316     0000000000000000000000000000000000000000000000000000000000000000
317     0000000000000000000000000000000000000000000000000000000000000000
318     0000000000000000000000000000000000000000000000000000000000000000
319     0000000000000000000000000000000000000000000000000000000000000000
320     0000000000000000000000000000000000000000000000000000000000000000
321     0000000000000000000000000000000000000000000000000000000000000000
322     0000000000000000000000000000000000000000000000000000000000000000
323     0000000000000000000000000000000000000000000000000000000000000000
324     0000000000000000000000000000000000000000000000000000000000000000
325     0000000000000000000000000000000000000000000000000000000000000000
326     0000000000000000000000000000000000000000000000000000000000000000
327     0000000000000000000000000000000000000000000000000000000000000000
328     0000000000000000000000000000000000000000000000000000000000000000
329     0000000000000000000000000000000000000000000000000000000000000000
330     0000000000000000000000000000000000000000000000000000000000000000
331     0000000000000000000000000000000000000000000000000000000000000000
332     0000000000000000000000000000000000000000000000000000000000000000
333     0000000000000000000000000000000000000000000000000000000000000000
334     0000000000000000000000000000000000000000000000000000000000000000
335     0000000000000000000000000000000000000000000000000000000000000000
336     0000000000000000000000000000000000000000000000000000000000000000
337     0000000000000000000000000000000000000000000000000000000000000000
338     0000000000000000000000000000000000000000000000000000000000000000
339     0000000000000000000000000000000000000000000000000000000000000000
340     0000000000000000000000000000000000000000000000000000000000000000
341     000000000000000000000000000000000000424D3E000000000000003E000000
342     2800000040000000100000000100010000000000800000000000000000000000
343     000000000000000000000000FFFFFF00FFFFFFFF00000000FFFFFFFF00000000
344     FFFFFFFF00000000FFFFFFFF00000000E01FFCFF00000000E79FF87F00000000
345     F7BFFB7F00000000F33FF33F00000000FB7FF7BF00000000F87FE79F00000000
346     FCFFE01F00000000FFFFFFFF00000000FFFFFFFF00000000FFFFFFFF00000000
347 h677 1.2 FFFFFFFF00000000FFFFFFFF0000000000000000000000000000000000000000
348     000000000000}
349 h677 1.1 end
350     object InputAssistFormActionList: TActionList
351 h677 1.2 Left = 360
352     Top = 192
353 h677 1.1 object EditCut1: TEditCut
354     Category = #32232#38598
355     Caption = #20999#12426#21462#12426'(&T)'
356     Hint = #20999#12426#21462#12426'|'#36984#25246#37096#20998#12434#20999#12426#21462#12426#12289#12463#12522#12483#12503#12508#12540#12489#12395#36865#12427
357     ImageIndex = 0
358     ShortCut = 16472
359     end
360     object EditCopy1: TEditCopy
361     Category = #32232#38598
362     Caption = #12467#12500#12540'(&C)'
363     Hint = #12467#12500#12540'|'#36984#25246#37096#20998#12434#12467#12500#12540#12375#12289#12463#12522#12483#12503#12508#12540#12489#12395#36865#12427
364     ImageIndex = 1
365     ShortCut = 16451
366     end
367     object EditPaste1: TEditPaste
368     Category = #32232#38598
369     Caption = #36028#12426#20184#12369'(&P)'
370     Hint = #36028#12426#20184#12369'|'#12463#12522#12483#12503#12508#12540#12489#12398#20869#23481#12434#36028#12426#20184#12369#12427
371     ImageIndex = 2
372     ShortCut = 16470
373     end
374     object EditSelectAll1: TEditSelectAll
375     Category = #32232#38598
376     Caption = #12377#12409#12390#12434#36984#25246'(&A)'
377     Hint = #12377#12409#12390#12434#36984#25246'|'#12489#12461#12517#12513#12531#12488#20840#20307#12434#36984#25246#12377#12427
378     ShortCut = 16449
379     end
380     object EditUndo1: TEditUndo
381     Category = #32232#38598
382     Caption = #20803#12395#25147#12377'(&U)'
383     Hint = #20803#12395#25147#12377'|'#30452#21069#12398#22793#26356#12434#20803#12395#25147#12377
384     ImageIndex = 3
385     ShortCut = 16474
386     end
387     object EditDelete1: TEditDelete
388     Category = #32232#38598
389     Caption = #21066#38500'(&D)'
390     Hint = #21066#38500'|'#36984#25246#37096#20998#12434#21066#38500#12377#12427
391     ImageIndex = 5
392     ShortCut = 46
393     end
394 h677 1.3 object InsertButtonAction: TAction
395     Category = #32232#38598
396     Caption = #25407#20837
397     OnExecute = InsertButtonActionExecute
398     OnUpdate = InsertButtonActionUpdate
399     end
400     object CloseAction: TAction
401     Category = #32232#38598
402     Caption = 'CloseAction'
403     OnExecute = CloseActionExecute
404     end
405 h677 1.1 end
406     end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26