home *** CD-ROM | disk | FTP | other *** search
- object F_Reg: TF_Reg
- Left = 248
- Top = 194
- BorderStyle = bsDialog
- Caption = 'Register NewLines'
- ClientHeight = 166
- ClientWidth = 295
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object P_Reg: TPanel
- Left = 0
- Top = 0
- Width = 265
- Height = 145
- HelpContext = 30
- BevelOuter = bvNone
- TabOrder = 1
- Visible = False
- object L_EnterCap: TLabel
- Left = 16
- Top = 8
- Width = 230
- Height = 17
- Caption = 'Please enter your registration code:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object E_Enter: TEdit
- Left = 16
- Top = 48
- Width = 233
- Height = 24
- HelpContext = 30
- CharCase = ecUpperCase
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnKeyPress = B_AlreadyRegOkKeyPress
- end
- object B_Ok: TButton
- Left = 56
- Top = 104
- Width = 81
- Height = 25
- HelpContext = 30
- Caption = 'OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = B_OkClick
- OnKeyPress = B_AlreadyRegOkKeyPress
- end
- object B_Cancel: TButton
- Left = 160
- Top = 104
- Width = 89
- Height = 25
- HelpContext = 30
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- OnClick = B_CancelClick
- OnKeyPress = B_AlreadyRegOkKeyPress
- end
- end
- object P_AlreadyReg: TPanel
- Left = 0
- Top = 0
- Width = 265
- Height = 145
- HelpContext = 30
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- Visible = False
- object L_PanelCap: TLabel
- Left = 51
- Top = 25
- Width = 164
- Height = 36
- Alignment = taCenter
- Caption = 'The program is already registered!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object B_AlreadyRegOk: TButton
- Left = 80
- Top = 93
- Width = 105
- Height = 25
- HelpContext = 30
- Caption = 'OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = B_AlreadyRegOkClick
- OnKeyPress = B_AlreadyRegOkKeyPress
- end
- end
- end
-