object OKBottomDlg1: TOKBottomDlg1 Left = 326 Top = 156 BorderIcons = [] BorderStyle = bsNone Caption = 'Dialog' ClientHeight = 300 ClientWidth = 402 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object imgBackGr: TImage Left = 0 Top = 0 Width = 402 Height = 300 Align = alClient end object Image2: TImage Left = 284 Top = 242 Width = 103 Height = 45 OnClick = Image2Click end object RegisterBtn: TImage Left = 170 Top = 242 Width = 101 Height = 42 OnClick = RegisterBtnClick end object Label1: TLabel Left = 27 Top = 37 Width = 351 Height = 172 Alignment = taCenter AutoSize = False Caption = 'Label1' Font.Color = clNavy Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsItalic] ParentFont = False Transparent = True WordWrap = True end end