home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 304
- Top = 184
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Pan'
- ClientHeight = 282
- ClientWidth = 266
- Color = clSilver
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Menu = MainMenu1
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 14
- object Bevel1: TBevel
- Left = 6
- Top = 8
- Width = 254
- Height = 264
- Shape = bsFrame
- end
- object Picbuf1: TPicbuf
- Left = 15
- Top = 16
- Width = 234
- Height = 223
- Hint = 'Click and Hold with Left Mouse Button to Pan Image'
- ParentColor = False
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnMouseDown = Picbuf1MouseDown
- OnMouseMove = Picbuf1MouseMove
- ControlData = {
- 00000100A0220000B4150000FD00000000080000800F000080000352E30B918F
- CE119DE300AA004BB851010000009001444201000D4D532053616E7320536572
- 6966000001000000000000000000000000000001000000000000010000000000
- 00000000000000000000000000FF000000000000000000000000010001000000
- 0001000A0000000000000000000000000000000000000000}
- end
- object ScrollBars: TCheckBox
- Left = 16
- Top = 246
- Width = 97
- Height = 17
- Hint = 'Enable Disable Scroll Bars'
- Caption = 'Scroll Bars'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = ScrollBarsClick
- end
- object OpenDialog: TOpenDialog
- FileEditStyle = fsEdit
- Filter =
- '*.*|*.*|*.TIF|*.tif|*.TGA|*.tga|*.BMP|*.bmp|*.GIF|*.gif|*.DIB|*.' +
- 'dib|*.PCX|*.pcx|*.JPG|*.jpg|*.MSP|*.msp|*.FIF|*.fif|*.PNG|*.png'
- Left = 177
- Top = 208
- end
- object MainMenu1: TMainMenu
- Left = 213
- Top = 208
- object File1: TMenuItem
- Caption = 'File'
- ShortCut = 0
- object LoadImage1: TMenuItem
- Caption = 'Load Image'
- ShortCut = 0
- OnClick = LoadImage1Click
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Exit1: TMenuItem
- Caption = 'Exit'
- ShortCut = 16472
- OnClick = Exit1Click
- end
- end
- end
- end
-