home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / netbuddy / netbuddy.exe / NetBuddy.exe / 0 / RCDATA / TTIMEZONEFORM / TTIMEZONEFORM.txt < prev   
Text File  |  1999-08-25  |  4KB  |  178 lines

  1. object TimeZoneForm: TTimeZoneForm
  2.   Left = 577
  3.   Top = 343
  4.   HelpContext = 1020
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add time zone'
  7.   ClientHeight = 180
  8.   ClientWidth = 270
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GroupBox1: TGroupBox
  22.     Left = 4
  23.     Top = 4
  24.     Width = 261
  25.     Height = 133
  26.     Caption = 'Time-zone'
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 126
  30.       Top = 73
  31.       Width = 50
  32.       Height = 13
  33.       Caption = 'Start time :'
  34.     end
  35.     object Label2: TLabel
  36.       Left = 126
  37.       Top = 98
  38.       Width = 47
  39.       Height = 13
  40.       Caption = 'End time :'
  41.     end
  42.     object Image3: TImage
  43.       Left = 198
  44.       Top = 69
  45.       Width = 49
  46.       Height = 21
  47.       AutoSize = True
  48.       Picture.Data = {<image000.bmp>}
  49.     end
  50.     object Image4: TImage
  51.       Left = 198
  52.       Top = 97
  53.       Width = 49
  54.       Height = 21
  55.       AutoSize = True
  56.       Picture.Data = {<image001.bmp>}
  57.     end
  58.     object Label4: TLabel
  59.       Left = 53
  60.       Top = 19
  61.       Width = 200
  62.       Height = 30
  63.       AutoSize = False
  64.       Caption = 'Please set the start and end time for this time zone.'
  65.       WordWrap = True
  66.     end
  67.     object Image1: TImage
  68.       Left = 9
  69.       Top = 19
  70.       Width = 32
  71.       Height = 32
  72.       AutoSize = True
  73.       Picture.Data = {<image002.ico>}
  74.     end
  75.     object StartTimeMinutesEdit: TEdit
  76.       Left = 227
  77.       Top = 73
  78.       Width = 16
  79.       Height = 14
  80.       BorderStyle = bsNone
  81.       TabOrder = 1
  82.       Text = '00'
  83.       OnChange = StartTimeHoursEditChange
  84.       OnClick = TimeEditClick
  85.       OnExit = TimeEditMinutesExit
  86.       OnKeyPress = StartTimeMinutesEditKeyPress
  87.     end
  88.     object StartTimeHoursEdit: TEdit
  89.       Left = 202
  90.       Top = 73
  91.       Width = 17
  92.       Height = 14
  93.       BorderStyle = bsNone
  94.       TabOrder = 0
  95.       Text = '00'
  96.       OnChange = StartTimeHoursEditChange
  97.       OnClick = TimeEditClick
  98.       OnExit = TimeHoursEditExit
  99.       OnKeyPress = StartTimeHoursEditKeyPress
  100.     end
  101.     object EndTimeHoursEdit: TEdit
  102.       Left = 202
  103.       Top = 101
  104.       Width = 14
  105.       Height = 14
  106.       BorderStyle = bsNone
  107.       TabOrder = 2
  108.       Text = '00'
  109.       OnChange = StartTimeHoursEditChange
  110.       OnClick = TimeEditClick
  111.       OnExit = TimeHoursEditExit
  112.       OnKeyPress = StartTimeHoursEditKeyPress
  113.     end
  114.     object EndTimeMinutesEdit: TEdit
  115.       Left = 228
  116.       Top = 101
  117.       Width = 14
  118.       Height = 14
  119.       BorderStyle = bsNone
  120.       TabOrder = 3
  121.       Text = '00'
  122.       OnChange = StartTimeHoursEditChange
  123.       OnClick = TimeEditClick
  124.       OnExit = TimeEditMinutesExit
  125.       OnKeyPress = EndTimeMinutesEditKeyPress
  126.     end
  127.     object CheckBox1: TCheckBox
  128.       Left = 52
  129.       Top = 72
  130.       Width = 59
  131.       Height = 17
  132.       Caption = 'All Day'
  133.       TabOrder = 4
  134.       OnClick = CheckBox1Click
  135.     end
  136.   end
  137.   object Button1: TButton
  138.     Left = 108
  139.     Top = 148
  140.     Width = 73
  141.     Height = 25
  142.     Caption = '&OK'
  143.     Font.Charset = ANSI_CHARSET
  144.     Font.Color = clWindowText
  145.     Font.Height = -11
  146.     Font.Name = 'Arial'
  147.     Font.Style = []
  148.     ParentFont = False
  149.     TabOrder = 1
  150.     OnClick = Button1Click
  151.   end
  152.   object Button2: TButton
  153.     Left = 192
  154.     Top = 148
  155.     Width = 73
  156.     Height = 25
  157.     Cancel = True
  158.     Caption = '&Cancel'
  159.     Font.Charset = ANSI_CHARSET
  160.     Font.Color = clWindowText
  161.     Font.Height = -11
  162.     Font.Name = 'Arial'
  163.     Font.Style = []
  164.     ParentFont = False
  165.     TabOrder = 2
  166.     OnClick = Button2Click
  167.   end
  168.   object Button3: TButton
  169.     Left = 4
  170.     Top = 148
  171.     Width = 73
  172.     Height = 25
  173.     Caption = '&Help'
  174.     TabOrder = 3
  175.     OnClick = Button3Click
  176.   end
  177. end
  178.