home *** CD-ROM | disk | FTP | other *** search
- object DialerForm: TDialerForm
- Left = 387
- Top = 215
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Dial Progress'
- ClientHeight = 275
- ClientWidth = 316
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object GroupBox1: TGroupBox
- Left = 8
- Top = 0
- Width = 300
- Height = 229
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 284
- Height = 16
- AutoSize = False
- Caption = 'Place holder'
- end
- object Label2: TLabel
- Left = 8
- Top = 32
- Width = 284
- Height = 16
- AutoSize = False
- Caption = 'Place holder'
- end
- object Label3: TLabel
- Left = 8
- Top = 48
- Width = 284
- Height = 16
- AutoSize = False
- Caption = 'Place holder'
- end
- object Label4: TLabel
- Left = 8
- Top = 64
- Width = 284
- Height = 16
- AutoSize = False
- Caption = 'Place holder'
- end
- object Label5: TLabel
- Left = 8
- Top = 80
- Width = 284
- Height = 16
- AutoSize = False
- Caption = 'Place holder'
- end
- object Label6: TLabel
- Left = 8
- Top = 96
- Width = 284
- Height = 16
- AutoSize = False
- Caption = 'Place holder'
- end
- object Label7: TLabel
- Left = 8
- Top = 112
- Width = 284
- Height = 16
- AutoSize = False
- Caption = 'Place holder'
- end
- object Label8: TLabel
- Left = 8
- Top = 128
- Width = 284
- Height = 16
- AutoSize = False
- Caption = 'Place holder'
- end
- object Label9: TLabel
- Left = 8
- Top = 144
- Width = 284
- Height = 16
- AutoSize = False
- Caption = 'Place holder'
- end
- object Label10: TLabel
- Left = 8
- Top = 160
- Width = 284
- Height = 16
- AutoSize = False
- Caption = 'Place holder'
- end
- object Label11: TLabel
- Left = 8
- Top = 176
- Width = 284
- Height = 16
- AutoSize = False
- Caption = 'Place holder'
- end
- object Label12: TLabel
- Left = 8
- Top = 192
- Width = 284
- Height = 16
- AutoSize = False
- Caption = 'Place holder'
- end
- object Label13: TLabel
- Left = 8
- Top = 208
- Width = 284
- Height = 16
- AutoSize = False
- Caption = 'Place holder'
- end
- end
- object CycleBtn: TBitBtn
- Left = 11
- Top = 240
- Width = 85
- Height = 27
- Caption = '&Cycle'
- TabOrder = 1
- OnClick = CycleBtnClick
- end
- object ExtendBtn: TBitBtn
- Left = 115
- Top = 240
- Width = 85
- Height = 27
- Caption = '&Extend'
- TabOrder = 2
- OnClick = ExtendBtnClick
- end
- object AbortBtn: TBitBtn
- Left = 219
- Top = 240
- Width = 85
- Height = 27
- TabOrder = 3
- OnClick = AbortBtnClick
- Kind = bkAbort
- end
- end
-