home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 17 / CDROM17.iso / faq / aide / _SETUP.1 / ModemLog.exe / 0 / RCDATA / TFRMCOSTEDITOR / TFRMCOSTEDITOR.txt
Encoding:
Text File  |  1997-10-28  |  4.2 KB  |  228 lines

  1. object frmCostEditor: TfrmCostEditor
  2.   Left = 228
  3.   Top = 123
  4.   Width = 501
  5.   Height = 345
  6.   ActiveControl = CheckBox1
  7.   Caption = 'Cost Editor'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnMouseDown = FormMouseDown
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object grpboxOnlineCost: TGroupBox
  17.     Left = 180
  18.     Top = 8
  19.     Width = 305
  20.     Height = 260
  21.     Caption = 'Online Cost'
  22.     Color = clBtnFace
  23.     ParentColor = False
  24.     TabOrder = 2
  25.     object lblMinuteCost: TLabel
  26.       Left = 8
  27.       Top = 90
  28.       Width = 73
  29.       Height = 13
  30.       Caption = 'Cost per minute'
  31.     end
  32.     object lblStartCost: TLabel
  33.       Left = 8
  34.       Top = 30
  35.       Width = 115
  36.       Height = 13
  37.       Caption = 'Start cost per phone call'
  38.     end
  39.     object lblMinimumCost: TLabel
  40.       Left = 8
  41.       Top = 150
  42.       Width = 134
  43.       Height = 13
  44.       Caption = 'Minimum cost per phone call'
  45.     end
  46.     object Label3: TLabel
  47.       Left = 8
  48.       Top = 210
  49.       Width = 210
  50.       Height = 13
  51.       Caption = 'Minimum time period per phone call [minutes]'
  52.     end
  53.     object editMinuteCost: TEdit
  54.       Left = 240
  55.       Top = 85
  56.       Width = 49
  57.       Height = 21
  58.       TabOrder = 1
  59.       Text = '0'
  60.     end
  61.     object editMinimumCost: TEdit
  62.       Left = 240
  63.       Top = 145
  64.       Width = 49
  65.       Height = 21
  66.       TabOrder = 2
  67.       Text = '0'
  68.     end
  69.     object editStartCost: TEdit
  70.       Left = 240
  71.       Top = 25
  72.       Width = 49
  73.       Height = 21
  74.       TabOrder = 0
  75.       Text = '0'
  76.     end
  77.     object editMinimumPeriod: TEdit
  78.       Left = 240
  79.       Top = 205
  80.       Width = 49
  81.       Height = 21
  82.       TabOrder = 3
  83.       Text = '0'
  84.     end
  85.   end
  86.   object grpboxTime: TGroupBox
  87.     Left = 8
  88.     Top = 216
  89.     Width = 161
  90.     Height = 97
  91.     Caption = 'Time'
  92.     TabOrder = 1
  93.     object Label1: TLabel
  94.       Left = 8
  95.       Top = 36
  96.       Width = 26
  97.       Height = 13
  98.       Caption = 'From:'
  99.     end
  100.     object Label2: TLabel
  101.       Left = 8
  102.       Top = 68
  103.       Width = 16
  104.       Height = 13
  105.       Caption = 'To:'
  106.     end
  107.     object mskeditFromTime: TMaskEdit
  108.       Left = 48
  109.       Top = 32
  110.       Width = 41
  111.       Height = 21
  112.       EditMask = '!90:00;1;_'
  113.       MaxLength = 5
  114.       TabOrder = 0
  115.       Text = '  :  '
  116.     end
  117.     object mskeditToTime: TMaskEdit
  118.       Left = 48
  119.       Top = 64
  120.       Width = 41
  121.       Height = 21
  122.       EditMask = '!90:00;1;_'
  123.       MaxLength = 5
  124.       TabOrder = 1
  125.       Text = '  :  '
  126.     end
  127.   end
  128.   object grpboxDays: TGroupBox
  129.     Left = 8
  130.     Top = 8
  131.     Width = 161
  132.     Height = 201
  133.     Caption = 'Days'
  134.     TabOrder = 0
  135.     object CheckBox1: TCheckBox
  136.       Tag = 1
  137.       Left = 8
  138.       Top = 24
  139.       Width = 97
  140.       Height = 17
  141.       Caption = 'Sunday'
  142.       TabOrder = 0
  143.     end
  144.     object CheckBox2: TCheckBox
  145.       Tag = 2
  146.       Left = 8
  147.       Top = 48
  148.       Width = 97
  149.       Height = 17
  150.       Caption = 'Monday'
  151.       TabOrder = 1
  152.     end
  153.     object CheckBox3: TCheckBox
  154.       Tag = 3
  155.       Left = 8
  156.       Top = 72
  157.       Width = 97
  158.       Height = 17
  159.       Caption = 'Tuesday'
  160.       TabOrder = 2
  161.     end
  162.     object CheckBox4: TCheckBox
  163.       Tag = 4
  164.       Left = 8
  165.       Top = 96
  166.       Width = 97
  167.       Height = 17
  168.       Caption = 'Wednesday'
  169.       TabOrder = 3
  170.     end
  171.     object CheckBox5: TCheckBox
  172.       Tag = 5
  173.       Left = 8
  174.       Top = 120
  175.       Width = 97
  176.       Height = 17
  177.       Caption = 'Thursday'
  178.       TabOrder = 4
  179.     end
  180.     object CheckBox6: TCheckBox
  181.       Tag = 6
  182.       Left = 8
  183.       Top = 144
  184.       Width = 97
  185.       Height = 17
  186.       Caption = 'Friday'
  187.       TabOrder = 5
  188.     end
  189.     object CheckBox7: TCheckBox
  190.       Tag = 7
  191.       Left = 8
  192.       Top = 168
  193.       Width = 97
  194.       Height = 17
  195.       Caption = 'Saturday'
  196.       TabOrder = 6
  197.     end
  198.   end
  199.   object OKBtn: TButton
  200.     Left = 230
  201.     Top = 284
  202.     Width = 75
  203.     Height = 25
  204.     Caption = 'OK'
  205.     Default = True
  206.     ModalResult = 1
  207.     TabOrder = 3
  208.   end
  209.   object CancelBtn: TButton
  210.     Left = 310
  211.     Top = 284
  212.     Width = 75
  213.     Height = 25
  214.     Cancel = True
  215.     Caption = 'Cancel'
  216.     ModalResult = 2
  217.     TabOrder = 4
  218.   end
  219.   object HelpBtn: TButton
  220.     Left = 390
  221.     Top = 284
  222.     Width = 75
  223.     Height = 25
  224.     Caption = '&Help'
  225.     TabOrder = 5
  226.   end
  227. end
  228.