object LineDlg: TLineDlg Left = 86 Top = 95 BorderStyle = bsNone Caption = 'Line Editor' ClientHeight = 251 ClientWidth = 225 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel6: TPanel Left = 0 Top = 0 Width = 225 Height = 251 Align = alClient BorderWidth = 1 Caption = 'Panel6' Color = clBlack TabOrder = 0 object Panel4: TPanel Left = 2 Top = 2 Width = 221 Height = 21 Align = alTop Alignment = taLeftJustify Caption = ' Rte Editor' Color = clActiveCaption Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnMouseDown = Panel4MouseDown object Button1: TButton Left = 96 Top = 2 Width = 37 Height = 19 Caption = 'Add' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Bsave: TButton Left = 132 Top = 2 Width = 37 Height = 19 Caption = 'Save' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = BsaveClick end object Button3: TButton Left = 168 Top = 2 Width = 45 Height = 19 Caption = '&Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = Button3Click end end object Panel1: TPanel Left = 2 Top = 23 Width = 221 Height = 84 Align = alTop TabOrder = 1 object Label1: TLabel Left = 8 Top = 2 Width = 26 Height = 13 Caption = 'From:' end object Label2: TLabel Left = 16 Top = 26 Width = 16 Height = 13 Caption = 'To:' end object Label3: TLabel Left = 4 Top = 54 Width = 31 Height = 13 Caption = 'Name:' end object Edit1: TEdit Left = 40 Top = 4 Width = 97 Height = 22 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 end object Edit2: TEdit Left = 40 Top = 28 Width = 97 Height = 22 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 end object Edit3: TEdit Left = 40 Top = 52 Width = 165 Height = 21 TabOrder = 2 end object CheckBox1: TCheckBox Left = 144 Top = 16 Width = 65 Height = 17 Caption = 'One Way' TabOrder = 3 end end object Panel2: TPanel Left = 2 Top = 107 Width = 221 Height = 123 Align = alClient BorderWidth = 4 Caption = 'Panel2' TabOrder = 2 object ListBox1: TListBox Left = 5 Top = 5 Width = 143 Height = 113 Align = alClient ItemHeight = 60 Items.Strings = ( '' '' '') Style = lbOwnerDrawFixed TabOrder = 0 OnDblClick = ListBox1DblClick OnDrawItem = ListBox1DrawItem OnKeyDown = ListBox1KeyDown end object Panel3: TPanel Left = 148 Top = 5 Width = 68 Height = 113 Align = alRight BevelOuter = bvLowered Caption = 'Panel3' TabOrder = 1 object rb1: TRadioButton Tag = 9 Left = 4 Top = 2 Width = 57 Height = 17 Hint = 'Interstates' Caption = 'I-State' Checked = True TabOrder = 0 TabStop = True OnClick = rb1Click end object rb2: TRadioButton Tag = 10 Left = 4 Top = 18 Width = 57 Height = 17 Hint = 'US-Highways' Caption = 'US-Hwy' TabOrder = 1 OnClick = rb1Click end object rb4: TRadioButton Tag = 93 Left = 4 Top = 66 Width = 49 Height = 17 Hint = 'Access Ramps' Caption = 'Ramp' TabOrder = 2 OnClick = rb1Click end object rb3: TRadioButton Tag = 11 Left = 4 Top = 34 Width = 61 Height = 17 Hint = 'State & County Highways' Caption = 'SH/CH' TabOrder = 3 OnClick = rb1Click end object RadioButton1: TRadioButton Tag = 14 Left = 4 Top = 50 Width = 53 Height = 17 Hint = 'Simple Street' Caption = 'Street' TabOrder = 4 OnClick = rb1Click end end end object Panel5: TPanel Left = 2 Top = 230 Width = 221 Height = 19 Align = alBottom BevelOuter = bvLowered BorderWidth = 2 TabOrder = 3 end end end