home *** CD-ROM | disk | FTP | other *** search
- object frmCostEditor: TfrmCostEditor
- Left = 228
- Top = 123
- Width = 501
- Height = 345
- ActiveControl = CheckBox1
- Caption = 'Cost Editor'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- OnMouseDown = FormMouseDown
- PixelsPerInch = 96
- TextHeight = 13
- object grpboxOnlineCost: TGroupBox
- Left = 180
- Top = 8
- Width = 305
- Height = 260
- Caption = 'Online Cost'
- Color = clBtnFace
- ParentColor = False
- TabOrder = 2
- object lblMinuteCost: TLabel
- Left = 8
- Top = 90
- Width = 73
- Height = 13
- Caption = 'Cost per minute'
- end
- object lblStartCost: TLabel
- Left = 8
- Top = 30
- Width = 115
- Height = 13
- Caption = 'Start cost per phone call'
- end
- object lblMinimumCost: TLabel
- Left = 8
- Top = 150
- Width = 134
- Height = 13
- Caption = 'Minimum cost per phone call'
- end
- object Label3: TLabel
- Left = 8
- Top = 210
- Width = 210
- Height = 13
- Caption = 'Minimum time period per phone call [minutes]'
- end
- object editMinuteCost: TEdit
- Left = 240
- Top = 85
- Width = 49
- Height = 21
- TabOrder = 1
- Text = '0'
- end
- object editMinimumCost: TEdit
- Left = 240
- Top = 145
- Width = 49
- Height = 21
- TabOrder = 2
- Text = '0'
- end
- object editStartCost: TEdit
- Left = 240
- Top = 25
- Width = 49
- Height = 21
- TabOrder = 0
- Text = '0'
- end
- object editMinimumPeriod: TEdit
- Left = 240
- Top = 205
- Width = 49
- Height = 21
- TabOrder = 3
- Text = '0'
- end
- end
- object grpboxTime: TGroupBox
- Left = 8
- Top = 216
- Width = 161
- Height = 97
- Caption = 'Time'
- TabOrder = 1
- object Label1: TLabel
- Left = 8
- Top = 36
- Width = 26
- Height = 13
- Caption = 'From:'
- end
- object Label2: TLabel
- Left = 8
- Top = 68
- Width = 16
- Height = 13
- Caption = 'To:'
- end
- object mskeditFromTime: TMaskEdit
- Left = 48
- Top = 32
- Width = 41
- Height = 21
- EditMask = '!90:00;1;_'
- MaxLength = 5
- TabOrder = 0
- Text = ' : '
- end
- object mskeditToTime: TMaskEdit
- Left = 48
- Top = 64
- Width = 41
- Height = 21
- EditMask = '!90:00;1;_'
- MaxLength = 5
- TabOrder = 1
- Text = ' : '
- end
- end
- object grpboxDays: TGroupBox
- Left = 8
- Top = 8
- Width = 161
- Height = 201
- Caption = 'Days'
- TabOrder = 0
- object CheckBox1: TCheckBox
- Tag = 1
- Left = 8
- Top = 24
- Width = 97
- Height = 17
- Caption = 'Sunday'
- TabOrder = 0
- end
- object CheckBox2: TCheckBox
- Tag = 2
- Left = 8
- Top = 48
- Width = 97
- Height = 17
- Caption = 'Monday'
- TabOrder = 1
- end
- object CheckBox3: TCheckBox
- Tag = 3
- Left = 8
- Top = 72
- Width = 97
- Height = 17
- Caption = 'Tuesday'
- TabOrder = 2
- end
- object CheckBox4: TCheckBox
- Tag = 4
- Left = 8
- Top = 96
- Width = 97
- Height = 17
- Caption = 'Wednesday'
- TabOrder = 3
- end
- object CheckBox5: TCheckBox
- Tag = 5
- Left = 8
- Top = 120
- Width = 97
- Height = 17
- Caption = 'Thursday'
- TabOrder = 4
- end
- object CheckBox6: TCheckBox
- Tag = 6
- Left = 8
- Top = 144
- Width = 97
- Height = 17
- Caption = 'Friday'
- TabOrder = 5
- end
- object CheckBox7: TCheckBox
- Tag = 7
- Left = 8
- Top = 168
- Width = 97
- Height = 17
- Caption = 'Saturday'
- TabOrder = 6
- end
- end
- object OKBtn: TButton
- Left = 230
- Top = 284
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object CancelBtn: TButton
- Left = 310
- Top = 284
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object HelpBtn: TButton
- Left = 390
- Top = 284
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 5
- end
- end
-