home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / photo / Setup.exe / {app} / PhotoMeister.exe / 0 / RCDATA / TOPTIONS / TOPTIONS.txt
Encoding:
Text File  |  2002-06-17  |  13.5 KB  |  510 lines

  1. object options: Toptions
  2.   Left = 603
  3.   Top = 249
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 278
  7.   ClientWidth = 408
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object RxSplitter1: TRxSplitter
  21.     Left = 8
  22.     Top = 240
  23.     Width = 393
  24.     Height = 2
  25.     BevelInner = bvLowered
  26.     BevelOuter = bvNone
  27.     Enabled = False
  28.   end
  29.   object Button1: TButton
  30.     Left = 192
  31.     Top = 248
  32.     Width = 100
  33.     Height = 25
  34.     Caption = 'OK'
  35.     ModalResult = 1
  36.     TabOrder = 1
  37.   end
  38.   object Button2: TButton
  39.     Left = 296
  40.     Top = 248
  41.     Width = 100
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48.   object PageControl1: TPageControl
  49.     Left = 8
  50.     Top = 8
  51.     Width = 393
  52.     Height = 225
  53.     ActivePage = TabSheet1
  54.     TabOrder = 3
  55.     object TabSheet1: TTabSheet
  56.       Caption = 'Thumbnails'
  57.       object Label1: TLabel
  58.         Left = 8
  59.         Top = 12
  60.         Width = 23
  61.         Height = 13
  62.         Caption = 'Size:'
  63.       end
  64.       object Label2: TLabel
  65.         Left = 8
  66.         Top = 40
  67.         Width = 24
  68.         Height = 13
  69.         Caption = 'Font:'
  70.       end
  71.       object combothumbsize: TComboBox
  72.         Left = 72
  73.         Top = 8
  74.         Width = 305
  75.         Height = 21
  76.         Style = csDropDownList
  77.         ItemHeight = 13
  78.         TabOrder = 0
  79.         Items.Strings = (
  80.           'Tiny (30 x 30 pixels)'
  81.           'Small (50 x 50 pixels)'
  82.           'Normal (100 x 100 pixels)'
  83.           'Large (150 x 150 pixels)'
  84.           'XL (200 x 200 pixels)')
  85.       end
  86.       object Combofontsize: TComboBox
  87.         Left = 72
  88.         Top = 40
  89.         Width = 305
  90.         Height = 21
  91.         Style = csDropDownList
  92.         ItemHeight = 13
  93.         TabOrder = 1
  94.         Items.Strings = (
  95.           'Tiny (6 points)'
  96.           'Small (7 points)'
  97.           'Normal (8 points)'
  98.           'Large (10 points)'
  99.           'XL (12 points)'
  100.           'XXL (14 points)'
  101.           ''
  102.           '')
  103.       end
  104.       object CheckBox1: TCheckBox
  105.         Left = 9
  106.         Top = 72
  107.         Width = 337
  108.         Height = 17
  109.         Caption = 'Save thumbnails to disk for faster album access'
  110.         TabOrder = 2
  111.       end
  112.     end
  113.     object TabSheet2: TTabSheet
  114.       Caption = 'Album Settings'
  115.       ImageIndex = 1
  116.       object Label4: TLabel
  117.         Left = 8
  118.         Top = 92
  119.         Width = 193
  120.         Height = 13
  121.         Caption = 'JPG Compression (0-100, 0=best quality):'
  122.       end
  123.       object spincompression: TRxSpinEdit
  124.         Left = 216
  125.         Top = 88
  126.         Width = 57
  127.         Height = 21
  128.         MaxValue = 100
  129.         Value = 100
  130.         TabOrder = 0
  131.       end
  132.       object CheckBox2: TCheckBox
  133.         Left = 8
  134.         Top = 124
  135.         Width = 281
  136.         Height = 17
  137.         Caption = 'Always keep original camera image files as backups'
  138.         TabOrder = 1
  139.       end
  140.       object Button5: TButton
  141.         Left = 288
  142.         Top = 88
  143.         Width = 77
  144.         Height = 21
  145.         Caption = 'Set to default'
  146.         TabOrder = 2
  147.         OnClick = Button5Click
  148.       end
  149.       object GroupBox1: TGroupBox
  150.         Left = 4
  151.         Top = 4
  152.         Width = 373
  153.         Height = 73
  154.         Caption = 'Base directory of All Albums'
  155.         TabOrder = 3
  156.         object basedir: TAdvDirectoryEdit
  157.           Left = 12
  158.           Top = 20
  159.           Width = 349
  160.           Height = 21
  161.           AutoFocus = False
  162.           ErrorColor = clRed
  163.           ErrorFontColor = clWhite
  164.           Flat = False
  165.           FlatLineColor = clBlack
  166.           FlatParentColor = True
  167.           FocusAlign = eaDefault
  168.           FocusBorder = False
  169.           FocusColor = clWindow
  170.           FocusFontColor = clWindowText
  171.           FocusLabel = False
  172.           FocusWidthInc = 0
  173.           ModifiedColor = clHighlight
  174.           DisabledColor = clSilver
  175.           ReturnIsTab = False
  176.           LengthLimit = 0
  177.           TabOnFullLength = False
  178.           LabelPosition = lpLeftTop
  179.           LabelMargin = 4
  180.           LabelTransparent = False
  181.           LabelAlwaysEnabled = False
  182.           LabelFont.Charset = DEFAULT_CHARSET
  183.           LabelFont.Color = clWindowText
  184.           LabelFont.Height = -11
  185.           LabelFont.Name = 'MS Sans Serif'
  186.           LabelFont.Style = []
  187.           Persistence.Enable = False
  188.           Persistence.Location = plInifile
  189.           Color = clWindow
  190.           Enabled = True
  191.           HintShowLargeText = False
  192.           OleDropTarget = False
  193.           OleDropSource = False
  194.           TabOrder = 0
  195.           Transparent = False
  196.           Visible = True
  197.           OnChange = basedirChange
  198.           ButtonWidth = 18
  199.           Etched = False
  200.           Glyph.Data = {
  201.             CE000000424DCE0000000000000076000000280000000C0000000B0000000100
  202.             0400000000005800000000000000000000001000000000000000000000000000
  203.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  204.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00F00000000FFF
  205.             00000088888880FF00000B088888880F00000BB08888888000000BBB00000000
  206.             00000BBBBBBB0B0F00000BBB00000B0F0000F000BBBBBB0F0000FF0BBBBBBB0F
  207.             0000FF0BBB00000F0000FFF000FFFFFF0000}
  208.         end
  209.         object Button3: TButton
  210.           Left = 12
  211.           Top = 44
  212.           Width = 349
  213.           Height = 21
  214.           Caption = 'Set to Default ("My Pictures" folder)'
  215.           TabOrder = 1
  216.           OnClick = Button3Click
  217.         end
  218.       end
  219.     end
  220.     object TabSheet3: TTabSheet
  221.       Caption = 'User Interface'
  222.       ImageIndex = 2
  223.       object GroupBox2: TGroupBox
  224.         Left = 4
  225.         Top = 4
  226.         Width = 373
  227.         Height = 69
  228.         Caption = 'External Image Editor'
  229.         TabOrder = 0
  230.         object Label5: TLabel
  231.           Left = 11
  232.           Top = 20
  233.           Width = 234
  234.           Height = 13
  235.           Caption = 'Application started by clicking the "Editor" button:'
  236.         end
  237.         object imageeditor: TAdvFileNameEdit
  238.           Left = 8
  239.           Top = 36
  240.           Width = 353
  241.           Height = 21
  242.           AutoFocus = False
  243.           ErrorColor = clRed
  244.           ErrorFontColor = clWhite
  245.           Flat = False
  246.           FlatLineColor = clBlack
  247.           FlatParentColor = True
  248.           FocusAlign = eaDefault
  249.           FocusBorder = False
  250.           FocusColor = clWindow
  251.           FocusFontColor = clWindowText
  252.           FocusLabel = False
  253.           FocusWidthInc = 0
  254.           ModifiedColor = clHighlight
  255.           DisabledColor = clSilver
  256.           ReturnIsTab = False
  257.           LengthLimit = 0
  258.           TabOnFullLength = False
  259.           LabelPosition = lpLeftTop
  260.           LabelMargin = 4
  261.           LabelTransparent = False
  262.           LabelAlwaysEnabled = False
  263.           LabelFont.Charset = DEFAULT_CHARSET
  264.           LabelFont.Color = clWindowText
  265.           LabelFont.Height = -11
  266.           LabelFont.Name = 'MS Sans Serif'
  267.           LabelFont.Style = []
  268.           Persistence.Enable = False
  269.           Persistence.Location = plInifile
  270.           Color = clWindow
  271.           Enabled = True
  272.           HintShowLargeText = False
  273.           OleDropTarget = False
  274.           OleDropSource = False
  275.           TabOrder = 0
  276.           Transparent = False
  277.           Visible = True
  278.           ButtonWidth = 18
  279.           Etched = False
  280.           Glyph.Data = {
  281.             CE000000424DCE0000000000000076000000280000000C0000000B0000000100
  282.             0400000000005800000000000000000000001000000000000000000000000000
  283.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  284.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00D00000000DDD
  285.             00000077777770DD00000F077777770D00000FF07777777000000FFF00000000
  286.             00000FFFFFFF0DDD00000FFF00000DDD0000D000DDDDD0000000DDDDDDDDDD00
  287.             0000DDDDD0DDD0D00000DDDDDD000DDD0000}
  288.           Filter = 'Application (*.exe)|*.exe'
  289.           FilterIndex = 0
  290.           DialogOptions = []
  291.           DialogKind = fdOpen
  292.         end
  293.       end
  294.       object GroupBox3: TGroupBox
  295.         Left = 4
  296.         Top = 88
  297.         Width = 373
  298.         Height = 105
  299.         Caption = '"Don'#39't show me this again" Dialogs'
  300.         TabOrder = 1
  301.         object Label6: TLabel
  302.           Left = 8
  303.           Top = 20
  304.           Width = 361
  305.           Height = 53
  306.           AutoSize = False
  307.           Caption = 
  308.             'Several dialogs offer a "Don'#39't show this dialog again" option (e' +
  309.             '.g. when a files were moved or dumped). If you have disabled dia' +
  310.             'logs this way you can re-activate them again by clicking this bu' +
  311.             'tton.'
  312.           WordWrap = True
  313.         end
  314.         object Button4: TButton
  315.           Left = 8
  316.           Top = 72
  317.           Width = 329
  318.           Height = 25
  319.           Caption = 'Re-activate all dialogs'
  320.           TabOrder = 0
  321.           OnClick = Button4Click
  322.         end
  323.       end
  324.     end
  325.     object TabSheet4: TTabSheet
  326.       Caption = 'FTP Server'
  327.       ImageIndex = 3
  328.       object Label3: TLabel
  329.         Left = 8
  330.         Top = 8
  331.         Width = 239
  332.         Height = 13
  333.         Caption = 'The FTP Server used for uploading HTML-Albums:'
  334.       end
  335.       object GroupBox8: TGroupBox
  336.         Left = 4
  337.         Top = 28
  338.         Width = 373
  339.         Height = 77
  340.         Caption = 'Server Data'
  341.         Font.Charset = DEFAULT_CHARSET
  342.         Font.Color = clWindowText
  343.         Font.Height = -11
  344.         Font.Name = 'MS Sans Serif'
  345.         Font.Style = []
  346.         ParentFont = False
  347.         TabOrder = 0
  348.         object Label73: TLabel
  349.           Left = 12
  350.           Top = 20
  351.           Width = 96
  352.           Height = 13
  353.           Caption = 'Server Name (or IP):'
  354.           Font.Charset = DEFAULT_CHARSET
  355.           Font.Color = clWindowText
  356.           Font.Height = -11
  357.           Font.Name = 'MS Sans Serif'
  358.           Font.Style = []
  359.           ParentFont = False
  360.         end
  361.         object Label80: TLabel
  362.           Left = 12
  363.           Top = 44
  364.           Width = 105
  365.           Height = 13
  366.           Caption = 'HTML Base Directory:'
  367.           Font.Charset = DEFAULT_CHARSET
  368.           Font.Color = clWindowText
  369.           Font.Height = -11
  370.           Font.Name = 'MS Sans Serif'
  371.           Font.Style = []
  372.           ParentFont = False
  373.         end
  374.         object Edit1: TEdit
  375.           Left = 125
  376.           Top = 16
  377.           Width = 236
  378.           Height = 21
  379.           Font.Charset = DEFAULT_CHARSET
  380.           Font.Color = clWindowText
  381.           Font.Height = -11
  382.           Font.Name = 'MS Sans Serif'
  383.           Font.Style = []
  384.           ParentFont = False
  385.           TabOrder = 0
  386.         end
  387.         object Edit2: TEdit
  388.           Left = 125
  389.           Top = 42
  390.           Width = 236
  391.           Height = 21
  392.           Font.Charset = DEFAULT_CHARSET
  393.           Font.Color = clWindowText
  394.           Font.Height = -11
  395.           Font.Name = 'MS Sans Serif'
  396.           Font.Style = []
  397.           ParentFont = False
  398.           TabOrder = 1
  399.           Text = '/'
  400.         end
  401.       end
  402.       object GroupBox9: TGroupBox
  403.         Left = 4
  404.         Top = 108
  405.         Width = 373
  406.         Height = 81
  407.         Caption = 'Account Data'
  408.         Font.Charset = DEFAULT_CHARSET
  409.         Font.Color = clWindowText
  410.         Font.Height = -11
  411.         Font.Name = 'MS Sans Serif'
  412.         Font.Style = []
  413.         ParentFont = False
  414.         TabOrder = 1
  415.         object Label81: TLabel
  416.           Left = 12
  417.           Top = 24
  418.           Width = 51
  419.           Height = 13
  420.           Caption = 'Username:'
  421.           Font.Charset = DEFAULT_CHARSET
  422.           Font.Color = clWindowText
  423.           Font.Height = -11
  424.           Font.Name = 'MS Sans Serif'
  425.           Font.Style = []
  426.           ParentFont = False
  427.         end
  428.         object Label82: TLabel
  429.           Left = 12
  430.           Top = 52
  431.           Width = 49
  432.           Height = 13
  433.           Caption = 'Password:'
  434.           Font.Charset = DEFAULT_CHARSET
  435.           Font.Color = clWindowText
  436.           Font.Height = -11
  437.           Font.Name = 'MS Sans Serif'
  438.           Font.Style = []
  439.           ParentFont = False
  440.         end
  441.         object Edit3: TEdit
  442.           Left = 125
  443.           Top = 20
  444.           Width = 236
  445.           Height = 21
  446.           Font.Charset = DEFAULT_CHARSET
  447.           Font.Color = clWindowText
  448.           Font.Height = -11
  449.           Font.Name = 'MS Sans Serif'
  450.           Font.Style = []
  451.           ParentFont = False
  452.           TabOrder = 0
  453.         end
  454.         object Edit4: TEdit
  455.           Left = 125
  456.           Top = 48
  457.           Width = 140
  458.           Height = 21
  459.           Font.Charset = DEFAULT_CHARSET
  460.           Font.Color = clWindowText
  461.           Font.Height = -11
  462.           Font.Name = 'MS Sans Serif'
  463.           Font.Style = []
  464.           ParentFont = False
  465.           PasswordChar = '*'
  466.           TabOrder = 1
  467.         end
  468.         object CheckBox3: TCheckBox
  469.           Left = 272
  470.           Top = 52
  471.           Width = 97
  472.           Height = 17
  473.           Caption = 'Save Password'
  474.           Checked = True
  475.           Font.Charset = DEFAULT_CHARSET
  476.           Font.Color = clWindowText
  477.           Font.Height = -11
  478.           Font.Name = 'MS Sans Serif'
  479.           Font.Style = []
  480.           ParentFont = False
  481.           State = cbChecked
  482.           TabOrder = 2
  483.         end
  484.       end
  485.     end
  486.     object TabSheet5: TTabSheet
  487.       Caption = 'File Extensions'
  488.       ImageIndex = 4
  489.       inline setextensions1: Tsetextensions
  490.         Left = 8
  491.         Top = 4
  492.         Width = 377
  493.         Height = 173
  494.         inherited Label1: TLabel
  495.           Top = 48
  496.           Width = 257
  497.           Height = 81
  498.         end
  499.         inherited Label2: TLabel
  500.           Width = 369
  501.           Height = 41
  502.         end
  503.         inherited CheckListBox1: TCheckListBox
  504.           Top = 48
  505.         end
  506.       end
  507.     end
  508.   end
  509. end
  510.