home *** CD-ROM | disk | FTP | other *** search
- object FAccount: TFAccount
- Left = 392
- Top = 321
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Net2Phone Account Number'
- ClientHeight = 136
- ClientWidth = 338
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LAccount: TLabel
- Left = 7
- Top = 19
- Width = 99
- Height = 13
- Caption = 'Account Number:'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- end
- object Num: TLabel
- Left = 16
- Top = 104
- Width = 22
- Height = 13
- Caption = 'Num'
- Visible = False
- end
- object LAccountTmp: TLabel
- Left = 16
- Top = 56
- Width = 67
- Height = 13
- Caption = 'LAccountTmp'
- Visible = False
- end
- object OkBtn: TButton
- Left = 71
- Top = 107
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = OkBtnClick
- end
- object LocalAccount: TEdit
- Left = 180
- Top = 15
- Width = 141
- Height = 21
- Color = clWhite
- Ctl3D = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 0
- Text = '9999'
- OnChange = acct1Change
- end
- object CancelBtn: TButton
- Left = 191
- Top = 107
- Width = 75
- Height = 23
- Caption = 'Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 2
- end
- end
-