home *** CD-ROM | disk | FTP | other *** search
Text File | 2004-04-06 | 33.9 KB | 1,395 lines |
- object FormPrefs: TFormPrefs
- Left = 440
- Top = 574
- HelpContext = 158
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Preferences'
- ClientHeight = 366
- ClientWidth = 481
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- OnShow = FormPrefsShow
- DesignSize = (
- 481
- 366)
- PixelsPerInch = 96
- TextHeight = 13
- object PageControlPrefs: TPageControl
- Left = 0
- Top = 0
- Width = 481
- Height = 329
- ActivePage = tsDisplayOptions
- MultiLine = True
- TabOrder = 0
- object tsDisplayOptions: TTabSheet
- HelpContext = 158
- Caption = 'General'
- ImageIndex = 2
- object GroupBox3: TGroupBox
- Left = 5
- Top = 0
- Width = 220
- Height = 130
- Caption = 'Display'
- TabOrder = 0
- object cbNonRecursive: TCheckBox
- Left = 8
- Top = 18
- Width = 201
- Height = 17
- Caption = 'Display only in selected album/group'
- TabOrder = 0
- end
- object cbAutoSaveLayout: TCheckBox
- Left = 8
- Top = 35
- Width = 97
- Height = 17
- Caption = 'Auto save layout'
- TabOrder = 1
- end
- object cbShowAlbumDescr: TCheckBox
- Left = 8
- Top = 53
- Width = 193
- Height = 17
- Caption = 'Display Album/Group Descriptions'
- TabOrder = 2
- end
- object cbLockToolbars: TCheckBox
- Left = 8
- Top = 70
- Width = 169
- Height = 17
- Caption = 'Lock toolbars'
- TabOrder = 3
- end
- object cbDispArchivedExist: TCheckBox
- Left = 8
- Top = 88
- Width = 201
- Height = 17
- Caption = 'Display existing archived files'
- TabOrder = 4
- end
- object cbDispArchivedDeleted: TCheckBox
- Left = 8
- Top = 106
- Width = 208
- Height = 17
- Caption = 'Display deleted archived files'
- TabOrder = 5
- end
- end
- object GroupBox5: TGroupBox
- Left = 5
- Top = 222
- Width = 220
- Height = 72
- Caption = 'File Saving and memory'
- TabOrder = 1
- object Label24: TLabel
- Left = 6
- Top = 21
- Width = 96
- Height = 13
- Caption = 'Save interval (secs)'
- end
- object Label29: TLabel
- Left = 6
- Top = 45
- Width = 103
- Height = 13
- Caption = 'Thumbnail cache size'
- end
- object EditSaveDelay: TSpinEdit
- Left = 124
- Top = 17
- Width = 91
- Height = 22
- MaxValue = 600
- MinValue = 10
- TabOrder = 0
- Value = 120
- end
- object cbThumbSize: TComboBox
- Left = 124
- Top = 42
- Width = 91
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- end
- object GroupBox10: TGroupBox
- Left = 235
- Top = 134
- Width = 214
- Height = 81
- Caption = 'Startup'
- TabOrder = 2
- object cbDisplaySplashScn: TCheckBox
- Left = 8
- Top = 18
- Width = 137
- Height = 17
- Caption = 'Display splash screen'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object cbColorWarning: TCheckBox
- Left = 8
- Top = 34
- Width = 137
- Height = 17
- Caption = 'Warn in 256 color mode'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object cbFullScreen: TCheckBox
- Left = 8
- Top = 50
- Width = 97
- Height = 17
- Caption = 'Start full-screen'
- TabOrder = 2
- end
- end
- object GroupBox11: TGroupBox
- Left = 235
- Top = 0
- Width = 214
- Height = 130
- Caption = 'Display with Tooltips'
- TabOrder = 3
- object cbToolCaption: TCheckBox
- Left = 7
- Top = 18
- Width = 66
- Height = 17
- Caption = 'Captions'
- TabOrder = 0
- end
- object cbToolFilename: TCheckBox
- Left = 7
- Top = 35
- Width = 97
- Height = 17
- Caption = 'Filename'
- TabOrder = 1
- end
- object cbToolFilesize: TCheckBox
- Left = 7
- Top = 70
- Width = 97
- Height = 17
- Caption = 'Filesize'
- TabOrder = 2
- end
- object cbToolDimensions: TCheckBox
- Left = 7
- Top = 88
- Width = 97
- Height = 17
- Caption = 'Dimensions'
- TabOrder = 3
- end
- object cbToolPicDate: TCheckBox
- Left = 7
- Top = 106
- Width = 89
- Height = 17
- Caption = 'Picture Date'
- TabOrder = 4
- end
- object cbToolFiledate: TCheckBox
- Left = 7
- Top = 53
- Width = 81
- Height = 17
- Caption = 'Filedate'
- TabOrder = 5
- end
- end
- object GroupBox12: TGroupBox
- Left = 5
- Top = 134
- Width = 220
- Height = 81
- Caption = 'Status Bar'
- TabOrder = 4
- object cbShowStatusBar: TCheckBox
- Left = 8
- Top = 15
- Width = 121
- Height = 17
- Caption = 'Show status bar'
- TabOrder = 0
- OnClick = cbShowStatusBarClick
- end
- object rbLastSelected: TRadioButton
- Left = 32
- Top = 33
- Width = 145
- Height = 17
- Caption = 'Last selected picture'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object rbStatusOver: TRadioButton
- Left = 32
- Top = 51
- Width = 161
- Height = 17
- Caption = 'Picture with mouse over'
- TabOrder = 2
- end
- end
- object GroupBox13: TGroupBox
- Left = 235
- Top = 222
- Width = 214
- Height = 72
- Caption = 'Videos'
- TabOrder = 5
- object cbUseMediaPlayer: TCheckBox
- Left = 7
- Top = 18
- Width = 193
- Height = 17
- Caption = 'Display videos using default viewer'
- TabOrder = 0
- end
- object cbBuildVideoThumbnail: TCheckBox
- Left = 7
- Top = 35
- Width = 193
- Height = 17
- Caption = 'Build thumbnail from first frame'
- TabOrder = 1
- end
- object cbAutoStartVideo: TCheckBox
- Left = 7
- Top = 51
- Width = 193
- Height = 17
- Caption = 'Auto start video preview'
- TabOrder = 2
- end
- end
- end
- object tsFiles: TTabSheet
- HelpContext = 159
- Caption = 'File Locations'
- ImageIndex = 5
- OnShow = tsFilesShow
- object Label12: TLabel
- Left = 21
- Top = 10
- Width = 284
- Height = 13
- Caption = 'Define how files and folders are created, copied and moved.'
- end
- object GroupBox2: TGroupBox
- Left = 21
- Top = 31
- Width = 404
- Height = 112
- Caption = 'Options'
- TabOrder = 0
- object Label8: TLabel
- Left = 24
- Top = 19
- Width = 118
- Height = 13
- Alignment = taRightJustify
- Caption = 'New picture folder format'
- end
- object Label15: TLabel
- Left = 23
- Top = 67
- Width = 118
- Height = 13
- Caption = 'Copy/move identical files'
- end
- object Label18: TLabel
- Left = 39
- Top = 89
- Width = 101
- Height = 13
- Caption = 'File rename separator'
- end
- object Label22: TLabel
- Left = 36
- Top = 44
- Width = 105
- Height = 13
- Caption = 'New picture file format'
- end
- object EditFolderFormat: TEdit
- Left = 148
- Top = 16
- Width = 151
- Height = 21
- TabOrder = 0
- OnChange = EditFolderFormatChange
- end
- object EditFileRenameSep: TEdit
- Left = 148
- Top = 86
- Width = 14
- Height = 21
- MaxLength = 1
- TabOrder = 3
- Text = '_'
- end
- object cbCopyMoveMode: TComboBox
- Left = 148
- Top = 63
- Width = 153
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- Items.Strings = (
- 'Ask'
- 'Replace'
- 'Skip'
- 'Auto (Rename if necessary)')
- end
- object EditExpFileFormat: TEdit
- Left = 148
- Top = 40
- Width = 151
- Height = 21
- TabOrder = 1
- end
- end
- object GroupBox9: TGroupBox
- Left = 21
- Top = 157
- Width = 404
- Height = 70
- Caption = 'Delete Options'
- TabOrder = 1
- object cbDeleteImmediately: TCheckBox
- Left = 16
- Top = 42
- Width = 257
- Height = 17
- Caption = 'Delete immediately (Don'#39't use recycle bin)'
- TabOrder = 1
- end
- object cbSkipDelWarning: TCheckBox
- Left = 16
- Top = 24
- Width = 137
- Height = 17
- Caption = 'Skip delete warning'
- TabOrder = 0
- end
- end
- end
- object TsTools: TTabSheet
- HelpContext = 202
- Caption = 'Tools'
- ImageIndex = 7
- OnShow = TsToolsShow
- object BtnToolUp: TSpeedButton
- Left = 335
- Top = 188
- Width = 23
- Height = 22
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
- 3333333333777F33333333333309033333333333337F7F333333333333090333
- 33333333337F7F33333333333309033333333333337F7F333333333333090333
- 33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
- 3333333777737777F333333099999990333333373F3333373333333309999903
- 333333337F33337F33333333099999033333333373F333733333333330999033
- 3333333337F337F3333333333099903333333333373F37333333333333090333
- 33333333337F7F33333333333309033333333333337373333333333333303333
- 333333333337F333333333333330333333333333333733333333}
- NumGlyphs = 2
- OnClick = BtnToolUpClick
- end
- object BtnToolDown: TSpeedButton
- Left = 335
- Top = 220
- Width = 23
- Height = 22
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
- 333333333337F33333333333333033333333333333373F333333333333090333
- 33333333337F7F33333333333309033333333333337373F33333333330999033
- 3333333337F337F33333333330999033333333333733373F3333333309999903
- 333333337F33337F33333333099999033333333373333373F333333099999990
- 33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
- 33333333337F7F33333333333309033333333333337F7F333333333333090333
- 33333333337F7F33333333333309033333333333337F7F333333333333090333
- 33333333337F7F33333333333300033333333333337773333333}
- NumGlyphs = 2
- OnClick = BtnToolDownClick
- end
- object Label5: TLabel
- Left = 16
- Top = 8
- Width = 393
- Height = 25
- AutoSize = False
- Caption =
- 'Setup any external tools used to modify or enhance your photos. ' +
- ' All tools in the list, will appear under the Tools menuitem.'
- WordWrap = True
- end
- object lbTools: TListBox
- Left = 16
- Top = 48
- Width = 305
- Height = 225
- ItemHeight = 13
- TabOrder = 0
- OnDblClick = BtnEditToolClick
- end
- object BtnAddTool: TButton
- Left = 336
- Top = 64
- Width = 75
- Height = 25
- Caption = 'Add'
- TabOrder = 1
- OnClick = btnAddToolClick
- end
- object BtnRemoveTool: TButton
- Left = 336
- Top = 128
- Width = 75
- Height = 25
- Caption = 'Remove'
- TabOrder = 2
- OnClick = BtnRemoveToolClick
- end
- object BtnEditTool: TButton
- Left = 336
- Top = 96
- Width = 75
- Height = 25
- Caption = 'Edit'
- TabOrder = 3
- OnClick = BtnEditToolClick
- end
- end
- object tsScreenSaver: TTabSheet
- HelpContext = 204
- Caption = 'Screen Saver'
- ImageIndex = 5
- OnShow = tsScreenSaverShow
- object Label9: TLabel
- Left = 12
- Top = 267
- Width = 205
- Height = 26
- Caption = 'Select the Album or Group to control which pictures display.'
- WordWrap = True
- end
- object Label11: TLabel
- Left = 232
- Top = 9
- Width = 200
- Height = 39
- Caption =
- 'To enable the screen saver, you must choose the FotoAlbum Screen' +
- ' Saver from the Screen Display Properties.'
- WordWrap = True
- end
- object tvAlbums: TTreeView
- Left = 12
- Top = 8
- Width = 211
- Height = 254
- HideSelection = False
- Images = FormAlbumView.TreeViewImages
- Indent = 19
- TabOrder = 0
- OnChange = tvAlbumsChange
- end
- object GroupBox16: TGroupBox
- Left = 232
- Top = 154
- Width = 225
- Height = 108
- Caption = 'Transition Effects'
- TabOrder = 1
- object Label31: TLabel
- Left = 32
- Top = 42
- Width = 28
- Height = 13
- Caption = 'Effect'
- end
- object Label32: TLabel
- Left = 32
- Top = 65
- Width = 27
- Height = 13
- Caption = 'Delay'
- end
- object Label33: TLabel
- Left = 126
- Top = 65
- Width = 55
- Height = 13
- Caption = '(0 = fastest)'
- end
- object cbSSUseTrans: TCheckBox
- Left = 10
- Top = 18
- Width = 97
- Height = 17
- Caption = 'Use Transitions'
- TabOrder = 0
- OnClick = cbSSUseTransClick
- end
- object cbSSTransEffect: TComboBox
- Left = 64
- Top = 38
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 1
- Text = 'Random'
- Items.Strings = (
- 'Random'
- 'Blinds'
- 'Blocks'
- 'Center'
- 'Lovres'
- 'Random blocks'
- 'Sprinkle'
- 'Squares in'
- 'Squares out'
- 'Wipe from bottom'
- 'Wipe from left'
- 'Wipe from right'
- 'Wipe from top'
- 'Zig zag')
- end
- object EditSSTransDelay: TSpinEdit
- Left = 64
- Top = 62
- Width = 57
- Height = 22
- MaxValue = 100
- MinValue = 0
- TabOrder = 2
- Value = 10
- end
- object cbSSTransDissolve: TCheckBox
- Left = 64
- Top = 86
- Width = 137
- Height = 17
- Caption = 'Dissolve Prior Image'
- TabOrder = 3
- end
- end
- object GroupBox17: TGroupBox
- Left = 232
- Top = 60
- Width = 225
- Height = 78
- Caption = 'Display Options'
- TabOrder = 2
- object Label17: TLabel
- Left = 12
- Top = 45
- Width = 61
- Height = 13
- Caption = 'Delay (secs.)'
- end
- object EditScreenSaverDelay: TSpinEdit
- Left = 85
- Top = 41
- Width = 57
- Height = 22
- MaxValue = 999
- MinValue = 1
- TabOrder = 0
- Value = 5
- end
- object cbRandomOrder: TCheckBox
- Left = 10
- Top = 21
- Width = 150
- Height = 17
- Caption = 'Display in random order'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- end
- end
- object tsFullScn: TTabSheet
- HelpContext = 205
- Caption = 'Full Screen'
- ImageIndex = 6
- OnShow = tsFullScnShow
- object GroupBox6: TGroupBox
- Left = 8
- Top = 8
- Width = 209
- Height = 177
- Caption = 'Display'
- TabOrder = 0
- object Label6: TLabel
- Left = 15
- Top = 68
- Width = 100
- Height = 13
- Caption = 'Max. scaling factor %'
- end
- object Label3: TLabel
- Left = 15
- Top = 96
- Width = 85
- Height = 13
- Caption = 'Background Color'
- end
- object btnGetColor: TCoolButton
- Left = 146
- Top = 90
- Width = 49
- Height = 25
- Hint = 'Click to change color'
- AutoRun = False
- AutoSize = False
- MaxWidth = 400
- ParentShowHint = False
- ShowHint = True
- HTMLButton = False
- ColorSelector = True
- Color = clMaroon
- end
- object Label21: TLabel
- Left = 17
- Top = 20
- Width = 47
- Height = 13
- Caption = 'Initial Size'
- end
- object Label28: TLabel
- Left = 17
- Top = 44
- Width = 43
- Height = 13
- Caption = 'Algorithm'
- end
- object EditMaxScaling: TSpinEdit
- Left = 146
- Top = 64
- Width = 49
- Height = 22
- MaxValue = 500
- MinValue = 100
- TabOrder = 0
- Value = 250
- end
- object cbDispCaptionbar: TCheckBox
- Left = 15
- Top = 134
- Width = 145
- Height = 17
- Caption = 'Display captions'
- TabOrder = 1
- end
- object cbFullScnToolbar: TCheckBox
- Left = 15
- Top = 116
- Width = 135
- Height = 17
- Caption = 'Display thumbnails'
- TabOrder = 2
- end
- object cbStatusBar: TCheckBox
- Left = 15
- Top = 152
- Width = 143
- Height = 17
- Caption = 'Display status bar'
- TabOrder = 3
- end
- object cbStartupSize: TComboBox
- Left = 77
- Top = 16
- Width = 118
- Height = 21
- Style = csDropDownList
- DropDownCount = 9
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 4
- Text = 'Fit To Screen'
- Items.Strings = (
- 'Fit To Screen'
- '500%'
- '200%'
- '150%'
- '100%'
- '75%'
- '50%'
- '25%'
- '10%')
- end
- object cbDisplayMethod: TComboBox
- Left = 77
- Top = 40
- Width = 118
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 5
- Items.Strings = (
- 'Nearest Neighbor'
- 'Preserve Black'
- 'Preserve White'
- 'Bilinear'
- 'Cubic'
- 'Mitchell'
- 'Lanczos')
- end
- end
- object GroupBox1: TGroupBox
- Left = 224
- Top = 191
- Width = 225
- Height = 82
- Caption = 'Slide Show'
- TabOrder = 1
- object Label2: TLabel
- Left = 17
- Top = 26
- Width = 110
- Height = 13
- Caption = 'Slide show delay (secs)'
- end
- object EditSlideShowDelay: TSpinEdit
- Left = 142
- Top = 22
- Width = 49
- Height = 22
- MaxValue = 100
- MinValue = 0
- TabOrder = 0
- Value = 0
- end
- object ckbCycleSlideShow: TCheckBox
- Left = 17
- Top = 54
- Width = 113
- Height = 17
- Caption = 'Cycle slide show'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- end
- object GroupBox18: TGroupBox
- Left = 224
- Top = 8
- Width = 225
- Height = 177
- Caption = 'Transition Effects'
- TabOrder = 2
- object Label34: TLabel
- Left = 32
- Top = 44
- Width = 28
- Height = 13
- Caption = 'Effect'
- end
- object Label35: TLabel
- Left = 32
- Top = 67
- Width = 27
- Height = 13
- Caption = 'Delay'
- end
- object Label36: TLabel
- Left = 126
- Top = 67
- Width = 55
- Height = 13
- Caption = '(0 = fastest)'
- end
- object cbUseTrans: TCheckBox
- Left = 10
- Top = 20
- Width = 97
- Height = 17
- Caption = 'Use Transitions'
- TabOrder = 0
- OnClick = cbUseTransClick
- end
- object cbTransEffect: TComboBox
- Left = 64
- Top = 40
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 1
- Text = 'Random'
- Items.Strings = (
- 'Random'
- 'Blinds'
- 'Blocks'
- 'Center'
- 'Lovres'
- 'Random blocks'
- 'Sprinkle'
- 'Squares in'
- 'Squares out'
- 'Wipe from bottom'
- 'Wipe from left'
- 'Wipe from right'
- 'Wipe from top'
- 'Zig zag')
- end
- object EditTransDelay: TSpinEdit
- Left = 64
- Top = 64
- Width = 57
- Height = 22
- MaxValue = 100
- MinValue = 0
- TabOrder = 2
- Value = 10
- end
- object cbTransDissolve: TCheckBox
- Left = 64
- Top = 88
- Width = 137
- Height = 17
- Caption = 'Dissolve Prior Image'
- TabOrder = 3
- end
- object cbDispLoading: TCheckBox
- Left = 10
- Top = 111
- Width = 199
- Height = 17
- Caption = 'Display "Loading..." Message'
- TabOrder = 4
- end
- end
- object GroupBox19: TGroupBox
- Left = 8
- Top = 191
- Width = 209
- Height = 82
- Caption = 'Navigation options'
- TabOrder = 3
- object Label23: TLabel
- Left = 13
- Top = 27
- Width = 63
- Height = 13
- Caption = 'Mouse wheel'
- end
- object cbFSMouseWheel: TComboBox
- Left = 85
- Top = 24
- Width = 109
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 0
- Text = 'Scrolls pictures'
- Items.Strings = (
- 'Scrolls pictures'
- 'Zooms in/out')
- end
- end
- end
- object tsPrefs: TTabSheet
- HelpContext = 206
- Caption = 'Sync'
- ImageIndex = 7
- object GroupBox7: TGroupBox
- Left = 16
- Top = 5
- Width = 441
- Height = 97
- Caption = 'Communication Setup'
- TabOrder = 0
- object Label25: TLabel
- Left = 45
- Top = 72
- Width = 22
- Height = 13
- Caption = 'Host'
- end
- object Label26: TLabel
- Left = 221
- Top = 71
- Width = 19
- Height = 13
- Caption = 'Port'
- end
- object Label30: TLabel
- Left = 189
- Top = 17
- Width = 85
- Height = 13
- Caption = 'Number of Retries'
- end
- object rbProxyDefault: TRadioButton
- Left = 18
- Top = 17
- Width = 167
- Height = 17
- Caption = 'Use default browser settings'
- TabOrder = 0
- OnClick = OnChangeProxy
- end
- object rbNoProxy: TRadioButton
- Left = 18
- Top = 33
- Width = 113
- Height = 17
- Caption = 'Do not use a proxy'
- TabOrder = 1
- OnClick = OnChangeProxy
- end
- object rbManualProxy: TRadioButton
- Left = 18
- Top = 49
- Width = 177
- Height = 17
- Caption = 'Use manual proxy settings'
- TabOrder = 2
- OnClick = OnChangeProxy
- end
- object EditProxyHost: TEdit
- Left = 76
- Top = 68
- Width = 121
- Height = 21
- TabOrder = 3
- end
- object EditProxyPort: TEdit
- Left = 252
- Top = 67
- Width = 55
- Height = 21
- TabOrder = 4
- end
- object EditNumRetries: TSpinEdit
- Left = 279
- Top = 14
- Width = 45
- Height = 22
- MaxValue = 10
- MinValue = 0
- TabOrder = 5
- Value = 2
- end
- end
- object GroupBox21: TGroupBox
- Left = 16
- Top = 201
- Width = 441
- Height = 90
- Caption = 'Other'
- TabOrder = 1
- object cbVerifyVersion: TCheckBox
- Left = 14
- Top = 32
- Width = 187
- Height = 17
- Caption = 'Verify FotoAlbum is latest version'
- TabOrder = 0
- end
- object cbBackupSyncFiles: TCheckBox
- Left = 14
- Top = 16
- Width = 169
- Height = 17
- Caption = 'Backup any modified pictures'
- TabOrder = 1
- end
- object cbDebugSync: TCheckBox
- Left = 217
- Top = 16
- Width = 184
- Height = 17
- Caption = 'Display additional tooltip info'
- TabOrder = 2
- end
- object cbAutoSelPc: TCheckBox
- Left = 14
- Top = 48
- Width = 163
- Height = 17
- Caption = 'Auto-select PC Updates'
- TabOrder = 3
- end
- object cbAutoSelWeb: TCheckBox
- Left = 217
- Top = 32
- Width = 170
- Height = 17
- Caption = 'Auto-select Web Updates'
- TabOrder = 4
- end
- end
- object GroupBox8: TGroupBox
- Left = 17
- Top = 106
- Width = 440
- Height = 90
- Caption = 'Default Compression'
- TabOrder = 2
- object LblReduce: TLabel
- Left = 32
- Top = 40
- Width = 50
- Height = 13
- Caption = 'Reduce to'
- end
- object LblCompress: TLabel
- Left = 32
- Top = 63
- Width = 60
- Height = 13
- Caption = 'Compression'
- end
- object cbWebReduce: TCheckBox
- Left = 13
- Top = 14
- Width = 188
- Height = 17
- Caption = 'Reduce picture on web (JPEG)'
- TabOrder = 0
- OnClick = cbWebReduceClick
- end
- object cbWebReduceAmt: TComboBox
- Left = 96
- Top = 36
- Width = 161
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnClick = cbWebReduceAmtClick
- Items.Strings = (
- 'No reduction'
- '640x480'
- '800x600'
- '1024x768'
- '1280x1024'
- '1600x1200')
- end
- object cbWebCompression: TComboBox
- Left = 96
- Top = 60
- Width = 161
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 2
- TabOrder = 2
- Text = '75 = Average compression'
- OnClick = cbWebCompressionClick
- Items.Strings = (
- '55 = Very high compression'
- '65 = High compression'
- '75 = Average compression'
- '85 = Low compression'
- '95 = Minimal compression')
- end
- object cbApplyToAll: TCheckBox
- Left = 265
- Top = 62
- Width = 160
- Height = 17
- Caption = 'Change all current values'
- TabOrder = 3
- end
- end
- end
- object TabSheet1: TTabSheet
- HelpContext = 488
- Caption = 'E-Mail'
- ImageIndex = 6
- OnShow = TabSheet1Show
- object GroupBox14: TGroupBox
- Left = 9
- Top = 87
- Width = 440
- Height = 109
- Caption = 'Size of image attachments'
- TabOrder = 0
- object Label16: TLabel
- Left = 79
- Top = 19
- Width = 47
- Height = 13
- Caption = '(300x300)'
- end
- object Label19: TLabel
- Left = 79
- Top = 35
- Width = 47
- Height = 13
- Caption = '(600x600)'
- end
- object Label20: TLabel
- Left = 79
- Top = 51
- Width = 47
- Height = 13
- Caption = '(800x800)'
- end
- object rbSmall: TRadioButton
- Left = 16
- Top = 18
- Width = 61
- Height = 17
- Caption = 'Small'
- TabOrder = 0
- end
- object rbMedium: TRadioButton
- Left = 16
- Top = 34
- Width = 61
- Height = 17
- Caption = 'Medium'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object rbLarge: TRadioButton
- Left = 16
- Top = 50
- Width = 61
- Height = 17
- Caption = 'Large'
- TabOrder = 2
- end
- object rbOriginal: TRadioButton
- Left = 16
- Top = 66
- Width = 61
- Height = 17
- Caption = 'Original'
- TabOrder = 3
- end
- object rbCustom: TRadioButton
- Left = 16
- Top = 82
- Width = 77
- Height = 17
- Caption = 'Custom '
- TabOrder = 4
- end
- object seMaxWidth: TSpinEdit
- Left = 80
- Top = 81
- Width = 74
- Height = 22
- MaxValue = 3000
- MinValue = 50
- TabOrder = 5
- Value = 50
- end
- end
- object GroupBox15: TGroupBox
- Left = 8
- Top = 14
- Width = 441
- Height = 61
- Caption = 'E-mail method'
- TabOrder = 1
- object SpeedButton2: TSpeedButton
- Left = 145
- Top = 14
- Width = 82
- Height = 22
- Caption = 'Define SMTP...'
- OnClick = SpeedButton2Click
- end
- object rbUseSMTP: TRadioButton
- Left = 16
- Top = 18
- Width = 113
- Height = 17
- Caption = 'Use built-in E-mail'
- TabOrder = 0
- end
- object rbQuickMapi: TRadioButton
- Left = 16
- Top = 39
- Width = 209
- Height = 17
- Caption = 'Use default mail client (quick launch)'
- TabOrder = 1
- end
- end
- object GroupBox20: TGroupBox
- Left = 9
- Top = 209
- Width = 440
- Height = 73
- Caption = 'JPEG Compression Level'
- TabOrder = 2
- object Label10: TLabel
- Left = 15
- Top = 25
- Width = 36
- Height = 13
- Caption = 'Amount'
- end
- object Label13: TLabel
- Left = 128
- Top = 52
- Width = 86
- Height = 13
- Caption = 'Most Compression'
- end
- object Label14: TLabel
- Left = 356
- Top = 52
- Width = 56
- Height = 13
- Caption = 'Best Quality'
- end
- object seCompress: TSpinEdit
- Left = 56
- Top = 22
- Width = 57
- Height = 22
- MaxValue = 100
- MinValue = 0
- TabOrder = 0
- Value = 0
- OnChange = seCompressChange
- end
- object tbCompress: TTrackBar
- Left = 144
- Top = 20
- Width = 257
- Height = 33
- Max = 100
- Frequency = 5
- TabOrder = 1
- OnChange = tbCompressChange
- end
- end
- end
- object tsCompatibility: TTabSheet
- HelpContext = 526
- Caption = 'CD/DVD'
- ImageIndex = 7
- object GroupBox23: TGroupBox
- Left = 24
- Top = 16
- Width = 417
- Height = 121
- Caption = 'Compatibility'
- TabOrder = 0
- object rbUseNero: TRadioButton
- Left = 15
- Top = 19
- Width = 113
- Height = 17
- Caption = 'Use Nero'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbUseCDDVDPro: TRadioButton
- Left = 15
- Top = 38
- Width = 146
- Height = 17
- Caption = 'Use CD/DVD Writer Pro'
- TabOrder = 1
- end
- object rbUseMagic: TRadioButton
- Left = 15
- Top = 58
- Width = 137
- Height = 17
- Caption = 'Use Binary Magics'
- TabOrder = 2
- end
- end
- end
- end
- object BtnHelp: TButton
- Left = 8
- Top = 336
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Help'
- TabOrder = 1
- OnClick = BtnHelpClick
- end
- object BtnOK: TButton
- Left = 314
- Top = 336
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = BtnOKClick
- end
- object BtnCancel: TButton
- Left = 395
- Top = 336
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object Email1: TEmail
- DownLoadFirst = False
- NewSession = False
- UnreadOnly = False
- Left = 440
- Top = 24
- end
- end
-