| 1 |
object GikoForm: TGikoForm |
object GikoForm: TGikoForm |
| 2 |
Left = 205 |
Left = 246 |
| 3 |
Top = 186 |
Top = 188 |
| 4 |
HorzScrollBar.Visible = False |
HorzScrollBar.Visible = False |
| 5 |
VertScrollBar.Visible = False |
VertScrollBar.Visible = False |
| 6 |
AutoScroll = False |
AutoScroll = False |
| 7 |
Caption = '-' |
Caption = '-' |
| 8 |
ClientHeight = 545 |
ClientHeight = 404 |
| 9 |
ClientWidth = 854 |
ClientWidth = 854 |
| 10 |
Color = clBtnFace |
Color = clBtnFace |
| 11 |
Font.Charset = SHIFTJIS_CHARSET |
Font.Charset = SHIFTJIS_CHARSET |
| 16 |
KeyPreview = True |
KeyPreview = True |
| 17 |
OldCreateOrder = False |
OldCreateOrder = False |
| 18 |
Visible = True |
Visible = True |
|
OnClose = FormClose |
|
| 19 |
OnCloseQuery = FormCloseQuery |
OnCloseQuery = FormCloseQuery |
| 20 |
OnCreate = FormCreate |
OnCreate = FormCreate |
| 21 |
OnDestroy = FormDestroy |
OnDestroy = FormDestroy |
|
OnKeyUp = FormKeyUp |
|
| 22 |
OnMouseWheel = FormMouseWheel |
OnMouseWheel = FormMouseWheel |
| 23 |
OnResize = FormResize |
OnResize = FormResize |
| 24 |
OnShortCut = FormShortCut |
OnShortCut = FormShortCut |
| 27 |
TextHeight = 12 |
TextHeight = 12 |
| 28 |
object StatusBar: TStatusBar |
object StatusBar: TStatusBar |
| 29 |
Left = 0 |
Left = 0 |
| 30 |
Top = 525 |
Top = 384 |
| 31 |
Width = 854 |
Width = 854 |
| 32 |
Height = 20 |
Height = 20 |
| 33 |
Panels = < |
Panels = < |
| 38 |
Width = 500 |
Width = 500 |
| 39 |
end |
end |
| 40 |
item |
item |
|
Style = psOwnerDraw |
|
| 41 |
Width = 50 |
Width = 50 |
|
end |
|
|
item |
|
|
Width = 100 |
|
| 42 |
end> |
end> |
| 43 |
SimplePanel = False |
SimplePanel = False |
| 44 |
OnResize = StatusBarResize |
OnResize = StatusBarResize |
| 47 |
Left = 0 |
Left = 0 |
| 48 |
Top = 77 |
Top = 77 |
| 49 |
Width = 854 |
Width = 854 |
| 50 |
Height = 448 |
Height = 307 |
| 51 |
Align = alClient |
Align = alClient |
| 52 |
BevelOuter = bvNone |
BevelOuter = bvNone |
| 53 |
TabOrder = 1 |
TabOrder = 1 |
| 54 |
object MessageSplitter: TSplitter |
object MessageSplitter: TSplitter |
| 55 |
Left = 0 |
Left = 0 |
| 56 |
Top = 409 |
Top = 268 |
| 57 |
Width = 854 |
Width = 854 |
| 58 |
Height = 5 |
Height = 5 |
| 59 |
Cursor = crVSplit |
Cursor = crVSplit |
| 66 |
Left = 0 |
Left = 0 |
| 67 |
Top = 0 |
Top = 0 |
| 68 |
Width = 854 |
Width = 854 |
| 69 |
Height = 409 |
Height = 268 |
| 70 |
Align = alClient |
Align = alClient |
| 71 |
BevelOuter = bvNone |
BevelOuter = bvNone |
| 72 |
TabOrder = 0 |
TabOrder = 0 |
| 74 |
Left = 145 |
Left = 145 |
| 75 |
Top = 0 |
Top = 0 |
| 76 |
Width = 5 |
Width = 5 |
| 77 |
Height = 409 |
Height = 268 |
| 78 |
Cursor = crHSplit |
Cursor = crHSplit |
| 79 |
AutoSnap = False |
AutoSnap = False |
| 80 |
ResizeStyle = rsUpdate |
ResizeStyle = rsUpdate |
| 83 |
Left = 0 |
Left = 0 |
| 84 |
Top = 0 |
Top = 0 |
| 85 |
Width = 145 |
Width = 145 |
| 86 |
Height = 409 |
Height = 268 |
| 87 |
Align = alLeft |
Align = alLeft |
| 88 |
BevelOuter = bvNone |
BevelOuter = bvNone |
| 89 |
TabOrder = 0 |
TabOrder = 0 |
| 270 |
Left = 150 |
Left = 150 |
| 271 |
Top = 0 |
Top = 0 |
| 272 |
Width = 704 |
Width = 704 |
| 273 |
Height = 409 |
Height = 268 |
| 274 |
Align = alClient |
Align = alClient |
| 275 |
BevelOuter = bvNone |
BevelOuter = bvNone |
| 276 |
TabOrder = 1 |
TabOrder = 1 |
| 309 |
OwnerData = True |
OwnerData = True |
| 310 |
ReadOnly = True |
ReadOnly = True |
| 311 |
RowSelect = True |
RowSelect = True |
|
PopupMenu = ListPopupMenu |
|
| 312 |
SmallImages = ItemIcon16 |
SmallImages = ItemIcon16 |
| 313 |
StateImages = StateIconImageList |
StateImages = StateIconImageList |
| 314 |
TabOrder = 0 |
TabOrder = 0 |
| 315 |
ViewStyle = vsReport |
ViewStyle = vsReport |
| 316 |
OnAdvancedCustomDrawItem = ListViewAdvancedCustomDrawItem |
OnAdvancedCustomDrawItem = ListViewAdvancedCustomDrawItem |
| 317 |
OnColumnClick = ListViewColumnClick |
OnColumnClick = ListViewColumnClick |
| 318 |
|
OnColumnRightClick = ListViewColumnRightClick |
| 319 |
OnCustomDraw = ListViewCustomDraw |
OnCustomDraw = ListViewCustomDraw |
| 320 |
OnData = ListViewData |
OnData = ListViewData |
| 321 |
OnDataFind = ListViewDataFind |
OnDataFind = ListViewDataFind |
| 548 |
Left = 0 |
Left = 0 |
| 549 |
Top = 194 |
Top = 194 |
| 550 |
Width = 704 |
Width = 704 |
| 551 |
Height = 215 |
Height = 74 |
| 552 |
Align = alClient |
Align = alClient |
| 553 |
BevelOuter = bvNone |
BevelOuter = bvNone |
| 554 |
TabOrder = 1 |
TabOrder = 1 |
| 556 |
Left = 0 |
Left = 0 |
| 557 |
Top = 46 |
Top = 46 |
| 558 |
Width = 704 |
Width = 704 |
| 559 |
Height = 149 |
Height = 8 |
| 560 |
Align = alClient |
Align = alClient |
| 561 |
BevelOuter = bvNone |
BevelOuter = bvNone |
| 562 |
UseDockManager = False |
UseDockManager = False |
| 566 |
Left = 0 |
Left = 0 |
| 567 |
Top = 0 |
Top = 0 |
| 568 |
Width = 704 |
Width = 704 |
| 569 |
Height = 149 |
Height = 8 |
| 570 |
Align = alClient |
Align = alClient |
| 571 |
TabOrder = 0 |
TabOrder = 0 |
| 572 |
OnEnter = BrowserEnter |
OnEnter = BrowserEnter |
| 575 |
OnNewWindow2 = BrowserNewWindow2 |
OnNewWindow2 = BrowserNewWindow2 |
| 576 |
OnDocumentComplete = BrowserDocumentComplete |
OnDocumentComplete = BrowserDocumentComplete |
| 577 |
ControlData = { |
ControlData = { |
| 578 |
4C000000C3480000660F00000000000000000000000000000000000000000000 |
4C000000C3480000D40000000000000000000000000000000000000000000000 |
| 579 |
000000004C000000000000000000000001000000E0D057007335CF11AE690800 |
000000004C000000000000000000000001000000E0D057007335CF11AE690800 |
| 580 |
2B2E12620A000000000000004C0000000114020000000000C000000000000046 |
2B2E12620A000000000000004C0000000114020000000000C000000000000046 |
| 581 |
8000000000000000000000000000000000000000000000000000000000000000 |
8000000000000000000000000000000000000000000000000000000000000000 |
| 584 |
end |
end |
| 585 |
object BrowserBottomPanel: TGikoPanel |
object BrowserBottomPanel: TGikoPanel |
| 586 |
Left = 0 |
Left = 0 |
| 587 |
Top = 195 |
Top = 54 |
| 588 |
Width = 704 |
Width = 704 |
| 589 |
Height = 20 |
Height = 20 |
| 590 |
Align = alBottom |
Align = alBottom |
| 862 |
end |
end |
| 863 |
object MessagePanel: TPanel |
object MessagePanel: TPanel |
| 864 |
Left = 0 |
Left = 0 |
| 865 |
Top = 414 |
Top = 273 |
| 866 |
Width = 854 |
Width = 854 |
| 867 |
Height = 34 |
Height = 34 |
| 868 |
Align = alBottom |
Align = alBottom |
| 6009 |
end |
end |
| 6010 |
object ActionList: TActionList |
object ActionList: TActionList |
| 6011 |
Images = ToobarImageList |
Images = ToobarImageList |
| 6012 |
Left = 8 |
Left = 5 |
| 6013 |
Top = 372 |
Top = 372 |
| 6014 |
object OnlyAHundredResAction: TAction |
object OnlyAHundredResAction: TAction |
| 6015 |
Category = #12473#12524#12483#12489 |
Category = #12473#12524#12483#12489 |
| 7026 |
end |
end |
| 7027 |
object LogFolderOpenAction: TAction |
object LogFolderOpenAction: TAction |
| 7028 |
Category = #26495 |
Category = #26495 |
| 7029 |
Caption = 'Explore'#12391'Log'#12501#12457#12523#12480#12434#38283#12367 |
Caption = 'Explorer'#12391'Log'#12501#12457#12523#12480#12434#38283#12367 |
| 7030 |
Hint = 'Explore'#12391'Log'#12501#12457#12523#12480#12434#38283#12367 |
Hint = 'Explorer'#12391'Log'#12501#12457#12523#12480#12434#38283#12367 |
| 7031 |
OnExecute = LogFolderOpenActionExecute |
OnExecute = LogFolderOpenActionExecute |
| 7032 |
OnUpdate = LogFolderOpenActionUpdate |
OnUpdate = LogFolderOpenActionUpdate |
| 7033 |
end |
end |
| 7065 |
Hint = #12479#12502#12398#38918#30058#12434#33258#21205#24489#20803 |
Hint = #12479#12502#12398#38918#30058#12434#33258#21205#24489#20803 |
| 7066 |
OnExecute = TabAutoLoadActionExecute |
OnExecute = TabAutoLoadActionExecute |
| 7067 |
end |
end |
| 7068 |
|
object JumpToNumOfResAction: TAction |
| 7069 |
|
Category = #12473#12524#12483#12489 |
| 7070 |
|
Caption = #25351#23450#12375#12383#30058#21495#12398#12524#12473#12395#39131#12406 |
| 7071 |
|
Hint = #25351#23450#12375#12383#30058#21495#12398#12524#12473#12395#39131#12406 |
| 7072 |
|
ShortCut = 16455 |
| 7073 |
|
OnExecute = JumpToNumOfResActionExecute |
| 7074 |
|
OnUpdate = JumpToNumOfResActionUpdate |
| 7075 |
|
end |
| 7076 |
|
object FavoriteTreeViewCollapseAction: TAction |
| 7077 |
|
Category = #12362#27671#12395#20837#12426 |
| 7078 |
|
Caption = #12362#27671#12395#20837#12426#12484#12522#12540#12434#12377#12409#12390#38281#12376#12427 |
| 7079 |
|
Hint = #12362#27671#12395#20837#12426#12484#12522#12540#12434#12377#12409#12390#38281#12376#12427 |
| 7080 |
|
OnExecute = FavoriteTreeViewCollapseActionExecute |
| 7081 |
|
end |
| 7082 |
end |
end |
| 7083 |
object BrowserPopupMenu: TPopupMenu |
object BrowserPopupMenu: TPopupMenu |
| 7084 |
Left = 68 |
Left = 68 |
| 7574 |
AutoCheck = True |
AutoCheck = True |
| 7575 |
end |
end |
| 7576 |
end |
end |
| 7577 |
|
object ListColumnPopupMenu: TPopupMenu |
| 7578 |
|
Left = 37 |
| 7579 |
|
Top = 403 |
| 7580 |
|
end |
| 7581 |
end |
end |