home *** CD-ROM | disk | FTP | other *** search
/ Best Sellers 33: Professional Win95/98 / CD_1.iso / HOME / NcomeXpense / _SETUP.1 / NX.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Text File  |  1998-10-21  |  5KB  |  213 lines

  1. object FrmOptions: TFrmOptions
  2.   Left = 226
  3.   Top = 158
  4.   HelpContext = 700
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Options'
  8.   ClientHeight = 232
  9.   ClientWidth = 353
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RxLabel5: TRxLabel
  19.     Left = 18
  20.     Top = 50
  21.     Width = 161
  22.     Height = 39
  23.     AutoSize = False
  24.     Caption = 'Default Warning Days for New Records:'
  25.     Font.Color = clBtnText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     ShadowColor = clBtnFace
  31.     WordWrap = True
  32.   end
  33.   object GroupBox1: TGroupBox
  34.     Left = 16
  35.     Top = 96
  36.     Width = 321
  37.     Height = 121
  38.     Caption = 'User Field Column Titles'
  39.     Font.Color = clBtnText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     TabOrder = 2
  45.     object RxLabel1: TRxLabel
  46.       Left = 18
  47.       Top = 22
  48.       Width = 61
  49.       Height = 13
  50.       Caption = 'User Field 1:'
  51.       Font.Color = clBtnText
  52.       Font.Height = -11
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = []
  55.       ParentFont = False
  56.       ShadowColor = clBtnFace
  57.     end
  58.     object RxLabel2: TRxLabel
  59.       Left = 18
  60.       Top = 46
  61.       Width = 61
  62.       Height = 13
  63.       Caption = 'User Field 2:'
  64.       Font.Color = clBtnText
  65.       Font.Height = -11
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = []
  68.       ParentFont = False
  69.       ShadowColor = clBtnFace
  70.     end
  71.     object RxLabel3: TRxLabel
  72.       Left = 18
  73.       Top = 70
  74.       Width = 61
  75.       Height = 13
  76.       Caption = 'User Field 3:'
  77.       Font.Color = clBtnText
  78.       Font.Height = -11
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       ShadowColor = clBtnFace
  83.     end
  84.     object RxLabel4: TRxLabel
  85.       Left = 18
  86.       Top = 94
  87.       Width = 61
  88.       Height = 13
  89.       Caption = 'User Field 4:'
  90.       Font.Color = clBtnText
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.       ShadowColor = clBtnFace
  96.     end
  97.     object UserTitle1: TMaskEdit
  98.       Left = 100
  99.       Top = 18
  100.       Width = 200
  101.       Height = 21
  102.       Font.Color = clWindowText
  103.       Font.Height = -11
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = []
  106.       MaxLength = 25
  107.       ParentFont = False
  108.       TabOrder = 0
  109.     end
  110.     object UserTitle2: TMaskEdit
  111.       Left = 100
  112.       Top = 42
  113.       Width = 200
  114.       Height = 21
  115.       Font.Color = clWindowText
  116.       Font.Height = -11
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = []
  119.       MaxLength = 25
  120.       ParentFont = False
  121.       TabOrder = 1
  122.     end
  123.     object UserTitle3: TMaskEdit
  124.       Left = 100
  125.       Top = 66
  126.       Width = 200
  127.       Height = 21
  128.       Font.Color = clWindowText
  129.       Font.Height = -11
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Style = []
  132.       MaxLength = 25
  133.       ParentFont = False
  134.       TabOrder = 2
  135.     end
  136.     object UserTitle4: TMaskEdit
  137.       Left = 100
  138.       Top = 90
  139.       Width = 200
  140.       Height = 21
  141.       Font.Color = clWindowText
  142.       Font.Height = -11
  143.       Font.Name = 'MS Sans Serif'
  144.       Font.Style = []
  145.       MaxLength = 25
  146.       ParentFont = False
  147.       TabOrder = 3
  148.     end
  149.   end
  150.   object SpinEditDefaultWarn: TSpinEdit
  151.     Left = 180
  152.     Top = 52
  153.     Width = 49
  154.     Height = 22
  155.     MaxValue = 999
  156.     MinValue = 0
  157.     TabOrder = 1
  158.     Value = 0
  159.   end
  160.   object CheckBoxDisplayReminder: TCheckBox
  161.     Left = 20
  162.     Top = 20
  163.     Width = 223
  164.     Height = 17
  165.     Caption = 'Display overdue items when program starts'
  166.     Font.Color = clBtnText
  167.     Font.Height = -11
  168.     Font.Name = 'MS Sans Serif'
  169.     Font.Style = []
  170.     ParentFont = False
  171.     State = cbChecked
  172.     TabOrder = 0
  173.   end
  174.   object ButtonOK: TBitBtn
  175.     Left = 264
  176.     Top = 10
  177.     Width = 75
  178.     Height = 29
  179.     Font.Color = clBtnText
  180.     Font.Height = -11
  181.     Font.Name = 'MS Sans Serif'
  182.     Font.Style = []
  183.     ParentFont = False
  184.     TabOrder = 3
  185.     OnClick = ButtonOKClick
  186.     Kind = bkOK
  187.   end
  188.   object ButtonCancel: TBitBtn
  189.     Left = 264
  190.     Top = 40
  191.     Width = 75
  192.     Height = 29
  193.     Font.Color = clBtnText
  194.     Font.Height = -11
  195.     Font.Name = 'MS Sans Serif'
  196.     Font.Style = []
  197.     ParentFont = False
  198.     TabOrder = 4
  199.     OnClick = ButtonCancelClick
  200.     Kind = bkCancel
  201.   end
  202.   object RxGradientCaption1: TRxGradientCaption
  203.     Captions = <>
  204.     DefaultFont = False
  205.     FormCaption = 'Options'
  206.     Font.Color = clWindow
  207.     Font.Height = -13
  208.     Font.Name = 'MS Sans Serif'
  209.     Font.Style = [fsBold]
  210.     Left = 208
  211.   end
  212. end
  213.