home *** CD-ROM | disk | FTP | other *** search
- object NeuGrafik: TNeuGrafik
- Left = 512
- Top = 287
- HelpContext = 411
- BorderStyle = bsDialog
- Caption = 'New Image'
- ClientHeight = 357
- ClientWidth = 390
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 182
- Top = 324
- Width = 72
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 294
- Top = 324
- Width = 72
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Button3: TButton
- Left = 36
- Top = 324
- Width = 73
- Height = 25
- Caption = 'Help'
- TabOrder = 2
- OnClick = Button3Click
- end
- inline sizeframe1: Tsizeframe
- Left = 16
- Top = 16
- TabOrder = 3
- inherited GroupBox1: TGroupBox
- Hint = 'Here you can set the size of the image.'
- end
- end
- object PageControl1: TPageControl
- Left = 16
- Top = 208
- Width = 357
- Height = 101
- ActivePage = newimagetab
- TabOrder = 4
- object newimagetab: TTabSheet
- Caption = 'newimagetab'
- TabVisible = False
- object Label2: TmyRxLabel
- Left = 8
- Top = 16
- Width = 42
- Height = 13
- Caption = 'Fill Color'
- ShadowSize = 0
- end
- inline Framehsvform1: TFramehsvform
- Left = 64
- Top = 4
- Width = 133
- Height = 85
- inherited Panel1: TPanel
- Top = 68
- Width = 133
- end
- inherited HSVBox1: THSVBox
- Width = 133
- Height = 68
- end
- end
- end
- object resizetab: TTabSheet
- Caption = 'resizetab'
- ImageIndex = 2
- TabVisible = False
- object Label1: TmyRxLabel
- Left = 32
- Top = 44
- Width = 24
- Height = 13
- Caption = 'Filter'
- ShadowSize = 0
- end
- object scaleCheckBox: TCheckBox
- Left = 12
- Top = 16
- Width = 169
- Height = 17
- Caption = 'Scale with Picture'
- TabOrder = 0
- OnClick = scaleCheckBoxClick
- end
- object filterchoosebox: mycombobox
- Left = 80
- Top = 40
- Width = 101
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- Itemindex = -1
- end
- end
- end
- object MDIWallpaper11: TMDIWallpaper1
- TileWidth = 0
- TileHeight = 0
- dialogImage = False
- Left = 116
- Top = 320
- ClientIsOwnerForm = True
- end
- object tformstorage11: tformstorage1
- IniFileName = '\software\PicMaster\storage'
- UseRegistry = True
- StoredProps.Strings = (
- 'filterchoosebox.Itemindex'
- 'scaleCheckBox.Checked')
- StoredValues = <>
- AllwaysSave = False
- Left = 148
- Top = 320
- end
- end
-