Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Giko.dfm

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

revision 1.41 by yoffy, Fri Sep 26 13:17:53 2003 UTC revision 1.42 by yoffy, Sat Sep 27 05:44:20 2003 UTC
# Line 1  Line 1 
1  object GikoForm: TGikoForm  object GikoForm: TGikoForm
2    Left = 182    Left = 186
3    Top = 189    Top = 260
4    HorzScrollBar.Visible = False    HorzScrollBar.Visible = False
5    VertScrollBar.Visible = False    VertScrollBar.Visible = False
6    AutoScroll = False    AutoScroll = False
# Line 227  object GikoForm: TGikoForm Line 227  object GikoForm: TGikoForm
227            ShowRoot = False            ShowRoot = False
228            TabOrder = 3            TabOrder = 3
229            OnChange = FavoriteTreeViewChange            OnChange = FavoriteTreeViewChange
230              OnDblClick = FavoriteTreeViewDblClick
231            OnDragDrop = FavoriteTreeViewDragDrop            OnDragDrop = FavoriteTreeViewDragDrop
232            OnDragOver = FavoriteTreeViewDragOver            OnDragOver = FavoriteTreeViewDragOver
233            OnEdited = FavoriteTreeViewEdited            OnEdited = FavoriteTreeViewEdited
# Line 8063  object GikoForm: TGikoForm Line 8064  object GikoForm: TGikoForm
8064        Caption = #12371#12428#12425#12434#12377#12409#12390#38283#12367'(&A)'        Caption = #12371#12428#12425#12434#12377#12409#12390#38283#12367'(&A)'
8065        OnExecute = FavoriteTreeViewBrowseFolderActionExecute        OnExecute = FavoriteTreeViewBrowseFolderActionExecute
8066      end      end
8067        object FavoriteTreeViewReloadAction: TAction
8068          Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
8069          Caption = #36984#25246#12473#12524#12483#12489#12480#12454#12531#12525#12540#12489'(&E)'
8070          Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#12480#12454#12531#12525#12540#12489#12377#12427
8071          ImageIndex = 14
8072          OnExecute = FavoriteTreeViewReloadActionExecute
8073        end
8074        object FavoriteTreeViewURLCopyAction: TAction
8075          Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
8076          Caption = 'URL'#12434#12467#12500#12540'(&C)'
8077          Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12398'URL'#12434#12467#12500#12540#12377#12427
8078          OnExecute = FavoriteTreeViewURLCopyActionExecute
8079        end
8080        object FavoriteTreeViewNameCopyAction: TAction
8081          Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
8082          Caption = #21517#21069#12434#12467#12500#12540'(&C)'
8083          Hint = #36984#25246#12373#12428#12390#12356#12427#26495#12398#21517#21069#12434#12467#12500#12540#12377#12427
8084          OnExecute = FavoriteTreeViewNameCopyActionExecute
8085        end
8086        object FavoriteTreeViewNameURLCopyAction: TAction
8087          Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
8088          Caption = #21517#21069#12392'URL'#12434#12467#12500#12540'(&N)'
8089          Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12398#21517#21069#12392'URL'#12434#12467#12500#12540#12377#12427
8090          OnExecute = FavoriteTreeViewNameURLCopyActionExecute
8091        end
8092        object FavoriteTreeViewLogDeleteAction: TAction
8093          Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
8094          Caption = #12525#12464#21066#38500'(&D)'
8095          Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#21066#38500#12377#12427
8096          OnExecute = FavoriteTreeViewLogDeleteActionExecute
8097        end
8098    end    end
8099    object MainMenu: TMainMenu    object MainMenu: TMainMenu
8100      Images = HotToobarImageList      Images = HotToobarImageList
# Line 9814  object GikoForm: TGikoForm Line 9846  object GikoForm: TGikoForm
9846      object FavoriteTreeNewFolderPopupMenu: TMenuItem      object FavoriteTreeNewFolderPopupMenu: TMenuItem
9847        Action = FavoriteTreeViewNewFolderAction        Action = FavoriteTreeViewNewFolderAction
9848      end      end
9849        object N58: TMenuItem
9850          Caption = '-'
9851        end
9852        object FavoriteTreeReloadPopupMenu: TMenuItem
9853          Action = FavoriteTreeViewReloadAction
9854        end
9855        object FavoriteTreeURLCopyPopupMenu: TMenuItem
9856          Action = FavoriteTreeViewURLCopyAction
9857        end
9858        object FavoriteTreeNameCopyPopupMenu: TMenuItem
9859          Action = FavoriteTreeViewNameCopyAction
9860        end
9861        object FavoriteTreeNameURLCopyPopupMenu: TMenuItem
9862          Action = FavoriteTreeViewNameURLCopyAction
9863        end
9864        object N59: TMenuItem
9865          Caption = '-'
9866        end
9867        object FavoriteTreeLogDeletePopupMenu: TMenuItem
9868          Action = FavoriteTreeViewLogDeleteAction
9869        end
9870    end    end
9871  end  end

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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