home *** CD-ROM | disk | FTP | other *** search
- object DataIn: TDataIn
- Left = 118
- Top = 544
- ActiveControl = acct1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Net2Phone Registration Data'
- ClientHeight = 171
- ClientWidth = 387
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object P: TLabel
- Left = 11
- Top = 28
- Width = 136
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Account Number:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label3: TLabel
- Left = 205
- Top = 26
- Width = 8
- Height = 24
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 270
- Top = 26
- Width = 8
- Height = 24
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 10
- Top = 135
- Width = 96
- Height = 16
- Alignment = taRightJustify
- Caption = 'Check Digits:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object Label5: TLabel
- Left = 269
- Top = 64
- Width = 8
- Height = 24
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object Label6: TLabel
- Left = 204
- Top = 64
- Width = 8
- Height = 24
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object Label7: TLabel
- Left = 64
- Top = 70
- Width = 82
- Height = 16
- Alignment = taRightJustify
- Caption = 'Master Key:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object acct1: TEdit
- Left = 152
- Top = 26
- Width = 50
- Height = 24
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 4
- ParentFont = False
- TabOrder = 0
- OnChange = acct1Change
- OnKeyPress = acct1KeyPress
- end
- object acct2: TEdit
- Left = 216
- Top = 26
- Width = 49
- Height = 24
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 4
- ParentFont = False
- TabOrder = 1
- OnChange = acct2Change
- OnKeyPress = acct2KeyPress
- end
- object acct3: TEdit
- Left = 280
- Top = 27
- Width = 49
- Height = 24
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 4
- ParentFont = False
- TabOrder = 2
- OnChange = acct3Change
- OnKeyPress = acct3KeyPress
- end
- object AcctCode: TEdit
- Left = 120
- Top = 129
- Width = 50
- Height = 24
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 4
- ParentFont = False
- TabOrder = 6
- Visible = False
- OnKeyPress = AcctCodeKeyPress
- end
- object Mk3: TEdit
- Left = 280
- Top = 65
- Width = 37
- Height = 24
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 3
- ParentFont = False
- TabOrder = 5
- Visible = False
- OnChange = Mk3Change
- OnKeyPress = Mk3KeyPress
- end
- object Mk2: TEdit
- Left = 215
- Top = 64
- Width = 49
- Height = 24
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 4
- ParentFont = False
- TabOrder = 4
- Visible = False
- OnChange = Mk2Change
- OnKeyPress = Mk2KeyPress
- end
- object Mk1: TEdit
- Left = 162
- Top = 64
- Width = 40
- Height = 24
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 3
- ParentFont = False
- TabOrder = 3
- Visible = False
- OnChange = Mk1Change
- OnKeyPress = Mk1KeyPress
- end
- object OkBtn: TButton
- Left = 100
- Top = 96
- Width = 75
- Height = 23
- Caption = 'OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ModalResult = 1
- ParentFont = False
- TabOrder = 7
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 212
- Top = 96
- Width = 75
- Height = 23
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ModalResult = 2
- ParentFont = False
- TabOrder = 8
- OnClick = CancelBtnClick
- end
- end
-