object getfile_form: Tgetfile_form Left = 789 Top = 449 AutoScroll = False BorderIcons = [biSystemMenu] BorderStyle = bsSizeToolWin Caption = ' get a file . . .' ClientHeight = 160 ClientWidth = 348 Color = 15790320 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] OldCreateOrder = False Position = poScreenCenter Scaled = False OnActivate = FormActivate OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 120 TextHeight = 18 object Label1: TLabel Left = 16 Top = 18 Width = 205 Height = 25 AutoSize = False Caption = 'enter a CODE NUMBER :' end object Label2: TLabel Left = 16 Top = 56 Width = 301 Height = 41 AutoSize = False Caption = 'Templot will download the corresponding file and load it for you' + '.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Label3: TLabel Left = 16 Top = 104 Width = 201 Height = 48 AutoSize = False Caption = 'Code numbers are posted on the Templot Club user forum.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False WordWrap = True end object datestamp_label: TLabel Left = 0 Top = 156 Width = 348 Height = 4 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object codenum_edit: TEdit Left = 224 Top = 10 Width = 93 Height = 30 AutoSelect = False AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -20 Font.Name = 'Courier New' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object ok_panel: TPanel Left = 272 Top = 126 Width = 70 Height = 26 Alignment = taLeftJustify Caption = ' OK' Color = 10551200 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = ok_buttonClick object ok_button: TButton Left = 50 Top = 6 Width = 16 Height = 16 Cancel = True Caption = ' ' TabOrder = 0 OnClick = ok_buttonClick end end object cancel_button: TButton Left = 276 Top = 88 Width = 65 Height = 22 Caption = 'cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = cancel_buttonClick end end