home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSAO30.ZIP / _SETUP.1 / ADO30.exe / 0 / RCDATA / TOPTIONSDLG / TOPTIONSDLG.txt
Text File  |  1998-02-19  |  29KB  |  906 lines

  1. object OptionsDlg: TOptionsDlg
  2.   Left = 204
  3.   Top = 123
  4.   ActiveControl = OKBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Options'
  8.   ClientHeight = 363
  9.   ClientWidth = 492
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object ButtonPanel: TPanel
  21.     Left = 407
  22.     Top = 0
  23.     Width = 85
  24.     Height = 330
  25.     Align = alRight
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object OKBtn: TBitBtn
  29.       Left = 5
  30.       Top = 12
  31.       Width = 77
  32.       Height = 27
  33.       Hint = 'Close and Save Options'
  34.       Caption = '&Close'
  35.       TabOrder = 0
  36.       OnClick = OKBtnClick
  37.       Kind = bkOK
  38.       Margin = 2
  39.       Spacing = -1
  40.       IsControl = True
  41.     end
  42.     object HelpBtn: TBitBtn
  43.       Left = 5
  44.       Top = 50
  45.       Width = 77
  46.       Height = 27
  47.       TabOrder = 1
  48.       Kind = bkHelp
  49.       Margin = 2
  50.       Spacing = -1
  51.       IsControl = True
  52.     end
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 0
  56.     Top = 330
  57.     Width = 492
  58.     Height = 33
  59.     Align = alBottom
  60.     BevelOuter = bvNone
  61.     TabOrder = 1
  62.     object PreviousBtn: TButton
  63.       Left = 73
  64.       Top = 3
  65.       Width = 89
  66.       Height = 25
  67.       Hint = 'Previous Page'
  68.       Caption = '<< &Previous'
  69.       TabOrder = 0
  70.       Visible = False
  71.       OnClick = PreviousBtnClick
  72.     end
  73.     object NextBtn: TButton
  74.       Left = 219
  75.       Top = 3
  76.       Width = 89
  77.       Height = 25
  78.       Hint = 'Next Page'
  79.       Caption = '&Next >>'
  80.       TabOrder = 1
  81.       OnClick = NextBtnClick
  82.     end
  83.   end
  84.   object PageControl1: TPageControl
  85.     Left = 0
  86.     Top = 0
  87.     Width = 407
  88.     Height = 330
  89.     ActivePage = TabSheet1
  90.     Align = alClient
  91.     Font.Charset = ANSI_CHARSET
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'Arial'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 2
  98.     OnChange = PageControl1Change
  99.     OnChanging = PageControl1Changing
  100.     object TabSheet1: TTabSheet
  101.       Caption = 'User Interface'
  102.       object GroupBox1: TGroupBox
  103.         Left = 0
  104.         Top = 0
  105.         Width = 399
  106.         Height = 301
  107.         Align = alClient
  108.         Caption = 'User Interface Options:'
  109.         TabOrder = 0
  110.         object MenusAndSpeedBars_GB: TRadioGroup
  111.           Left = 14
  112.           Top = 16
  113.           Width = 331
  114.           Height = 81
  115.           Caption = 'Menus and Speed Bars'
  116.           Items.Strings = (
  117.             'Show Both Menus and Speed Bars'
  118.             'Show Only Menus'
  119.             'Show Only Speed Bars')
  120.           TabOrder = 0
  121.         end
  122.         object LetterTabs_GB: TRadioGroup
  123.           Left = 14
  124.           Top = 98
  125.           Width = 155
  126.           Height = 48
  127.           Caption = 'Letter Tabs (A..Z)'
  128.           Items.Strings = (
  129.             'Use Letter Tabs'
  130.             'Don'#39't Use Letter Tabs')
  131.           TabOrder = 1
  132.         end
  133.         object LTabsLoc_GB: TRadioGroup
  134.           Left = 178
  135.           Top = 98
  136.           Width = 167
  137.           Height = 48
  138.           Caption = 'Letter Tabs Location'
  139.           Items.Strings = (
  140.             'Center'
  141.             'Right')
  142.           TabOrder = 2
  143.         end
  144.         object HintMessages_GB: TRadioGroup
  145.           Left = 14
  146.           Top = 148
  147.           Width = 155
  148.           Height = 48
  149.           Caption = 'Hint Messages'
  150.           Items.Strings = (
  151.             'Show Hint Messages'
  152.             'Hide Hint Messages')
  153.           TabOrder = 3
  154.         end
  155.         object SpeedBar_GB: TRadioGroup
  156.           Left = 178
  157.           Top = 148
  158.           Width = 167
  159.           Height = 48
  160.           Caption = 'SpeedBar Location'
  161.           Items.Strings = (
  162.             'Top'
  163.             'Bottom')
  164.           TabOrder = 4
  165.         end
  166.         object Delete_GB: TRadioGroup
  167.           Left = 14
  168.           Top = 199
  169.           Width = 155
  170.           Height = 90
  171.           Caption = 'Record Delete Mode'
  172.           Items.Strings = (
  173.             'Ask User To Confirm'
  174.             'Immediate Delete')
  175.           TabOrder = 5
  176.         end
  177.         object GroupBox4: TGroupBox
  178.           Left = 178
  179.           Top = 199
  180.           Width = 167
  181.           Height = 90
  182.           Caption = 'Miscellaneous Options'
  183.           TabOrder = 6
  184.           object Tips_CB: TCheckBox
  185.             Left = 8
  186.             Top = 14
  187.             Width = 153
  188.             Height = 17
  189.             Caption = 'Display Tips On Startup'
  190.             TabOrder = 0
  191.           end
  192.           object Drop_CB: TCheckBox
  193.             Left = 8
  194.             Top = 32
  195.             Width = 153
  196.             Height = 17
  197.             Caption = 'Auto-Fill'
  198.             TabOrder = 1
  199.           end
  200.           object Remind_CB: TCheckBox
  201.             Left = 8
  202.             Top = 50
  203.             Width = 156
  204.             Height = 17
  205.             Caption = 'Don'#39't Display Reminders'
  206.             TabOrder = 2
  207.           end
  208.           object ShowTrayIcon_CB: TCheckBox
  209.             Left = 8
  210.             Top = 68
  211.             Width = 153
  212.             Height = 17
  213.             Caption = 'Display Tray Icon'
  214.             TabOrder = 3
  215.           end
  216.         end
  217.       end
  218.     end
  219.     object TabSheet2: TTabSheet
  220.       Caption = 'Modem'
  221.       object GroupBox2: TGroupBox
  222.         Left = 0
  223.         Top = 0
  224.         Width = 399
  225.         Height = 301
  226.         Align = alClient
  227.         Caption = 'Modem Settings:'
  228.         TabOrder = 0
  229.         object Label10: TLabel
  230.           Left = 16
  231.           Top = 119
  232.           Width = 37
  233.           Height = 14
  234.           Caption = 'Modem:'
  235.         end
  236.         object Label4: TLabel
  237.           Left = 16
  238.           Top = 171
  239.           Width = 135
  240.           Height = 14
  241.           Caption = 'Modem Configuration String:'
  242.         end
  243.         object Label5: TLabel
  244.           Left = 16
  245.           Top = 210
  246.           Width = 125
  247.           Height = 14
  248.           Caption = 'Modem Initialization String:'
  249.         end
  250.         object Label6: TLabel
  251.           Left = 16
  252.           Top = 250
  253.           Width = 108
  254.           Height = 14
  255.           Caption = 'Modem Hangup String:'
  256.         end
  257.         object COMPort_GB: TRadioGroup
  258.           Left = 8
  259.           Top = 16
  260.           Width = 97
  261.           Height = 97
  262.           Caption = 'COM Port'
  263.           ItemIndex = 0
  264.           Items.Strings = (
  265.             'COM 1'
  266.             'COM 2'
  267.             'COM 3'
  268.             'COM 4')
  269.           TabOrder = 0
  270.         end
  271.         object DialType_GB: TRadioGroup
  272.           Left = 120
  273.           Top = 16
  274.           Width = 97
  275.           Height = 57
  276.           Caption = 'Dial Type'
  277.           ItemIndex = 0
  278.           Items.Strings = (
  279.             'Tone'
  280.             'Pulse')
  281.           TabOrder = 1
  282.         end
  283.         object ModemCB: TComboBox
  284.           Left = 16
  285.           Top = 135
  286.           Width = 241
  287.           Height = 22
  288.           Style = csDropDownList
  289.           ItemHeight = 0
  290.           TabOrder = 2
  291.           OnChange = ModemCBChange
  292.         end
  293.         object ConfigEd: TEdit
  294.           Left = 16
  295.           Top = 184
  296.           Width = 241
  297.           Height = 22
  298.           Hint = 'Type it in or click on Modems...'
  299.           TabOrder = 3
  300.         end
  301.         object InitEd: TEdit
  302.           Left = 16
  303.           Top = 223
  304.           Width = 241
  305.           Height = 22
  306.           Hint = 'Type it in or click on Modems...'
  307.           TabOrder = 4
  308.         end
  309.         object HangupEd: TEdit
  310.           Left = 16
  311.           Top = 263
  312.           Width = 137
  313.           Height = 22
  314.           Hint = 'Type it in or click on Modems...'
  315.           TabOrder = 5
  316.         end
  317.       end
  318.     end
  319.     object TabSheet3: TTabSheet
  320.       Caption = 'Data'
  321.       object GroupBox3: TGroupBox
  322.         Left = 0
  323.         Top = 0
  324.         Width = 399
  325.         Height = 301
  326.         Align = alClient
  327.         Caption = 'Data Settings:'
  328.         TabOrder = 0
  329.         object GroupBox8: TGroupBox
  330.           Left = 8
  331.           Top = 96
  332.           Width = 305
  333.           Height = 193
  334.           Caption = 'Modify Labels'
  335.           TabOrder = 1
  336.           object Label7: TLabel
  337.             Left = 10
  338.             Top = 13
  339.             Width = 55
  340.             Height = 14
  341.             Caption = 'New Label:'
  342.           end
  343.           object Label8: TLabel
  344.             Left = 10
  345.             Top = 72
  346.             Width = 35
  347.             Height = 14
  348.             Caption = 'Labels:'
  349.           end
  350.           object Label_Ed: TEdit
  351.             Left = 10
  352.             Top = 26
  353.             Width = 169
  354.             Height = 22
  355.             Hint = 'Enter New Label Here'
  356.             TabOrder = 0
  357.           end
  358.           object Update_Btn: TBitBtn
  359.             Left = 106
  360.             Top = 52
  361.             Width = 73
  362.             Height = 26
  363.             Hint = 'Replace Selected Label'
  364.             Caption = 'Change'
  365.             Default = True
  366.             TabOrder = 1
  367.             OnClick = Update_BtnClick
  368.             Glyph.Data = {
  369.               BE060000424DBE06000000000000360400002800000024000000120000000100
  370.               0800000000008802000000000000000000000001000000000000000000000000
  371.               80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  372.               A600000000000000000000000000000000000000000000000000000000000000
  373.               0000000000000000000000000000000000000000000000000000000000000000
  374.               0000000000000000000000000000000000000000000000000000000000000000
  375.               0000000000000000000000000000000000000000000000000000000000000000
  376.               0000000000000000000000000000000000000000000000000000000000000000
  377.               0000000000000000000000000000000000000000000000000000000000000000
  378.               0000000000000000000000000000000000000000000000000000000000000000
  379.               0000000000000000000000000000000000000000000000000000000000000000
  380.               0000000000000000000000000000000000000000000000000000000000000000
  381.               0000000000000000000000000000000000000000000000000000000000000000
  382.               0000000000000000000000000000000000000000000000000000000000000000
  383.               0000000000000000000000000000000000000000000000000000000000000000
  384.               0000000000000000000000000000000000000000000000000000000000000000
  385.               0000000000000000000000000000000000000000000000000000000000000000
  386.               0000000000000000000000000000000000000000000000000000000000000000
  387.               0000000000000000000000000000000000000000000000000000000000000000
  388.               0000000000000000000000000000000000000000000000000000000000000000
  389.               0000000000000000000000000000000000000000000000000000000000000000
  390.               0000000000000000000000000000000000000000000000000000000000000000
  391.               0000000000000000000000000000000000000000000000000000000000000000
  392.               0000000000000000000000000000000000000000000000000000000000000000
  393.               0000000000000000000000000000000000000000000000000000000000000000
  394.               0000000000000000000000000000000000000000000000000000000000000000
  395.               0000000000000000000000000000000000000000000000000000000000000000
  396.               0000000000000000000000000000000000000000000000000000000000000000
  397.               0000000000000000000000000000000000000000000000000000000000000000
  398.               0000000000000000000000000000000000000000000000000000000000000000
  399.               0000000000000000000000000000000000000000000000000000000000000000
  400.               0000000000000000000000000000000000000000000000000000000000000000
  401.               000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  402.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  403.               0303030303030303030303030303030303030303030303030303030303030303
  404.               03030303030303030303030303030303030303030303FF030303030303030303
  405.               03030303030303040403030303030303030303030303030303F8F8FF03030303
  406.               03030303030303030303040202040303030303030303030303030303F80303F8
  407.               FF030303030303030303030303040202020204030303030303030303030303F8
  408.               03030303F8FF0303030303030303030304020202020202040303030303030303
  409.               0303F8030303030303F8FF030303030303030304020202FA0202020204030303
  410.               0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
  411.               040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
  412.               03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
  413.               FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
  414.               0303030303030303030303FA0202020403030303030303030303030303F8FF03
  415.               03F8FF03030303030303030303030303FA020202040303030303030303030303
  416.               0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
  417.               03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
  418.               030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
  419.               0202040303030303030303030303030303F8FF03F8FF03030303030303030303
  420.               03030303FA0202030303030303030303030303030303F8FFF803030303030303
  421.               030303030303030303FA0303030303030303030303030303030303F803030303
  422.               0303030303030303030303030303030303030303030303030303030303030303
  423.               0303}
  424.             NumGlyphs = 2
  425.           end
  426.           object Labels_Lst: TListBox
  427.             Left = 10
  428.             Top = 84
  429.             Width = 169
  430.             Height = 102
  431.             Hint = 'Click To Select Label'
  432.             IntegralHeight = True
  433.             ItemHeight = 14
  434.             TabOrder = 2
  435.           end
  436.           object BitBtn3: TBitBtn
  437.             Left = 185
  438.             Top = 94
  439.             Width = 77
  440.             Height = 27
  441.             Hint = 'Click here to Load Labels From A Template'
  442.             Caption = '&Load'
  443.             Default = True
  444.             TabOrder = 3
  445.             OnClick = BitBtn3Click
  446.             Glyph.Data = {
  447.               76010000424D7601000000000000760000002800000020000000100000000100
  448.               04000000000000010000130B0000130B00001000000000000000000000000000
  449.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  450.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  451.               33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  452.               FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  453.               00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  454.               F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  455.               00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  456.               F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  457.               3333777777777777333333399033333333333337773333333333333903333333
  458.               3333333773333333333333303333333333333337333333333333}
  459.             Margin = 2
  460.             NumGlyphs = 2
  461.             Spacing = -1
  462.             IsControl = True
  463.           end
  464.           object BitBtn4: TBitBtn
  465.             Left = 185
  466.             Top = 126
  467.             Width = 77
  468.             Height = 27
  469.             Hint = 'Click here to Save Labels As A Template'
  470.             Caption = '&Save'
  471.             Default = True
  472.             TabOrder = 4
  473.             OnClick = BitBtn4Click
  474.             Glyph.Data = {
  475.               76010000424D7601000000000000760000002800000020000000100000000100
  476.               04000000000000010000130B0000130B00001000000000000000000000000000
  477.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  478.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  479.               333333333333337FF3333333333333903333333333333377FF33333333333399
  480.               03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  481.               99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  482.               99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  483.               03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  484.               33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  485.               33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  486.               3333777777333333333333333333333333333333333333333333}
  487.             Margin = 2
  488.             NumGlyphs = 2
  489.             Spacing = -1
  490.             IsControl = True
  491.           end
  492.         end
  493.         object DataFile_GB: TRadioGroup
  494.           Left = 8
  495.           Top = 16
  496.           Width = 145
  497.           Height = 73
  498.           Caption = 'Initial Data File'
  499.           Items.Strings = (
  500.             'Load Default File'
  501.             'Load Last Used File')
  502.           TabOrder = 0
  503.         end
  504.       end
  505.     end
  506.     object TabSheet4: TTabSheet
  507.       Caption = 'Date'
  508.       object GroupBox9: TGroupBox
  509.         Left = 0
  510.         Top = 0
  511.         Width = 389
  512.         Height = 301
  513.         Align = alClient
  514.         Caption = 'Date Formats:'
  515.         TabOrder = 0
  516.         object DateFormat_GB: TRadioGroup
  517.           Left = 208
  518.           Top = 16
  519.           Width = 145
  520.           Height = 73
  521.           Caption = 'Date Format'
  522.           Items.Strings = (
  523.             'MM/DD/YYYY'
  524.             'DD/MM/YYYY'
  525.             'YYYY/MM/DD'
  526.             'YYYY')
  527.           TabOrder = 0
  528.           OnClick = DateFormat_GBClick
  529.         end
  530.         object DateFields_GB: TRadioGroup
  531.           Left = 8
  532.           Top = 16
  533.           Width = 185
  534.           Height = 209
  535.           Caption = 'Date Fields'
  536.           TabOrder = 1
  537.           OnClick = DateFields_GBClick
  538.         end
  539.       end
  540.     end
  541.     object TabSheet5: TTabSheet
  542.       Caption = 'Colors'
  543.       object GroupBox5: TGroupBox
  544.         Left = 0
  545.         Top = 0
  546.         Width = 389
  547.         Height = 301
  548.         Align = alClient
  549.         Caption = 'Colors:'
  550.         TabOrder = 0
  551.         object Label3: TLabel
  552.           Left = 8
  553.           Top = 16
  554.           Width = 102
  555.           Height = 14
  556.           Caption = 'Application Elements:'
  557.         end
  558.         object Label2: TLabel
  559.           Left = 280
  560.           Top = 16
  561.           Width = 34
  562.           Height = 14
  563.           Caption = 'Colors:'
  564.         end
  565.         object Elements_Lst: TListBox
  566.           Left = 8
  567.           Top = 32
  568.           Width = 257
  569.           Height = 209
  570.           Hint = 'Click to select the list element'
  571.           ItemHeight = 14
  572.           Items.Strings = (
  573.             'TofC - Record Button Text'
  574.             'TofC - Record Button Background'
  575.             'TofC - Selected Record Button Text'
  576.             'TofC - Selected Record Button Background'
  577.             'TofC - Not Empty Letter Tab Text'
  578.             'TofC - Not Empty Letter Tab Background'
  579.             'TofC - Empty Letter Tab Text'
  580.             'TofC - Empty Letter Tab Background'
  581.             'TofC - Selected Letter Tab Text'
  582.             'TofC - Selected Letter Tab Background'
  583.             'TofC - Labels Text'
  584.             'TofC - Labels Background'
  585.             'TofC - Pages'
  586.             'TofC - Speed Bar'
  587.             'TofC - Window Background'
  588.             'DW   - Text Fields Text'
  589.             'DW   - Text Fields Background'
  590.             'DW   - Multi-line Fields Text'
  591.             'DW   - Multi-line Fields Background'
  592.             'DW   - Labels Text'
  593.             'DW   - Labels Background'
  594.             'DW   - Currency Text (>0)'
  595.             'DW   - Currency Text (<0)'
  596.             'DW   - Currency Background'
  597.             'DW   - Pages'
  598.             'DW   - Speed Bar'
  599.             'DW   - Window Background')
  600.           TabOrder = 0
  601.           OnClick = Elements_LstClick
  602.         end
  603.         object BitBtn1: TBitBtn
  604.           Left = 9
  605.           Top = 252
  606.           Width = 77
  607.           Height = 27
  608.           Hint = 'Click here to Load Color Template'
  609.           Caption = '&Load'
  610.           Default = True
  611.           TabOrder = 1
  612.           Glyph.Data = {
  613.             76010000424D7601000000000000760000002800000020000000100000000100
  614.             04000000000000010000130B0000130B00001000000000000000000000000000
  615.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  616.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  617.             33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  618.             FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  619.             00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  620.             F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  621.             00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  622.             F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  623.             3333777777777777333333399033333333333337773333333333333903333333
  624.             3333333773333333333333303333333333333337333333333333}
  625.           Margin = 2
  626.           NumGlyphs = 2
  627.           Spacing = -1
  628.           IsControl = True
  629.         end
  630.         object BitBtn2: TBitBtn
  631.           Left = 97
  632.           Top = 252
  633.           Width = 77
  634.           Height = 27
  635.           Hint = 'Click here to Save Color Template'
  636.           Caption = '&Save'
  637.           Default = True
  638.           TabOrder = 2
  639.           Glyph.Data = {
  640.             76010000424D7601000000000000760000002800000020000000100000000100
  641.             04000000000000010000130B0000130B00001000000000000000000000000000
  642.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  643.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  644.             333333333333337FF3333333333333903333333333333377FF33333333333399
  645.             03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  646.             99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  647.             99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  648.             03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  649.             33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  650.             33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  651.             3333777777333333333333333333333333333333333333333333}
  652.           Margin = 2
  653.           NumGlyphs = 2
  654.           Spacing = -1
  655.           IsControl = True
  656.         end
  657.         object Color_Lst: TDrawGrid
  658.           Left = 280
  659.           Top = 32
  660.           Width = 72
  661.           Height = 210
  662.           Hint = 'Click to select a Color'
  663.           ColCount = 1
  664.           DefaultColWidth = 70
  665.           DefaultRowHeight = 12
  666.           DefaultDrawing = False
  667.           FixedCols = 0
  668.           RowCount = 16
  669.           FixedRows = 0
  670.           Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  671.           ScrollBars = ssNone
  672.           TabOrder = 3
  673.           OnClick = Color_LstClick
  674.           OnDrawCell = Color_LstDrawCell
  675.         end
  676.       end
  677.     end
  678.     object TabSheet6: TTabSheet
  679.       Caption = 'Fonts'
  680.       object GroupBox10: TGroupBox
  681.         Left = 0
  682.         Top = 0
  683.         Width = 385
  684.         Height = 301
  685.         Align = alClient
  686.         Caption = 'Fonts:'
  687.         TabOrder = 0
  688.         object GroupBox11: TGroupBox
  689.           Left = 184
  690.           Top = 24
  691.           Width = 169
  692.           Height = 193
  693.           Caption = 'Font'
  694.           TabOrder = 0
  695.           object Label9: TLabel
  696.             Left = 10
  697.             Top = 16
  698.             Width = 54
  699.             Height = 14
  700.             Caption = 'Font Name:'
  701.           end
  702.           object Label11: TLabel
  703.             Left = 10
  704.             Top = 56
  705.             Width = 51
  706.             Height = 14
  707.             Caption = 'Font Style:'
  708.           end
  709.           object Label12: TLabel
  710.             Left = 10
  711.             Top = 104
  712.             Width = 48
  713.             Height = 14
  714.             Caption = 'Font Size:'
  715.           end
  716.           object FontEd: TEdit
  717.             Left = 10
  718.             Top = 32
  719.             Width = 150
  720.             Height = 22
  721.             TabStop = False
  722.             Color = clBtnFace
  723.             ReadOnly = True
  724.             TabOrder = 0
  725.             Text = 'FontEd'
  726.           end
  727.           object StyleEd: TEdit
  728.             Left = 10
  729.             Top = 72
  730.             Width = 150
  731.             Height = 22
  732.             TabStop = False
  733.             Color = clBtnFace
  734.             ReadOnly = True
  735.             TabOrder = 1
  736.             Text = 'StyleEd'
  737.           end
  738.           object SizeEd: TEdit
  739.             Left = 10
  740.             Top = 120
  741.             Width = 150
  742.             Height = 22
  743.             TabStop = False
  744.             Color = clBtnFace
  745.             ReadOnly = True
  746.             TabOrder = 2
  747.             Text = 'SizeEd'
  748.           end
  749.           object FontBtn: TBitBtn
  750.             Left = 30
  751.             Top = 152
  752.             Width = 113
  753.             Height = 33
  754.             Hint = 'Select Font'
  755.             Caption = 'Change Font'
  756.             TabOrder = 3
  757.             OnClick = FontBtnClick
  758.             Glyph.Data = {
  759.               76010000424D7601000000000000760000002800000020000000100000000100
  760.               04000000000000010000130B0000130B00001000000000000000000000000000
  761.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  762.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  763.               3333333333333333333333333333333333333333FFF33FFFFF33333300033000
  764.               00333337773377777333333330333300033333337FF33777F333333330733300
  765.               0333333377FFF777F33333333700000073333333777777773333333333033000
  766.               3333333337FF777F333333333307300033333333377F777F3333333333703007
  767.               33333333377F7773333333333330000333333333337777F33333333333300003
  768.               33333333337777F3333333333337007333333333337777333333333333330033
  769.               3333333333377333333333333333033333333333333733333333333333333333
  770.               3333333333333333333333333333333333333333333333333333}
  771.             Margin = 5
  772.             NumGlyphs = 2
  773.           end
  774.         end
  775.         object FontComponent_CB: TRadioGroup
  776.           Left = 8
  777.           Top = 24
  778.           Width = 169
  779.           Height = 193
  780.           Caption = 'Component'
  781.           ItemIndex = 0
  782.           Items.Strings = (
  783.             'Record Buttons'
  784.             'One-Line Edit Fields'
  785.             'Multi-Line Edit Fields')
  786.           TabOrder = 1
  787.           OnClick = FontComponent_CBClick
  788.         end
  789.       end
  790.     end
  791.     object TabSheet7: TTabSheet
  792.       Caption = 'Security'
  793.       object GroupBox6: TGroupBox
  794.         Left = 0
  795.         Top = 0
  796.         Width = 385
  797.         Height = 301
  798.         Align = alClient
  799.         Caption = 'Security Options:'
  800.         TabOrder = 0
  801.         object Label1: TLabel
  802.           Left = 8
  803.           Top = 240
  804.           Width = 97
  805.           Height = 14
  806.           Caption = 'Data Root Directory:'
  807.         end
  808.         object Password_GB: TRadioGroup
  809.           Left = 8
  810.           Top = 24
  811.           Width = 209
  812.           Height = 57
  813.           Caption = 'Password'
  814.           Items.Strings = (
  815.             'Password Required'
  816.             'Password Not Required')
  817.           TabOrder = 0
  818.         end
  819.         object AccessMode_GB: TRadioGroup
  820.           Left = 8
  821.           Top = 112
  822.           Width = 233
  823.           Height = 89
  824.           Caption = 'Public Files Access Rights (All Users)'
  825.           Items.Strings = (
  826.             'As Specified In Accounts'
  827.             'Read and Write'
  828.             'Read Only'
  829.             'None')
  830.           TabOrder = 1
  831.         end
  832.         object DataDir_Ed: TDirEdit
  833.           Left = 8
  834.           Top = 256
  835.           Width = 345
  836.           Height = 24
  837.           AutoSize = False
  838.           AutoSelect = False
  839.           TabOrder = 2
  840.         end
  841.       end
  842.     end
  843.     object TabSheet8: TTabSheet
  844.       Caption = 'Users'
  845.       object GroupBox7: TGroupBox
  846.         Left = 0
  847.         Top = 0
  848.         Width = 399
  849.         Height = 301
  850.         Align = alClient
  851.         Caption = 'Users:'
  852.         TabOrder = 0
  853.         object UserCount_GB: TRadioGroup
  854.           Left = 106
  855.           Top = 79
  856.           Width = 145
  857.           Height = 57
  858.           Caption = 'Users Count'
  859.           ItemIndex = 0
  860.           Items.Strings = (
  861.             '1-User System'
  862.             'Multi-User System')
  863.           TabOrder = 0
  864.           OnClick = UserCount_GBClick
  865.         end
  866.         object UserAccts_Btn: TBitBtn
  867.           Left = 114
  868.           Top = 175
  869.           Width = 129
  870.           Height = 33
  871.           Hint = 'View or Modify User Accounts'
  872.           Caption = '&User Accounts'
  873.           TabOrder = 1
  874.           OnClick = UserAccts_BtnClick
  875.           Glyph.Data = {
  876.             76010000424D7601000000000000760000002800000020000000100000000100
  877.             04000000000000010000120B0000120B00001000000000000000000000000000
  878.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  879.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  880.             0000377777777777777703030303030303037F7F7F7F7F7F7F7F000000000000
  881.             00007777777777777777933393303933337073F37F37F73F3377393393303393
  882.             379037FF7F37F37FF777379793303379793037777337F3777737339933303339
  883.             93303377F3F7F3F77F3733993930393993303377F737F7377FF7399993303399
  884.             999037777337F377777793993330333393307377FF37F3337FF7333993303333
  885.             993033377F37F33377F7333993303333993033377337F3337737333333303333
  886.             33303FFFFFF7FFFFFFF700000000000000007777777777777777030303030303
  887.             03037F7F7F7F7F7F7F7F00000000000000007777777777777777}
  888.           NumGlyphs = 2
  889.         end
  890.       end
  891.     end
  892.   end
  893.   object FontDialog1: TFontDialog
  894.     Font.Charset = DEFAULT_CHARSET
  895.     Font.Color = clWindowText
  896.     Font.Height = -13
  897.     Font.Name = 'System'
  898.     Font.Style = []
  899.     MinFontSize = 0
  900.     MaxFontSize = 0
  901.     Options = []
  902.     Left = 432
  903.     Top = 280
  904.   end
  905. end
  906.