home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / picmaster / picmaster.exe / picmaster.en / 0 / RCDATA / TNEUGRAFIK / TNEUGRAFIK.txt
Encoding:
Text File  |  2001-05-24  |  3.0 KB  |  145 lines

  1. object NeuGrafik: TNeuGrafik
  2.   Left = 512
  3.   Top = 287
  4.   HelpContext = 411
  5.   BorderStyle = bsDialog
  6.   Caption = 'New Image'
  7.   ClientHeight = 357
  8.   ClientWidth = 390
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button1: TButton
  23.     Left = 182
  24.     Top = 324
  25.     Width = 72
  26.     Height = 25
  27.     Caption = 'Ok'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.     OnClick = Button1Click
  32.   end
  33.   object Button2: TButton
  34.     Left = 294
  35.     Top = 324
  36.     Width = 72
  37.     Height = 25
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 1
  41.   end
  42.   object Button3: TButton
  43.     Left = 36
  44.     Top = 324
  45.     Width = 73
  46.     Height = 25
  47.     Caption = 'Help'
  48.     TabOrder = 2
  49.     OnClick = Button3Click
  50.   end
  51.   inline sizeframe1: Tsizeframe
  52.     Left = 16
  53.     Top = 16
  54.     TabOrder = 3
  55.     inherited GroupBox1: TGroupBox
  56.       Hint = 'Here you can set the size of the image.'
  57.     end
  58.   end
  59.   object PageControl1: TPageControl
  60.     Left = 16
  61.     Top = 208
  62.     Width = 357
  63.     Height = 101
  64.     ActivePage = newimagetab
  65.     TabOrder = 4
  66.     object newimagetab: TTabSheet
  67.       Caption = 'newimagetab'
  68.       TabVisible = False
  69.       object Label2: TmyRxLabel
  70.         Left = 8
  71.         Top = 16
  72.         Width = 42
  73.         Height = 13
  74.         Caption = 'Fill Color'
  75.         ShadowSize = 0
  76.       end
  77.       inline Framehsvform1: TFramehsvform
  78.         Left = 64
  79.         Top = 4
  80.         Width = 133
  81.         Height = 85
  82.         inherited Panel1: TPanel
  83.           Top = 68
  84.           Width = 133
  85.         end
  86.         inherited HSVBox1: THSVBox
  87.           Width = 133
  88.           Height = 68
  89.         end
  90.       end
  91.     end
  92.     object resizetab: TTabSheet
  93.       Caption = 'resizetab'
  94.       ImageIndex = 2
  95.       TabVisible = False
  96.       object Label1: TmyRxLabel
  97.         Left = 32
  98.         Top = 44
  99.         Width = 24
  100.         Height = 13
  101.         Caption = 'Filter'
  102.         ShadowSize = 0
  103.       end
  104.       object scaleCheckBox: TCheckBox
  105.         Left = 12
  106.         Top = 16
  107.         Width = 169
  108.         Height = 17
  109.         Caption = 'Scale with Picture'
  110.         TabOrder = 0
  111.         OnClick = scaleCheckBoxClick
  112.       end
  113.       object filterchoosebox: mycombobox
  114.         Left = 80
  115.         Top = 40
  116.         Width = 101
  117.         Height = 21
  118.         Style = csDropDownList
  119.         ItemHeight = 13
  120.         TabOrder = 1
  121.         Itemindex = -1
  122.       end
  123.     end
  124.   end
  125.   object MDIWallpaper11: TMDIWallpaper1
  126.     TileWidth = 0
  127.     TileHeight = 0
  128.     dialogImage = False
  129.     Left = 116
  130.     Top = 320
  131.     ClientIsOwnerForm = True
  132.   end
  133.   object tformstorage11: tformstorage1
  134.     IniFileName = '\software\PicMaster\storage'
  135.     UseRegistry = True
  136.     StoredProps.Strings = (
  137.       'filterchoosebox.Itemindex'
  138.       'scaleCheckBox.Checked')
  139.     StoredValues = <>
  140.     AllwaysSave = False
  141.     Left = 148
  142.     Top = 320
  143.   end
  144. end
  145.