object F_Reg: TF_Reg Left = 256 Top = 200 BorderStyle = bsDialog Caption = 'Register BigMosaic' ClientHeight = 213 ClientWidth = 300 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 = 281 Height = 185 BevelOuter = bvNone TabOrder = 1 object L_EnterCap: TLabel Left = 32 Top = 8 Width = 216 Height = 17 Caption = 'Please enter login and password:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object L_LoginCap: TLabel Left = 16 Top = 48 Width = 39 Height = 17 Caption = 'Login:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object L_PasswordCap: TLabel Left = 16 Top = 88 Width = 70 Height = 17 Caption = 'Password:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object E_Login: TEdit Left = 104 Top = 48 Width = 161 Height = 24 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 OnKeyPress = B_PanelOkKeyPress end object B_Ok: TButton Left = 112 Top = 144 Width = 65 Height = 25 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_PanelOkKeyPress end object B_Cancel: TButton Left = 192 Top = 144 Width = 73 Height = 25 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_PanelOkKeyPress end object E_Password: TEdit Left = 104 Top = 88 Width = 161 Height = 24 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 OnKeyPress = B_PanelOkKeyPress end end object P_NoReg: TPanel Left = 16 Top = 16 Width = 281 Height = 185 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 Visible = False object L_PanelCap: TLabel Left = 59 Top = 41 Width = 164 Height = 54 Alignment = taCenter Caption = 'The program is already '#13#10#13#10'registered!' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object B_PanelOk: TButton Left = 88 Top = 136 Width = 105 Height = 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_PanelOkClick OnKeyPress = B_PanelOkKeyPress end end end