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.3 - (hide annotations) (download)
Sat Feb 18 18:09:47 2006 UTC (18 years, 2 months ago) by h677
Branch: MAIN
CVS Tags: v1_52_0_646, v1_52_0_647, v1_52_0_648, v1_52_0_645, v1_52_0_649
Changes since 1.2: +70 -24 lines
レスエディタから入力アシストフォーム経由で入力できるように修正

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     Caption = #32066#20102
40     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     Caption = #21066#38500
58     TabOrder = 2
59     OnClick = DeleteButtonClick
60     end
61     object AddButton: TButton
62     Left = 10
63     Top = 8
64     Width = 75
65     Height = 25
66     Caption = #36861#21152
67     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     TabOrder = 1
130     end
131     end
132 h677 1.1 end
133     object Panel2: TPanel
134     Left = 0
135 h677 1.3 Top = 200
136     Width = 389
137     Height = 233
138 h677 1.1 Align = alClient
139 h677 1.2 BevelOuter = bvNone
140 h677 1.1 Caption = 'Panel2'
141     TabOrder = 1
142     object Panel3: TPanel
143 h677 1.2 Left = 0
144     Top = 0
145 h677 1.3 Width = 389
146 h677 1.2 Height = 48
147 h677 1.1 Align = alTop
148     BevelOuter = bvNone
149     TabOrder = 0
150     object KeyNameEdit: TLabeledEdit
151     Left = 8
152     Top = 21
153     Width = 161
154     Height = 20
155 h677 1.2 Hint = #20837#21147#12395#20351#12358#12461#12540#21517
156 h677 1.1 EditLabel.Width = 36
157     EditLabel.Height = 12
158     EditLabel.Caption = #12461#12540#21517
159     LabelPosition = lpAbove
160     LabelSpacing = 3
161     TabOrder = 0
162     end
163     object CategoryNameEdit: TLabeledEdit
164 h677 1.2 Left = 176
165 h677 1.1 Top = 21
166     Width = 121
167     Height = 20
168 h677 1.2 Hint = #20837#21147#12395#20351#12358#12459#12486#12468#12522#21517
169 h677 1.1 EditLabel.Width = 53
170     EditLabel.Height = 12
171     EditLabel.Caption = #12459#12486#12468#12522#21517
172     LabelPosition = lpAbove
173     LabelSpacing = 3
174     TabOrder = 1
175     end
176     end
177     object Panel4: TPanel
178 h677 1.2 Left = 0
179     Top = 48
180 h677 1.3 Width = 389
181     Height = 185
182 h677 1.1 Align = alClient
183     BevelOuter = bvNone
184     TabOrder = 1
185 h677 1.2 object GroupBox1: TGroupBox
186 h677 1.1 Left = 0
187     Top = 0
188 h677 1.3 Width = 389
189     Height = 185
190 h677 1.1 Align = alClient
191 h677 1.2 Caption = #25407#20837#25991#23383#21015
192 h677 1.1 TabOrder = 0
193 h677 1.2 object TextMemo: TMemo
194     Left = 2
195     Top = 14
196 h677 1.3 Width = 385
197     Height = 169
198 h677 1.2 Hint = #25407#20837#12377#12427#25991#23383#21015
199     Align = alClient
200     ScrollBars = ssBoth
201     TabOrder = 0
202     end
203 h677 1.1 end
204     end
205     end
206     object ColumnImageList: TImageList
207 h677 1.2 Left = 312
208     Top = 192
209 h677 1.1 Bitmap = {
210 h677 1.2 494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
211 h677 1.1 0000000000003600000028000000400000001000000001002000000000000010
212     0000000000000000000000000000000000000000000000000000000000000000
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     000000000000000000000000000000000000000000000000000000000000FFFF
245     FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
246     0000000000000000000000000000000000000000000000000000000000000000
247     0000000000000000000080808000FFFFFF000000000000000000000000000000
248     0000000000000000000000000000000000000000000000000000000000000000
249     0000000000000000000000000000000000000000000000000000000000000000
250     0000000000000000000000000000000000000000000000000000000000000000
251     0000000000000000000000000000000000000000000000000000000000000000
252     0000000000000000000000000000000000000000000000000000000000008080
253     80008080800000000000000000000000000000000000FFFFFF00FFFFFF000000
254     0000000000000000000000000000000000000000000000000000000000000000
255     0000000000008080800080808000FFFFFF00FFFFFF0000000000000000000000
256     0000000000000000000000000000000000000000000000000000000000000000
257     0000000000000000000000000000000000000000000000000000000000000000
258     0000000000000000000000000000000000000000000000000000000000000000
259     0000000000000000000000000000000000000000000000000000000000000000
260     0000000000000000000000000000000000000000000000000000000000000000
261     00008080800000000000000000000000000000000000FFFFFF00000000000000
262     0000000000000000000000000000000000000000000000000000000000000000
263     000000000000808080000000000000000000FFFFFF0000000000000000000000
264     0000000000000000000000000000000000000000000000000000000000000000
265     0000000000000000000000000000000000000000000000000000000000000000
266     0000000000000000000000000000000000000000000000000000000000000000
267     0000000000000000000000000000000000000000000000000000000000000000
268     0000000000000000000000000000000000000000000000000000000000000000
269     000080808000808080000000000000000000FFFFFF00FFFFFF00000000000000
270     0000000000000000000000000000000000000000000000000000000000000000
271     000080808000808080000000000000000000FFFFFF00FFFFFF00000000000000
272     0000000000000000000000000000000000000000000000000000000000000000
273     0000000000000000000000000000000000000000000000000000000000000000
274     0000000000000000000000000000000000000000000000000000000000000000
275     0000000000000000000000000000000000000000000000000000000000000000
276     0000000000000000000000000000000000000000000000000000000000000000
277     000000000000808080000000000000000000FFFFFF0000000000000000000000
278     0000000000000000000000000000000000000000000000000000000000000000
279     00008080800000000000000000000000000000000000FFFFFF00000000000000
280     0000000000000000000000000000000000000000000000000000000000000000
281     0000000000000000000000000000000000000000000000000000000000000000
282     0000000000000000000000000000000000000000000000000000000000000000
283     0000000000000000000000000000000000000000000000000000000000000000
284     0000000000000000000000000000000000000000000000000000000000000000
285     0000000000008080800080808000FFFFFF00FFFFFF0000000000000000000000
286     0000000000000000000000000000000000000000000000000000000000008080
287     80008080800000000000000000000000000000000000FFFFFF00FFFFFF000000
288     0000000000000000000000000000000000000000000000000000000000000000
289     0000000000000000000000000000000000000000000000000000000000000000
290     0000000000000000000000000000000000000000000000000000000000000000
291     0000000000000000000000000000000000000000000000000000000000000000
292     0000000000000000000000000000000000000000000000000000000000000000
293     0000000000000000000080808000FFFFFF000000000000000000000000000000
294     0000000000000000000000000000000000000000000000000000000000008080
295     8000808080008080800080808000808080008080800080808000808080000000
296     0000000000000000000000000000000000000000000000000000000000000000
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     000000000000000000000000000000000000424D3E000000000000003E000000
341     2800000040000000100000000100010000000000800000000000000000000000
342     000000000000000000000000FFFFFF00FFFFFFFF00000000FFFFFFFF00000000
343     FFFFFFFF00000000FFFFFFFF00000000E01FFCFF00000000E79FF87F00000000
344     F7BFFB7F00000000F33FF33F00000000FB7FF7BF00000000F87FE79F00000000
345     FCFFE01F00000000FFFFFFFF00000000FFFFFFFF00000000FFFFFFFF00000000
346 h677 1.2 FFFFFFFF00000000FFFFFFFF0000000000000000000000000000000000000000
347     000000000000}
348 h677 1.1 end
349     object InputAssistFormActionList: TActionList
350 h677 1.2 Left = 360
351     Top = 192
352 h677 1.1 object EditCut1: TEditCut
353     Category = #32232#38598
354     Caption = #20999#12426#21462#12426'(&T)'
355     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
356     ImageIndex = 0
357     ShortCut = 16472
358     end
359     object EditCopy1: TEditCopy
360     Category = #32232#38598
361     Caption = #12467#12500#12540'(&C)'
362     Hint = #12467#12500#12540'|'#36984#25246#37096#20998#12434#12467#12500#12540#12375#12289#12463#12522#12483#12503#12508#12540#12489#12395#36865#12427
363     ImageIndex = 1
364     ShortCut = 16451
365     end
366     object EditPaste1: TEditPaste
367     Category = #32232#38598
368     Caption = #36028#12426#20184#12369'(&P)'
369     Hint = #36028#12426#20184#12369'|'#12463#12522#12483#12503#12508#12540#12489#12398#20869#23481#12434#36028#12426#20184#12369#12427
370     ImageIndex = 2
371     ShortCut = 16470
372     end
373     object EditSelectAll1: TEditSelectAll
374     Category = #32232#38598
375     Caption = #12377#12409#12390#12434#36984#25246'(&A)'
376     Hint = #12377#12409#12390#12434#36984#25246'|'#12489#12461#12517#12513#12531#12488#20840#20307#12434#36984#25246#12377#12427
377     ShortCut = 16449
378     end
379     object EditUndo1: TEditUndo
380     Category = #32232#38598
381     Caption = #20803#12395#25147#12377'(&U)'
382     Hint = #20803#12395#25147#12377'|'#30452#21069#12398#22793#26356#12434#20803#12395#25147#12377
383     ImageIndex = 3
384     ShortCut = 16474
385     end
386     object EditDelete1: TEditDelete
387     Category = #32232#38598
388     Caption = #21066#38500'(&D)'
389     Hint = #21066#38500'|'#36984#25246#37096#20998#12434#21066#38500#12377#12427
390     ImageIndex = 5
391     ShortCut = 46
392     end
393 h677 1.3 object InsertButtonAction: TAction
394     Category = #32232#38598
395     Caption = #25407#20837
396     OnExecute = InsertButtonActionExecute
397     OnUpdate = InsertButtonActionUpdate
398     end
399     object CloseAction: TAction
400     Category = #32232#38598
401     Caption = 'CloseAction'
402     OnExecute = CloseActionExecute
403     end
404 h677 1.1 end
405     end

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