OSDN Git Service

osdn 登録用コミット
[json-checker/json_checker.git] / Unit1.dfm
1 object Form1: TForm1
2   Left = 0
3   Top = 0
4   Caption = 'json checker'
5   ClientHeight = 482
6   ClientWidth = 900
7   Color = clBtnFace
8   Font.Charset = DEFAULT_CHARSET
9   Font.Color = clWindowText
10   Font.Height = -23
11   Font.Name = 'Tahoma'
12   Font.Style = []
13   Menu = MainMenu1
14   OldCreateOrder = False
15   ShowHint = True
16   OnCreate = FormCreate
17   OnDestroy = FormDestroy
18   PixelsPerInch = 96
19   TextHeight = 28
20   object Memo1: TMemo
21     Left = 0
22     Top = 25
23     Width = 625
24     Height = 287
25     Align = alClient
26     PopupMenu = PopupMenu1
27     TabOrder = 0
28     WantTabs = True
29     OnChange = Memo1Change
30     OnKeyDown = Memo1KeyDown
31     OnKeyPress = Memo1KeyPress
32     OnKeyUp = Memo1KeyUp
33   end
34   object ToolBar1: TToolBar
35     Left = 0
36     Top = 0
37     Width = 900
38     Height = 25
39     Caption = 'ToolBar1'
40     Images = ImageList1
41     TabOrder = 1
42     object ToolButton1: TToolButton
43       Left = 0
44       Top = 0
45       Width = 17
46       Caption = 'ToolButton1'
47       Style = tbsSeparator
48     end
49     object ToolButton3: TToolButton
50       Left = 17
51       Top = 0
52       Width = 8
53       Caption = 'ToolButton3'
54       ImageIndex = 1
55       Style = tbsSeparator
56     end
57     object ToolButton2: TToolButton
58       Left = 25
59       Top = 0
60       Hint = 'Execute'
61       Caption = 'ToolButton2'
62       ImageIndex = 0
63       OnClick = ToolButton2Click
64     end
65     object ToolButton9: TToolButton
66       Left = 48
67       Top = 0
68       Width = 8
69       Caption = 'ToolButton9'
70       ImageIndex = 3
71       Style = tbsSeparator
72     end
73     object ToolButton8: TToolButton
74       Left = 56
75       Top = 0
76       Hint = 'Undo'
77       Action = Action3
78       Enabled = False
79       ImageIndex = 4
80     end
81     object ToolButton10: TToolButton
82       Left = 79
83       Top = 0
84       Width = 8
85       Caption = 'ToolButton10'
86       ImageIndex = 4
87       Style = tbsSeparator
88     end
89     object ToolButton11: TToolButton
90       Left = 87
91       Top = 0
92       Hint = 'Redo'
93       Action = Action5
94       Enabled = False
95       ImageIndex = 1
96     end
97     object ToolButton4: TToolButton
98       Left = 110
99       Top = 0
100       Width = 33
101       Caption = 'ToolButton4'
102       ImageIndex = 1
103       Style = tbsSeparator
104     end
105     object ToolButton6: TToolButton
106       Left = 143
107       Top = 0
108       Width = 8
109       Caption = 'ToolButton6'
110       ImageIndex = 2
111       Style = tbsSeparator
112     end
113     object ToolButton5: TToolButton
114       Left = 151
115       Top = 0
116       Hint = 'Help'
117       Caption = 'ToolButton5'
118       ImageIndex = 3
119       OnClick = ToolButton5Click
120     end
121     object ToolButton7: TToolButton
122       Left = 174
123       Top = 0
124       Width = 8
125       Caption = 'ToolButton7'
126       ImageIndex = 2
127       Style = tbsSeparator
128     end
129   end
130   object TreeView1: TTreeView
131     Left = 625
132     Top = 25
133     Width = 275
134     Height = 287
135     Align = alRight
136     Color = clInfoBk
137     Indent = 19
138     ReadOnly = True
139     TabOrder = 2
140     TabStop = False
141     Items.NodeData = {
142       0301000000320000000000000000000000FFFFFFFFFFFFFFFF00000000000000
143       0000000000010A4A0053004F004E0020006900740065006D007300}
144   end
145   object StatusBar1: TStatusBar
146     Left = 0
147     Top = 463
148     Width = 900
149     Height = 19
150     Panels = <
151       item
152         Width = 50
153       end>
154   end
155   object TabControl1: TTabControl
156     Left = 0
157     Top = 312
158     Width = 900
159     Height = 151
160     Align = alBottom
161     TabOrder = 4
162     Tabs.Strings = (
163       #12504#12523#12503
164       #12496#12540#12472#12519#12531#24773#22577
165       #12498#12531#12488)
166     TabIndex = 0
167     Visible = False
168     OnChange = TabControl1Change
169     object Memo2: TMemo
170       Left = 4
171       Top = 39
172       Width = 892
173       Height = 108
174       TabStop = False
175       Align = alClient
176       Lines.Strings = (
177         '')
178       ReadOnly = True
179       ScrollBars = ssVertical
180       TabOrder = 0
181     end
182     object Memo3: TMemo
183       Left = 360
184       Top = 32
185       Width = 185
186       Height = 89
187       Lines.Strings = (
188         'json'#25991#23383#21015#12434#20837#21147#12375#12390#12367#12384#12373#12356#12290
189         #35299#26512#32080#26524#12364#21491#12395#12290#12463#12522#12483#12503#12508#12540#12489#12395#32232#38598#20013#12398#20869#23481#12364#12467#12500#12540#12373#12428#12414#12377#12290)
190       TabOrder = 1
191       Visible = False
192       WordWrap = False
193     end
194     object Memo4: TMemo
195       Left = 448
196       Top = 56
197       Width = 185
198       Height = 89
199       Lines.Strings = (
200         #12522#12489#12453#27231#33021#12434#36861#21152
201         #12450#12531#12489#12453#12434#28145#12367#32368#12426#36820#12379#12427
202         #22806#35251#12434#22793#26356
203         'TJSONArray '#12395#23550#24540#12375#12414#12375#12383' '
204         ' --------------------'
205         #21021#20844#38283)
206       TabOrder = 2
207       Visible = False
208       WordWrap = False
209     end
210     object Memo5: TMemo
211       Left = 600
212       Top = 24
213       Width = 185
214       Height = 89
215       Lines.Strings = (
216         'JSONObject'#12434#12493#12473#12488#12377#12427#38555#12395#12399#37197#21015#20869#12395#20837#12428#12390#12367#12384#12373#12356#12290)
217       TabOrder = 3
218       Visible = False
219       WordWrap = False
220     end
221   end
222   object ImageList1: TImageList
223     Left = 200
224     Top = 88
225     Bitmap = {
226       494C010106000800980010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
227       0000000000003600000028000000400000002000000001002000000000000020
228       0000000000000000000000000000000000000000000000000000000000000000
229       0000000000000000000000000000000000000000000000000000000000000000
230       0000000000000000000000000000000000000000000000000000000000000000
231       00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
232       0000000000000000000000000000000000000000000000000000000000000000
233       0000000000000000000000000000000000000000000000000000000000000000
234       0000000000000000000000000000000000000000000000000000000000000000
235       0000000000000000000000000000000000000000000000000000000000000000
236       0000000000000000000000000000000000000000000000000000000000000000
237       0000000000000000FF000000FF000000FF000000FF000000FF00000000000000
238       0000000000000000000000000000000000000000000000000000000000000000
239       0000FFFFFF008080800080808000808080008080800080808000FFFFFF00FFFF
240       FF00FFFFFF000000000000000000000000000000000000000000000000000000
241       0000000000000000000000000000000000000000000000000000000000000000
242       0000000000000000000000000000000000000000000000000000000000000000
243       0000000000000000000000000000000000000000000000000000000000000000
244       0000000000000000000000000000000000000000000000000000000000000000
245       FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
246       FF00000000000000000000000000000000000000000000000000000000008080
247       8000808080008080800000000000000000000000000080808000808080008080
248       8000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
249       0000000000000000000000000000000000000000000000000000000000000000
250       0000000000000000000000000000000000000000000000000000000000000000
251       0000000000000000000000000000000000000000000000000000000000000000
252       00000000000000000000000000000000000000000000000000000000FF000000
253       FF000000000000000000000000000000000000000000000000000000FF000000
254       FF000000FF000000000000000000000000000000000000000000808080008080
255       8000FFFFFF00FFFFFF0000000000000000000000000000000000000000008080
256       800080808000FFFFFF00FFFFFF00000000000000000000000000000000000000
257       0000000000000000000000000000000000000000000000000000000000000000
258       0000000000000000000000000000000000000000000000000000000000000000
259       0000000000000000000000000000000000000000000000000000000000000000
260       000000000000000000000000000000000000000000000000FF000000FF000000
261       FF000000FF000000000000000000000000000000000000000000000000000000
262       FF000000FF000000FF0000000000000000000000000080808000808080008080
263       800080808000FFFFFF00FFFFFF00000000000000000000000000000000000000
264       00008080800080808000FFFFFF00000000000000000000000000000000000000
265       0000000000000000000000000000000000000000000000000000000000000000
266       0000000000000000000000000000000000000000000000000000000000000000
267       0000000000000000000000000000000000000000000000000000000000000000
268       000000000000000000000000000000000000000000000000FF00000000000000
269       FF000000FF000000FF0000000000000000000000000000000000000000000000
270       00000000FF000000FF0000000000000000000000000080808000FFFFFF008080
271       80008080800080808000FFFFFF00FFFFFF000000000000000000000000000000
272       00000000000080808000FFFFFF00FFFFFF000000000000000000000000000000
273       0000000000000000000000000000000000000000000000000000000000000000
274       0000000000000000000000000000000000000000000000000000000000000000
275       0000000000000000000000000000000000000000000000000000000000000000
276       0000000000000000000000000000000000000000FF000000FF00000000000000
277       00000000FF000000FF000000FF00000000000000000000000000000000000000
278       0000000000000000FF000000FF00000000008080800080808000FFFFFF000000
279       0000808080008080800080808000FFFFFF00FFFFFF0000000000000000000000
280       0000000000008080800080808000FFFFFF000000000000000000000000000000
281       0000000000000000000000000000000000000000000000000000000000000000
282       0000000000000000000000000000000000000000000000000000000000000000
283       0000000000000000000000000000000000000000000000000000000000000000
284       0000000000000000000000000000000000000000FF000000FF00000000000000
285       0000000000000000FF000000FF000000FF000000000000000000000000000000
286       0000000000000000FF000000FF00000000008080800080808000FFFFFF000000
287       000000000000808080008080800080808000FFFFFF00FFFFFF00000000000000
288       0000000000008080800080808000FFFFFF000000000000000000000000000000
289       0000000000000000000000000000000000000000000000000000000000000000
290       0000000000000000000000000000000000000000000000000000000000000000
291       0000000000000000000000000000000000000000000000000000000000000000
292       0000000000000000000000000000000000000000FF000000FF00000000000000
293       000000000000000000000000FF000000FF000000FF0000000000000000000000
294       0000000000000000FF000000FF00000000008080800080808000FFFFFF000000
295       00000000000000000000808080008080800080808000FFFFFF00FFFFFF000000
296       0000000000008080800080808000FFFFFF000000000000000000000000000000
297       0000000000000000000000000000000000000000000000000000000000000000
298       0000000000000000000000000000000000000000000000000000000000000000
299       0000000000000000000000000000000000000000000000000000000000000000
300       0000000000000000000000000000000000000000FF000000FF00000000000000
301       00000000000000000000000000000000FF000000FF000000FF00000000000000
302       0000000000000000FF000000FF00000000008080800080808000FFFFFF000000
303       0000000000000000000000000000808080008080800080808000FFFFFF00FFFF
304       FF00000000008080800080808000FFFFFF000000000000000000000000000000
305       0000000000000000000000000000000000000000000000000000000000000000
306       0000000000000000000000000000000000000000000000000000000000000000
307       0000000000000000000000000000000000000000000000000000000000000000
308       0000000000000000000000000000000000000000FF000000FF00000000000000
309       0000000000000000000000000000000000000000FF000000FF000000FF000000
310       0000000000000000FF000000FF00000000008080800080808000FFFFFF00FFFF
311       FF0000000000000000000000000000000000808080008080800080808000FFFF
312       FF00FFFFFF008080800080808000000000000000000000000000000000000000
313       0000000000000000000000000000000000000000000000000000000000000000
314       0000000000000000000000000000000000000000000000000000000000000000
315       0000000000000000000000000000000000000000000000000000000000000000
316       000000000000000000000000000000000000000000000000FF000000FF000000
317       000000000000000000000000000000000000000000000000FF000000FF000000
318       FF00000000000000FF000000000000000000000000008080800000000000FFFF
319       FF00FFFFFF000000000000000000000000000000000080808000808080008080
320       8000FFFFFF0080808000FFFFFF00000000000000000000000000000000000000
321       0000000000000000000000000000000000000000000000000000000000000000
322       0000000000000000000000000000000000000000000000000000000000000000
323       0000000000000000000000000000000000000000000000000000000000000000
324       000000000000000000000000000000000000000000000000FF000000FF000000
325       FF000000000000000000000000000000000000000000000000000000FF000000
326       FF000000FF000000FF0000000000000000000000000080808000808080000000
327       0000FFFFFF00FFFFFF0000000000000000000000000000000000808080008080
328       8000808080008080800000000000000000000000000000000000000000000000
329       0000000000000000000000000000000000000000000000000000000000000000
330       0000000000000000000000000000000000000000000000000000000000000000
331       0000000000000000000000000000000000000000000000000000000000000000
332       00000000000000000000000000000000000000000000000000000000FF000000
333       FF000000FF000000000000000000000000000000000000000000000000000000
334       FF000000FF000000000000000000000000000000000000000000808080008080
335       800000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
336       8000808080000000000000000000000000000000000000000000000000000000
337       0000000000000000000000000000000000000000000000000000000000000000
338       0000000000000000000000000000000000000000000000000000000000000000
339       0000000000000000000000000000000000000000000000000000000000000000
340       0000000000000000000000000000000000000000000000000000000000000000
341       FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
342       FF00000000000000000000000000000000000000000000000000000000008080
343       8000808080008080800000000000000000000000000080808000808080008080
344       8000000000000000000000000000000000000000000000000000000000000000
345       0000000000000000000000000000000000000000000000000000000000000000
346       0000000000000000000000000000000000000000000000000000000000000000
347       0000000000000000000000000000000000000000000000000000000000000000
348       0000000000000000000000000000000000000000000000000000000000000000
349       0000000000000000FF000000FF000000FF000000FF000000FF00000000000000
350       0000000000000000000000000000000000000000000000000000000000000000
351       0000000000008080800080808000808080008080800080808000000000000000
352       0000000000000000000000000000000000000000000000000000000000000000
353       0000000000000000000000000000000000000000000000000000000000000000
354       0000000000000000000000000000000000000000000000000000000000000000
355       0000000000000000000000000000000000000000000000000000000000000000
356       0000000000000000000000000000000000000000000000000000000000000000
357       0000000000000000000000000000000000000000000000000000000000000000
358       0000000000000000000000000000000000000000000000000000000000000000
359       0000000000000000000000000000000000000000000000000000000000000000
360       0000000000000000000000000000000000000000000000000000000000000000
361       0000000000000000000000000000000000000000000000000000000000000000
362       0000000000000000000000000000000000000000000000000000000000000000
363       0000000000000000000000000000000000000000000000000000000000000000
364       00000000000000000000000000000000000000000000FF00000080000000FFFF
365       FF0000000000FFFFFF0080000000800000008000000000000000000000000000
366       0000000000008000000080000000000000000000000000000000000000000000
367       0000000000000000000000000000000000000000000000000000000000000000
368       000000000000000000000000000000000000000000000000000000000000FFFF
369       FF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00000000000000
370       000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
371       0000000000000000000000000000000000000000000000000000000000000000
372       00000000000000000000000000000000000000000000FF000000FF0000000000
373       0000FFFFFF0000000000800000000000000000000000BFBFBF00BFBFBF00BFBF
374       BF00BFBFBF0000000000000000000000000000000000000000000000FF000000
375       FF000000FF000000000000000000808080000000000080808000000000000000
376       00000000FF000000FF000000FF00000000000000000000000000808080008080
377       800080808000FFFFFF00FFFFFF000000000080808000FFFFFF00FFFFFF000000
378       0000808080008080800080808000000000008000000080000000FFFFFF000000
379       00000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF000000
380       00000000000000000000000000000000000000000000FF000000FF0000000000
381       0000FFFFFF000000000000000000BFBFBF00BFBFBF00BFBFBF00BFBFBF000000
382       0000000000000000000000000000000000000000000000000000000000000000
383       FF000000FF000000FF0000000000000000000000000000000000000000000000
384       FF000000FF000000FF0000000000000000000000000000000000000000008080
385       80008080800080808000FFFFFF00808080008080800080808000FFFFFF008080
386       8000808080008080800000000000000000008000000080000000FFFFFF000000
387       000000FFFF00FFFFFF0000FFFF00FFFFFF000000000000000000000000000000
388       00000000000000000000000000000000000000000000FF000000FF000000FFFF
389       FF000000000000000000BFBFBF00BFBFBF00BFBFBF0000000000000000007F7F
390       7F00BFBFBF00BFBFBF0000000000000000000000000000000000000000000000
391       00000000FF000000FF000000FF008080800000000000808080000000FF000000
392       FF000000FF000000000000000000000000000000000000000000000000000000
393       0000808080008080800080808000FFFFFF008080800000000000808080008080
394       8000808080000000000000000000000000008000000080000000FFFFFF000000
395       0000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
396       FF00FFFFFF0000000000000000000000000000000000FF000000FF000000FF00
397       000000000000BFBFBF00BFBFBF00BFBFBF00000000007F7F7F007F7F7F007F7F
398       7F00BFBFBF000000000080000000000000000000000000000000000000000000
399       0000000000000000FF000000FF000000FF00000000000000FF000000FF000000
400       FF00000000000000000000000000000000000000000000000000000000000000
401       0000000000008080800080808000808080000000000080808000808080008080
402       8000000000000000000000000000000000008000000080000000FFFFFF000000
403       000000FFFF00FFFFFF0000FFFF00FFFFFF000000000000000000000000000000
404       00000000000000000000000000000000000000000000FF000000FF0000000000
405       0000FFFFFF00FFFFFF00BFBFBF00000000007F7F7F007F7F7F007F7F7F00BFBF
406       BF00BFBFBF000000000080000000000000000000000000000000000000000000
407       000000000000000000000000FF000000FF00000000000000FF000000FF000000
408       0000000000000000000000000000000000000000000000000000000000000000
409       00000000000000000000808080000000000080808000FFFFFF00808080000000
410       0000000000000000000000000000000000008000000080000000FFFFFF000000
411       0000FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FF
412       FF00FFFFFF0000000000000000000000000000000000FF000000FF0000000000
413       0000FFFFFF00FFFFFF000000000000000000BFBFBF007F7F7F007F7F7F00BFBF
414       BF00000000008000000080000000000000000000000000000000000000000000
415       0000000000000000000000000000000080000000000000008000000000000000
416       0000000000000000000000000000000000000000000000000000000000000000
417       0000000000000000000000000000808080008080800080808000FFFFFF00FFFF
418       FF00000000000000000000000000000000008000000080000000FFFFFF000000
419       000000FFFF000000000000FFFF00000000000000000000000000000000000000
420       000000000000FFFFFF00000000000000000000000000FF00000000000000FFFF
421       FF00FFFFFF00000000007F7F7F007F7F7F00FFFFFF00BFBFBF007F7F7F000000
422       0000800000008000000080000000000000000000000000000000000000000000
423       000000000000000000000000FF000000800000000000000080000000FF000000
424       0000000000000000000000000000000000000000000000000000000000000000
425       000000000000000000000000000080808000808080008080800000000000FFFF
426       FF00FFFFFF000000000000000000000000000000000000000000000000000000
427       0000FFFFFF0000000000FFFFFF00000000000000000000000000FFFFFF0000FF
428       FF00FFFFFF0000FFFF0000000000FFFFFF0000000000FF00000000000000FFFF
429       FF00FFFFFF00000000007F7F7F007F7F7F007F7F7F00FFFFFF00BFBFBF008000
430       0000800000008000000080000000000000000000000000000000000000000000
431       0000000000000000FF000000FF000000000000000000000000000000FF000000
432       FF00000000000000000000000000000000000000000000000000000000000000
433       0000000000008080800000000000808080008080800080808000000000008080
434       8000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
435       0000000000000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
436       FF0000FFFF0000000000FFFFFF008000000000000000FF00000000000000FFFF
437       FF00000000007F7F7F007F7F7F007F7F7F007F7F7F0000000000FFFFFF00BFBF
438       BF00FFFFFF008000000080000000000000000000000000000000000000000000
439       00000000FF000000FF000000FF000000000000000000000000000000FF000000
440       FF000000FF000000000000000000000000000000000000000000000000000000
441       0000808080008080800000000000808080008080800080808000000000008080
442       800080808000FFFFFF00FFFFFF00000000000000000000000000000000000000
443       000000000000000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FF
444       FF0000000000FFFFFF00800000008000000000000000FF00000000000000FFFF
445       FF00000000007F7F7F007F7F7F007F7F7F0000000000FF000000FF0000000000
446       0000BFBFBF008000000080000000000000000000000000000000000000000000
447       FF000000FF000000FF0000000000000000000000000000000000000000000000
448       FF000000FF000000FF0000000000000000000000000000000000000000008080
449       8000808080008080800000000000808080008080800080808000FFFFFF008080
450       80008080800080808000FFFFFF00FFFFFF000000000000000000000000000000
451       0000000000000000000000000000000000000000000000000000000000000000
452       0000FFFFFF0080000000800000008000000000000000FF000000000000000000
453       00007F7F7F007F7F7F000000000000000000FF000000FF000000FFFFFF00BFBF
454       BF00FFFFFF0080000000800000000000000000000000000000000000FF000000
455       FF000000FF000000000000000000808080000000000080808000000000000000
456       00000000FF000000FF000000FF00000000000000000000000000808080008080
457       8000808080000000000000000000000000008080800000000000000000000000
458       0000808080008080800080808000000000000000000000000000000000000000
459       000000000000000000000000000000000000000000000000000000000000FFFF
460       FF008000000080000000800000008000000000000000FF000000FF0000000000
461       00000000000000000000FF000000FF000000FF000000FF000000FF000000FF00
462       0000FF000000FF00000080000000000000000000000000000000000000000000
463       0000000000000000000000000000000000000000000000000000000000000000
464       0000000000000000000000000000000000000000000000000000000000000000
465       0000000000000000000000000000000000000000000000000000000000000000
466       0000000000000000000000000000000000000000000000000000000000000000
467       0000000000000000000000000000000000000000000000000000000000000000
468       00000000000080000000800000008000000000000000FF000000FF000000FF00
469       0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00
470       0000FF000000FF000000FF000000000000000000000000000000000000000000
471       0000000000000000000000000000000000000000000000000000000000000000
472       0000000000000000000000000000000000000000000000000000000000000000
473       0000000000000000000000000000000000000000000000000000000000000000
474       0000000000000000000000000000000000000000000000000000000000000000
475       0000000000000000000000000000000000000000000000000000000000000000
476       0000000000000000000000000000800000000000000000000000000000000000
477       0000000000000000000000000000000000000000000000000000000000000000
478       0000000000000000000000000000000000000000000000000000000000000000
479       0000000000000000000000000000000000000000000000000000000000000000
480       0000000000000000000000000000000000000000000000000000000000000000
481       0000000000000000000000000000000000000000000000000000000000000000
482       0000000000000000000000000000000000000000000000000000000000000000
483       0000000000000000000000000000000000000000000000000000000000000000
484       000000000000000000000000000000000000424D3E000000000000003E000000
485       2800000040000000200000000100010000000000000100000000000000000000
486       000000000000000000000000FFFFFF00FFFFFC1F00000000F83FF00700000000
487       E00FE38300000000CFC7C3E10000000087E381F100000000A3F380F800000000
488       31F910780000000038F91838000000003C791C18000000003E391E0800000000
489       3F190F01000000009F8BA781000000008FC393C300000000C7E7C80700000000
490       E00FE38F00000000F83FF83F00000000FFFFFFFFFFFFFFFF8001FFFFE338081F
491       8001C631C111000F8001E223E00300078001F007F04700038001F88FF88F0001
492       8001FC1FFD1F00018001FE3FFE0F00008001FC1FFE2700008001F80FFA23F000
493       8001F007F221FC008001E223E200FF008001C631C771FFC08001FFFFFFFFFFE0
494       8001FFFFFFFFFFF8FFFFFFFFFFFFFFFE00000000000000000000000000000000
495       000000000000}
496   end
497   object ActionList1: TActionList
498     Left = 368
499     Top = 176
500     object EditCopy1: TEditCopy
501       Category = #32232#38598
502       Caption = #12467#12500#12540'(&C)'
503       Hint = #12467#12500#12540'|'#36984#25246#37096#20998#12434#12467#12500#12540#12375#12390#12463#12522#12483#12503#12508#12540#12489#12395#20837#12428#12414#12377
504       ImageIndex = 1
505       ShortCut = 16451
506     end
507     object EditCut1: TEditCut
508       Category = #32232#38598
509       Caption = #20999#12426#21462#12426'(&T)'
510       Hint = #20999#12426#21462#12426'|'#36984#25246#37096#20998#12434#20999#12426#21462#12387#12390#12463#12522#12483#12503#12508#12540#12489#12395#20837#12428#12414#12377
511       ImageIndex = 0
512       ShortCut = 16472
513     end
514     object EditSelectAll1: TEditSelectAll
515       Category = #32232#38598
516       Caption = #12377#12409#12390#36984#25246'(&A)'
517       Hint = #12377#12409#12390#36984#25246'|'#12489#12461#12517#12513#12531#12488#20840#20307#12434#36984#25246#12375#12414#12377
518       ShortCut = 16449
519     end
520     object Action1: TAction
521       Category = #12501#12449#12452#12523
522       Caption = #23455#34892
523       ShortCut = 16453
524       OnExecute = ToolButton2Click
525     end
526     object Action2: TAction
527       Caption = #12504#12523#12503
528       OnExecute = ToolButton5Click
529     end
530     object FileExit1: TFileExit
531       Category = #12501#12449#12452#12523
532       Caption = #32066#20102'(&X)'
533       Hint = #32066#20102'|'#12450#12503#12522#12465#12540#12471#12519#12531#12434#32066#20102#12375#12414#12377
534       ImageIndex = 43
535       ShortCut = 16465
536     end
537     object Action3: TAction
538       Category = #32232#38598
539       Caption = 'Undo'
540       ShortCut = 16474
541       OnExecute = Action3Execute
542     end
543     object Action4: TAction
544       Category = #32232#38598
545       Caption = 'Past'
546       ShortCut = 16470
547       OnExecute = Action4Execute
548     end
549     object Action5: TAction
550       Category = #32232#38598
551       Caption = 'ReDo'
552       ShortCut = 16466
553       OnExecute = Action5Execute
554     end
555   end
556   object PopupMenu1: TPopupMenu
557     Left = 368
558     Top = 232
559     object C1: TMenuItem
560       Action = EditCopy1
561     end
562     object T1: TMenuItem
563       Action = EditCut1
564     end
565     object P1: TMenuItem
566       Action = Action4
567     end
568     object A1: TMenuItem
569       Action = EditSelectAll1
570     end
571     object U1: TMenuItem
572       Action = Action3
573     end
574     object ReDo1: TMenuItem
575       Action = Action5
576     end
577   end
578   object MainMenu1: TMainMenu
579     Left = 256
580     Top = 232
581     object N1: TMenuItem
582       Caption = #12501#12449#12452#12523
583       object N4: TMenuItem
584         Action = Action1
585       end
586       object N5: TMenuItem
587         Caption = '-'
588       end
589       object X1: TMenuItem
590         Action = FileExit1
591       end
592     end
593     object N2: TMenuItem
594       Caption = #26360#24335
595       object C2: TMenuItem
596         Action = EditCopy1
597       end
598       object T2: TMenuItem
599         Action = EditCut1
600       end
601       object P2: TMenuItem
602         Action = Action4
603       end
604       object A2: TMenuItem
605         Action = EditSelectAll1
606       end
607       object U2: TMenuItem
608         Action = Action3
609       end
610       object ReDo2: TMenuItem
611         Action = Action5
612       end
613     end
614     object N3: TMenuItem
615       Caption = #12504#12523#12503
616       object N6: TMenuItem
617         Action = Action2
618       end
619     end
620   end
621 end