home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / Power / _SETUP.1 / PS.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  1999-05-20  |  2KB  |  84 lines

  1. object Form6: TForm6
  2.   Left = 405
  3.   Top = 290
  4.   ActiveControl = EventTime
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add event'
  7.   ClientHeight = 79
  8.   ClientWidth = 354
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 354
  22.     Height = 79
  23.     Align = alClient
  24.     Shape = bsFrame
  25.   end
  26.   object Bevel2: TBevel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 337
  30.     Height = 62
  31.   end
  32.   object SpeedButton94: TSpeedButton
  33.     Left = 191
  34.     Top = 40
  35.     Width = 73
  36.     Height = 25
  37.     Caption = '&Ok'
  38.     Flat = True
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     OnClick = SpeedButton94Click
  46.   end
  47.   object SpeedButton2: TSpeedButton
  48.     Left = 264
  49.     Top = 40
  50.     Width = 73
  51.     Height = 25
  52.     Caption = '&Cancel'
  53.     Flat = True
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     OnClick = SpeedButton2Click
  61.   end
  62.   object EventText: TEdit
  63.     Left = 64
  64.     Top = 16
  65.     Width = 273
  66.     Height = 21
  67.     MaxLength = 50
  68.     TabOrder = 1
  69.     Text = 'EventText'
  70.     OnKeyDown = EventTextKeyDown
  71.   end
  72.   object EventTime: TMaskEdit
  73.     Left = 16
  74.     Top = 16
  75.     Width = 41
  76.     Height = 21
  77.     EditMask = '!90:00;1;_'
  78.     MaxLength = 5
  79.     TabOrder = 0
  80.     Text = '  :  '
  81.     OnKeyDown = EventTimeKeyDown
  82.   end
  83. end
  84.