home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / sharewar / blackscr / black.exe / 0 / RCDATA / TFRMSETUP / TFRMSETUP.txt
Text File  |  2001-10-28  |  14KB  |  503 lines

  1. object frmSetup: TfrmSetup
  2.   Left = 329
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Black Screen Setup'
  6.   ClientHeight = 241
  7.   ClientWidth = 394
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnKeyUp = FormKeyUp
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btnOK: TButton
  22.     Left = 312
  23.     Top = 16
  24.     Width = 75
  25.     Height = 25
  26.     Hint = 'Accept changes and close this dialog'
  27.     Caption = '&OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     ParentShowHint = False
  31.     ShowHint = True
  32.     TabOrder = 1
  33.     OnClick = btnOKClick
  34.   end
  35.   object btnCancel: TButton
  36.     Left = 312
  37.     Top = 48
  38.     Width = 75
  39.     Height = 25
  40.     Hint = 'Cancel changes and close this dialog'
  41.     Cancel = True
  42.     Caption = '&Cancel'
  43.     ModalResult = 2
  44.     ParentShowHint = False
  45.     ShowHint = True
  46.     TabOrder = 2
  47.   end
  48.   object PageControl1: TPageControl
  49.     Left = 8
  50.     Top = 8
  51.     Width = 297
  52.     Height = 225
  53.     ActivePage = TabSheet3
  54.     HotTrack = True
  55.     TabOrder = 0
  56.     OnMouseMove = TabSheet3MouseMove
  57.     object TabSheet4: TTabSheet
  58.       Caption = '&Welcome!'
  59.       object Label8: TLabel
  60.         Left = 8
  61.         Top = 8
  62.         Width = 219
  63.         Height = 20
  64.         Caption = 'Welcome to Black Screen v'
  65.         Font.Charset = DEFAULT_CHARSET
  66.         Font.Color = clWindowText
  67.         Font.Height = -16
  68.         Font.Name = 'MS Sans Serif'
  69.         Font.Style = [fsBold]
  70.         ParentFont = False
  71.       end
  72.       object lblVersionNumber: TLabel
  73.         Left = 232
  74.         Top = 8
  75.         Width = 41
  76.         Height = 20
  77.         Caption = '####'
  78.         Font.Charset = DEFAULT_CHARSET
  79.         Font.Color = clWindowText
  80.         Font.Height = -16
  81.         Font.Name = 'MS Sans Serif'
  82.         Font.Style = [fsBold]
  83.         ParentFont = False
  84.       end
  85.       object Label9: TLabel
  86.         Left = 8
  87.         Top = 48
  88.         Width = 245
  89.         Height = 33
  90.         AutoSize = False
  91.         Caption = 
  92.           'This is the Black Screen Setup. Here you define the display opti' +
  93.           'on and password.'
  94.         WordWrap = True
  95.       end
  96.       object Label10: TLabel
  97.         Left = 8
  98.         Top = 136
  99.         Width = 245
  100.         Height = 57
  101.         AutoSize = False
  102.         Caption = 
  103.           '*** NOTE: Remember you password. This will be the password used ' +
  104.           'to exit the program. This will also be used to access these setu' +
  105.           'p options again with CTRL-S.'
  106.         Font.Charset = DEFAULT_CHARSET
  107.         Font.Color = clWindowText
  108.         Font.Height = -11
  109.         Font.Name = 'MS Sans Serif'
  110.         Font.Style = [fsBold]
  111.         ParentFont = False
  112.         WordWrap = True
  113.       end
  114.       object Bevel1: TBevel
  115.         Left = 8
  116.         Top = 40
  117.         Width = 273
  118.         Height = 9
  119.         Shape = bsTopLine
  120.       end
  121.       object Label11: TLabel
  122.         Left = 8
  123.         Top = 80
  124.         Width = 253
  125.         Height = 33
  126.         AutoSize = False
  127.         Caption = 
  128.           'This screen will not display the next time you start. To access ' +
  129.           'this screen again, press CTRL-S'
  130.         WordWrap = True
  131.       end
  132.     end
  133.     object TabSheet2: TTabSheet
  134.       Caption = '&Options'
  135.       object GroupBox1: TGroupBox
  136.         Left = 8
  137.         Top = 8
  138.         Width = 257
  139.         Height = 129
  140.         Caption = 'On Startup Display'
  141.         TabOrder = 0
  142.         object lblBitmap: TLabel
  143.           Left = 32
  144.           Top = 100
  145.           Width = 35
  146.           Height = 13
  147.           Caption = 'Bitmap:'
  148.         end
  149.         object rbtnBlack: TRadioButton
  150.           Left = 16
  151.           Top = 24
  152.           Width = 89
  153.           Height = 17
  154.           Hint = 'Screen displays all black'
  155.           Caption = '&Black Screen'
  156.           ParentShowHint = False
  157.           ShowHint = True
  158.           TabOrder = 0
  159.           OnClick = rbtnBlackClick
  160.         end
  161.         object rbtnCapture: TRadioButton
  162.           Left = 16
  163.           Top = 48
  164.           Width = 97
  165.           Height = 17
  166.           Hint = 'Displays a snapshot of your screen'
  167.           Caption = '&Screen Capture'
  168.           ParentShowHint = False
  169.           ShowHint = True
  170.           TabOrder = 1
  171.           OnClick = rbtnCaptureClick
  172.         end
  173.         object rbtnBitmap: TRadioButton
  174.           Left = 16
  175.           Top = 72
  176.           Width = 121
  177.           Height = 17
  178.           Hint = 'Display any bitmap you want'
  179.           Caption = '&User Defined Bitmap'
  180.           ParentShowHint = False
  181.           ShowHint = True
  182.           TabOrder = 2
  183.           OnClick = rbtnBitmapClick
  184.         end
  185.         object txtBitmap: TEdit
  186.           Left = 72
  187.           Top = 96
  188.           Width = 145
  189.           Height = 21
  190.           ParentShowHint = False
  191.           ReadOnly = True
  192.           ShowHint = True
  193.           TabOrder = 3
  194.           OnMouseMove = txtBitmapMouseMove
  195.         end
  196.         object btnBitmap: TButton
  197.           Left = 221
  198.           Top = 96
  199.           Width = 25
  200.           Height = 22
  201.           Hint = 'Load Bitmap File'
  202.           Caption = '...'
  203.           Enabled = False
  204.           ParentShowHint = False
  205.           ShowHint = True
  206.           TabOrder = 4
  207.           OnClick = btnBitmapClick
  208.         end
  209.       end
  210.       object GroupBox2: TGroupBox
  211.         Left = 8
  212.         Top = 144
  213.         Width = 257
  214.         Height = 41
  215.         Caption = 'Other Options'
  216.         TabOrder = 1
  217.         object chkMouse: TCheckBox
  218.           Left = 16
  219.           Top = 16
  220.           Width = 81
  221.           Height = 17
  222.           Hint = 'Display Mouse on screen'
  223.           Caption = 'Show &Mouse'
  224.           ParentShowHint = False
  225.           ShowHint = True
  226.           TabOrder = 0
  227.         end
  228.       end
  229.     end
  230.     object TabSheet1: TTabSheet
  231.       Caption = '&Passwords'
  232.       object Label1: TLabel
  233.         Left = 8
  234.         Top = 28
  235.         Width = 113
  236.         Height = 29
  237.         Hint = 'NOT Case Sensitive'
  238.         AutoSize = False
  239.         Caption = 'Setup Screen && Program Exit Password:'
  240.         ParentShowHint = False
  241.         ShowHint = True
  242.         WordWrap = True
  243.       end
  244.       object Label3: TLabel
  245.         Left = 139
  246.         Top = 8
  247.         Width = 46
  248.         Height = 13
  249.         Caption = 'Password'
  250.       end
  251.       object Label4: TLabel
  252.         Left = 216
  253.         Top = 8
  254.         Width = 52
  255.         Height = 13
  256.         Caption = 'Verification'
  257.       end
  258.       object Label12: TLabel
  259.         Left = 40
  260.         Top = 104
  261.         Width = 165
  262.         Height = 13
  263.         Caption = 'Passwords cannot contain spaces.'
  264.       end
  265.       object Label13: TLabel
  266.         Left = 40
  267.         Top = 120
  268.         Width = 168
  269.         Height = 13
  270.         Caption = 'Passwords are NOT case sensitive.'
  271.       end
  272.       object Label14: TLabel
  273.         Left = 40
  274.         Top = 136
  275.         Width = 199
  276.         Height = 13
  277.         Caption = 'Passwords have a 10 character maximum.'
  278.       end
  279.       object Label15: TLabel
  280.         Left = 16
  281.         Top = 88
  282.         Width = 26
  283.         Height = 13
  284.         Caption = 'Note:'
  285.       end
  286.       object txtSecret: TEdit
  287.         Left = 128
  288.         Top = 32
  289.         Width = 73
  290.         Height = 21
  291.         Hint = 'Keys to press to close program'
  292.         CharCase = ecLowerCase
  293.         MaxLength = 10
  294.         ParentShowHint = False
  295.         PasswordChar = '*'
  296.         ShowHint = True
  297.         TabOrder = 0
  298.         OnExit = txtSecretExit
  299.         OnKeyUp = txtSecretKeyUp
  300.       end
  301.       object txtSecret2: TEdit
  302.         Left = 208
  303.         Top = 32
  304.         Width = 73
  305.         Height = 21
  306.         Hint = 'Keys to press to close program'
  307.         CharCase = ecLowerCase
  308.         MaxLength = 10
  309.         ParentShowHint = False
  310.         PasswordChar = '*'
  311.         ShowHint = True
  312.         TabOrder = 1
  313.         OnExit = txtSecret2Exit
  314.       end
  315.     end
  316.     object TabSheet3: TTabSheet
  317.       Caption = '&About'
  318.       OnMouseMove = TabSheet3MouseMove
  319.       object Label2: TLabel
  320.         Left = 8
  321.         Top = 8
  322.         Width = 125
  323.         Height = 24
  324.         Hint = 'Written by R.J. Lindelof'
  325.         Caption = 'Black Screen v'
  326.         Font.Charset = DEFAULT_CHARSET
  327.         Font.Color = clWindowText
  328.         Font.Height = -19
  329.         Font.Name = 'MS Sans Serif'
  330.         Font.Style = []
  331.         ParentFont = False
  332.         ParentShowHint = False
  333.         ShowHint = True
  334.         OnMouseMove = TabSheet3MouseMove
  335.       end
  336.       object Label5: TLabel
  337.         Left = 160
  338.         Top = 32
  339.         Width = 116
  340.         Height = 13
  341.         Hint = 'Support issues'
  342.         Caption = 'support@rjlsoftware.com'
  343.         Font.Charset = DEFAULT_CHARSET
  344.         Font.Color = clBlue
  345.         Font.Height = -11
  346.         Font.Name = 'MS Sans Serif'
  347.         Font.Style = [fsUnderline]
  348.         ParentFont = False
  349.         ParentShowHint = False
  350.         ShowHint = True
  351.         OnClick = Label5Click
  352.         OnMouseMove = Label5MouseMove
  353.       end
  354.       object Label6: TLabel
  355.         Left = 32
  356.         Top = 32
  357.         Width = 64
  358.         Height = 13
  359.         Hint = 'Company Web Site'
  360.         Caption = 'RJL Software'
  361.         Font.Charset = DEFAULT_CHARSET
  362.         Font.Color = clBlue
  363.         Font.Height = -11
  364.         Font.Name = 'MS Sans Serif'
  365.         Font.Style = [fsUnderline]
  366.         ParentFont = False
  367.         ParentShowHint = False
  368.         ShowHint = True
  369.         OnClick = Label6Click
  370.         OnMouseMove = Label5MouseMove
  371.       end
  372.       object Label7: TLabel
  373.         Left = 16
  374.         Top = 32
  375.         Width = 12
  376.         Height = 13
  377.         Caption = 'By'
  378.       end
  379.       object lblVersion: TLabel
  380.         Left = 136
  381.         Top = 8
  382.         Width = 50
  383.         Height = 24
  384.         Caption = '#####'
  385.         Font.Charset = DEFAULT_CHARSET
  386.         Font.Color = clWindowText
  387.         Font.Height = -19
  388.         Font.Name = 'MS Sans Serif'
  389.         Font.Style = []
  390.         ParentFont = False
  391.       end
  392.       object Memo1: TMemo
  393.         Left = 8
  394.         Top = 56
  395.         Width = 273
  396.         Height = 137
  397.         TabStop = False
  398.         Color = clMenu
  399.         Font.Charset = ANSI_CHARSET
  400.         Font.Color = clWindowText
  401.         Font.Height = -11
  402.         Font.Name = 'MS Sans Serif'
  403.         Font.Style = []
  404.         Lines.Strings = (
  405.           'Problems?  Email support@rjlsoftware.com'
  406.           'Questions? Email support@rjlsoftware.com'
  407.           'Enhacement Ideas? Visit www.rjlsoftware.com'
  408.           ''
  409.           'This program is FREEWARE. For copyright, see '
  410.           'below.'
  411.           ''
  412.           '*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*='
  413.           'Special thanks to: '
  414.           ''
  415.           'Aaron Boss - BETA Tester'
  416.           'Robert Lasher - For ideas that lead to 4 hours of '
  417.           'coding.'
  418.           'Niall Haddow, Sulo Kesir - For password change '
  419.           'idea.'
  420.           'Mark Montgomery - For Setup password idea.'
  421.           'Nathan Holtz - For finding bitmap display defect.'
  422.           'John Albee - For finding bug with Password dialog'
  423.           'showing other applications in background.'
  424.           'Eric Burton, Joe, Enemy1415, Johnny Moore - '
  425.           'You'#39'all forgot your password and I had to account'
  426.           'for that. Thanks Guys!   :)'
  427.           ''
  428.           'And to all of the other people who sent us ideas '
  429.           'on how to make this program better and easier'
  430.           'to use.'
  431.           ''
  432.           '*****'
  433.           'Note to developers:'
  434.           ''
  435.           'All source code for Black Screen can be '
  436.           'purchased for $99.99  If you are interested in '
  437.           'purchasing the code to this program '
  438.           'please email us at the above address.'
  439.           ''
  440.           '**************************************************************'
  441.           ''
  442.           'DISCLAIMER '
  443.           ''
  444.           'RJL Software, Inc. accepts no responsibility for '
  445.           'damages resulting from the use of its products and '
  446.           'makes no warranty or representation, either express '
  447.           'or implied, including but not limited to, any implied '
  448.           'warranty of merchantability or fitness for a particular '
  449.           'purpose. This software is provided "AS IS," and the '
  450.           'user assumes all risks therein. By downloading, '
  451.           'copying, using software produced by RJL Software, '
  452.           'Inc., or accessing RJL Software, Inc.'#39's website, you '
  453.           'agree to be bound by this disclaimer. '
  454.           ''
  455.           'RJL Software, Inc.'#39's software is provided as freeware '
  456.           'and cannot be sold. It may be freely distributed to '
  457.           'individual end-users for their personal use, provided '
  458.           'they are informed by the distributor of RJL Software, '
  459.           'Inc.'#39's authorship of the software being distributed. '
  460.           'Tampering with the code is illegal. The files in this '
  461.           'software package may not be disassembled, '
  462.           'decomposed, reverse engineered, or altered in any '
  463.           'way. '
  464.           ''
  465.           'Software produced by RJL Software, Inc. may not be '
  466.           'bundled with any commercial package, copied and '
  467.           'distributed on CD-ROM or floppy disk, or distributed '
  468.           'with any accompanying books or magazines without '
  469.           'the express written consent of RJL Software, Inc. '
  470.           ''
  471.           '**************************************************************'
  472.           '')
  473.         ParentFont = False
  474.         ReadOnly = True
  475.         ScrollBars = ssVertical
  476.         TabOrder = 0
  477.       end
  478.     end
  479.   end
  480.   object btnRemove: TButton
  481.     Left = 312
  482.     Top = 208
  483.     Width = 75
  484.     Height = 25
  485.     Hint = 'Remove any Registry entries added (uninstall)'
  486.     Caption = '&De-Registry'
  487.     ModalResult = 3
  488.     ParentShowHint = False
  489.     ShowHint = True
  490.     TabOrder = 3
  491.     OnClick = btnRemoveClick
  492.   end
  493.   object OpenPictureDialog1: TOpenPictureDialog
  494.     DefaultExt = '*.bmp'
  495.     FileName = '*.bmp'
  496.     Filter = 'Bitmaps (*.bmp)|*.bmp'
  497.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  498.     Title = 'Open Bitmap Image'
  499.     Left = 320
  500.     Top = 96
  501.   end
  502. end
  503.