home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / WPChanger / WPChangerSetup.exe / WPChanger.exe / 0 / RCDATA / TFRMOPTIONS1 / TFRMOPTIONS1.txt
Text File  |  2004-10-04  |  13KB  |  564 lines

  1. object frmOptions1: TfrmOptions1
  2.   Left = 237
  3.   Top = 179
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WPChanger - Options'
  7.   ClientHeight = 287
  8.   ClientWidth = 366
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   DesignSize = (
  20.     366
  21.     287)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object btnOK1: TBitBtn
  25.     Left = 283
  26.     Top = 254
  27.     Width = 75
  28.     Height = 25
  29.     Anchors = [akRight, akBottom]
  30.     Caption = '&OK'
  31.     Font.Charset = ANSI_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'Tahoma'
  35.     Font.Style = [fsBold]
  36.     ModalResult = 1
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     OnClick = btnOK1Click
  40.   end
  41.   object btnCancel1: TBitBtn
  42.     Left = 206
  43.     Top = 254
  44.     Width = 75
  45.     Height = 25
  46.     Anchors = [akRight, akBottom]
  47.     Caption = '&Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 1
  50.   end
  51.   object PageControl1: TPageControl
  52.     Left = 0
  53.     Top = 0
  54.     Width = 366
  55.     Height = 248
  56.     ActivePage = TabSheet2
  57.     Align = alTop
  58.     Anchors = [akLeft, akTop, akRight, akBottom]
  59.     TabOrder = 2
  60.     object tsBasic1: TTabSheet
  61.       Caption = 'Basic Options'
  62.       object lblCycle1: TLabel
  63.         Left = 26
  64.         Top = 31
  65.         Width = 85
  66.         Height = 11
  67.         Caption = 'Cycle Interval (sec):'
  68.         Font.Charset = ANSI_CHARSET
  69.         Font.Color = clWindowText
  70.         Font.Height = -9
  71.         Font.Name = 'Tahoma'
  72.         Font.Style = []
  73.         ParentFont = False
  74.       end
  75.       object lblTimer1: TLabel
  76.         Left = 190
  77.         Top = 31
  78.         Width = 9
  79.         Height = 11
  80.         Caption = '---'
  81.         Font.Charset = ANSI_CHARSET
  82.         Font.Color = clGray
  83.         Font.Height = -9
  84.         Font.Name = 'Tahoma'
  85.         Font.Style = []
  86.         ParentFont = False
  87.       end
  88.       object Label11: TLabel
  89.         Left = 212
  90.         Top = 31
  91.         Width = 69
  92.         Height = 11
  93.         Caption = 'sec till next cycle'
  94.         Font.Charset = ANSI_CHARSET
  95.         Font.Color = clGray
  96.         Font.Height = -9
  97.         Font.Name = 'Tahoma'
  98.         Font.Style = []
  99.         ParentFont = False
  100.       end
  101.       object chkGreyscale1: TCheckBox
  102.         Left = 8
  103.         Top = 71
  104.         Width = 145
  105.         Height = 17
  106.         Caption = '&Greyscale'
  107.         TabOrder = 0
  108.       end
  109.       object chkDisableCycling1: TCheckBox
  110.         Left = 8
  111.         Top = 10
  112.         Width = 177
  113.         Height = 17
  114.         Caption = '&Disable auto cycling'
  115.         TabOrder = 1
  116.         OnClick = chkDisableCycling1Click
  117.       end
  118.       object chkShowTray1: TCheckBox
  119.         Left = 8
  120.         Top = 142
  121.         Width = 161
  122.         Height = 17
  123.         Caption = 'Show &tray'
  124.         Checked = True
  125.         State = cbChecked
  126.         TabOrder = 2
  127.       end
  128.       object edtInterval1: TEdit
  129.         Left = 118
  130.         Top = 28
  131.         Width = 28
  132.         Height = 18
  133.         AutoSize = False
  134.         Font.Charset = ANSI_CHARSET
  135.         Font.Color = clWindowText
  136.         Font.Height = -9
  137.         Font.Name = 'Tahoma'
  138.         Font.Style = []
  139.         ParentFont = False
  140.         TabOrder = 3
  141.         Text = '600'
  142.         OnKeyPress = edtSSInterval1KeyPress
  143.       end
  144.       object chkRandom1: TCheckBox
  145.         Left = 8
  146.         Top = 49
  147.         Width = 129
  148.         Height = 17
  149.         Caption = '&Random Image'
  150.         Checked = True
  151.         State = cbChecked
  152.         TabOrder = 4
  153.       end
  154.       object chkStretchLarger1: TCheckBox
  155.         Left = 8
  156.         Top = 94
  157.         Width = 169
  158.         Height = 17
  159.         Caption = '&Stretch image when larger than'
  160.         Checked = True
  161.         State = cbChecked
  162.         TabOrder = 5
  163.       end
  164.       object cbxResolutions1: TComboBox
  165.         Left = 196
  166.         Top = 92
  167.         Width = 102
  168.         Height = 21
  169.         Style = csDropDownList
  170.         ItemHeight = 13
  171.         TabOrder = 6
  172.       end
  173.       object chkStretchSmaller1: TCheckBox
  174.         Left = 8
  175.         Top = 117
  176.         Width = 170
  177.         Height = 17
  178.         Caption = 'Don'#39't stretch when smaller than '
  179.         Checked = True
  180.         State = cbChecked
  181.         TabOrder = 7
  182.       end
  183.       object cbxResolutions2: TComboBox
  184.         Left = 196
  185.         Top = 116
  186.         Width = 102
  187.         Height = 21
  188.         Style = csDropDownList
  189.         ItemHeight = 13
  190.         TabOrder = 8
  191.       end
  192.       object chkShowImages1: TCheckBox
  193.         Left = 8
  194.         Top = 166
  195.         Width = 153
  196.         Height = 17
  197.         Caption = 'Show &Images'
  198.         Checked = True
  199.         State = cbChecked
  200.         TabOrder = 9
  201.       end
  202.       object chkSaveImage1: TCheckBox
  203.         Left = 8
  204.         Top = 190
  205.         Width = 169
  206.         Height = 17
  207.         Caption = 'Save &Images'
  208.         TabOrder = 10
  209.       end
  210.     end
  211.     object TabSheet1: TTabSheet
  212.       Caption = 'Screensaver'
  213.       ImageIndex = 2
  214.       object lblScreenSaver1: TLabel
  215.         Left = 8
  216.         Top = 10
  217.         Width = 349
  218.         Height = 29
  219.         AutoSize = False
  220.         Caption = 
  221.           'Click here to create a new screensaver which cycles through your' +
  222.           ' pictures.'
  223.         Font.Charset = ANSI_CHARSET
  224.         Font.Color = clNavy
  225.         Font.Height = -11
  226.         Font.Name = 'Tahoma'
  227.         Font.Style = []
  228.         ParentFont = False
  229.         WordWrap = True
  230.       end
  231.       object Label5: TLabel
  232.         Left = 8
  233.         Top = 75
  234.         Width = 278
  235.         Height = 13
  236.         Caption = 'If you want, you can set the interval to cycle each image.'
  237.         Font.Charset = ANSI_CHARSET
  238.         Font.Color = clNavy
  239.         Font.Height = -11
  240.         Font.Name = 'Tahoma'
  241.         Font.Style = []
  242.         ParentFont = False
  243.       end
  244.       object Label6: TLabel
  245.         Left = 8
  246.         Top = 96
  247.         Width = 42
  248.         Height = 13
  249.         Caption = 'Interval:'
  250.       end
  251.       object Label7: TLabel
  252.         Left = 100
  253.         Top = 96
  254.         Width = 20
  255.         Height = 13
  256.         Caption = 'sec.'
  257.       end
  258.       object Label4: TLabel
  259.         Left = 8
  260.         Top = 120
  261.         Width = 345
  262.         Height = 30
  263.         AutoSize = False
  264.         Caption = 
  265.           'To add images to your ScreenSaver, just add them to the list in ' +
  266.           'WPChanger, as you normally would.'
  267.         Font.Charset = ANSI_CHARSET
  268.         Font.Color = clGray
  269.         Font.Height = -11
  270.         Font.Name = 'Tahoma'
  271.         Font.Style = []
  272.         ParentFont = False
  273.         WordWrap = True
  274.       end
  275.       object Label8: TLabel
  276.         Left = 8
  277.         Top = 148
  278.         Width = 345
  279.         Height = 30
  280.         AutoSize = False
  281.         Caption = 'All settings for WPChanger are valid for your screensaver.'
  282.         Font.Charset = ANSI_CHARSET
  283.         Font.Color = clGray
  284.         Font.Height = -11
  285.         Font.Name = 'Tahoma'
  286.         Font.Style = []
  287.         ParentFont = False
  288.         WordWrap = True
  289.       end
  290.       object btnCreateScreensaver1: TButton
  291.         Left = 113
  292.         Top = 43
  293.         Width = 134
  294.         Height = 25
  295.         Caption = '&Create Screensaver'
  296.         Font.Charset = ANSI_CHARSET
  297.         Font.Color = clWindowText
  298.         Font.Height = -11
  299.         Font.Name = 'Tahoma'
  300.         Font.Style = [fsBold]
  301.         ParentFont = False
  302.         TabOrder = 0
  303.         OnClick = btnCreateScreensaver1Click
  304.       end
  305.       object edtSSInterval1: TEdit
  306.         Left = 54
  307.         Top = 94
  308.         Width = 43
  309.         Height = 18
  310.         AutoSize = False
  311.         TabOrder = 1
  312.         Text = '20'
  313.         OnKeyPress = edtSSInterval1KeyPress
  314.       end
  315.     end
  316.     object tsAdvanced1: TTabSheet
  317.       Caption = 'Advanced Options'
  318.       ImageIndex = 1
  319.       DesignSize = (
  320.         358
  321.         220)
  322.       object Label1: TLabel
  323.         Left = 8
  324.         Top = 32
  325.         Width = 337
  326.         Height = 65
  327.         AutoSize = False
  328.         Caption = 
  329.           'If this option is checked, you cannot open the Main Window of WP' +
  330.           'Changer anymore. To do so, delete the file named DontStartup.wpf' +
  331.           ' in the System subfolder of WPChanger.'
  332.         Font.Charset = ANSI_CHARSET
  333.         Font.Color = clMaroon
  334.         Font.Height = -9
  335.         Font.Name = 'Tahoma'
  336.         Font.Style = []
  337.         ParentFont = False
  338.         WordWrap = True
  339.       end
  340.       object lblSystem1: TLabel
  341.         Left = 8
  342.         Top = 68
  343.         Width = 64
  344.         Height = 11
  345.         Anchors = [akLeft, akTop, akRight]
  346.         Caption = 'System Folder:'
  347.         Font.Charset = ANSI_CHARSET
  348.         Font.Color = clGray
  349.         Font.Height = -9
  350.         Font.Name = 'Tahoma'
  351.         Font.Style = []
  352.         ParentFont = False
  353.       end
  354.       object Label2: TLabel
  355.         Left = 281
  356.         Top = 51
  357.         Width = 32
  358.         Height = 11
  359.         Caption = 'System'
  360.         Font.Charset = ANSI_CHARSET
  361.         Font.Color = clRed
  362.         Font.Height = -9
  363.         Font.Name = 'Tahoma'
  364.         Font.Style = []
  365.         ParentFont = False
  366.         Transparent = True
  367.         Visible = False
  368.       end
  369.       object Label3: TLabel
  370.         Left = 183
  371.         Top = 51
  372.         Width = 69
  373.         Height = 11
  374.         Caption = 'DontStartup.wpf'
  375.         Font.Charset = ANSI_CHARSET
  376.         Font.Color = clRed
  377.         Font.Height = -9
  378.         Font.Name = 'Tahoma'
  379.         Font.Style = []
  380.         ParentFont = False
  381.         Transparent = True
  382.         Visible = False
  383.       end
  384.       object lblSystemPath1: TLabel
  385.         Left = 8
  386.         Top = 81
  387.         Width = 345
  388.         Height = 11
  389.         Anchors = [akLeft, akTop, akRight]
  390.         AutoSize = False
  391.         Caption = '---'
  392.         Font.Charset = ANSI_CHARSET
  393.         Font.Color = clGray
  394.         Font.Height = -9
  395.         Font.Name = 'Tahoma'
  396.         Font.Style = []
  397.         ParentFont = False
  398.       end
  399.       object chkCloseImmediately1: TCheckBox
  400.         Left = 8
  401.         Top = 10
  402.         Width = 313
  403.         Height = 17
  404.         Caption = '&Immediately close WPChanger after a cycle.'
  405.         TabOrder = 0
  406.         OnClick = chkCloseImmediately1Click
  407.       end
  408.       object chkLowProfile1: TCheckBox
  409.         Left = 8
  410.         Top = 94
  411.         Width = 305
  412.         Height = 17
  413.         Caption = '&Enable low resource usage (no GUI)'
  414.         Enabled = False
  415.         TabOrder = 1
  416.         Visible = False
  417.         OnClick = chkLowProfile1Click
  418.       end
  419.     end
  420.     object TabSheet2: TTabSheet
  421.       Caption = 'Time Based Cycling'
  422.       ImageIndex = 3
  423.       object Label9: TLabel
  424.         Left = 8
  425.         Top = 10
  426.         Width = 287
  427.         Height = 13
  428.         Caption = 'If you want you can let WPChanger cycle on definite dates.'
  429.         Font.Charset = ANSI_CHARSET
  430.         Font.Color = clNavy
  431.         Font.Height = -11
  432.         Font.Name = 'Tahoma'
  433.         Font.Style = []
  434.         ParentFont = False
  435.         WordWrap = True
  436.       end
  437.       object Label10: TLabel
  438.         Left = 8
  439.         Top = 192
  440.         Width = 86
  441.         Height = 13
  442.         Caption = 'Cycle Time: every'
  443.       end
  444.       object btnAdd1: TSpeedButton
  445.         Left = 283
  446.         Top = 189
  447.         Width = 67
  448.         Height = 20
  449.         Caption = '&Add'
  450.         Enabled = False
  451.         OnClick = btnAdd1Click
  452.       end
  453.       object Label12: TLabel
  454.         Left = 8
  455.         Top = 23
  456.         Width = 224
  457.         Height = 13
  458.         Caption = 'For example: cycle every 6th of each month...'
  459.         Font.Charset = ANSI_CHARSET
  460.         Font.Color = clNavy
  461.         Font.Height = -11
  462.         Font.Name = 'Tahoma'
  463.         Font.Style = []
  464.         ParentFont = False
  465.         Transparent = True
  466.         WordWrap = True
  467.       end
  468.       object lbList1: TListBox
  469.         Left = 8
  470.         Top = 48
  471.         Width = 342
  472.         Height = 137
  473.         ItemHeight = 13
  474.         PopupMenu = PopupMenu1
  475.         TabOrder = 0
  476.       end
  477.       object cbNr1: TComboBox
  478.         Left = 98
  479.         Top = 189
  480.         Width = 85
  481.         Height = 21
  482.         ItemHeight = 13
  483.         TabOrder = 1
  484.         OnChange = cbNr1Change
  485.         OnKeyPress = cbNr1KeyPress
  486.         Items.Strings = (
  487.           '1'
  488.           '2'
  489.           '3'
  490.           '4'
  491.           '5'
  492.           '6'
  493.           '7'
  494.           '8'
  495.           '9'
  496.           '10'
  497.           '11'
  498.           '12'
  499.           '13'
  500.           '14'
  501.           '15'
  502.           '16'
  503.           '17'
  504.           '18'
  505.           '19'
  506.           '20'
  507.           '21'
  508.           '22'
  509.           '23'
  510.           '24'
  511.           '25'
  512.           '26'
  513.           '27'
  514.           '28'
  515.           '29'
  516.           '30'
  517.           '31')
  518.       end
  519.       object cbList1: TComboBox
  520.         Left = 186
  521.         Top = 189
  522.         Width = 95
  523.         Height = 21
  524.         Style = csDropDownList
  525.         ItemHeight = 13
  526.         ItemIndex = 0
  527.         TabOrder = 2
  528.         Text = 'of each month'
  529.         Items.Strings = (
  530.           'of each month'
  531.           '--'
  532.           'January'
  533.           'February'
  534.           'March'
  535.           'April'
  536.           'May'
  537.           'June'
  538.           'July'
  539.           'August'
  540.           'September'
  541.           'October'
  542.           'November'
  543.           'December'
  544.           '--'
  545.           'Hour'
  546.           'Month')
  547.       end
  548.     end
  549.   end
  550.   object PopupMenu1: TPopupMenu
  551.     OnPopup = PopupMenu1Popup
  552.     Left = 172
  553.     Top = 176
  554.     object Delete1: TMenuItem
  555.       Caption = '&Delete'
  556.       OnClick = Delete1Click
  557.     end
  558.     object Clear1: TMenuItem
  559.       Caption = 'C&lear'
  560.       OnClick = Clear1Click
  561.     end
  562.   end
  563. end
  564.