object Form10: TForm10 Left = 200 Top = 99 AutoScroll = False Caption = 'Registration Form' ClientHeight = 124 ClientWidth = 427 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 15 Top = 14 Width = 121 Height = 16 Caption = 'Registration Name' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 15 Top = 63 Width = 134 Height = 16 Caption = 'Registration Number' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False end object Edit1: TEdit Left = 15 Top = 32 Width = 248 Height = 24 Font.Color = clBlue Font.Height = -13 Font.Name = 'System' Font.Style = [] MaxLength = 30 ParentFont = False TabOrder = 0 end object edit2: TEdit Left = 17 Top = 82 Width = 71 Height = 24 Font.Color = clBlue Font.Height = -13 Font.Name = 'System' Font.Style = [] MaxLength = 5 ParentFont = False TabOrder = 1 end object BitBtn2: TBitBtn Left = 311 Top = 61 Width = 89 Height = 33 Caption = '&Cancel' TabOrder = 3 OnClick = BitBtn2Click Kind = bkCancel Style = bsWin31 end object BitBtn1: TBitBtn Left = 311 Top = 15 Width = 89 Height = 33 Caption = '&OK' Default = True TabOrder = 2 OnClick = BitBtn1Click Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 555555555555555555555555555555555555555555FF55555555555559055555 55555555577FF5555555555599905555555555557777F5555555555599905555 555555557777FF5555555559999905555555555777777F555555559999990555 5555557777777FF5555557990599905555555777757777F55555790555599055 55557775555777FF5555555555599905555555555557777F5555555555559905 555555555555777FF5555555555559905555555555555777FF55555555555579 05555555555555777FF5555555555557905555555555555777FF555555555555 59905555555555555777555555555555555555555555555555550000} NumGlyphs = 2 Style = bsWin31 end end