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

  1. object EditSessionForm: TEditSessionForm
  2.   Left = 462
  3.   Top = 376
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Session'
  7.   ClientHeight = 292
  8.   ClientWidth = 298
  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 = False
  16.   Position = poDesktopCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 132
  22.     Top = 256
  23.     Width = 75
  24.     Height = 25
  25.     Caption = '&OK'
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29.   object Button2: TButton
  30.     Left = 218
  31.     Top = 256
  32.     Width = 75
  33.     Height = 25
  34.     Caption = '&Cancel'
  35.     TabOrder = 1
  36.     OnClick = Button2Click
  37.   end
  38.   object GroupBox1: TGroupBox
  39.     Left = 8
  40.     Top = 4
  41.     Width = 285
  42.     Height = 245
  43.     Caption = 'Session Information '
  44.     TabOrder = 2
  45.     object Label1: TLabel
  46.       Left = 12
  47.       Top = 92
  48.       Width = 44
  49.       Height = 13
  50.       Caption = 'Start time'
  51.     end
  52.     object Label2: TLabel
  53.       Left = 12
  54.       Top = 120
  55.       Width = 41
  56.       Height = 13
  57.       Caption = 'End time'
  58.     end
  59.     object Label5: TLabel
  60.       Left = 148
  61.       Top = 92
  62.       Width = 119
  63.       Height = 13
  64.       Caption = '(Hours:Minutes:Seconds)'
  65.     end
  66.     object Label6: TLabel
  67.       Left = 148
  68.       Top = 120
  69.       Width = 119
  70.       Height = 13
  71.       Caption = '(Hours:Minutes:Seconds)'
  72.     end
  73.     object Label3: TLabel
  74.       Left = 12
  75.       Top = 164
  76.       Width = 56
  77.       Height = 13
  78.       Caption = 'Time Online'
  79.     end
  80.     object Label7: TLabel
  81.       Left = 148
  82.       Top = 164
  83.       Width = 119
  84.       Height = 13
  85.       Caption = '(Hours:Minutes:Seconds)'
  86.     end
  87.     object Label4: TLabel
  88.       Left = 12
  89.       Top = 212
  90.       Width = 61
  91.       Height = 13
  92.       Caption = 'Session Cost'
  93.     end
  94.     object Image1: TImage
  95.       Left = 12
  96.       Top = 20
  97.       Width = 32
  98.       Height = 32
  99.       AutoSize = True
  100.       Picture.Data = {<image000.ico>}
  101.     end
  102.     object Label8: TLabel
  103.       Left = 52
  104.       Top = 20
  105.       Width = 225
  106.       Height = 53
  107.       AutoSize = False
  108.       Caption = 
  109.         'To change the online time for this session edit the start and en' +
  110.         'd times. You can manually enter the session cost or calculate it' +
  111.         ' based on the tarrif for that timezone.'
  112.       WordWrap = True
  113.     end
  114.     object StartTimeMaskEdit: TMaskEdit
  115.       Left = 84
  116.       Top = 88
  117.       Width = 49
  118.       Height = 21
  119.       EditMask = '!90:00:00;1;_'
  120.       MaxLength = 8
  121.       TabOrder = 0
  122.       Text = '  :  :  '
  123.       OnChange = StartTimeMaskEditChange
  124.     end
  125.     object EndTimeMaskEdit: TMaskEdit
  126.       Left = 84
  127.       Top = 116
  128.       Width = 49
  129.       Height = 21
  130.       EditMask = '!90:00:00;1;_'
  131.       MaxLength = 8
  132.       TabOrder = 1
  133.       Text = '  :  :  '
  134.       OnChange = EndTimeMaskEditChange
  135.     end
  136.     object TimeOnlineMaskEdit: TMaskEdit
  137.       Left = 84
  138.       Top = 160
  139.       Width = 49
  140.       Height = 21
  141.       Enabled = False
  142.       EditMask = '!90:00:00;1;_'
  143.       MaxLength = 8
  144.       ReadOnly = True
  145.       TabOrder = 2
  146.       Text = '  :  :  '
  147.     end
  148.     object CostEdit: TEdit
  149.       Left = 83
  150.       Top = 208
  151.       Width = 59
  152.       Height = 21
  153.       TabOrder = 3
  154.       OnChange = CostEditChange
  155.       OnClick = CostEditClick
  156.       OnExit = CostEditExit
  157.     end
  158.     object Button3: TButton
  159.       Left = 200
  160.       Top = 208
  161.       Width = 75
  162.       Height = 25
  163.       Caption = '&Calculate'
  164.       TabOrder = 4
  165.       OnClick = Button3Click
  166.     end
  167.   end
  168. end
  169.