object Form1: TForm1 Left = 64 Top = 161 Width = 522 Height = 644 Caption = 'Sample1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 10 Top = 136 Width = 78 Height = 13 Caption = 'Input From Card:' end object Label4: TLabel Left = 18 Top = 168 Width = 72 Height = 13 Caption = 'Output to Card:' end object Label5: TLabel Left = 96 Top = 112 Width = 180 Height = 13 Caption = ' 7 6 5 4 3 2 1 0' end object KeyBox: TGroupBox Left = 304 Top = 16 Width = 185 Height = 49 Caption = 'Key' TabOrder = 0 object Label1: TLabel Left = 16 Top = 16 Width = 50 Height = 13 Caption = 'Bit is High:' end object Label2: TLabel Left = 96 Top = 16 Width = 48 Height = 13 Caption = 'Bit is Low:' end object Panel1: TPanel Left = 160 Top = 16 Width = 17 Height = 17 Color = clRed TabOrder = 0 end object Panel2: TPanel Left = 72 Top = 16 Width = 17 Height = 17 Color = clLime TabOrder = 1 end end object InputPanel7: TPanel Left = 96 Top = 136 Width = 17 Height = 17 Color = clRed TabOrder = 1 end object InputPanel6: TPanel Left = 120 Top = 136 Width = 17 Height = 17 Color = clRed TabOrder = 2 end object InputPanel5: TPanel Left = 144 Top = 136 Width = 17 Height = 17 Color = clRed TabOrder = 3 end object InputPanel4: TPanel Left = 168 Top = 136 Width = 17 Height = 17 Color = clRed TabOrder = 4 end object InputPanel3: TPanel Left = 192 Top = 136 Width = 17 Height = 17 Color = clRed TabOrder = 5 end object InputPanel2: TPanel Left = 216 Top = 136 Width = 17 Height = 17 Color = clRed TabOrder = 6 end object InputPanel1: TPanel Left = 240 Top = 136 Width = 17 Height = 17 Color = clRed TabOrder = 7 end object InputPanel0: TPanel Left = 264 Top = 136 Width = 17 Height = 17 Color = clRed TabOrder = 8 end object Outpanel7: TPanel Left = 96 Top = 168 Width = 17 Height = 17 Color = clRed TabOrder = 9 OnClick = Outpanel7Click end object Outpanel6: TPanel Left = 120 Top = 168 Width = 17 Height = 17 Color = clRed TabOrder = 10 OnClick = Outpanel6Click end object Outpanel5: TPanel Left = 144 Top = 168 Width = 17 Height = 17 Color = clRed TabOrder = 11 OnClick = Outpanel5Click end object Outpanel4: TPanel Left = 168 Top = 168 Width = 17 Height = 17 Color = clRed TabOrder = 12 OnClick = Outpanel4Click end object Outpanel3: TPanel Left = 192 Top = 168 Width = 17 Height = 17 Color = clRed TabOrder = 13 OnClick = Outpanel3Click end object Outpanel2: TPanel Left = 216 Top = 168 Width = 17 Height = 17 Color = clRed TabOrder = 14 OnClick = Outpanel2Click end object Outpanel1: TPanel Left = 240 Top = 168 Width = 17 Height = 17 Color = clRed TabOrder = 15 OnClick = Outpanel1Click end object Outpanel0: TPanel Left = 264 Top = 168 Width = 17 Height = 17 Color = clRed TabOrder = 16 OnClick = Outpanel0Click end object ComGroup: TGroupBox Left = 0 Top = 248 Width = 129 Height = 121 Caption = 'ComSettings' TabOrder = 17 object Label6: TLabel Left = 16 Top = 24 Width = 54 Height = 13 Caption = 'Baud Rate:' end object Label7: TLabel Left = 16 Top = 56 Width = 46 Height = 13 Caption = 'Com Port:' end object Label8: TLabel Left = 80 Top = 24 Width = 24 Height = 13 Caption = '9600' end object PortEdit: TEdit Left = 72 Top = 56 Width = 41 Height = 21 TabOrder = 0 Text = '5' end object ConnectBTN: TButton Left = 16 Top = 88 Width = 97 Height = 25 Caption = 'Connect' TabOrder = 1 OnClick = ConnectBTNClick end end object AutoGroup: TGroupBox Left = 128 Top = 248 Width = 137 Height = 121 Caption = 'Autodetect' TabOrder = 18 object AutoLabel: TLabel Left = 16 Top = 56 Width = 113 Height = 17 AutoSize = False Caption = 'AutoLabel' end object detectBTN: TButton Left = 16 Top = 16 Width = 105 Height = 25 Caption = 'Autodetect' TabOrder = 0 OnClick = detectBTNClick end object StopBTN: TButton Left = 16 Top = 88 Width = 105 Height = 25 Caption = 'Stop' TabOrder = 1 OnClick = StopBTNClick end end object AddrGroup: TGroupBox Left = 264 Top = 248 Width = 249 Height = 121 Caption = 'Change Settings' TabOrder = 19 object Label10: TLabel Left = 16 Top = 24 Width = 63 Height = 13 Caption = 'Pod Address:' end object AddrEdit: TEdit Left = 88 Top = 24 Width = 33 Height = 21 TabOrder = 0 end object ChangeBTN: TButton Left = 136 Top = 24 Width = 97 Height = 25 Caption = 'Change Address' TabOrder = 1 OnClick = ChangeBTNClick end end object Messages: TMemo Left = 0 Top = 432 Width = 513 Height = 177 Lines.Strings = ( '') TabOrder = 20 end object SendGroup: TGroupBox Left = 0 Top = 376 Width = 513 Height = 49 Caption = 'Send Commands' TabOrder = 21 object SendEdit: TEdit Left = 16 Top = 16 Width = 129 Height = 21 TabOrder = 0 end object SendBTN: TButton Left = 168 Top = 16 Width = 65 Height = 25 Caption = 'Send' TabOrder = 1 OnClick = SendBTNClick end object HelloBTN: TButton Left = 256 Top = 16 Width = 57 Height = 25 Caption = 'Hello' TabOrder = 2 OnClick = HelloBTNClick end object VersionBTN: TButton Left = 328 Top = 16 Width = 57 Height = 25 Caption = 'Version' TabOrder = 3 OnClick = VersionBTNClick end object ResendBTN: TButton Left = 408 Top = 16 Width = 57 Height = 25 Caption = 'Resend' TabOrder = 4 OnClick = ResendBTNClick end end object StartBTN: TButton Left = 312 Top = 136 Width = 145 Height = 25 Caption = 'Start Aquiring Data' TabOrder = 22 OnClick = StartBTNClick end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 24 Top = 24 end end