object Layerdlg: TLayerdlg Left = 177 Top = 54 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Set Global Visibility of Layers' ClientHeight = 319 ClientWidth = 304 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnActivate = FormActivate OnCreate = FormCreate OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 154 Top = 290 Width = 60 Height = 24 Caption = '&Ok' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button7: TButton Left = 224 Top = 290 Width = 60 Height = 24 Caption = '&Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button7Click end object Panel1: TPanel Left = 0 Top = 0 Width = 304 Height = 289 Align = alTop BevelOuter = bvNone BorderWidth = 8 TabOrder = 2 object tbn1: TTabbedNotebook Left = 8 Top = 8 Width = 288 Height = 273 Align = alClient PageIndex = 2 TabsPerRow = 5 TabFont.Charset = DEFAULT_CHARSET TabFont.Color = clBtnText TabFont.Height = -11 TabFont.Name = 'MS Sans Serif' TabFont.Style = [] TabOrder = 0 OnChange = tbn1Change object TTabPage Left = 4 Top = 24 Caption = 'Layers' object GroupBox2: TGroupBox Left = 8 Top = 4 Width = 117 Height = 85 Caption = ' Political Boundaries ' TabOrder = 0 object cb1: TCheckBox Left = 8 Top = 16 Width = 97 Height = 17 Caption = 'State Borders' TabOrder = 0 end object cb2: TCheckBox Left = 8 Top = 32 Width = 100 Height = 17 Caption = 'Co&unty Borders' TabOrder = 1 end object cb3: TCheckBox Left = 8 Top = 64 Width = 89 Height = 17 Caption = 'Cit&y Borders' TabOrder = 2 end end object GroupBox3: TGroupBox Left = 8 Top = 92 Width = 257 Height = 57 Caption = ' Water Features ' TabOrder = 1 object cbw1: TCheckBox Left = 8 Top = 16 Width = 193 Height = 17 Caption = 'Persistant &Water (Visible Year Round)' TabOrder = 0 end object cbw2: TCheckBox Left = 8 Top = 32 Width = 193 Height = 17 Caption = 'Int&ermittent (Comes and Goes)' TabOrder = 1 end end object GroupBox4: TGroupBox Left = 136 Top = 4 Width = 129 Height = 85 Caption = ' Road Features' TabOrder = 2 object cbr1: TCheckBox Left = 8 Top = 16 Width = 105 Height = 17 Caption = 'Pri&mary Roads' TabOrder = 0 end object cbr2: TCheckBox Left = 8 Top = 32 Width = 109 Height = 17 Caption = 'Secon&dary Roads' TabOrder = 1 end object cbr3: TCheckBox Left = 8 Top = 48 Width = 105 Height = 17 Caption = 'Local Road&s' TabOrder = 2 end object cbr4: TCheckBox Left = 8 Top = 64 Width = 105 Height = 17 Caption = 'Tra&ils' TabOrder = 3 end end object GroupBox5: TGroupBox Left = 8 Top = 156 Width = 257 Height = 73 Caption = ' Other Features ' TabOrder = 3 object cbo1: TCheckBox Left = 8 Top = 16 Width = 105 Height = 17 Caption = 'Railroad Trac&ks' TabOrder = 0 end object cbo2: TCheckBox Left = 8 Top = 32 Width = 117 Height = 17 Caption = 'Pipelines/Powerlines' TabOrder = 1 end object cbo3: TCheckBox Left = 8 Top = 48 Width = 93 Height = 17 Caption = '&Park Outlines' TabOrder = 2 end object cba1: TCheckBox Left = 132 Top = 16 Width = 121 Height = 17 Caption = '&Airports and Heliports' TabOrder = 3 end object cbl2: TCheckBox Left = 132 Top = 32 Width = 93 Height = 17 Caption = '&Landmarks' TabOrder = 4 end end end object TTabPage Left = 4 Top = 24 Caption = 'States' object Label1: TLabel Left = 168 Top = 12 Width = 28 Height = 13 Caption = 'State:' end object Label2: TLabel Left = 172 Top = 162 Width = 69 Height = 13 Caption = 'Color Scheme:' end object Label3: TLabel Left = 12 Top = 12 Width = 69 Height = 13 Caption = 'Political Areas:' end object Button4: TButton Left = 228 Top = 206 Width = 45 Height = 25 Caption = '&Delete' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button4Click end object ListBox2: TListBox Left = 8 Top = 28 Width = 145 Height = 204 Ctl3D = True IntegralHeight = True ItemHeight = 20 ParentCtl3D = False Style = lbOwnerDrawFixed TabOrder = 1 OnDrawItem = ListBox2DrawItem end object Panel2: TPanel Left = 167 Top = 28 Width = 106 Height = 123 BevelOuter = bvLowered BorderWidth = 2 TabOrder = 2 object PaintBox1: TPaintBox Left = 3 Top = 3 Width = 100 Height = 117 Align = alClient OnDblClick = PaintBox1DblClick OnMouseDown = PaintBox1MouseDown OnMouseUp = PaintBox1MouseUp OnPaint = PaintBox1Paint end end object ComboBox1: TComboBox Left = 168 Top = 176 Width = 105 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 3 OnChange = ComboBox1Change OnKeyPress = ComboBox1KeyPress end object Button8: TButton Left = 168 Top = 206 Width = 45 Height = 25 Caption = '&New' TabOrder = 4 OnClick = Button8Click end object Edit1: TEdit Left = 168 Top = 176 Width = 105 Height = 21 TabOrder = 5 Text = 'Edit1' Visible = False OnExit = Edit1Exit OnKeyPress = Edit1KeyPress end end object TTabPage Left = 4 Top = 24 Caption = 'Landmarks' object Image4: TImage Left = 0 Top = 228 Width = 13 Height = 13 Picture.Data = {} Visible = False end object Label4: TLabel Left = 68 Top = 220 Width = 79 Height = 13 Caption = 'Change Visibility:' end object ListBox1: TListBox Left = 28 Top = 44 Width = 221 Height = 165 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] IntegralHeight = True ItemHeight = 18 ParentCtl3D = False ParentFont = False Style = lbOwnerDrawVariable TabOrder = 0 OnClick = ListBox1Click OnDrawItem = ListBox1DrawItem OnMeasureItem = ListBox1MeasureItem end object Button5: TButton Tag = 1 Left = 152 Top = 216 Width = 45 Height = 24 Caption = '&All' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button5Click end object Button6: TButton Left = 202 Top = 216 Width = 47 Height = 24 Caption = '&None' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = Button5Click end object Header2: THeader Left = 28 Top = 20 Width = 221 Height = 25 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Sections.Sections = ( #0'22'#0'#' #0'22'#0'Vis' #0'100'#0'Name' #0'32'#0'BMP') TabOrder = 3 end end object TTabPage Left = 4 Top = 24 Caption = 'Advanced ' object Image2: TImage Left = 112 Top = 204 Width = 17 Height = 17 Picture.Data = {} Visible = False end object Image3: TImage Left = 136 Top = 204 Width = 13 Height = 17 Picture.Data = {} Visible = False end object Header1: THeader Left = 24 Top = 20 Width = 211 Height = 25 Sections.Sections = ( #0'17'#0'#' #0'40'#0'Layer' #0'46'#0'Visible') TabOrder = 0 end object lb1: TListBox Left = 24 Top = 44 Width = 211 Height = 148 Color = clBtnFace Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] IntegralHeight = True ItemHeight = 16 ParentCtl3D = False ParentFont = False Style = lbOwnerDrawFixed TabOrder = 1 OnClick = lb1Click OnDrawItem = lb1DrawItem OnMouseDown = lb1MouseDown end object Button3: TButton Tag = 1 Left = 24 Top = 200 Width = 61 Height = 25 Caption = 'C&lear' TabOrder = 2 OnClick = Button3Click end object Button2: TButton Tag = 2 Left = 176 Top = 200 Width = 61 Height = 25 Caption = '&Reset' TabOrder = 3 end end end end object Button9: TButton Left = 56 Top = 296 Width = 73 Height = 17 Caption = 'PrintColors' TabOrder = 3 Visible = False OnClick = Button9Click end object ColorDialog1: TColorDialog Ctl3D = True Left = 44 Top = 276 end end