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

  1. object AboutBox5: TAboutBox5
  2.   Left = 281
  3.   Top = 319
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select day to change'
  7.   ClientHeight = 101
  8.   ClientWidth = 201
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Times New Roman'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = load_background
  16.   PixelsPerInch = 96
  17.   TextHeight = 15
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 201
  22.     Height = 101
  23.     Align = alClient
  24.     Stretch = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 16
  28.     Top = 8
  29.     Width = 167
  30.     Height = 15
  31.     Caption = 'Please select the day to change'
  32.     Font.Charset = ANSI_CHARSET
  33.     Font.Color = clYellow
  34.     Font.Height = -13
  35.     Font.Name = 'Times New Roman'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     Transparent = True
  39.   end
  40.   object Button1: TButton
  41.     Left = 104
  42.     Top = 64
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'OK'
  46.     Font.Charset = ANSI_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -13
  49.     Font.Name = 'Times New Roman'
  50.     Font.Style = []
  51.     ModalResult = 1
  52.     ParentFont = False
  53.     TabOrder = 0
  54.   end
  55.   object Button2: TButton
  56.     Left = 24
  57.     Top = 64
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Cancel'
  61.     Font.Charset = ANSI_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -13
  64.     Font.Name = 'Times New Roman'
  65.     Font.Style = []
  66.     ModalResult = 2
  67.     ParentFont = False
  68.     TabOrder = 1
  69.   end
  70.   object ComboBox1: TComboBox
  71.     Left = 40
  72.     Top = 32
  73.     Width = 121
  74.     Height = 23
  75.     Style = csDropDownList
  76.     ItemHeight = 15
  77.     Items.Strings = (
  78.       'All'
  79.       ''
  80.       'Mon-Fri'
  81.       'Sat-Sun'
  82.       ''
  83.       'Monday'
  84.       'Tuesday'
  85.       'Wednesday'
  86.       'Thursday'
  87.       'Friday'
  88.       'Saturday'
  89.       'Sunday')
  90.     TabOrder = 2
  91.   end
  92. end
  93.