Develop and Download Open Source Software

Browse CVS Repository

Annotation of /gikonavigoeson/gikonavi/Giko.dfm

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


Revision 1.241 - (hide annotations) (download)
Mon Jan 9 16:16:32 2006 UTC (18 years, 3 months ago) by h677
Branch: MAIN
Changes since 1.240: +2 -2 lines
Bb51の修正をマージ

1 hi_ 1.1 object GikoForm: TGikoForm
2 h677 1.241 Left = 97
3     Top = 51
4 hi_ 1.1 HorzScrollBar.Visible = False
5     VertScrollBar.Visible = False
6     AutoScroll = False
7 h677 1.27 Caption = '-'
8 h677 1.220 ClientHeight = 558
9     ClientWidth = 775
10 hi_ 1.1 Color = clBtnFace
11     Font.Charset = SHIFTJIS_CHARSET
12     Font.Color = clWindowText
13     Font.Height = -12
14     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
15     Font.Style = []
16 h677 1.8 KeyPreview = True
17 hi_ 1.1 OldCreateOrder = False
18     Visible = True
19 h677 1.192 OnActivate = FormActivate
20 hi_ 1.1 OnCloseQuery = FormCloseQuery
21     OnCreate = FormCreate
22 h677 1.99 OnDestroy = FormDestroy
23 yoffy 1.2 OnMouseWheel = FormMouseWheel
24 hi_ 1.1 OnResize = FormResize
25     OnShortCut = FormShortCut
26     OnShow = FormShow
27     PixelsPerInch = 96
28     TextHeight = 12
29     object StatusBar: TStatusBar
30     Left = 0
31 h677 1.220 Top = 538
32     Width = 775
33 hi_ 1.1 Height = 20
34     Panels = <
35     item
36     Width = 100
37     end
38     item
39     Width = 500
40 h677 1.11 end
41     item
42 h677 1.237 Width = 80
43     end
44     item
45 h677 1.112 Width = 50
46 hi_ 1.1 end>
47     SimplePanel = False
48 hi_ 1.22 OnResize = StatusBarResize
49 hi_ 1.1 end
50     object MainPanel: TPanel
51     Left = 0
52     Top = 77
53 h677 1.220 Width = 775
54     Height = 461
55 hi_ 1.1 Align = alClient
56     BevelOuter = bvNone
57     TabOrder = 1
58     object MessageSplitter: TSplitter
59     Left = 0
60 h677 1.220 Top = 422
61     Width = 775
62 hi_ 1.1 Height = 5
63     Cursor = crVSplit
64     Align = alBottom
65     AutoSnap = False
66     MinSize = 26
67     ResizeStyle = rsUpdate
68     end
69     object ClientPanel: TPanel
70     Left = 0
71     Top = 0
72 h677 1.220 Width = 775
73     Height = 422
74 hi_ 1.1 Align = alClient
75     BevelOuter = bvNone
76     TabOrder = 0
77     object TreeSplitter: TSplitter
78     Left = 145
79     Top = 0
80     Width = 5
81 h677 1.220 Height = 422
82 hi_ 1.1 Cursor = crHSplit
83     AutoSnap = False
84     ResizeStyle = rsUpdate
85     end
86     object CabinetPanel: TPanel
87     Left = 0
88     Top = 0
89     Width = 145
90 h677 1.220 Height = 422
91 hi_ 1.1 Align = alLeft
92     BevelOuter = bvNone
93     TabOrder = 0
94     object TreeView: TTreeView
95     Left = 4
96 yoffy 1.37 Top = 80
97 hi_ 1.1 Width = 137
98 yoffy 1.36 Height = 167
99 hi_ 1.1 BorderStyle = bsNone
100     ChangeDelay = 50
101     HideSelection = False
102     Images = ItemIcon16
103     Indent = 19
104     PopupMenu = TreePopupMenu
105     ReadOnly = True
106     RightClickSelect = True
107     ShowRoot = False
108     TabOrder = 0
109     OnCollapsed = TreeViewCollapsed
110     OnCustomDraw = TreeViewCustomDraw
111     OnCustomDrawItem = TreeViewCustomDrawItem
112     OnExpanded = TreeViewExpanded
113 yoffy 1.95 OnKeyDown = TreeViewKeyDown
114 h677 1.240 OnMouseDown = TreeViewMouseDown
115 hi_ 1.1 end
116     object Panel3: TPanel
117     Left = 0
118     Top = 0
119     Width = 145
120     Height = 25
121     Align = alTop
122     Alignment = taLeftJustify
123     BevelInner = bvRaised
124     BevelOuter = bvLowered
125     TabOrder = 1
126     DesignSize = (
127     145
128     25)
129 h677 1.231 object CabinetCloseSpeedButton: TSpeedButton
130 hi_ 1.1 Left = 121
131     Top = 4
132     Width = 20
133     Height = 17
134 h677 1.224 Hint = #12461#12515#12499#12493#12483#12488#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
135 hi_ 1.1 Anchors = [akRight]
136     Flat = True
137     Font.Charset = SHIFTJIS_CHARSET
138     Font.Color = clWindowText
139     Font.Height = -12
140     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
141     Font.Style = [fsBold]
142     Glyph.Data = {
143     DE000000424DDE0000000000000076000000280000000E0000000D0000000100
144     04000000000068000000C40E0000C40E00001000000000000000000000000000
145     8000008000000080800080000000800080008080000080808000C0C0C0000000
146     FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00111111111111
147     1100111111111111110011111111111111001110011110011100111100110011
148     1100111110000111110011111100111111001111100001111100111100110011
149     1100111001111001110011111111111111001111111111111100111111111111
150     1100}
151     Layout = blGlyphTop
152     ParentFont = False
153     ParentShowHint = False
154     ShowHint = True
155     Spacing = 0
156     Transparent = False
157 h677 1.231 OnClick = CabinetCloseSpeedButtonClick
158 hi_ 1.1 end
159     object ToolBar1: TToolBar
160     Left = 2
161     Top = 4
162 yoffy 1.105 Width = 16
163 hi_ 1.1 Height = 18
164     Align = alNone
165     AutoSize = True
166     ButtonHeight = 18
167     ButtonWidth = 16
168     EdgeBorders = []
169     Flat = True
170     List = True
171     ShowCaptions = True
172     TabOrder = 0
173     object CabinetSelectToolButton: TToolButton
174     Left = 0
175     Top = 0
176     AutoSize = True
177     Caption = '_'
178     DropdownMenu = CabinetSelectPopupMenu
179     end
180     end
181     end
182     object HistoryToolBar: TToolBar
183     Left = 0
184     Top = 25
185     Width = 145
186     Height = 24
187     AutoSize = True
188     BorderWidth = 1
189     ButtonHeight = 18
190 genyakun 1.222 ButtonWidth = 54
191 hi_ 1.1 Caption = 'HistoryToolBar'
192     EdgeBorders = [ebLeft, ebRight, ebBottom]
193     Flat = True
194     List = True
195     ShowCaptions = True
196     TabOrder = 2
197 h677 1.231 object HistoryShowToolButton: TToolButton
198 hi_ 1.1 Left = 0
199     Top = 0
200     AutoSize = True
201     Caption = #34920#31034
202     ImageIndex = 0
203     end
204 h677 1.231 object HistoryAllClearToolButton: TToolButton
205 hi_ 1.1 Left = 40
206     Top = 0
207     AutoSize = True
208 genyakun 1.222 Caption = #20840#12463#12522#12450
209 hi_ 1.1 ImageIndex = 1
210 h677 1.231 OnClick = HistoryAllClearToolButtonClick
211 hi_ 1.1 end
212     end
213     object FavoriteTreeView: TTreeView
214     Left = 4
215 yoffy 1.37 Top = 256
216 hi_ 1.1 Width = 137
217 yoffy 1.36 Height = 57
218 hi_ 1.1 BorderStyle = bsNone
219     ChangeDelay = 50
220 yoffy 1.36 DragMode = dmAutomatic
221 hi_ 1.1 HideSelection = False
222     Images = ItemIcon16
223     Indent = 19
224 yoffy 1.36 PopupMenu = FavoriteTreePopupMenu
225 hi_ 1.1 ReadOnly = True
226     RightClickSelect = True
227     ShowRoot = False
228     TabOrder = 3
229 yoffy 1.36 OnDragDrop = FavoriteTreeViewDragDrop
230     OnDragOver = FavoriteTreeViewDragOver
231     OnEdited = FavoriteTreeViewEdited
232 h677 1.220 OnEditing = FavoriteTreeViewEditing
233 yoffy 1.55 OnEndDrag = FavoriteTreeViewEndDrag
234 yoffy 1.36 OnKeyDown = FavoriteTreeViewKeyDown
235 yoffy 1.101 OnMouseDown = FavoriteTreeViewMouseDown
236 yoffy 1.36 end
237     object FavoriteToolBar: TToolBar
238     Left = 0
239     Top = 49
240     Width = 145
241 h677 1.236 Height = 42
242 yoffy 1.36 AutoSize = True
243     BorderWidth = 1
244     ButtonHeight = 18
245 h677 1.236 ButtonWidth = 131
246 yoffy 1.36 Caption = 'FavoriteToolBar'
247     EdgeBorders = [ebLeft, ebRight, ebBottom]
248     Flat = True
249     List = True
250     ShowCaptions = True
251     TabOrder = 4
252 h677 1.231 object FavoriteAddToolButton: TToolButton
253 yoffy 1.36 Left = 0
254     Top = 0
255 h677 1.231 Action = GikoDM.FavoriteAddAction
256 yoffy 1.36 AutoSize = True
257 h677 1.236 Wrap = True
258 yoffy 1.36 end
259 h677 1.231 object FavoriteArrangeToolButton: TToolButton
260 h677 1.236 Left = 0
261     Top = 18
262 h677 1.231 Hint = #12362#27671#12395#20837#12426#25972#29702#12480#12452#12450#12525#12464#12434#38283#12367
263 yoffy 1.36 AutoSize = True
264     Caption = #25972#29702'...'
265 h677 1.231 OnClick = FavoriteArrangeToolButtonClick
266 yoffy 1.36 end
267 hi_ 1.1 end
268     end
269     object ThreadMainPanel: TPanel
270     Left = 150
271     Top = 0
272 h677 1.220 Width = 625
273     Height = 422
274 hi_ 1.1 Align = alClient
275     BevelOuter = bvNone
276     TabOrder = 1
277     object ListSplitter: TSplitter
278     Left = 0
279     Top = 189
280 h677 1.220 Width = 625
281 hi_ 1.1 Height = 5
282     Cursor = crVSplit
283     Align = alTop
284     AutoSnap = False
285     MinSize = 1
286     ResizeStyle = rsUpdate
287     OnMoved = ListSplitterMoved
288     end
289     object ViewPanel: TPanel
290     Left = 0
291     Top = 0
292 h677 1.220 Width = 625
293 hi_ 1.1 Height = 189
294     Align = alTop
295     BevelOuter = bvNone
296     TabOrder = 0
297 h677 1.159 object ListView: TGikoListView
298 h677 1.130 Left = 0
299     Top = 24
300 h677 1.220 Width = 625
301 h677 1.159 Height = 165
302 hi_ 1.1 Align = alClient
303 h677 1.192 AllocBy = 2
304 hi_ 1.1 Columns = <>
305 yoffy 1.47 DragMode = dmAutomatic
306 h677 1.219 HideSelection = False
307 hi_ 1.1 LargeImages = ItemIcon32
308     MultiSelect = True
309     OwnerData = True
310     ReadOnly = True
311     RowSelect = True
312     SmallImages = ItemIcon16
313     StateImages = StateIconImageList
314     TabOrder = 0
315     ViewStyle = vsReport
316     OnColumnClick = ListViewColumnClick
317 yoffy 1.172 OnColumnRightClick = ListViewColumnRightClick
318 hi_ 1.1 OnCustomDraw = ListViewCustomDraw
319 h677 1.192 OnCustomDrawItem = ListViewCustomDrawItem
320 hi_ 1.1 OnKeyDown = ListViewKeyDown
321 h677 1.220 OnKeyUp = ListViewKeyUp
322 yoffy 1.100 OnMouseDown = ListViewMouseDown
323 yoffy 1.2 OnColumnInfo = ListViewColumnInfo
324 hi_ 1.1 end
325 yoffy 1.2 object ListCoolBar: TGikoCoolBar
326 hi_ 1.1 Left = 0
327     Top = 0
328 h677 1.220 Width = 625
329 hi_ 1.1 Height = 24
330     AutoSize = True
331     BandMaximize = bmDblClick
332     Bands = <
333     item
334     Break = False
335     Control = ListToolBar
336     ImageIndex = -1
337     MinHeight = 22
338 h677 1.220 Width = 465
339 hi_ 1.1 end
340     item
341     Break = False
342     Control = ListNameToolBar
343     ImageIndex = -1
344     MinHeight = 18
345 h677 1.220 Width = 154
346 hi_ 1.1 end>
347     EdgeBorders = [ebLeft, ebTop, ebRight]
348     EdgeInner = esLowered
349 yoffy 1.59 OnContextPopup = ListCoolBarContextPopup
350 yoffy 1.2 OnBandInfo = ListCoolBarBandInfo
351     OnChevronClick = ListCoolBarChevronClick
352 hi_ 1.1 object ListToolBar: TToolBar
353     Left = 9
354     Top = 0
355 h677 1.220 Width = 452
356 hi_ 1.1 Height = 22
357     AutoSize = True
358     ButtonWidth = 25
359 yoffy 1.2 Caption = #12522#12473#12488#12484#12540#12523#12496#12540
360 hi_ 1.1 EdgeBorders = []
361     Flat = True
362     HotImages = HotToobarImageList
363 h677 1.230 Images = GikoDM.ToobarImageList
364 hi_ 1.1 ParentShowHint = False
365     ShowHint = True
366     TabOrder = 0
367 yoffy 1.2 Transparent = True
368 hi_ 1.1 Wrapable = False
369 h677 1.201 OnResize = ListToolBarResize
370 h677 1.220 object ToolButton1: TToolButton
371 hi_ 1.1 Left = 0
372 h677 1.220 Top = 0
373     Width = 8
374     Caption = 'ToolButton1'
375     Style = tbsSeparator
376 yoffy 1.2 end
377 h677 1.220 object SelectComboBoxPanel: TPanel
378     Left = 8
379 yoffy 1.2 Top = 0
380 h677 1.220 Width = 200
381 yoffy 1.18 Height = 22
382 h677 1.220 Align = alLeft
383     BevelOuter = bvNone
384     TabOrder = 0
385     object SelectComboBoxSplitter: TImage
386     Tag = 1
387     Left = 192
388     Top = 0
389     Width = 8
390     Height = 22
391     Cursor = crHSplit
392     Align = alRight
393     Picture.Data = {
394     07544269746D6170E6040000424DE60400000000000036040000280000000800
395     0000160000000100080000000000B00000000000000000000000000100000000
396     000000000000000080000080000000808000800000008000800080800000C0C0
397     C000C0DCC000F0CAA6000020400000206000002080000020A0000020C0000020
398     E00000400000004020000040400000406000004080000040A0000040C0000040
399     E00000600000006020000060400000606000006080000060A0000060C0000060
400     E00000800000008020000080400000806000008080000080A0000080C0000080
401     E00000A0000000A0200000A0400000A0600000A0800000A0A00000A0C00000A0
402     E00000C0000000C0200000C0400000C0600000C0800000C0A00000C0C00000C0
403     E00000E0000000E0200000E0400000E0600000E0800000E0A00000E0C00000E0
404     E00040000000400020004000400040006000400080004000A0004000C0004000
405     E00040200000402020004020400040206000402080004020A0004020C0004020
406     E00040400000404020004040400040406000404080004040A0004040C0004040
407     E00040600000406020004060400040606000406080004060A0004060C0004060
408     E00040800000408020004080400040806000408080004080A0004080C0004080
409     E00040A0000040A0200040A0400040A0600040A0800040A0A00040A0C00040A0
410     E00040C0000040C0200040C0400040C0600040C0800040C0A00040C0C00040C0
411     E00040E0000040E0200040E0400040E0600040E0800040E0A00040E0C00040E0
412     E00080000000800020008000400080006000800080008000A0008000C0008000
413     E00080200000802020008020400080206000802080008020A0008020C0008020
414     E00080400000804020008040400080406000804080008040A0008040C0008040
415     E00080600000806020008060400080606000806080008060A0008060C0008060
416     E00080800000808020008080400080806000808080008080A0008080C0008080
417     E00080A0000080A0200080A0400080A0600080A0800080A0A00080A0C00080A0
418     E00080C0000080C0200080C0400080C0600080C0800080C0A00080C0C00080C0
419     E00080E0000080E0200080E0400080E0600080E0800080E0A00080E0C00080E0
420     E000C0000000C0002000C0004000C0006000C0008000C000A000C000C000C000
421     E000C0200000C0202000C0204000C0206000C0208000C020A000C020C000C020
422     E000C0400000C0402000C0404000C0406000C0408000C040A000C040C000C040
423     E000C0600000C0602000C0604000C0606000C0608000C060A000C060C000C060
424     E000C0800000C0802000C0804000C0806000C0808000C080A000C080C000C080
425     E000C0A00000C0A02000C0A04000C0A06000C0A08000C0A0A000C0A0C000C0A0
426     E000C0C00000C0C02000C0C04000C0C06000C0C08000C0C0A000F0FBFF00A4A0
427     A000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
428     FF00FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDA4FFFDFDFDFDFDFDA4FFFD
429     FDFDFDFDFDA4FFFDFDFDFDFDFDA4FFFDFDFDFDFDFDA4FFFDFDFDFDFDFDA4FFFD
430     FDFDFDFDFDA4FFFDFDFDFDFDFDA4FFFDFDFDFDFDFDA4FFFDFDFDFDFDFDA4FFFD
431     FDFDFDFDFDA4FFFDFDFDFDFDFDA4FFFDFDFDFDFDFDA4FFFDFDFDFDFDFDA4FFFD
432     FDFDFDFDFDA4FFFDFDFDFDFDFDA4FFFDFDFDFDFDFDA4FFFDFDFDFDFDFDA4FFFD
433     FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFD}
434     Transparent = True
435     OnMouseDown = SelectComboBoxSplitterMouseDown
436     OnMouseMove = SelectComboBoxSplitterMouseMove
437     OnMouseUp = SelectComboBoxSplitterMouseUp
438     end
439     object SelectComboBox: TComboBox
440     Tag = 128
441     Left = 0
442     Top = 1
443     Width = 127
444     Height = 20
445     Hint = #12473#12524#12483#12489#12434#26908#32034#12377#12427#12395#12399#12371#12371#12395#35486#21477#12434#20837#21147#12375#12414#12377
446     ItemHeight = 12
447     TabOrder = 0
448     OnChange = SelectComboBoxChange
449     OnEnter = SelectComboBoxEnter
450     OnExit = SelectComboBoxExit
451     OnKeyDown = SelectComboBoxKeyDown
452     end
453 yoffy 1.2 end
454 hi_ 1.1 end
455     object ListNameToolBar: TToolBar
456 h677 1.220 Left = 476
457 hi_ 1.1 Top = 2
458 h677 1.220 Width = 141
459 hi_ 1.1 Height = 18
460     AutoSize = True
461     ButtonHeight = 16
462     Constraints.MinHeight = 18
463     EdgeBorders = []
464     TabOrder = 1
465 yoffy 1.2 Transparent = True
466 h677 1.201 OnResize = ListToolBarResize
467 hi_ 1.1 object FolderImage: TImage
468     Left = 0
469     Top = 2
470     Width = 16
471     Height = 16
472     Constraints.MaxHeight = 16
473     Constraints.MaxWidth = 16
474     Constraints.MinHeight = 16
475     Constraints.MinWidth = 16
476     Transparent = True
477     end
478     object ListNameLabel: TLabel
479     Left = 16
480     Top = 2
481     Width = 5
482     Height = 16
483     Caption = '_'
484     Constraints.MinHeight = 16
485     Font.Charset = SHIFTJIS_CHARSET
486     Font.Color = clWindowText
487     Font.Height = -12
488     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
489     Font.Style = [fsBold]
490     ParentFont = False
491 yoffy 1.2 Transparent = True
492 hi_ 1.1 Layout = tlCenter
493     end
494     end
495     end
496     end
497     object ThreadPanel: TPanel
498     Left = 0
499     Top = 194
500 h677 1.220 Width = 625
501     Height = 228
502 hi_ 1.1 Align = alClient
503     BevelOuter = bvNone
504     TabOrder = 1
505 h677 1.112 object BrowserPanel: TPanel
506     Left = 0
507 h677 1.219 Top = 42
508 h677 1.220 Width = 625
509     Height = 166
510 h677 1.112 Align = alClient
511 h677 1.136 BevelOuter = bvNone
512     UseDockManager = False
513 h677 1.112 TabOrder = 2
514 h677 1.197 OnResize = BrowserPanelResize
515 h677 1.112 object Browser: TWebBrowser
516 h677 1.136 Left = 0
517     Top = 0
518 h677 1.220 Width = 625
519     Height = 166
520 h677 1.112 Align = alClient
521     TabOrder = 0
522     OnEnter = BrowserEnter
523     OnStatusTextChange = BrowserStatusTextChange
524     OnBeforeNavigate2 = BrowserBeforeNavigate2
525     OnNewWindow2 = BrowserNewWindow2
526     OnDocumentComplete = BrowserDocumentComplete
527     ControlData = {
528 h677 1.220 4C00000098400000281100000000000000000000000000000000000000000000
529 h677 1.112 000000004C000000000000000000000001000000E0D057007335CF11AE690800
530     2B2E12620A000000000000004C0000000114020000000000C000000000000046
531     8000000000000000000000000000000000000000000000000000000000000000
532     00000000000000000100000000000000000000000000000000000000}
533     end
534     end
535 hi_ 1.1 object BrowserBottomPanel: TGikoPanel
536     Left = 0
537 h677 1.220 Top = 208
538     Width = 625
539 hi_ 1.1 Height = 20
540     Align = alBottom
541     BevelEdges = [beLeft, beRight, beBottom]
542     BevelInner = bvLowered
543     BevelKind = bkTile
544 h677 1.83 TabOrder = 0
545 hi_ 1.1 Visible = False
546     end
547 yoffy 1.2 object BrowserCoolBar: TGikoCoolBar
548 hi_ 1.1 Left = 0
549     Top = 0
550 h677 1.220 Width = 625
551 h677 1.219 Height = 42
552 hi_ 1.1 AutoSize = True
553     BandMaximize = bmDblClick
554     Bands = <
555     item
556     Control = BrowserToolBar
557     ImageIndex = -1
558 h677 1.219 MinHeight = 0
559 yoffy 1.122 Width = 421
560 hi_ 1.1 end
561     item
562     Break = False
563     Control = BrowserNameToolBar
564     ImageIndex = -1
565     MinHeight = 18
566 h677 1.220 Width = 198
567 hi_ 1.1 end
568     item
569     Control = BrowserTabToolBar
570     ImageIndex = -1
571     MinHeight = 20
572 h677 1.220 Width = 621
573 hi_ 1.1 end>
574     EdgeBorders = [ebLeft, ebTop, ebRight]
575     EdgeInner = esLowered
576 yoffy 1.59 OnContextPopup = BrowserCoolBarContextPopup
577 yoffy 1.2 OnBandInfo = BrowserCoolBarBandInfo
578     OnChevronClick = BrowserCoolBarChevronClick
579 hi_ 1.1 object BrowserToolBar: TToolBar
580     Left = 9
581     Top = 0
582 yoffy 1.122 Width = 408
583 h677 1.219 Height = 0
584 hi_ 1.1 AutoSize = True
585 yoffy 1.151 ButtonWidth = 24
586 yoffy 1.2 Caption = #12502#12521#12454#12470#12484#12540#12523#12496#12540
587 hi_ 1.1 EdgeBorders = []
588     Flat = True
589     HotImages = HotToobarImageList
590 h677 1.230 Images = GikoDM.ToobarImageList
591 hi_ 1.1 ParentShowHint = False
592     ShowHint = True
593     TabOrder = 0
594 yoffy 1.2 Transparent = True
595 hi_ 1.1 Wrapable = False
596 h677 1.201 OnResize = BrowserToolBarResize
597 h677 1.219 object ToolButton3: TToolButton
598 hi_ 1.1 Left = 0
599     Top = 0
600     Width = 8
601     Style = tbsSeparator
602     end
603     object ToolButton9: TToolButton
604 h677 1.219 Left = 8
605 hi_ 1.1 Top = 0
606     Width = 8
607     Style = tbsSeparator
608     end
609 yoffy 1.7 object ToolButton16: TToolButton
610 h677 1.219 Left = 16
611 hi_ 1.1 Top = 0
612     Width = 8
613 yoffy 1.7 Caption = 'ToolButton16'
614     ImageIndex = 13
615 hi_ 1.1 Style = tbsSeparator
616     end
617 yoffy 1.7 object ToolButton11: TToolButton
618 h677 1.219 Left = 24
619 hi_ 1.1 Top = 0
620     Width = 8
621     Style = tbsSeparator
622     end
623 yoffy 1.7 object ToolButton5: TToolButton
624 h677 1.219 Left = 32
625 yoffy 1.6 Top = 0
626     Width = 8
627     Style = tbsSeparator
628     end
629 h677 1.48 object ToolButton20: TToolButton
630 h677 1.219 Left = 40
631 h677 1.48 Top = 0
632     Width = 8
633     Caption = 'ToolButton20'
634     ImageIndex = 29
635     Style = tbsSeparator
636     end
637 hi_ 1.1 end
638     object BrowserNameToolBar: TToolBar
639 yoffy 1.122 Left = 432
640 h677 1.219 Top = 0
641 h677 1.220 Width = 185
642 hi_ 1.1 Height = 18
643     AutoSize = True
644     ButtonHeight = 16
645     Constraints.MinHeight = 18
646     EdgeBorders = []
647     TabOrder = 1
648 yoffy 1.2 Transparent = True
649 h677 1.201 OnResize = BrowserToolBarResize
650 hi_ 1.1 object ItemBoardImage: TImage
651     Left = 0
652     Top = 2
653     Width = 16
654     Height = 16
655     Constraints.MaxHeight = 16
656     Constraints.MaxWidth = 16
657     Constraints.MinHeight = 16
658     Constraints.MinWidth = 16
659     Transparent = True
660     end
661     object BrowserBoardNameLabel: TLabel
662     Left = 16
663     Top = 2
664     Width = 5
665     Height = 16
666     Caption = '_'
667     Constraints.MinHeight = 16
668     Font.Charset = SHIFTJIS_CHARSET
669     Font.Color = clWindowText
670     Font.Height = -12
671     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
672     Font.Style = [fsBold]
673     ParentFont = False
674 yoffy 1.2 Transparent = True
675 hi_ 1.1 Layout = tlCenter
676     end
677     object ItemImage: TImage
678     Left = 21
679     Top = 2
680     Width = 16
681     Height = 16
682     Constraints.MaxHeight = 16
683     Constraints.MaxWidth = 16
684     Constraints.MinHeight = 16
685     Constraints.MinWidth = 16
686     Transparent = True
687     end
688     object BrowserNameLabel: TLabel
689     Left = 37
690     Top = 2
691     Width = 5
692     Height = 16
693     Caption = '_'
694     Constraints.MinHeight = 16
695     Font.Charset = SHIFTJIS_CHARSET
696     Font.Color = clWindowText
697     Font.Height = -12
698     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
699     Font.Style = [fsBold]
700     ParentFont = False
701 yoffy 1.2 Transparent = True
702 hi_ 1.1 Layout = tlCenter
703     end
704     end
705     object BrowserTabToolBar: TToolBar
706     Left = 9
707 h677 1.219 Top = 20
708 h677 1.220 Width = 608
709 hi_ 1.1 Height = 20
710     ButtonHeight = 18
711     Caption = 'BrowserTabToolBar'
712     EdgeBorders = []
713     TabOrder = 2
714     OnResize = BrowserTabToolBarResize
715     object BrowserTab: TTabControl