
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2308 8e941d3f-bd1b-0410-a28a-d453659cc2b4
211 lines
4.8 KiB
Plaintext
211 lines
4.8 KiB
Plaintext
object formBrowser: TformBrowser
|
|
Left = 327
|
|
Height = 439
|
|
Top = 186
|
|
Width = 621
|
|
ClientHeight = 419
|
|
ClientWidth = 621
|
|
Color = clBtnFace
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Arial'
|
|
Menu = MainMenu
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.31'
|
|
object panelBottom: TPanel
|
|
Left = 0
|
|
Height = 18
|
|
Top = 401
|
|
Width = 621
|
|
Align = alBottom
|
|
Alignment = taLeftJustify
|
|
BevelInner = bvLowered
|
|
BevelOuter = bvNone
|
|
ClientHeight = 18
|
|
ClientWidth = 621
|
|
TabOrder = 0
|
|
object ProgressBar: TProgressBar
|
|
Left = 470
|
|
Height = 16
|
|
Top = 1
|
|
Width = 150
|
|
Align = alRight
|
|
TabOrder = 0
|
|
end
|
|
object labelProgress: TLabel
|
|
Left = 319
|
|
Height = 17
|
|
Top = 3
|
|
Width = 21
|
|
Caption = 'Idle'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object pageBrowser: TCDPageControl
|
|
Left = 0
|
|
Height = 401
|
|
Top = 0
|
|
Width = 621
|
|
Align = alClient
|
|
DrawStyle = dsCommon
|
|
Caption = 'pageBrowser'
|
|
PageIndex = 0
|
|
Options = [nboShowCloseButtons, nboHidePageListPopup, nboKeyboardTabSwitch, nboShowAddTabButton]
|
|
TabIndex = 0
|
|
OnChange = pageBrowserChange
|
|
OnUserAddedPage = HandleUserAddedPage
|
|
end
|
|
object OpenDialog: TOpenDialog
|
|
DefaultExt = '.htm'
|
|
Filter = 'html files|*.htm;*.html|all files|*.*'
|
|
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
|
|
left = 329
|
|
top = 2
|
|
end
|
|
object MainMenu: TMainMenu
|
|
left = 291
|
|
top = 4
|
|
object File1: TMenuItem
|
|
Caption = '&File'
|
|
object Open: TMenuItem
|
|
Caption = '&Open'
|
|
ShortCut = 114
|
|
OnClick = OpenFileClick
|
|
end
|
|
object OpenTextFile: TMenuItem
|
|
Caption = 'Open &Text File'
|
|
OnClick = OpenTextFileClick
|
|
end
|
|
object OpenImageFile: TMenuItem
|
|
Caption = 'Open &Image File'
|
|
OnClick = OpenImageFileClick
|
|
end
|
|
object PrinterSetup1: TMenuItem
|
|
Caption = 'Printer Setup...'
|
|
OnClick = PrinterSetup1Click
|
|
end
|
|
object Printpreview: TMenuItem
|
|
Caption = 'Print pre&view'
|
|
Enabled = False
|
|
OnClick = PrintpreviewClick
|
|
end
|
|
object Print1: TMenuItem
|
|
Caption = '&Print...'
|
|
Enabled = False
|
|
OnClick = Print1Click
|
|
end
|
|
object N1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Exit1: TMenuItem
|
|
Caption = 'E&xit'
|
|
OnClick = Exit1Click
|
|
end
|
|
end
|
|
object Edit2: TMenuItem
|
|
Caption = '&Edit'
|
|
OnClick = Edit2Click
|
|
object Find1: TMenuItem
|
|
Caption = '&Find'
|
|
Enabled = False
|
|
OnClick = Find1Click
|
|
end
|
|
object CopyItem: TMenuItem
|
|
Caption = '&Copy'
|
|
ShortCut = 16451
|
|
OnClick = CopyItemClick
|
|
end
|
|
object N2: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object SelectAllItem: TMenuItem
|
|
Caption = 'Select &All'
|
|
Enabled = False
|
|
OnClick = SelectAllItemClick
|
|
end
|
|
end
|
|
object menuOptions: TMenuItem
|
|
Caption = '&Tools'
|
|
object mnuPreferences: TMenuItem
|
|
Caption = 'Preferences'
|
|
OnClick = mnuPreferencesClick
|
|
end
|
|
object ShowImages: TMenuItem
|
|
Caption = '&Show images'
|
|
OnClick = ShowImagesClick
|
|
end
|
|
object Fonts: TMenuItem
|
|
Caption = 'Default &Font/Colors...'
|
|
OnClick = FontColorsClick
|
|
end
|
|
object menuViewDebug: TMenuItem
|
|
Caption = 'View Source and Debug info'
|
|
OnClick = menuViewDebugClick
|
|
end
|
|
object menuToolsModules: TMenuItem
|
|
Caption = 'Modules'
|
|
end
|
|
end
|
|
object HistoryMenuItem: TMenuItem
|
|
Caption = '&History'
|
|
Visible = False
|
|
end
|
|
object About1: TMenuItem
|
|
Caption = '&About'
|
|
OnClick = About1Click
|
|
end
|
|
end
|
|
object PrintDialog: TPrintDialog
|
|
FromPage = 1
|
|
MinPage = 1
|
|
MaxPage = 9999
|
|
Options = [poPageNums]
|
|
ToPage = 1
|
|
left = 362
|
|
top = 1
|
|
end
|
|
object FindDialog: TFindDialog
|
|
Options = [frDown, frHideWholeWord, frDisableWholeWord]
|
|
OnFind = FindDialogFind
|
|
left = 248
|
|
top = 4
|
|
end
|
|
object PopupMenu: TPopupMenu
|
|
left = 400
|
|
top = 1
|
|
object Viewimage: TMenuItem
|
|
Caption = '&View image'
|
|
OnClick = ViewimageClick
|
|
end
|
|
object CopyImageToClipboard: TMenuItem
|
|
Caption = '&Copy image to clipboard'
|
|
OnClick = CopyImageToClipboardClick
|
|
end
|
|
object N3: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object OpenInNewWindow: TMenuItem
|
|
Caption = '&Open in new window'
|
|
OnClick = OpenInNewWindowClick
|
|
end
|
|
end
|
|
object MetaTimer: TTimer
|
|
Enabled = False
|
|
OnTimer = MetaTimerTimer
|
|
left = 242
|
|
top = 75
|
|
end
|
|
object Timer1: TTimer
|
|
Interval = 200
|
|
OnTimer = Timer1Timer
|
|
left = 304
|
|
top = 71
|
|
end
|
|
object PrinterSetupDialog: TPrinterSetupDialog
|
|
left = 448
|
|
end
|
|
end
|