home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Internet / opc_v3 / _SETUP.1 / OPC.exe / 0 / RCDATA / TBTNBOTTOMDLG3 / TBTNBOTTOMDLG3.txt
Text File  |  1999-04-21  |  3KB  |  156 lines

  1. object BtnBottomDlg3: TBtnBottomDlg3
  2.   Left = 619
  3.   Top = 79
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Filter Menu'
  7.   ClientHeight = 151
  8.   ClientWidth = 153
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Times New Roman'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object GroupBox1: TGroupBox
  19.     Left = 4
  20.     Top = 8
  21.     Width = 145
  22.     Height = 137
  23.     Caption = 'Period Filter'
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 8
  27.       Top = 24
  28.       Width = 69
  29.       Height = 14
  30.       Caption = 'Period Starting'
  31.     end
  32.     object Label2: TLabel
  33.       Left = 8
  34.       Top = 80
  35.       Width = 65
  36.       Height = 14
  37.       Caption = 'Period Ending'
  38.     end
  39.     object SpinEdit1: TSpinEdit
  40.       Left = 8
  41.       Top = 48
  42.       Width = 41
  43.       Height = 23
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clBlack
  46.       Font.Height = -11
  47.       Font.Name = 'Times New Roman'
  48.       Font.Style = []
  49.       MaxValue = 31
  50.       MinValue = 1
  51.       ParentFont = False
  52.       TabOrder = 0
  53.       Value = 12
  54.     end
  55.     object SpinEdit2: TSpinEdit
  56.       Left = 48
  57.       Top = 48
  58.       Width = 41
  59.       Height = 23
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clBlack
  62.       Font.Height = -11
  63.       Font.Name = 'Times New Roman'
  64.       Font.Style = []
  65.       MaxValue = 12
  66.       MinValue = 1
  67.       ParentFont = False
  68.       TabOrder = 1
  69.       Value = 12
  70.     end
  71.     object SpinEdit3: TSpinEdit
  72.       Left = 88
  73.       Top = 48
  74.       Width = 49
  75.       Height = 23
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clBlack
  78.       Font.Height = -11
  79.       Font.Name = 'Times New Roman'
  80.       Font.Style = []
  81.       MaxValue = 3000
  82.       MinValue = 1900
  83.       ParentFont = False
  84.       TabOrder = 2
  85.       Value = 1999
  86.     end
  87.     object SpinEdit4: TSpinEdit
  88.       Left = 8
  89.       Top = 104
  90.       Width = 41
  91.       Height = 23
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clBlack
  94.       Font.Height = -11
  95.       Font.Name = 'Times New Roman'
  96.       Font.Style = []
  97.       MaxValue = 31
  98.       MinValue = 1
  99.       ParentFont = False
  100.       TabOrder = 3
  101.       Value = 12
  102.     end
  103.     object SpinEdit5: TSpinEdit
  104.       Left = 48
  105.       Top = 104
  106.       Width = 41
  107.       Height = 23
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clBlack
  110.       Font.Height = -11
  111.       Font.Name = 'Times New Roman'
  112.       Font.Style = []
  113.       MaxValue = 12
  114.       MinValue = 1
  115.       ParentFont = False
  116.       TabOrder = 4
  117.       Value = 12
  118.     end
  119.     object SpinEdit6: TSpinEdit
  120.       Left = 88
  121.       Top = 104
  122.       Width = 49
  123.       Height = 23
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clBlack
  126.       Font.Height = -11
  127.       Font.Name = 'Times New Roman'
  128.       Font.Style = []
  129.       MaxValue = 3000
  130.       MinValue = 1900
  131.       ParentFont = False
  132.       TabOrder = 5
  133.       Value = 1999
  134.     end
  135.   end
  136.   object MainMenu1: TMainMenu
  137.     Left = 288
  138.     Top = 65520
  139.     object Filter1: TMenuItem
  140.       Caption = '&Filter'
  141.       ShortCut = 16454
  142.       object ApplyFilter1: TMenuItem
  143.         Caption = 'Apply Filter'
  144.         OnClick = ApplyFilter1Click
  145.       end
  146.       object N1: TMenuItem
  147.         Caption = '-'
  148.       end
  149.       object QuitFilter1: TMenuItem
  150.         Caption = 'Quit Filter'
  151.         OnClick = QuitFilter1Click
  152.       end
  153.     end
  154.   end
  155. end
  156.