home *** CD-ROM | disk | FTP | other *** search
- object autosaveframe: Tautosaveframe
- Left = 0
- Top = 0
- Width = 297
- Height = 85
- AutoScroll = False
- TabOrder = 0
- object Label4: TmyRxLabel
- Left = 6
- Top = 24
- Width = 47
- Height = 13
- Alignment = taRightJustify
- Caption = 'Start File'
- Layout = tlCenter
- ShadowSize = 0
- end
- object Label8: TmyRxLabel
- Left = 0
- Top = 0
- Width = 61
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Folder'
- Layout = tlCenter
- ShadowSize = 0
- end
- object Label17: TmyRxLabel
- Left = 2
- Top = 46
- Width = 59
- Height = 13
- Alignment = taRightJustify
- Caption = 'Image Format'
- BiDiMode = bdLeftToRight
- ParentBiDiMode = False
- Layout = tlCenter
- ShadowSize = 0
- end
- object Label16: TmyRxLabel
- Left = 4
- Top = 68
- Width = 93
- Height = 17
- AutoSize = False
- Caption = 'If File exists'
- ShadowSize = 0
- end
- object Label1: TmyRxLabel
- Left = 153
- Top = 24
- Width = 5
- Height = 13
- Alignment = taRightJustify
- Caption = '-'
- Color = clBtnFace
- BiDiMode = bdLeftToRight
- ParentBiDiMode = False
- Layout = tlCenter
- ParentColor = False
- ShadowSize = 0
- end
- object DirectoryEdit1: TDirectoryEdit
- Left = 68
- Top = 0
- Width = 149
- Height = 21
- Hint = 'Folder Images should be saved in.'
- OnAfterDialog = DirectoryEdit1AfterDialog
- DialogKind = dkWin32
- NumGlyphs = 1
- TabOrder = 0
- end
- object Edit3: TEdit
- Left = 68
- Top = 20
- Width = 85
- Height = 21
- Hint = 'File name for the Image'
- BiDiMode = bdLeftToRight
- ParentBiDiMode = False
- TabOrder = 2
- Text = 'Noname'
- end
- object RxSpinEdit6: TRxSpinEdit
- Left = 160
- Top = 20
- Width = 57
- Height = 21
- Hint = 'This number will be added to the file name'
- TabOrder = 3
- end
- object mycombobox2: mycombobox
- Left = 68
- Top = 44
- Width = 61
- Height = 21
- Hint = 'Choose the graphic type tor which the image'#13#10'will be saved.'
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 5
- Itemindex = -1
- end
- object Button1: TButton
- Left = 128
- Top = 44
- Width = 89
- Height = 21
- Hint = 'Here you can change the graphic type settings.'
- Caption = 'Parameters...'
- TabOrder = 6
- OnClick = Button1Click
- end
- object mycombobox3: mycombobox
- Left = 108
- Top = 64
- Width = 109
- Height = 21
- Hint = 'What happens when the file name already exists.'
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 8
- Text = 'Increase Number'
- Items.Strings = (
- 'Increase Number'
- 'Overwrite'
- 'Do Not Save')
- Itemindex = 0
- end
- object CheckBox2: TCheckBox
- Left = 220
- Top = 44
- Width = 73
- Height = 17
- Hint = 'To keep original graphic format.'
- Caption = 'as before'
- TabOrder = 7
- OnClick = updateall
- end
- object CheckBox3: TCheckBox
- Left = 220
- Top = 22
- Width = 73
- Height = 17
- Hint = 'To keep original file name'
- Caption = 'as before'
- TabOrder = 4
- OnClick = updateall
- end
- object CheckBox4: TCheckBox
- Left = 220
- Top = 0
- Width = 73
- Height = 17
- Hint = 'To place in original folder'
- Caption = 'as before'
- TabOrder = 1
- OnClick = updateall
- end
- object ImageEnIO1: TImageEnIO
- PreviewFont.Charset = DEFAULT_CHARSET
- PreviewFont.Color = clWindowText
- PreviewFont.Height = -11
- PreviewFont.Name = 'MS Sans Serif'
- PreviewFont.Style = []
- Left = 260
- Top = 64
- end
- object tformstorage11: tformstorage1
- IniFileName = '\software\PicMaster\storage'
- Options = []
- UseRegistry = True
- OnRestorePlacement = tformstorage11RestorePlacement
- StoredProps.Strings = (
- 'DirectoryEdit1.Text'
- 'CheckBox2.Checked'
- 'CheckBox3.Checked'
- 'CheckBox4.Checked'
- 'Edit3.Text'
- 'mycombobox2.Itemindex'
- 'mycombobox3.Itemindex'
- 'RxSpinEdit6.Value')
- StoredValues = <
- item
- Name = 'Params'
- Value = ''
- end>
- BeforeStorage = tformstorage11BeforeStorage
- AllwaysSave = True
- Left = 224
- Top = 64
- end
- end
-