object StartForm: TStartForm Left = 495 Top = 345 BorderIcons = [] BorderStyle = bsDialog Caption = 'SCE 1.74 E for Pascal and Delphi' ClientHeight = 196 ClientWidth = 578 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter Scaled = False OnActivate = FormActivate OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 9 Top = 8 Width = 233 Height = 20 Caption = 'Source Code Explorer 1.74 E' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -17 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 249 Top = 16 Width = 108 Height = 16 Caption = 'Registered for: ' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object NameLabel: TLabel Left = 249 Top = 41 Width = 54 Height = 13 Caption = 'NameLabel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object StrasseLabel: TLabel Left = 249 Top = 64 Width = 61 Height = 13 Caption = 'StrasseLabel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object OrtLabel: TLabel Left = 249 Top = 89 Width = 40 Height = 13 Caption = 'OrtLabel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object CopyrightLabel: TLabel Left = 440 Top = 16 Width = 71 Height = 16 Caption = 'Copyright:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object CNameLabel: TLabel Left = 440 Top = 41 Width = 61 Height = 13 Caption = 'W.Viehmann' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object CStrasseLabel: TLabel Left = 440 Top = 64 Width = 69 Height = 13 Caption = 'Hubertusstr.18' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object COrtLabel: TLabel Left = 440 Top = 89 Width = 92 Height = 13 Caption = 'D-52525 Heinsberg' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object RegLabel: TLabel Left = 248 Top = 112 Width = 97 Height = 13 Caption = 'Registration number:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object RegnummerLabel: TLabel Left = 375 Top = 112 Width = 6 Height = 13 Caption = '0' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 440 Top = 109 Width = 42 Height = 13 Caption = 'Germany' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 32 Top = 32 Width = 172 Height = 20 Caption = 'for Pascal and Delphi' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -17 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object BitBtn1: TBitBtn Left = 472 Top = 148 Width = 89 Height = 29 TabOrder = 0 OnClick = BitBtn1Click Kind = bkOK end object StartCB: TCheckBox Left = 248 Top = 168 Width = 201 Height = 17 Caption = 'Show this dialog on every start.' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 1 OnClick = StartCBClick end end