home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TGRAPHICIMAGEPROPFORM / TGRAPHICIMAGEPROPFORM.txt
Encoding:
Text File  |  2002-12-06  |  1.5 KB  |  68 lines

  1. inherited GraphicImagePropForm: TGraphicImagePropForm
  2.   Left = 645
  3.   Top = 436
  4.   OnCreate = FormCreate
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited OKBtn: TButton
  8.     HelpContext = 40111
  9.   end
  10.   inherited CancelBtn: TButton
  11.     HelpContext = 40120
  12.   end
  13.   inherited PageControl1: TPageControl
  14.     inherited GeneralTabSheet: TTabSheet
  15.       inherited PositionGroupBox: TGroupBox
  16.         inherited UpDown1: TUpDown
  17.           HelpContext = 40150
  18.         end
  19.         inherited UpDown2: TUpDown
  20.           HelpContext = 40160
  21.         end
  22.       end
  23.       inherited SizeGroupBox: TGroupBox
  24.         inherited UpDown3: TUpDown
  25.           HelpContext = 40170
  26.         end
  27.         inherited UpDown4: TUpDown
  28.           HelpContext = 40180
  29.         end
  30.       end
  31.     end
  32.     object ImageTabSheet: TTabSheet
  33.       Caption = 'Image'
  34.       object ScrollBox1: TScrollBox
  35.         Left = 8
  36.         Top = 8
  37.         Width = 209
  38.         Height = 177
  39.         HelpContext = 40130
  40.         AutoScroll = False
  41.         TabOrder = 0
  42.         object DisplayImage: TImage
  43.           Left = 0
  44.           Top = 0
  45.           Width = 205
  46.           Height = 173
  47.           Align = alClient
  48.           Stretch = True
  49.         end
  50.       end
  51.       object OpenBtn: TButton
  52.         Left = 232
  53.         Top = 8
  54.         Width = 89
  55.         Height = 25
  56.         HelpContext = 40140
  57.         Caption = '&Load...'
  58.         TabOrder = 1
  59.         OnClick = OpenBtnClick
  60.       end
  61.     end
  62.   end
  63.   object opdImage: TOpenPictureDialog
  64.     Left = 8
  65.     Top = 236
  66.   end
  67. end
  68.