object MainForm: TMainForm Left = 444 Top = 148 Width = 753 Height = 356 ActiveControl = PortEdit Caption = 'REMOTE ACCES Sample' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object SentLabel: TLabel Left = 8 Top = 86 Width = 137 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Sent' Layout = tlBottom end object ReceivedLabel: TLabel Left = 152 Top = 86 Width = 585 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Received' Layout = tlBottom end object BaudLabel: TLabel Left = 8 Top = 8 Width = 73 Height = 25 Alignment = taRightJustify AutoSize = False Caption = 'Baud rate:' Layout = tlCenter end object PortLabel: TLabel Left = 304 Top = 8 Width = 97 Height = 25 Alignment = taRightJustify AutoSize = False Caption = 'COM Port:' Layout = tlCenter end object SyncLabel: TLabel Left = 8 Top = 304 Width = 729 Height = 17 Anchors = [akLeft, akBottom] AutoSize = False Caption = 'This sample inserts ellipses(...) for synchronization purposes. ' + 'These are not actually transmitted or received.' end object GreetButton: TButton Left = 408 Top = 56 Width = 105 Height = 25 Caption = 'Greeting' TabOrder = 8 OnClick = GreetButtonClick end object FirmButton: TButton Left = 520 Top = 56 Width = 105 Height = 25 Caption = 'Firmware Revision' TabOrder = 9 OnClick = FirmButtonClick end object HelpButton: TButton Left = 632 Top = 56 Width = 105 Height = 25 Caption = 'Help' TabOrder = 10 OnClick = HelpButtonClick end object ConnectButton: TButton Left = 616 Top = 8 Width = 105 Height = 25 Caption = 'Connect' TabOrder = 4 OnClick = ConnectButtonClick end object ResendButton: TButton Left = 296 Top = 56 Width = 105 Height = 25 Caption = 'Resend' TabOrder = 7 OnClick = ResendButtonClick end object SentMemo: TMemo Left = 8 Top = 112 Width = 137 Height = 185 Anchors = [akLeft, akTop, akBottom] Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 11 end object ReceivedMemo: TMemo Left = 152 Top = 112 Width = 585 Height = 185 Anchors = [akLeft, akTop, akBottom] Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 12 end object BaudStatic: TStaticText Left = 88 Top = 12 Width = 49 Height = 17 Alignment = taCenter AutoSize = False BorderStyle = sbsSunken Caption = '9600' TabOrder = 0 end object Baud28800Button: TButton Left = 224 Top = 8 Width = 73 Height = 25 Caption = '28800' TabOrder = 2 OnClick = BaudButtonClick end object Baud9600Button: TButton Left = 144 Top = 8 Width = 73 Height = 25 Caption = '9600' TabOrder = 1 OnClick = BaudButtonClick end object SendEdit: TEdit Left = 8 Top = 56 Width = 137 Height = 21 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ParentFont = False TabOrder = 5 end object SendButton: TButton Left = 152 Top = 56 Width = 49 Height = 25 Caption = 'Send' TabOrder = 6 OnClick = SendButtonClick end object PortEdit: TEdit Left = 408 Top = 8 Width = 33 Height = 21 TabOrder = 3 Text = '5' end end