FeatLyrFrm.Designer.cs
上传用户:songlsx
上传日期:2022-06-19
资源大小:2227k
文件大小:91k
源码类别:

GIS编程

开发平台:

Visual C++

  1. namespace LinGIS
  2. {
  3.     partial class FeatLyrFrm
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.components = new System.ComponentModel.Container();
  29.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FeatLyrFrm));
  30.             System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("单一符号");
  31.             System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("要素", new System.Windows.Forms.TreeNode[] {
  32.             treeNode1});
  33.             System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("唯一值");
  34.             System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("种类", new System.Windows.Forms.TreeNode[] {
  35.             treeNode3});
  36.             System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("分级颜色");
  37.             System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("分级符号");
  38.             System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("比例符号");
  39.             System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("点密度");
  40.             System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("数量", new System.Windows.Forms.TreeNode[] {
  41.             treeNode5,
  42.             treeNode6,
  43.             treeNode7,
  44.             treeNode8});
  45.             System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("饼状");
  46.             System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("条状");
  47.             System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("堆状");
  48.             System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("图表", new System.Windows.Forms.TreeNode[] {
  49.             treeNode10,
  50.             treeNode11,
  51.             treeNode12});
  52.             System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("多属性");
  53.             this.panelUniValueSymbol = new System.Windows.Forms.Panel();
  54.             this.btnUniValueDown = new System.Windows.Forms.Button();
  55.             this.btnUniValueUp = new System.Windows.Forms.Button();
  56.             this.btnUniValueColorRamp = new System.Windows.Forms.Button();
  57.             this.btnUniValueAddAllValues = new System.Windows.Forms.Button();
  58.             this.lsvUniqueValue = new System.Windows.Forms.ListView();
  59.             this.columnHeaderValue = new System.Windows.Forms.ColumnHeader();
  60.             this.columnHeaderLabel = new System.Windows.Forms.ColumnHeader();
  61.             this.columnHeaderCount = new System.Windows.Forms.ColumnHeader();
  62.             this.groupBox6 = new System.Windows.Forms.GroupBox();
  63.             this.cbbUniValueField = new System.Windows.Forms.ComboBox();
  64.             this.panelSingleSymbol = new System.Windows.Forms.Panel();
  65.             this.groupBox5 = new System.Windows.Forms.GroupBox();
  66.             this.label14 = new System.Windows.Forms.Label();
  67.             this.txtSingleSymbolDescription = new System.Windows.Forms.TextBox();
  68.             this.txtSingleSymbolLabel = new System.Windows.Forms.TextBox();
  69.             this.label13 = new System.Windows.Forms.Label();
  70.             this.groupBox4 = new System.Windows.Forms.GroupBox();
  71.             this.btnSingleSymbol = new System.Windows.Forms.Button();
  72.             this.trvSymbologyShows = new System.Windows.Forms.TreeView();
  73.             this.lsvFields = new System.Windows.Forms.ListView();
  74.             this.columnHeaderName = new System.Windows.Forms.ColumnHeader();
  75.             this.columnHeaderAlias = new System.Windows.Forms.ColumnHeader();
  76.             this.columnHeaderType = new System.Windows.Forms.ColumnHeader();
  77.             this.columnHeaderLength = new System.Windows.Forms.ColumnHeader();
  78.             this.columnHeaderPrecision = new System.Windows.Forms.ColumnHeader();
  79.             this.columnHeaderScale = new System.Windows.Forms.ColumnHeader();
  80.             this.columnHeaderNumberFormat = new System.Windows.Forms.ColumnHeader();
  81.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  82.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  83.             this.pictureBox2 = new System.Windows.Forms.PictureBox();
  84.             this.label7 = new System.Windows.Forms.Label();
  85.             this.label6 = new System.Windows.Forms.Label();
  86.             this.label5 = new System.Windows.Forms.Label();
  87.             this.label4 = new System.Windows.Forms.Label();
  88.             this.cbbMaxScale = new System.Windows.Forms.ComboBox();
  89.             this.cbbMinScale = new System.Windows.Forms.ComboBox();
  90.             this.rbnRange = new System.Windows.Forms.RadioButton();
  91.             this.rbnNone = new System.Windows.Forms.RadioButton();
  92.             this.label3 = new System.Windows.Forms.Label();
  93.             this.txtLayerDescription = new System.Windows.Forms.TextBox();
  94.             this.label2 = new System.Windows.Forms.Label();
  95.             this.ckbVisible = new System.Windows.Forms.CheckBox();
  96.             this.txtLayerName = new System.Windows.Forms.TextBox();
  97.             this.label1 = new System.Windows.Forms.Label();
  98.             this.groupBox3 = new System.Windows.Forms.GroupBox();
  99.             this.txtDataSource = new System.Windows.Forms.RichTextBox();
  100.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  101.             this.txtExtentButtom = new System.Windows.Forms.TextBox();
  102.             this.txtExtentLeft = new System.Windows.Forms.TextBox();
  103.             this.txtExtentRight = new System.Windows.Forms.TextBox();
  104.             this.txtExtentTop = new System.Windows.Forms.TextBox();
  105.             this.label11 = new System.Windows.Forms.Label();
  106.             this.label10 = new System.Windows.Forms.Label();
  107.             this.label9 = new System.Windows.Forms.Label();
  108.             this.label8 = new System.Windows.Forms.Label();
  109.             this.btnSelectionSymbol = new System.Windows.Forms.Button();
  110.             this.btnSelectionColor = new System.Windows.Forms.Button();
  111.             this.rbnSelectionColor = new System.Windows.Forms.RadioButton();
  112.             this.rbnSelectionSymbol = new System.Windows.Forms.RadioButton();
  113.             this.rbnSelectionDefault = new System.Windows.Forms.RadioButton();
  114.             this.label12 = new System.Windows.Forms.Label();
  115.             this.colorDialog = new System.Windows.Forms.ColorDialog();
  116.             this.tabControl1 = new DevComponents.DotNetBar.TabControl();
  117.             this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
  118.             this.tpgGeneral = new DevComponents.DotNetBar.TabItem(this.components);
  119.             this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
  120.             this.panelClassBreaksSymbol = new System.Windows.Forms.Panel();
  121.             this.btnClassBreaksColorRamp = new System.Windows.Forms.Button();
  122.             this.groupBox8 = new System.Windows.Forms.GroupBox();
  123.             this.btnClassiFy = new System.Windows.Forms.Button();
  124.             this.lblClassBreaksCount = new System.Windows.Forms.Label();
  125.             this.lblClassBreaksMethod = new System.Windows.Forms.Label();
  126.             this.cbbClassBreaksCount = new System.Windows.Forms.ComboBox();
  127.             this.cbbClassBreaksMethod = new System.Windows.Forms.ComboBox();
  128.             this.lsvClassBreaksSymbol = new System.Windows.Forms.ListView();
  129.             this.columnHeaderClassBreaksLabel = new System.Windows.Forms.ColumnHeader();
  130.             this.columnHeaderClassBreakRange = new System.Windows.Forms.ColumnHeader();
  131.             this.groupBox7 = new System.Windows.Forms.GroupBox();
  132.             this.label16 = new System.Windows.Forms.Label();
  133.             this.label15 = new System.Windows.Forms.Label();
  134.             this.cbbClassBreakNomalization = new System.Windows.Forms.ComboBox();
  135.             this.cbbClassBreakField = new System.Windows.Forms.ComboBox();
  136.             this.tpgSymbology = new DevComponents.DotNetBar.TabItem(this.components);
  137.             this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
  138.             this.tpgFields = new DevComponents.DotNetBar.TabItem(this.components);
  139.             this.tpgSelection = new DevComponents.DotNetBar.TabControlPanel();
  140.             this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
  141.             this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
  142.             this.tpgSource = new DevComponents.DotNetBar.TabItem(this.components);
  143.             this.btnCancel = new DevComponents.DotNetBar.ButtonX();
  144.             this.btnApply = new DevComponents.DotNetBar.ButtonX();
  145.             this.btnOK = new DevComponents.DotNetBar.ButtonX();
  146.             this.panelUniValueSymbol.SuspendLayout();
  147.             this.groupBox6.SuspendLayout();
  148.             this.panelSingleSymbol.SuspendLayout();
  149.             this.groupBox5.SuspendLayout();
  150.             this.groupBox4.SuspendLayout();
  151.             this.groupBox1.SuspendLayout();
  152.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  153.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  154.             this.groupBox3.SuspendLayout();
  155.             this.groupBox2.SuspendLayout();
  156.             ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
  157.             this.tabControl1.SuspendLayout();
  158.             this.tabControlPanel1.SuspendLayout();
  159.             this.tabControlPanel4.SuspendLayout();
  160.             this.panelClassBreaksSymbol.SuspendLayout();
  161.             this.groupBox8.SuspendLayout();
  162.             this.groupBox7.SuspendLayout();
  163.             this.tabControlPanel3.SuspendLayout();
  164.             this.tpgSelection.SuspendLayout();
  165.             this.tabControlPanel2.SuspendLayout();
  166.             this.SuspendLayout();
  167.             // 
  168.             // panelUniValueSymbol
  169.             // 
  170.             this.panelUniValueSymbol.BackColor = System.Drawing.Color.Transparent;
  171.             this.panelUniValueSymbol.Controls.Add(this.btnUniValueDown);
  172.             this.panelUniValueSymbol.Controls.Add(this.btnUniValueUp);
  173.             this.panelUniValueSymbol.Controls.Add(this.btnUniValueColorRamp);
  174.             this.panelUniValueSymbol.Controls.Add(this.btnUniValueAddAllValues);
  175.             this.panelUniValueSymbol.Controls.Add(this.lsvUniqueValue);
  176.             this.panelUniValueSymbol.Controls.Add(this.groupBox6);
  177.             this.panelUniValueSymbol.Location = new System.Drawing.Point(57, 271);
  178.             this.panelUniValueSymbol.Name = "panelUniValueSymbol";
  179.             this.panelUniValueSymbol.Size = new System.Drawing.Size(430, 280);
  180.             this.panelUniValueSymbol.TabIndex = 4;
  181.             // 
  182.             // btnUniValueDown
  183.             // 
  184.             this.btnUniValueDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  185.             this.btnUniValueDown.Image = ((System.Drawing.Image)(resources.GetObject("btnUniValueDown.Image")));
  186.             this.btnUniValueDown.Location = new System.Drawing.Point(391, 159);
  187.             this.btnUniValueDown.Name = "btnUniValueDown";
  188.             this.btnUniValueDown.Size = new System.Drawing.Size(25, 23);
  189.             this.btnUniValueDown.TabIndex = 4;
  190.             this.btnUniValueDown.UseVisualStyleBackColor = true;
  191.             this.btnUniValueDown.Click += new System.EventHandler(this.btnUniValueDown_Click);
  192.             // 
  193.             // btnUniValueUp
  194.             // 
  195.             this.btnUniValueUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  196.             this.btnUniValueUp.Image = ((System.Drawing.Image)(resources.GetObject("btnUniValueUp.Image")));
  197.             this.btnUniValueUp.Location = new System.Drawing.Point(391, 109);
  198.             this.btnUniValueUp.Name = "btnUniValueUp";
  199.             this.btnUniValueUp.Size = new System.Drawing.Size(25, 23);
  200.             this.btnUniValueUp.TabIndex = 3;
  201.             this.btnUniValueUp.UseVisualStyleBackColor = true;
  202.             this.btnUniValueUp.Click += new System.EventHandler(this.btnUniValueUp_Click);
  203.             // 
  204.             // btnUniValueColorRamp
  205.             // 
  206.             this.btnUniValueColorRamp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  207.             this.btnUniValueColorRamp.Location = new System.Drawing.Point(321, 11);
  208.             this.btnUniValueColorRamp.Name = "btnUniValueColorRamp";
  209.             this.btnUniValueColorRamp.Size = new System.Drawing.Size(80, 60);
  210.             this.btnUniValueColorRamp.TabIndex = 1;
  211.             this.btnUniValueColorRamp.UseVisualStyleBackColor = true;
  212.             this.btnUniValueColorRamp.Click += new System.EventHandler(this.btnUniValueColorRamp_Click);
  213.             // 
  214.             // btnUniValueAddAllValues
  215.             // 
  216.             this.btnUniValueAddAllValues.Location = new System.Drawing.Point(9, 254);
  217.             this.btnUniValueAddAllValues.Name = "btnUniValueAddAllValues";
  218.             this.btnUniValueAddAllValues.Size = new System.Drawing.Size(75, 23);
  219.             this.btnUniValueAddAllValues.TabIndex = 2;
  220.             this.btnUniValueAddAllValues.Text = "添加所有值";
  221.             this.btnUniValueAddAllValues.UseVisualStyleBackColor = true;
  222.             this.btnUniValueAddAllValues.Click += new System.EventHandler(this.btnUniValueAddAllValues_Click);
  223.             // 
  224.             // lsvUniqueValue
  225.             // 
  226.             this.lsvUniqueValue.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  227.             this.columnHeaderValue,
  228.             this.columnHeaderLabel,
  229.             this.columnHeaderCount});
  230.             this.lsvUniqueValue.FullRowSelect = true;
  231.             this.lsvUniqueValue.GridLines = true;
  232.             this.lsvUniqueValue.HideSelection = false;
  233.             this.lsvUniqueValue.LabelEdit = true;
  234.             this.lsvUniqueValue.Location = new System.Drawing.Point(9, 77);
  235.             this.lsvUniqueValue.MultiSelect = false;
  236.             this.lsvUniqueValue.Name = "lsvUniqueValue";
  237.             this.lsvUniqueValue.Size = new System.Drawing.Size(376, 173);
  238.             this.lsvUniqueValue.TabIndex = 1;
  239.             this.lsvUniqueValue.UseCompatibleStateImageBehavior = false;
  240.             this.lsvUniqueValue.View = System.Windows.Forms.View.Details;
  241.             this.lsvUniqueValue.SelectedIndexChanged += new System.EventHandler(this.lsvUniqueValue_SelectedIndexChanged);
  242.             // 
  243.             // columnHeaderValue
  244.             // 
  245.             this.columnHeaderValue.Text = "值";
  246.             this.columnHeaderValue.Width = 119;
  247.             // 
  248.             // columnHeaderLabel
  249.             // 
  250.             this.columnHeaderLabel.Text = "标签";
  251.             this.columnHeaderLabel.Width = 129;
  252.             // 
  253.             // columnHeaderCount
  254.             // 
  255.             this.columnHeaderCount.Text = "数量";
  256.             this.columnHeaderCount.Width = 74;
  257.             // 
  258.             // groupBox6
  259.             // 
  260.             this.groupBox6.Controls.Add(this.cbbUniValueField);
  261.             this.groupBox6.Location = new System.Drawing.Point(9, 3);
  262.             this.groupBox6.Name = "groupBox6";
  263.             this.groupBox6.Size = new System.Drawing.Size(185, 68);
  264.             this.groupBox6.TabIndex = 1;
  265.             this.groupBox6.TabStop = false;
  266.             this.groupBox6.Text = "字段";
  267.             // 
  268.             // cbbUniValueField
  269.             // 
  270.             this.cbbUniValueField.DropDownHeight = 300;
  271.             this.cbbUniValueField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  272.             this.cbbUniValueField.FormattingEnabled = true;
  273.             this.cbbUniValueField.IntegralHeight = false;
  274.             this.cbbUniValueField.Location = new System.Drawing.Point(6, 20);
  275.             this.cbbUniValueField.Name = "cbbUniValueField";
  276.             this.cbbUniValueField.Size = new System.Drawing.Size(157, 20);
  277.             this.cbbUniValueField.TabIndex = 0;
  278.             this.cbbUniValueField.SelectedIndexChanged += new System.EventHandler(this.cbbUniValueField_SelectedIndexChanged);
  279.             // 
  280.             // panelSingleSymbol
  281.             // 
  282.             this.panelSingleSymbol.BackColor = System.Drawing.Color.Transparent;
  283.             this.panelSingleSymbol.Controls.Add(this.groupBox5);
  284.             this.panelSingleSymbol.Controls.Add(this.groupBox4);
  285.             this.panelSingleSymbol.Location = new System.Drawing.Point(9, 293);
  286.             this.panelSingleSymbol.Name = "panelSingleSymbol";
  287.             this.panelSingleSymbol.Size = new System.Drawing.Size(430, 280);
  288.             this.panelSingleSymbol.TabIndex = 2;
  289.             // 
  290.             // groupBox5
  291.             // 
  292.             this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  293.             this.groupBox5.Controls.Add(this.label14);
  294.             this.groupBox5.Controls.Add(this.txtSingleSymbolDescription);
  295.             this.groupBox5.Controls.Add(this.txtSingleSymbolLabel);
  296.             this.groupBox5.Controls.Add(this.label13);
  297.             this.groupBox5.Location = new System.Drawing.Point(4, 148);
  298.             this.groupBox5.Name = "groupBox5";
  299.             this.groupBox5.Size = new System.Drawing.Size(423, 129);
  300.             this.groupBox5.TabIndex = 0;
  301.             this.groupBox5.TabStop = false;
  302.             this.groupBox5.Text = "图例";
  303.             // 
  304.             // label14
  305.             // 
  306.             this.label14.AutoSize = true;
  307.             this.label14.Location = new System.Drawing.Point(24, 60);
  308.             this.label14.Name = "label14";
  309.             this.label14.Size = new System.Drawing.Size(161, 12);
  310.             this.label14.TabIndex = 5;
  311.             this.label14.Text = "会在图例旁边出现的附加信息";
  312.             // 
  313.             // txtSingleSymbolDescription
  314.             // 
  315.             this.txtSingleSymbolDescription.Location = new System.Drawing.Point(197, 57);
  316.             this.txtSingleSymbolDescription.Multiline = true;
  317.             this.txtSingleSymbolDescription.Name = "txtSingleSymbolDescription";
  318.             this.txtSingleSymbolDescription.Size = new System.Drawing.Size(149, 66);
  319.             this.txtSingleSymbolDescription.TabIndex = 4;
  320.             // 
  321.             // txtSingleSymbolLabel
  322.             // 
  323.             this.txtSingleSymbolLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  324.             this.txtSingleSymbolLabel.Location = new System.Drawing.Point(197, 30);
  325.             this.txtSingleSymbolLabel.Name = "txtSingleSymbolLabel";
  326.             this.txtSingleSymbolLabel.Size = new System.Drawing.Size(220, 21);
  327.             this.txtSingleSymbolLabel.TabIndex = 2;
  328.             // 
  329.             // label13
  330.             // 
  331.             this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  332.             this.label13.AutoSize = true;
  333.             this.label13.Location = new System.Drawing.Point(24, 33);
  334.             this.label13.Name = "label13";
  335.             this.label13.Size = new System.Drawing.Size(167, 12);
  336.             this.label13.TabIndex = 3;
  337.             this.label13.Text = "在TOC里出现在符号旁边的标签";
  338.             // 
  339.             // groupBox4
  340.             // 
  341.             this.groupBox4.Controls.Add(this.btnSingleSymbol);
  342.             this.groupBox4.Location = new System.Drawing.Point(3, 3);
  343.             this.groupBox4.Name = "groupBox4";
  344.             this.groupBox4.Size = new System.Drawing.Size(424, 119);
  345.             this.groupBox4.TabIndex = 1;
  346.             this.groupBox4.TabStop = false;
  347.             this.groupBox4.Text = "符号";
  348.             // 
  349.             // btnSingleSymbol
  350.             // 
  351.             this.btnSingleSymbol.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  352.             this.btnSingleSymbol.Location = new System.Drawing.Point(80, 20);
  353.             this.btnSingleSymbol.Name = "btnSingleSymbol";
  354.             this.btnSingleSymbol.Size = new System.Drawing.Size(120, 90);
  355.             this.btnSingleSymbol.TabIndex = 0;
  356.             this.btnSingleSymbol.UseVisualStyleBackColor = true;
  357.             this.btnSingleSymbol.Click += new System.EventHandler(this.btnSingleSymbol_Click);
  358.             // 
  359.             // trvSymbologyShows
  360.             // 
  361.             this.trvSymbologyShows.HideSelection = false;
  362.             this.trvSymbologyShows.Location = new System.Drawing.Point(4, 4);
  363.             this.trvSymbologyShows.Name = "trvSymbologyShows";
  364.             treeNode1.Checked = true;
  365.             treeNode1.Name = "nodeSingleSymbol";
  366.             treeNode1.Text = "单一符号";
  367.             treeNode2.Name = "nodeFeature";
  368.             treeNode2.Text = "要素";
  369.             treeNode3.Name = "nodeUniqueValues";
  370.             treeNode3.Text = "唯一值";
  371.             treeNode4.Name = "nodeCategories";
  372.             treeNode4.Text = "种类";
  373.             treeNode5.Name = "nodeGraduatedColors";
  374.             treeNode5.Text = "分级颜色";
  375.             treeNode6.Name = "nodeGraduatedSymbols";
  376.             treeNode6.Text = "分级符号";
  377.             treeNode7.Name = "nodeProportionalSymbols";
  378.             treeNode7.Text = "比例符号";
  379.             treeNode8.Name = "nodeDotDensity";
  380.             treeNode8.Text = "点密度";
  381.             treeNode9.Name = "nodeQuantities";
  382.             treeNode9.Text = "数量";
  383.             treeNode10.Name = "nodePie";
  384.             treeNode10.Text = "饼状";
  385.             treeNode11.Name = "nodeBar";
  386.             treeNode11.Text = "条状";
  387.             treeNode12.Name = "nodeStacked";
  388.             treeNode12.Text = "堆状";
  389.             treeNode13.Name = "nodeCharts";
  390.             treeNode13.Text = "图表";
  391.             treeNode14.Name = "nodeMultipleAttributes";
  392.             treeNode14.Text = "多属性";
  393.             this.trvSymbologyShows.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
  394.             treeNode2,
  395.             treeNode4,
  396.             treeNode9,
  397.             treeNode13,
  398.             treeNode14});
  399.             this.trvSymbologyShows.Size = new System.Drawing.Size(148, 197);
  400.             this.trvSymbologyShows.TabIndex = 1;
  401.             this.trvSymbologyShows.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvSymbologyShows_AfterSelect);
  402.             // 
  403.             // lsvFields
  404.             // 
  405.             this.lsvFields.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  406.             this.columnHeaderName,
  407.             this.columnHeaderAlias,
  408.             this.columnHeaderType,
  409.             this.columnHeaderLength,
  410.             this.columnHeaderPrecision,
  411.             this.columnHeaderScale,
  412.             this.columnHeaderNumberFormat});
  413.             this.lsvFields.Location = new System.Drawing.Point(7, 4);
  414.             this.lsvFields.MultiSelect = false;
  415.             this.lsvFields.Name = "lsvFields";
  416.             this.lsvFields.Size = new System.Drawing.Size(597, 302);
  417.             this.lsvFields.TabIndex = 0;
  418.             this.lsvFields.UseCompatibleStateImageBehavior = false;
  419.             this.lsvFields.View = System.Windows.Forms.View.Details;
  420.             // 
  421.             // columnHeaderName
  422.             // 
  423.             this.columnHeaderName.Text = "名称";
  424.             this.columnHeaderName.Width = 126;
  425.             // 
  426.             // columnHeaderAlias
  427.             // 
  428.             this.columnHeaderAlias.Text = "别名";
  429.             this.columnHeaderAlias.Width = 107;
  430.             // 
  431.             // columnHeaderType
  432.             // 
  433.             this.columnHeaderType.Text = "类型";
  434.             this.columnHeaderType.Width = 109;
  435.             // 
  436.             // columnHeaderLength
  437.             // 
  438.             this.columnHeaderLength.Text = "长度";
  439.             this.columnHeaderLength.Width = 49;
  440.             // 
  441.             // columnHeaderPrecision
  442.             // 
  443.             this.columnHeaderPrecision.Text = "精度";
  444.             this.columnHeaderPrecision.Width = 45;
  445.             // 
  446.             // columnHeaderScale
  447.             // 
  448.             this.columnHeaderScale.Text = "位数";
  449.             this.columnHeaderScale.Width = 46;
  450.             // 
  451.             // columnHeaderNumberFormat
  452.             // 
  453.             this.columnHeaderNumberFormat.Text = "数字格式";
  454.             this.columnHeaderNumberFormat.Width = 106;
  455.             // 
  456.             // groupBox1
  457.             // 
  458.             this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  459.             this.groupBox1.Controls.Add(this.pictureBox1);
  460.             this.groupBox1.Controls.Add(this.pictureBox2);
  461.             this.groupBox1.Controls.Add(this.label7);
  462.             this.groupBox1.Controls.Add(this.label6);
  463.             this.groupBox1.Controls.Add(this.label5);
  464.             this.groupBox1.Controls.Add(this.label4);
  465.             this.groupBox1.Controls.Add(this.cbbMaxScale);
  466.             this.groupBox1.Controls.Add(this.cbbMinScale);
  467.             this.groupBox1.Controls.Add(this.rbnRange);
  468.             this.groupBox1.Controls.Add(this.rbnNone);
  469.             this.groupBox1.Controls.Add(this.label3);
  470.             this.groupBox1.Location = new System.Drawing.Point(58, 125);
  471.             this.groupBox1.Name = "groupBox1";
  472.             this.groupBox1.Size = new System.Drawing.Size(434, 167);
  473.             this.groupBox1.TabIndex = 5;
  474.             this.groupBox1.TabStop = false;
  475.             this.groupBox1.Text = "比例尺范围";
  476.             // 
  477.             // pictureBox1
  478.             // 
  479.             this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  480.             this.pictureBox1.Location = new System.Drawing.Point(306, 58);
  481.             this.pictureBox1.Name = "pictureBox1";
  482.             this.pictureBox1.Size = new System.Drawing.Size(78, 41);
  483.             this.pictureBox1.TabIndex = 6;
  484.             this.pictureBox1.TabStop = false;
  485.             // 
  486.             // pictureBox2
  487.             // 
  488.             this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  489.             this.pictureBox2.Location = new System.Drawing.Point(306, 105);
  490.             this.pictureBox2.Name = "pictureBox2";
  491.             this.pictureBox2.Size = new System.Drawing.Size(78, 40);
  492.             this.pictureBox2.TabIndex = 7;
  493.             this.pictureBox2.TabStop = false;
  494.             // 
  495.             // label7
  496.             // 
  497.             this.label7.AutoSize = true;
  498.             this.label7.Location = new System.Drawing.Point(213, 118);
  499.             this.label7.Name = "label7";
  500.             this.label7.Size = new System.Drawing.Size(77, 12);
  501.             this.label7.TabIndex = 8;
  502.             this.label7.Text = "(最大比例尺)";
  503.             // 
  504.             // label6
  505.             // 
  506.             this.label6.AutoSize = true;
  507.             this.label6.Location = new System.Drawing.Point(213, 79);
  508.             this.label6.Name = "label6";
  509.             this.label6.Size = new System.Drawing.Size(77, 12);
  510.             this.label6.TabIndex = 7;
  511.             this.label6.Text = "(最小比例尺)";
  512.             // 
  513.             // label5
  514.             // 
  515.             this.label5.AutoSize = true;
  516.             this.label5.Location = new System.Drawing.Point(10, 79);
  517.             this.label5.Name = "label5";
  518.             this.label5.Size = new System.Drawing.Size(65, 12);
  519.             this.label5.TabIndex = 6;
  520.             this.label5.Text = "小于比例尺";
  521.             // 
  522.             // label4
  523.             // 
  524.             this.label4.AutoSize = true;
  525.             this.label4.Location = new System.Drawing.Point(10, 118);
  526.             this.label4.Name = "label4";
  527.             this.label4.Size = new System.Drawing.Size(65, 12);
  528.             this.label4.TabIndex = 5;
  529.             this.label4.Text = "大于比例尺";
  530.             // 
  531.             // cbbMaxScale
  532.             // 
  533.             this.cbbMaxScale.FormattingEnabled = true;
  534.             this.cbbMaxScale.Location = new System.Drawing.Point(86, 115);
  535.             this.cbbMaxScale.Name = "cbbMaxScale";
  536.             this.cbbMaxScale.Size = new System.Drawing.Size(121, 20);
  537.             this.cbbMaxScale.TabIndex = 4;
  538.             // 
  539.             // cbbMinScale
  540.             // 
  541.             this.cbbMinScale.FormattingEnabled = true;
  542.             this.cbbMinScale.Location = new System.Drawing.Point(86, 76);
  543.             this.cbbMinScale.Name = "cbbMinScale";
  544.             this.cbbMinScale.Size = new System.Drawing.Size(121, 20);
  545.             this.cbbMinScale.TabIndex = 3;
  546.             // 
  547.             // rbnRange
  548.             // 
  549.             this.rbnRange.AutoSize = true;
  550.             this.rbnRange.Location = new System.Drawing.Point(12, 54);
  551.             this.rbnRange.Name = "rbnRange";
  552.             this.rbnRange.Size = new System.Drawing.Size(179, 16);
  553.             this.rbnRange.TabIndex = 2;
  554.             this.rbnRange.TabStop = true;
  555.             this.rbnRange.Text = "当比例尺为以下范围时不可见";
  556.             this.rbnRange.UseVisualStyleBackColor = true;
  557.             // 
  558.             // rbnNone
  559.             // 
  560.             this.rbnNone.AutoSize = true;
  561.             this.rbnNone.Location = new System.Drawing.Point(12, 32);
  562.             this.rbnNone.Name = "rbnNone";
  563.             this.rbnNone.Size = new System.Drawing.Size(143, 16);
  564.             this.rbnNone.TabIndex = 1;
  565.             this.rbnNone.TabStop = true;
  566.             this.rbnNone.Text = "在任何比例尺下都可见";
  567.             this.rbnNone.UseVisualStyleBackColor = true;
  568.             this.rbnNone.CheckedChanged += new System.EventHandler(this.rbnNone_CheckedChanged);
  569.             // 
  570.             // label3
  571.             // 
  572.             this.label3.AutoSize = true;
  573.             this.label3.Location = new System.Drawing.Point(10, 17);
  574.             this.label3.Name = "label3";
  575.             this.label3.Size = new System.Drawing.Size(197, 12);
  576.             this.label3.TabIndex = 0;
  577.             this.label3.Text = "你可以指定此图层可见的比例尺范围";
  578.             // 
  579.             // txtLayerDescription
  580.             // 
  581.             this.txtLayerDescription.Location = new System.Drawing.Point(115, 47);
  582.             this.txtLayerDescription.Multiline = true;
  583.             this.txtLayerDescription.Name = "txtLayerDescription";
  584.             this.txtLayerDescription.Size = new System.Drawing.Size(377, 72);
  585.             this.txtLayerDescription.TabIndex = 4;
  586.             // 
  587.             // label2
  588.             // 
  589.             this.label2.AutoSize = true;
  590.             this.label2.BackColor = System.Drawing.Color.Transparent;
  591.             this.label2.Location = new System.Drawing.Point(56, 47);
  592.             this.label2.Name = "label2";
  593.             this.label2.Size = new System.Drawing.Size(53, 12);
  594.             this.label2.TabIndex = 3;
  595.             this.label2.Text = "图层说明";
  596.             // 
  597.             // ckbVisible
  598.             // 
  599.             this.ckbVisible.AutoSize = true;
  600.             this.ckbVisible.BackColor = System.Drawing.Color.Transparent;
  601.             this.ckbVisible.Location = new System.Drawing.Point(420, 9);
  602.             this.ckbVisible.Name = "ckbVisible";
  603.             this.ckbVisible.Size = new System.Drawing.Size(72, 16);
  604.             this.ckbVisible.TabIndex = 2;
  605.             this.ckbVisible.Text = "是否可见";
  606.             this.ckbVisible.UseVisualStyleBackColor = false;
  607.             // 
  608.             // txtLayerName
  609.             // 
  610.             this.txtLayerName.Location = new System.Drawing.Point(115, 7);
  611.             this.txtLayerName.Name = "txtLayerName";
  612.             this.txtLayerName.Size = new System.Drawing.Size(296, 21);
  613.             this.txtLayerName.TabIndex = 1;
  614.             // 
  615.             // label1
  616.             // 
  617.             this.label1.AutoSize = true;
  618.             this.label1.BackColor = System.Drawing.Color.Transparent;
  619.             this.label1.Location = new System.Drawing.Point(56, 9);
  620.             this.label1.Name = "label1";
  621.             this.label1.Size = new System.Drawing.Size(53, 12);
  622.             this.label1.TabIndex = 0;
  623.             this.label1.Text = "图层名称";
  624.             // 
  625.             // groupBox3
  626.             // 
  627.             this.groupBox3.BackColor = System.Drawing.Color.Transparent;
  628.             this.groupBox3.Controls.Add(this.txtDataSource);
  629.             this.groupBox3.Location = new System.Drawing.Point(28, 139);
  630.             this.groupBox3.Name = "groupBox3";
  631.             this.groupBox3.Size = new System.Drawing.Size(517, 173);
  632.             this.groupBox3.TabIndex = 1;
  633.             this.groupBox3.TabStop = false;
  634.             this.groupBox3.Text = "数据源";
  635.             // 
  636.             // txtDataSource
  637.             // 
  638.             this.txtDataSource.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  639.             this.txtDataSource.Location = new System.Drawing.Point(8, 20);
  640.             this.txtDataSource.Name = "txtDataSource";
  641.             this.txtDataSource.ReadOnly = true;
  642.             this.txtDataSource.Size = new System.Drawing.Size(503, 147);
  643.             this.txtDataSource.TabIndex = 1;
  644.             this.txtDataSource.Text = "";
  645.             // 
  646.             // groupBox2
  647.             // 
  648.             this.groupBox2.BackColor = System.Drawing.Color.Transparent;
  649.             this.groupBox2.Controls.Add(this.txtExtentButtom);
  650.             this.groupBox2.Controls.Add(this.txtExtentLeft);
  651.             this.groupBox2.Controls.Add(this.txtExtentRight);
  652.             this.groupBox2.Controls.Add(this.txtExtentTop);
  653.             this.groupBox2.Controls.Add(this.label11);
  654.             this.groupBox2.Controls.Add(this.label10);
  655.             this.groupBox2.Controls.Add(this.label9);
  656.             this.groupBox2.Controls.Add(this.label8);
  657.             this.groupBox2.Location = new System.Drawing.Point(28, 4);
  658.             this.groupBox2.Name = "groupBox2";
  659.             this.groupBox2.Size = new System.Drawing.Size(517, 129);
  660.             this.groupBox2.TabIndex = 0;
  661.             this.groupBox2.TabStop = false;
  662.             this.groupBox2.Text = "范围";
  663.             // 
  664.             // txtExtentButtom
  665.             // 
  666.             this.txtExtentButtom.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  667.             this.txtExtentButtom.BorderStyle = System.Windows.Forms.BorderStyle.None;
  668.             this.txtExtentButtom.Location = new System.Drawing.Point(159, 95);
  669.             this.txtExtentButtom.Name = "txtExtentButtom";
  670.             this.txtExtentButtom.ReadOnly = true;
  671.             this.txtExtentButtom.Size = new System.Drawing.Size(163, 14);
  672.             this.txtExtentButtom.TabIndex = 7;
  673.             // 
  674.             // txtExtentLeft
  675.             // 
  676.             this.txtExtentLeft.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  677.             this.txtExtentLeft.BorderStyle = System.Windows.Forms.BorderStyle.None;
  678.             this.txtExtentLeft.Location = new System.Drawing.Point(29, 52);
  679.             this.txtExtentLeft.Name = "txtExtentLeft";
  680.             this.txtExtentLeft.ReadOnly = true;
  681.             this.txtExtentLeft.Size = new System.Drawing.Size(163, 14);
  682.             this.txtExtentLeft.TabIndex = 6;
  683.             // 
  684.             // txtExtentRight
  685.             // 
  686.             this.txtExtentRight.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  687.             this.txtExtentRight.BorderStyle = System.Windows.Forms.BorderStyle.None;
  688.             this.txtExtentRight.Location = new System.Drawing.Point(351, 52);
  689.             this.txtExtentRight.Name = "txtExtentRight";
  690.             this.txtExtentRight.ReadOnly = true;
  691.             this.txtExtentRight.Size = new System.Drawing.Size(163, 14);
  692.             this.txtExtentRight.TabIndex = 5;
  693.             // 
  694.             // txtExtentTop
  695.             // 
  696.             this.txtExtentTop.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  697.             this.txtExtentTop.BorderStyle = System.Windows.Forms.BorderStyle.None;
  698.             this.txtExtentTop.Location = new System.Drawing.Point(159, 14);
  699.             this.txtExtentTop.Name = "txtExtentTop";
  700.             this.txtExtentTop.ReadOnly = true;
  701.             this.txtExtentTop.Size = new System.Drawing.Size(163, 14);
  702.             this.txtExtentTop.TabIndex = 4;
  703.             // 
  704.             // label11
  705.             // 
  706.             this.label11.AutoSize = true;
  707.             this.label11.Location = new System.Drawing.Point(143, 95);
  708.             this.label11.Name = "label11";
  709.             this.label11.Size = new System.Drawing.Size(17, 12);
  710.             this.label11.TabIndex = 3;
  711.             this.label11.Text = "下";
  712.             // 
  713.             // label10
  714.             // 
  715.             this.label10.AutoSize = true;
  716.             this.label10.Location = new System.Drawing.Point(143, 14);
  717.             this.label10.Name = "label10";
  718.             this.label10.Size = new System.Drawing.Size(17, 12);
  719.             this.label10.TabIndex = 2;
  720.             this.label10.Text = "上";
  721.             // 
  722.             // label9
  723.             // 
  724.             this.label9.AutoSize = true;
  725.             this.label9.Location = new System.Drawing.Point(6, 52);
  726.             this.label9.Name = "label9";
  727.             this.label9.Size = new System.Drawing.Size(17, 12);
  728.             this.label9.TabIndex = 1;
  729.             this.label9.Text = "左";
  730.             // 
  731.             // label8
  732.             // 
  733.             this.label8.AutoSize = true;
  734.             this.label8.Location = new System.Drawing.Point(328, 52);
  735.             this.label8.Name = "label8";
  736.             this.label8.Size = new System.Drawing.Size(17, 12);
  737.             this.label8.TabIndex = 0;
  738.             this.label8.Text = "右";
  739.             // 
  740.             // btnSelectionSymbol
  741.             // 
  742.             this.btnSelectionSymbol.BackColor = System.Drawing.Color.Transparent;
  743.             this.btnSelectionSymbol.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  744.             this.btnSelectionSymbol.Location = new System.Drawing.Point(93, 100);
  745.             this.btnSelectionSymbol.Name = "btnSelectionSymbol";
  746.             this.btnSelectionSymbol.Size = new System.Drawing.Size(80, 60);
  747.             this.btnSelectionSymbol.TabIndex = 5;
  748.             this.btnSelectionSymbol.UseVisualStyleBackColor = false;
  749.             this.btnSelectionSymbol.Click += new System.EventHandler(this.btnSelectionSymbol_Click);
  750.             // 
  751.             // btnSelectionColor
  752.             // 
  753.             this.btnSelectionColor.BackColor = System.Drawing.Color.Transparent;
  754.             this.btnSelectionColor.Location = new System.Drawing.Point(93, 188);
  755.             this.btnSelectionColor.Name = "btnSelectionColor";
  756.             this.btnSelectionColor.Size = new System.Drawing.Size(80, 60);
  757.             this.btnSelectionColor.TabIndex = 4;
  758.             this.btnSelectionColor.UseVisualStyleBackColor = false;
  759.             this.btnSelectionColor.Click += new System.EventHandler(this.btnSelectionColor_Click);
  760.             // 
  761.             // rbnSelectionColor
  762.             // 
  763.             this.rbnSelectionColor.AutoSize = true;
  764.             this.rbnSelectionColor.BackColor = System.Drawing.Color.Transparent;
  765.             this.rbnSelectionColor.Location = new System.Drawing.Point(73, 166);
  766.             this.rbnSelectionColor.Name = "rbnSelectionColor";
  767.             this.rbnSelectionColor.Size = new System.Drawing.Size(95, 16);
  768.             this.rbnSelectionColor.TabIndex = 3;
  769.             this.rbnSelectionColor.Text = "使用以下颜色";
  770.             this.rbnSelectionColor.UseVisualStyleBackColor = false;
  771.             // 
  772.             // rbnSelectionSymbol
  773.             // 
  774.             this.rbnSelectionSymbol.AutoSize = true;
  775.             this.rbnSelectionSymbol.BackColor = System.Drawing.Color.Transparent;
  776.             this.rbnSelectionSymbol.Location = new System.Drawing.Point(73, 78);
  777.             this.rbnSelectionSymbol.Name = "rbnSelectionSymbol";
  778.             this.rbnSelectionSymbol.Size = new System.Drawing.Size(95, 16);
  779.             this.rbnSelectionSymbol.TabIndex = 2;
  780.             this.rbnSelectionSymbol.Text = "使用以下符号";
  781.             this.rbnSelectionSymbol.UseVisualStyleBackColor = false;
  782.             // 
  783.             // rbnSelectionDefault
  784.             // 
  785.             this.rbnSelectionDefault.AutoSize = true;
  786.             this.rbnSelectionDefault.BackColor = System.Drawing.Color.Transparent;
  787.             this.rbnSelectionDefault.Checked = true;
  788.             this.rbnSelectionDefault.Location = new System.Drawing.Point(73, 56);
  789.             this.rbnSelectionDefault.Name = "rbnSelectionDefault";
  790.             this.rbnSelectionDefault.Size = new System.Drawing.Size(95, 16);
  791.             this.rbnSelectionDefault.TabIndex = 1;
  792.             this.rbnSelectionDefault.TabStop = true;
  793.             this.rbnSelectionDefault.Text = "使用默认符号";
  794.             this.rbnSelectionDefault.UseVisualStyleBackColor = false;
  795.             // 
  796.             // label12
  797.             // 
  798.             this.label12.AutoSize = true;
  799.             this.label12.BackColor = System.Drawing.Color.Transparent;
  800.             this.label12.Location = new System.Drawing.Point(42, 20);
  801.             this.label12.Name = "label12";
  802.             this.label12.Size = new System.Drawing.Size(101, 12);
  803.             this.label12.TabIndex = 0;
  804.             this.label12.Text = "显示选择的要素:";
  805.             // 
  806.             // tabControl1
  807.             // 
  808.             this.tabControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
  809.             this.tabControl1.CanReorderTabs = true;
  810.             this.tabControl1.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Left;
  811.             this.tabControl1.Controls.Add(this.tabControlPanel4);
  812.             this.tabControl1.Controls.Add(this.tabControlPanel1);
  813.             this.tabControl1.Controls.Add(this.tabControlPanel3);
  814.             this.tabControl1.Controls.Add(this.tpgSelection);
  815.             this.tabControl1.Controls.Add(this.tabControlPanel2);
  816.             this.tabControl1.Location = new System.Drawing.Point(7, 12);
  817.             this.tabControl1.Name = "tabControl1";
  818.             this.tabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  819.             this.tabControl1.SelectedTabIndex = 0;
  820.             this.tabControl1.Size = new System.Drawing.Size(606, 340);
  821.             this.tabControl1.Style = DevComponents.DotNetBar.eTabStripStyle.OneNote;
  822.             this.tabControl1.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
  823.             this.tabControl1.TabIndex = 4;
  824.             this.tabControl1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
  825.             this.tabControl1.Tabs.Add(this.tpgGeneral);
  826.             this.tabControl1.Tabs.Add(this.tpgSource);
  827.             this.tabControl1.Tabs.Add(this.tabItem1);
  828.             this.tabControl1.Tabs.Add(this.tpgFields);
  829.             this.tabControl1.Tabs.Add(this.tpgSymbology);
  830.             this.tabControl1.Text = "tabControl1";
  831.             // 
  832.             // tabControlPanel1
  833.             // 
  834.             this.tabControlPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  835.             this.tabControlPanel1.Controls.Add(this.groupBox1);
  836.             this.tabControlPanel1.Controls.Add(this.txtLayerDescription);
  837.             this.tabControlPanel1.Controls.Add(this.label1);
  838.             this.tabControlPanel1.Controls.Add(this.label2);
  839.             this.tabControlPanel1.Controls.Add(this.txtLayerName);
  840.             this.tabControlPanel1.Controls.Add(this.ckbVisible);
  841.             this.tabControlPanel1.DialogResult = System.Windows.Forms.DialogResult.None;
  842.             this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  843.             this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
  844.             this.tabControlPanel1.Name = "tabControlPanel1";
  845.             this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
  846.             this.tabControlPanel1.Size = new System.Drawing.Size(606, 314);
  847.             this.tabControlPanel1.Style.Alignment = System.Drawing.StringAlignment.Near;
  848.             this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
  849.             this.tabControlPanel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  850.             this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
  851.             this.tabControlPanel1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  852.             this.tabControlPanel1.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  853.             this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
  854.             this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
  855.             this.tabControlPanel1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  856.             this.tabControlPanel1.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  857.             this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  858.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  859.             this.tabControlPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  860.             this.tabControlPanel1.Style.GradientAngle = 90;
  861.             this.tabControlPanel1.Style.LineAlignment = System.Drawing.StringAlignment.Center;
  862.             this.tabControlPanel1.Style.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  863.             this.tabControlPanel1.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Near;
  864.             this.tabControlPanel1.StyleMouseDown.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  865.             this.tabControlPanel1.StyleMouseDown.Border = DevComponents.DotNetBar.eBorderType.None;
  866.             this.tabControlPanel1.StyleMouseDown.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  867.             this.tabControlPanel1.StyleMouseDown.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  868.                         | DevComponents.DotNetBar.eBorderSide.Top)
  869.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  870.             this.tabControlPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  871.             this.tabControlPanel1.StyleMouseDown.LineAlignment = System.Drawing.StringAlignment.Center;
  872.             this.tabControlPanel1.StyleMouseDown.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  873.             this.tabControlPanel1.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Near;
  874.             this.tabControlPanel1.StyleMouseOver.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  875.             this.tabControlPanel1.StyleMouseOver.Border = DevComponents.DotNetBar.eBorderType.None;
  876.             this.tabControlPanel1.StyleMouseOver.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  877.             this.tabControlPanel1.StyleMouseOver.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  878.                         | DevComponents.DotNetBar.eBorderSide.Top)
  879.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  880.             this.tabControlPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  881.             this.tabControlPanel1.StyleMouseOver.LineAlignment = System.Drawing.StringAlignment.Center;
  882.             this.tabControlPanel1.StyleMouseOver.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  883.             this.tabControlPanel1.TabIndex = 1;
  884.             this.tabControlPanel1.TabItem = this.tpgGeneral;
  885.             // 
  886.             // tpgGeneral
  887.             // 
  888.             this.tpgGeneral.AttachedControl = this.tabControlPanel1;
  889.             this.tpgGeneral.Name = "tpgGeneral";
  890.             this.tpgGeneral.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Default;
  891.             this.tpgGeneral.Text = "一般";
  892.             // 
  893.             // tabControlPanel4
  894.             // 
  895.             this.tabControlPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  896.             this.tabControlPanel4.Controls.Add(this.panelClassBreaksSymbol);
  897.             this.tabControlPanel4.Controls.Add(this.panelUniValueSymbol);
  898.             this.tabControlPanel4.Controls.Add(this.panelSingleSymbol);
  899.             this.tabControlPanel4.Controls.Add(this.trvSymbologyShows);
  900.             this.tabControlPanel4.DialogResult = System.Windows.Forms.DialogResult.None;
  901.             this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  902.             this.tabControlPanel4.Location = new System.Drawing.Point(0, 26);
  903.             this.tabControlPanel4.Name = "tabControlPanel4";
  904.             this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
  905.             this.tabControlPanel4.Size = new System.Drawing.Size(606, 314);
  906.             this.tabControlPanel4.Style.Alignment = System.Drawing.StringAlignment.Near;
  907.             this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
  908.             this.tabControlPanel4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  909.             this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
  910.             this.tabControlPanel4.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  911.             this.tabControlPanel4.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  912.             this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
  913.             this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
  914.             this.tabControlPanel4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  915.             this.tabControlPanel4.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  916.             this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  917.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  918.             this.tabControlPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  919.             this.tabControlPanel4.Style.GradientAngle = 90;
  920.             this.tabControlPanel4.Style.LineAlignment = System.Drawing.StringAlignment.Center;
  921.             this.tabControlPanel4.Style.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  922.             this.tabControlPanel4.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Near;
  923.             this.tabControlPanel4.StyleMouseDown.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  924.             this.tabControlPanel4.StyleMouseDown.Border = DevComponents.DotNetBar.eBorderType.None;
  925.             this.tabControlPanel4.StyleMouseDown.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  926.             this.tabControlPanel4.StyleMouseDown.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  927.                         | DevComponents.DotNetBar.eBorderSide.Top)
  928.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  929.             this.tabControlPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  930.             this.tabControlPanel4.StyleMouseDown.LineAlignment = System.Drawing.StringAlignment.Center;
  931.             this.tabControlPanel4.StyleMouseDown.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  932.             this.tabControlPanel4.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Near;
  933.             this.tabControlPanel4.StyleMouseOver.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  934.             this.tabControlPanel4.StyleMouseOver.Border = DevComponents.DotNetBar.eBorderType.None;
  935.             this.tabControlPanel4.StyleMouseOver.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  936.             this.tabControlPanel4.StyleMouseOver.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  937.                         | DevComponents.DotNetBar.eBorderSide.Top)
  938.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  939.             this.tabControlPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  940.             this.tabControlPanel4.StyleMouseOver.LineAlignment = System.Drawing.StringAlignment.Center;
  941.             this.tabControlPanel4.StyleMouseOver.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  942.             this.tabControlPanel4.TabIndex = 5;
  943.             this.tabControlPanel4.TabItem = this.tpgSymbology;
  944.             // 
  945.             // panelClassBreaksSymbol
  946.             // 
  947.             this.panelClassBreaksSymbol.BackColor = System.Drawing.Color.Transparent;
  948.             this.panelClassBreaksSymbol.Controls.Add(this.btnClassBreaksColorRamp);
  949.             this.panelClassBreaksSymbol.Controls.Add(this.groupBox8);
  950.             this.panelClassBreaksSymbol.Controls.Add(this.lsvClassBreaksSymbol);
  951.             this.panelClassBreaksSymbol.Controls.Add(this.groupBox7);
  952.             this.panelClassBreaksSymbol.Location = new System.Drawing.Point(158, 7);
  953.             this.panelClassBreaksSymbol.Name = "panelClassBreaksSymbol";
  954.             this.panelClassBreaksSymbol.Size = new System.Drawing.Size(433, 280);
  955.             this.panelClassBreaksSymbol.TabIndex = 5;
  956.             // 
  957.             // btnClassBreaksColorRamp
  958.             // 
  959.             this.btnClassBreaksColorRamp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  960.             this.btnClassBreaksColorRamp.Location = new System.Drawing.Point(98, 82);
  961.             this.btnClassBreaksColorRamp.Name = "btnClassBreaksColorRamp";
  962.             this.btnClassBreaksColorRamp.Size = new System.Drawing.Size(117, 19);
  963.             this.btnClassBreaksColorRamp.TabIndex = 3;
  964.             this.btnClassBreaksColorRamp.UseVisualStyleBackColor = true;
  965.             this.btnClassBreaksColorRamp.Click += new System.EventHandler(this.btnClassBreaksColorRamp_Click);
  966.             // 
  967.             // groupBox8
  968.             // 
  969.             this.groupBox8.Controls.Add(this.btnClassiFy);
  970.             this.groupBox8.Controls.Add(this.lblClassBreaksCount);
  971.             this.groupBox8.Controls.Add(this.lblClassBreaksMethod);
  972.             this.groupBox8.Controls.Add(this.cbbClassBreaksCount);
  973.             this.groupBox8.Controls.Add(this.cbbClassBreaksMethod);
  974.             this.groupBox8.Location = new System.Drawing.Point(222, 4);
  975.             this.groupBox8.Name = "groupBox8";
  976.             this.groupBox8.Size = new System.Drawing.Size(208, 97);
  977.             this.groupBox8.TabIndex = 2;
  978.             this.groupBox8.TabStop = false;
  979.             this.groupBox8.Text = "分级";
  980.             // 
  981.             // btnClassiFy
  982.             // 
  983.             this.btnClassiFy.Location = new System.Drawing.Point(128, 72);
  984.             this.btnClassiFy.Name = "btnClassiFy";
  985.             this.btnClassiFy.Size = new System.Drawing.Size(74, 19);
  986.             this.btnClassiFy.TabIndex = 8;
  987.             this.btnClassiFy.Text = "分级";
  988.             this.btnClassiFy.UseVisualStyleBackColor = true;
  989.             this.btnClassiFy.Click += new System.EventHandler(this.btnClassiFy_Click);
  990.             // 
  991.             // lblClassBreaksCount
  992.             // 
  993.             this.lblClassBreaksCount.AutoSize = true;
  994.             this.lblClassBreaksCount.Enabled = false;
  995.             this.lblClassBreaksCount.Location = new System.Drawing.Point(9, 49);
  996.             this.lblClassBreaksCount.Name = "lblClassBreaksCount";
  997.             this.lblClassBreaksCount.Size = new System.Drawing.Size(53, 12);
  998.             this.lblClassBreaksCount.TabIndex = 7;
  999.             this.lblClassBreaksCount.Text = "分级数目";
  1000.             // 
  1001.             // lblClassBreaksMethod
  1002.             // 
  1003.             this.lblClassBreaksMethod.AutoSize = true;
  1004.             this.lblClassBreaksMethod.Enabled = false;
  1005.             this.lblClassBreaksMethod.Location = new System.Drawing.Point(8, 24);
  1006.             this.lblClassBreaksMethod.Name = "lblClassBreaksMethod";
  1007.             this.lblClassBreaksMethod.Size = new System.Drawing.Size(53, 12);
  1008.             this.lblClassBreaksMethod.TabIndex = 6;
  1009.             this.lblClassBreaksMethod.Text = "分级方法";
  1010.             // 
  1011.             // cbbClassBreaksCount
  1012.             // 
  1013.             this.cbbClassBreaksCount.DropDownHeight = 300;
  1014.             this.cbbClassBreaksCount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1015.             this.cbbClassBreaksCount.DropDownWidth = 137;
  1016.             this.cbbClassBreaksCount.Enabled = false;
  1017.             this.cbbClassBreaksCount.FormattingEnabled = true;
  1018.             this.cbbClassBreaksCount.IntegralHeight = false;
  1019.             this.cbbClassBreaksCount.Location = new System.Drawing.Point(74, 46);
  1020.             this.cbbClassBreaksCount.Name = "cbbClassBreaksCount";
  1021.             this.cbbClassBreaksCount.Size = new System.Drawing.Size(128, 20);
  1022.             this.cbbClassBreaksCount.TabIndex = 5;
  1023.             // 
  1024.             // cbbClassBreaksMethod
  1025.             // 
  1026.             this.cbbClassBreaksMethod.DropDownHeight = 300;
  1027.             this.cbbClassBreaksMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1028.             this.cbbClassBreaksMethod.DropDownWidth = 137;
  1029.             this.cbbClassBreaksMethod.Enabled = false;
  1030.             this.cbbClassBreaksMethod.FormattingEnabled = true;
  1031.             this.cbbClassBreaksMethod.IntegralHeight = false;
  1032.             this.cbbClassBreaksMethod.Items.AddRange(new object[] {
  1033.             "EqualInterval",
  1034.             "GeometricalInterval",
  1035.             "NaturalBreaks",
  1036.             "Quantile"});
  1037.             this.cbbClassBreaksMethod.Location = new System.Drawing.Point(74, 20);
  1038.             this.cbbClassBreaksMethod.Name = "cbbClassBreaksMethod";
  1039.             this.cbbClassBreaksMethod.Size = new System.Drawing.Size(128, 20);
  1040.             this.cbbClassBreaksMethod.TabIndex = 4;
  1041.             // 
  1042.             // lsvClassBreaksSymbol
  1043.             // 
  1044.             this.lsvClassBreaksSymbol.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  1045.             this.columnHeaderClassBreaksLabel,
  1046.             this.columnHeaderClassBreakRange});
  1047.             this.lsvClassBreaksSymbol.LabelEdit = true;
  1048.             this.lsvClassBreaksSymbol.Location = new System.Drawing.Point(4, 107);
  1049.             this.lsvClassBreaksSymbol.Name = "lsvClassBreaksSymbol";
  1050.             this.lsvClassBreaksSymbol.Size = new System.Drawing.Size(423, 170);
  1051.             this.lsvClassBreaksSymbol.TabIndex = 1;
  1052.             this.lsvClassBreaksSymbol.UseCompatibleStateImageBehavior = false;
  1053.             this.lsvClassBreaksSymbol.View = System.Windows.Forms.View.Details;
  1054.             // 
  1055.             // columnHeaderClassBreaksLabel
  1056.             // 
  1057.             this.columnHeaderClassBreaksLabel.Text = "标签";
  1058.             this.columnHeaderClassBreaksLabel.Width = 203;
  1059.             // 
  1060.             // columnHeaderClassBreakRange
  1061.             // 
  1062.             this.columnHeaderClassBreakRange.Text = "范围";
  1063.             this.columnHeaderClassBreakRange.Width = 215;
  1064.             // 
  1065.             // groupBox7
  1066.             // 
  1067.             this.groupBox7.Controls.Add(this.label16);
  1068.             this.groupBox7.Controls.Add(this.label15);
  1069.             this.groupBox7.Controls.Add(this.cbbClassBreakNomalization);
  1070.             this.groupBox7.Controls.Add(this.cbbClassBreakField);
  1071.             this.groupBox7.Location = new System.Drawing.Point(4, 4);
  1072.             this.groupBox7.Name = "groupBox7";
  1073.             this.groupBox7.Size = new System.Drawing.Size(211, 75);
  1074.             this.groupBox7.TabIndex = 0;
  1075.             this.groupBox7.TabStop = false;
  1076.             this.groupBox7.Text = "字段";
  1077.             // 
  1078.             // label16
  1079.             // 
  1080.             this.label16.AutoSize = true;
  1081.             this.label16.Location = new System.Drawing.Point(6, 49);
  1082.             this.label16.Name = "label16";
  1083.             this.label16.Size = new System.Drawing.Size(65, 12);
  1084.             this.label16.TabIndex = 3;
  1085.             this.label16.Text = "标准化字段";
  1086.             this.label16.Visible = false;
  1087.             // 
  1088.             // label15
  1089.             // 
  1090.             this.label15.AutoSize = true;
  1091.             this.label15.Location = new System.Drawing.Point(11, 24);
  1092.             this.label15.Name = "label15";
  1093.             this.label15.Size = new System.Drawing.Size(53, 12);
  1094.             this.label15.TabIndex = 2;
  1095.             this.label15.Text = "分级字段";
  1096.             // 
  1097.             // cbbClassBreakNomalization
  1098.             // 
  1099.             this.cbbClassBreakNomalization.DropDownHeight = 300;
  1100.             this.cbbClassBreakNomalization.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1101.             this.cbbClassBreakNomalization.DropDownWidth = 137;
  1102.             this.cbbClassBreakNomalization.FormattingEnabled = true;
  1103.             this.cbbClassBreakNomalization.IntegralHeight = false;
  1104.             this.cbbClassBreakNomalization.Items.AddRange(new object[] {
  1105.             "none"});
  1106.             this.cbbClassBreakNomalization.Location = new System.Drawing.Point(77, 46);
  1107.             this.cbbClassBreakNomalization.Name = "cbbClassBreakNomalization";
  1108.             this.cbbClassBreakNomalization.Size = new System.Drawing.Size(128, 20);
  1109.             this.cbbClassBreakNomalization.TabIndex = 1;
  1110.             this.cbbClassBreakNomalization.Visible = false;
  1111.             // 
  1112.             // cbbClassBreakField
  1113.             // 
  1114.             this.cbbClassBreakField.DropDownHeight = 300;
  1115.             this.cbbClassBreakField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1116.             this.cbbClassBreakField.DropDownWidth = 137;
  1117.             this.cbbClassBreakField.FormattingEnabled = true;
  1118.             this.cbbClassBreakField.IntegralHeight = false;
  1119.             this.cbbClassBreakField.Items.AddRange(new object[] {
  1120.             "none"});
  1121.             this.cbbClassBreakField.Location = new System.Drawing.Point(77, 20);
  1122.             this.cbbClassBreakField.Name = "cbbClassBreakField";
  1123.             this.cbbClassBreakField.Size = new System.Drawing.Size(128, 20);
  1124.             this.cbbClassBreakField.TabIndex = 0;
  1125.             this.cbbClassBreakField.SelectedIndexChanged += new System.EventHandler(this.cbbClassBreakField_SelectedIndexChanged);
  1126.             // 
  1127.             // tpgSymbology
  1128.             // 
  1129.             this.tpgSymbology.AttachedControl = this.tabControlPanel4;
  1130.             this.tpgSymbology.Name = "tpgSymbology";
  1131.             this.tpgSymbology.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Default;
  1132.             this.tpgSymbology.Text = "符号";
  1133.             // 
  1134.             // tabControlPanel3
  1135.             // 
  1136.             this.tabControlPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  1137.             this.tabControlPanel3.Controls.Add(this.lsvFields);
  1138.             this.tabControlPanel3.DialogResult = System.Windows.Forms.DialogResult.None;
  1139.             this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  1140.             this.tabControlPanel3.Location = new System.Drawing.Point(0, 26);
  1141.             this.tabControlPanel3.Name = "tabControlPanel3";
  1142.             this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
  1143.             this.tabControlPanel3.Size = new System.Drawing.Size(606, 314);
  1144.             this.tabControlPanel3.Style.Alignment = System.Drawing.StringAlignment.Near;
  1145.             this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
  1146.             this.tabControlPanel3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  1147.             this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
  1148.             this.tabControlPanel3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  1149.             this.tabControlPanel3.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  1150.             this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
  1151.             this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
  1152.             this.tabControlPanel3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  1153.             this.tabControlPanel3.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  1154.             this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  1155.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  1156.             this.tabControlPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1157.             this.tabControlPanel3.Style.GradientAngle = 90;
  1158.             this.tabControlPanel3.Style.LineAlignment = System.Drawing.StringAlignment.Center;
  1159.             this.tabControlPanel3.Style.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  1160.             this.tabControlPanel3.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Near;
  1161.             this.tabControlPanel3.StyleMouseDown.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  1162.             this.tabControlPanel3.StyleMouseDown.Border = DevComponents.DotNetBar.eBorderType.None;
  1163.             this.tabControlPanel3.StyleMouseDown.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  1164.             this.tabControlPanel3.StyleMouseDown.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  1165.                         | DevComponents.DotNetBar.eBorderSide.Top)
  1166.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  1167.             this.tabControlPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1168.             this.tabControlPanel3.StyleMouseDown.LineAlignment = System.Drawing.StringAlignment.Center;
  1169.             this.tabControlPanel3.StyleMouseDown.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  1170.             this.tabControlPanel3.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Near;
  1171.             this.tabControlPanel3.StyleMouseOver.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  1172.             this.tabControlPanel3.StyleMouseOver.Border = DevComponents.DotNetBar.eBorderType.None;
  1173.             this.tabControlPanel3.StyleMouseOver.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  1174.             this.tabControlPanel3.StyleMouseOver.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  1175.                         | DevComponents.DotNetBar.eBorderSide.Top)
  1176.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  1177.             this.tabControlPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1178.             this.tabControlPanel3.StyleMouseOver.LineAlignment = System.Drawing.StringAlignment.Center;
  1179.             this.tabControlPanel3.StyleMouseOver.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  1180.             this.tabControlPanel3.TabIndex = 4;
  1181.             this.tabControlPanel3.TabItem = this.tpgFields;
  1182.             // 
  1183.             // tpgFields
  1184.             // 
  1185.             this.tpgFields.AttachedControl = this.tabControlPanel3;
  1186.             this.tpgFields.Name = "tpgFields";
  1187.             this.tpgFields.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Default;
  1188.             this.tpgFields.Text = "字段";
  1189.             // 
  1190.             // tpgSelection
  1191.             // 
  1192.             this.tpgSelection.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  1193.             this.tpgSelection.Controls.Add(this.btnSelectionSymbol);
  1194.             this.tpgSelection.Controls.Add(this.btnSelectionColor);
  1195.             this.tpgSelection.Controls.Add(this.label12);
  1196.             this.tpgSelection.Controls.Add(this.rbnSelectionColor);
  1197.             this.tpgSelection.Controls.Add(this.rbnSelectionDefault);
  1198.             this.tpgSelection.Controls.Add(this.rbnSelectionSymbol);
  1199.             this.tpgSelection.DialogResult = System.Windows.Forms.DialogResult.None;
  1200.             this.tpgSelection.Dock = System.Windows.Forms.DockStyle.Fill;
  1201.             this.tpgSelection.Location = new System.Drawing.Point(0, 26);
  1202.             this.tpgSelection.Name = "tpgSelection";
  1203.             this.tpgSelection.Padding = new System.Windows.Forms.Padding(1);
  1204.             this.tpgSelection.Size = new System.Drawing.Size(606, 314);
  1205.             this.tpgSelection.Style.Alignment = System.Drawing.StringAlignment.Near;
  1206.             this.tpgSelection.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
  1207.             this.tpgSelection.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  1208.             this.tpgSelection.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
  1209.             this.tpgSelection.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  1210.             this.tpgSelection.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  1211.             this.tpgSelection.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
  1212.             this.tpgSelection.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
  1213.             this.tpgSelection.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  1214.             this.tpgSelection.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  1215.             this.tpgSelection.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  1216.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  1217.             this.tpgSelection.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1218.             this.tpgSelection.Style.GradientAngle = 90;
  1219.             this.tpgSelection.Style.LineAlignment = System.Drawing.StringAlignment.Center;
  1220.             this.tpgSelection.Style.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  1221.             this.tpgSelection.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Near;
  1222.             this.tpgSelection.StyleMouseDown.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  1223.             this.tpgSelection.StyleMouseDown.Border = DevComponents.DotNetBar.eBorderType.None;
  1224.             this.tpgSelection.StyleMouseDown.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  1225.             this.tpgSelection.StyleMouseDown.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  1226.                         | DevComponents.DotNetBar.eBorderSide.Top)
  1227.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  1228.             this.tpgSelection.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1229.             this.tpgSelection.StyleMouseDown.LineAlignment = System.Drawing.StringAlignment.Center;
  1230.             this.tpgSelection.StyleMouseDown.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  1231.             this.tpgSelection.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Near;
  1232.             this.tpgSelection.StyleMouseOver.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  1233.             this.tpgSelection.StyleMouseOver.Border = DevComponents.DotNetBar.eBorderType.None;
  1234.             this.tpgSelection.StyleMouseOver.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  1235.             this.tpgSelection.StyleMouseOver.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  1236.                         | DevComponents.DotNetBar.eBorderSide.Top)
  1237.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  1238.             this.tpgSelection.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1239.             this.tpgSelection.StyleMouseOver.LineAlignment = System.Drawing.StringAlignment.Center;
  1240.             this.tpgSelection.StyleMouseOver.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  1241.             this.tpgSelection.TabIndex = 3;
  1242.             this.tpgSelection.TabItem = this.tabItem1;
  1243.             // 
  1244.             // tabItem1
  1245.             // 
  1246.             this.tabItem1.AttachedControl = this.tpgSelection;
  1247.             this.tabItem1.Name = "tabItem1";
  1248.             this.tabItem1.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Default;
  1249.             this.tabItem1.Text = "选择";
  1250.             // 
  1251.             // tabControlPanel2
  1252.             // 
  1253.             this.tabControlPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  1254.             this.tabControlPanel2.Controls.Add(this.groupBox3);
  1255.             this.tabControlPanel2.Controls.Add(this.groupBox2);
  1256.             this.tabControlPanel2.DialogResult = System.Windows.Forms.DialogResult.None;
  1257.             this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  1258.             this.tabControlPanel2.Location = new System.Drawing.Point(0, 26);
  1259.             this.tabControlPanel2.Name = "tabControlPanel2";
  1260.             this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
  1261.             this.tabControlPanel2.Size = new System.Drawing.Size(606, 314);
  1262.             this.tabControlPanel2.Style.Alignment = System.Drawing.StringAlignment.Near;
  1263.             this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
  1264.             this.tabControlPanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  1265.             this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
  1266.             this.tabControlPanel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  1267.             this.tabControlPanel2.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  1268.             this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
  1269.             this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
  1270.             this.tabControlPanel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  1271.             this.tabControlPanel2.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  1272.             this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  1273.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  1274.             this.tabControlPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1275.             this.tabControlPanel2.Style.GradientAngle = 90;
  1276.             this.tabControlPanel2.Style.LineAlignment = System.Drawing.StringAlignment.Center;
  1277.             this.tabControlPanel2.Style.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  1278.             this.tabControlPanel2.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Near;
  1279.             this.tabControlPanel2.StyleMouseDown.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  1280.             this.tabControlPanel2.StyleMouseDown.Border = DevComponents.DotNetBar.eBorderType.None;
  1281.             this.tabControlPanel2.StyleMouseDown.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  1282.             this.tabControlPanel2.StyleMouseDown.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  1283.                         | DevComponents.DotNetBar.eBorderSide.Top)
  1284.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  1285.             this.tabControlPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1286.             this.tabControlPanel2.StyleMouseDown.LineAlignment = System.Drawing.StringAlignment.Center;
  1287.             this.tabControlPanel2.StyleMouseDown.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  1288.             this.tabControlPanel2.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Near;
  1289.             this.tabControlPanel2.StyleMouseOver.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  1290.             this.tabControlPanel2.StyleMouseOver.Border = DevComponents.DotNetBar.eBorderType.None;
  1291.             this.tabControlPanel2.StyleMouseOver.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  1292.             this.tabControlPanel2.StyleMouseOver.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  1293.                         | DevComponents.DotNetBar.eBorderSide.Top)
  1294.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  1295.             this.tabControlPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1296.             this.tabControlPanel2.StyleMouseOver.LineAlignment = System.Drawing.StringAlignment.Center;
  1297.             this.tabControlPanel2.StyleMouseOver.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  1298.             this.tabControlPanel2.TabIndex = 2;
  1299.             this.tabControlPanel2.TabItem = this.tpgSource;
  1300.             // 
  1301.             // tpgSource
  1302.             // 
  1303.             this.tpgSource.AttachedControl = this.tabControlPanel2;
  1304.             this.tpgSource.Name = "tpgSource";
  1305.             this.tpgSource.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Default;
  1306.             this.tpgSource.Text = "源";
  1307.             // 
  1308.             // btnCancel
  1309.             // 
  1310.             this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  1311.             this.btnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
  1312.             this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  1313.             this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.None;
  1314.             this.btnCancel.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Default;
  1315.             this.btnCancel.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
  1316.             this.btnCancel.Location = new System.Drawing.Point(452, 358);
  1317.             this.btnCancel.Name = "btnCancel";
  1318.             this.btnCancel.PopupSide = DevComponents.DotNetBar.ePopupSide.Default;
  1319.             this.btnCancel.RenderMode = DevComponents.DotNetBar.eRenderMode.Global;
  1320.             this.btnCancel.Size = new System.Drawing.Size(75, 23);
  1321.             this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  1322.             this.btnCancel.TabIndex = 5;
  1323.             this.btnCancel.Text = "取消";
  1324.             this.btnCancel.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Center;
  1325.             this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  1326.             // 
  1327.             // btnApply
  1328.             // 
  1329.             this.btnApply.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  1330.             this.btnApply.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
  1331.             this.btnApply.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  1332.             this.btnApply.DialogResult = System.Windows.Forms.DialogResult.None;
  1333.             this.btnApply.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Default;
  1334.             this.btnApply.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
  1335.             this.btnApply.Location = new System.Drawing.Point(538, 358);
  1336.             this.btnApply.Name = "btnApply";
  1337.             this.btnApply.PopupSide = DevComponents.DotNetBar.ePopupSide.Default;
  1338.             this.btnApply.RenderMode = DevComponents.DotNetBar.eRenderMode.Global;
  1339.             this.btnApply.Size = new System.Drawing.Size(75, 23);
  1340.             this.btnApply.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  1341.             this.btnApply.TabIndex = 6;
  1342.             this.btnApply.Text = "应用";
  1343.             this.btnApply.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Center;
  1344.             // 
  1345.             // btnOK
  1346.             // 
  1347.             this.btnOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  1348.             this.btnOK.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
  1349.             this.btnOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  1350.             this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  1351.             this.btnOK.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Default;
  1352.             this.btnOK.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
  1353.             this.btnOK.Location = new System.Drawing.Point(368, 358);
  1354.             this.btnOK.Name = "btnOK";
  1355.             this.btnOK.PopupSide = DevComponents.DotNetBar.ePopupSide.Default;
  1356.             this.btnOK.RenderMode = DevComponents.DotNetBar.eRenderMode.Global;
  1357.             this.btnOK.Size = new System.Drawing.Size(75, 23);
  1358.             this.btnOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  1359.             this.btnOK.TabIndex = 7;
  1360.             this.btnOK.Text = "确定";
  1361.             this.btnOK.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Center;
  1362.             this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  1363.             // 
  1364.             // FeatLyrFrm
  1365.             // 
  1366.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1367.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1368.             this.ClientSize = new System.Drawing.Size(624, 392);
  1369.             this.Controls.Add(this.btnOK);
  1370.             this.Controls.Add(this.btnApply);
  1371.             this.Controls.Add(this.btnCancel);
  1372.             this.Controls.Add(this.tabControl1);
  1373.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1374.             this.MaximizeBox = false;
  1375.             this.MinimizeBox = false;
  1376.             this.Name = "FeatLyrFrm";
  1377.             this.ShowInTaskbar = false;
  1378.             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  1379.             this.Text = "图层属性";
  1380.             this.Load += new System.EventHandler(this.FeatLyrFrm_Load);
  1381.             this.Shown += new System.EventHandler(this.FeatLyrFrm_Shown);
  1382.             this.panelUniValueSymbol.ResumeLayout(false);
  1383.             this.groupBox6.ResumeLayout(false);
  1384.             this.panelSingleSymbol.ResumeLayout(false);
  1385.             this.groupBox5.ResumeLayout(false);
  1386.             this.groupBox5.PerformLayout();
  1387.             this.groupBox4.ResumeLayout(false);
  1388.             this.groupBox1.ResumeLayout(false);
  1389.             this.groupBox1.PerformLayout();
  1390.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1391.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  1392.             this.groupBox3.ResumeLayout(false);
  1393.             this.groupBox2.ResumeLayout(false);
  1394.             this.groupBox2.PerformLayout();
  1395.             ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
  1396.             this.tabControl1.ResumeLayout(false);
  1397.             this.tabControlPanel1.ResumeLayout(false);
  1398.             this.tabControlPanel1.PerformLayout();
  1399.             this.tabControlPanel4.ResumeLayout(false);
  1400.             this.panelClassBreaksSymbol.ResumeLayout(false);
  1401.             this.groupBox8.ResumeLayout(false);
  1402.             this.groupBox8.PerformLayout();
  1403.             this.groupBox7.ResumeLayout(false);
  1404.             this.groupBox7.PerformLayout();
  1405.             this.tabControlPanel3.ResumeLayout(false);
  1406.             this.tpgSelection.ResumeLayout(false);
  1407.             this.tpgSelection.PerformLayout();
  1408.             this.tabControlPanel2.ResumeLayout(false);
  1409.             this.ResumeLayout(false);
  1410.         }
  1411.         #endregion
  1412.         private System.Windows.Forms.TextBox txtLayerDescription;
  1413.         private System.Windows.Forms.Label label2;
  1414.         private System.Windows.Forms.CheckBox ckbVisible;
  1415.         private System.Windows.Forms.TextBox txtLayerName;
  1416.         private System.Windows.Forms.Label label1;
  1417.         private System.Windows.Forms.GroupBox groupBox1;
  1418.         private System.Windows.Forms.RadioButton rbnRange;
  1419.         private System.Windows.Forms.RadioButton rbnNone;
  1420.         private System.Windows.Forms.Label label3;
  1421.         private System.Windows.Forms.Label label5;
  1422.         private System.Windows.Forms.Label label4;
  1423.         private System.Windows.Forms.ComboBox cbbMaxScale;
  1424.         private System.Windows.Forms.ComboBox cbbMinScale;
  1425.         private System.Windows.Forms.Label label7;
  1426.         private System.Windows.Forms.Label label6;
  1427.         private System.Windows.Forms.PictureBox pictureBox1;
  1428.         private System.Windows.Forms.PictureBox pictureBox2;
  1429.         private System.Windows.Forms.GroupBox groupBox2;
  1430.         private System.Windows.Forms.Label label11;
  1431.         private System.Windows.Forms.Label label10;
  1432.         private System.Windows.Forms.Label label9;
  1433.         private System.Windows.Forms.Label label8;
  1434.         private System.Windows.Forms.TextBox txtExtentButtom;
  1435.         private System.Windows.Forms.TextBox txtExtentLeft;
  1436.         private System.Windows.Forms.TextBox txtExtentRight;
  1437.         private System.Windows.Forms.TextBox txtExtentTop;
  1438.         private System.Windows.Forms.GroupBox groupBox3;
  1439.         private System.Windows.Forms.RichTextBox txtDataSource;
  1440.         private System.Windows.Forms.Button btnSelectionSymbol;
  1441.         private System.Windows.Forms.Button btnSelectionColor;
  1442.         private System.Windows.Forms.RadioButton rbnSelectionColor;
  1443.         private System.Windows.Forms.RadioButton rbnSelectionSymbol;
  1444.         private System.Windows.Forms.RadioButton rbnSelectionDefault;
  1445.         private System.Windows.Forms.Label label12;
  1446.         private System.Windows.Forms.ColorDialog colorDialog;
  1447.         private System.Windows.Forms.TreeView trvSymbologyShows;
  1448.         private System.Windows.Forms.Panel panelSingleSymbol;
  1449.         private System.Windows.Forms.GroupBox groupBox5;
  1450.         private System.Windows.Forms.GroupBox groupBox4;
  1451.         private System.Windows.Forms.Button btnSingleSymbol;
  1452.         private System.Windows.Forms.TextBox txtSingleSymbolLabel;
  1453.         private System.Windows.Forms.Label label13;
  1454.         private System.Windows.Forms.Label label14;
  1455.         private System.Windows.Forms.TextBox txtSingleSymbolDescription;
  1456.         private System.Windows.Forms.ListView lsvFields;
  1457.         private System.Windows.Forms.ColumnHeader columnHeaderName;
  1458.         private System.Windows.Forms.ColumnHeader columnHeaderAlias;
  1459.         private System.Windows.Forms.ColumnHeader columnHeaderType;
  1460.         private System.Windows.Forms.ColumnHeader columnHeaderLength;
  1461.         private System.Windows.Forms.ColumnHeader columnHeaderPrecision;
  1462.         private System.Windows.Forms.ColumnHeader columnHeaderScale;
  1463.         private System.Windows.Forms.ColumnHeader columnHeaderNumberFormat;
  1464.         private System.Windows.Forms.Panel panelUniValueSymbol;
  1465.         private System.Windows.Forms.Button btnUniValueColorRamp;
  1466.         private System.Windows.Forms.Button btnUniValueAddAllValues;
  1467.         private System.Windows.Forms.ListView lsvUniqueValue;
  1468.         private System.Windows.Forms.ColumnHeader columnHeaderValue;
  1469.         private System.Windows.Forms.ColumnHeader columnHeaderLabel;
  1470.         private System.Windows.Forms.ColumnHeader columnHeaderCount;
  1471.         private System.Windows.Forms.GroupBox groupBox6;
  1472.         private System.Windows.Forms.ComboBox cbbUniValueField;
  1473.         private System.Windows.Forms.Button btnUniValueUp;
  1474.         private System.Windows.Forms.Button btnUniValueDown;
  1475.         private DevComponents.DotNetBar.TabControl tabControl1;
  1476.         private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
  1477.         private DevComponents.DotNetBar.TabItem tpgGeneral;
  1478.         private DevComponents.DotNetBar.TabControlPanel tpgSelection;
  1479.         private DevComponents.DotNetBar.TabItem tabItem1;
  1480.         private DevComponents.DotNetBar.TabControlPanel tabControlPanel2;
  1481.         private DevComponents.DotNetBar.TabItem tpgSource;
  1482.         private DevComponents.DotNetBar.TabControlPanel tabControlPanel3;
  1483.         private DevComponents.DotNetBar.TabItem tpgFields;
  1484.         private DevComponents.DotNetBar.TabControlPanel tabControlPanel4;
  1485.         private DevComponents.DotNetBar.TabItem tpgSymbology;
  1486.         private DevComponents.DotNetBar.ButtonX btnCancel;
  1487.         private DevComponents.DotNetBar.ButtonX btnApply;
  1488.         private DevComponents.DotNetBar.ButtonX btnOK;
  1489.         private System.Windows.Forms.Panel panelClassBreaksSymbol;
  1490.         private System.Windows.Forms.GroupBox groupBox7;
  1491.         private System.Windows.Forms.Label label16;
  1492.         private System.Windows.Forms.Label label15;
  1493.         private System.Windows.Forms.ComboBox cbbClassBreakNomalization;
  1494.         private System.Windows.Forms.ComboBox cbbClassBreakField;
  1495.         private System.Windows.Forms.ListView lsvClassBreaksSymbol;
  1496.         private System.Windows.Forms.GroupBox groupBox8;
  1497.         private System.Windows.Forms.Label lblClassBreaksCount;
  1498.         private System.Windows.Forms.Label lblClassBreaksMethod;
  1499.         private System.Windows.Forms.ComboBox cbbClassBreaksCount;
  1500.         private System.Windows.Forms.ComboBox cbbClassBreaksMethod;
  1501.         private System.Windows.Forms.Button btnClassiFy;
  1502.         private System.Windows.Forms.ColumnHeader columnHeaderClassBreaksLabel;
  1503.         private System.Windows.Forms.ColumnHeader columnHeaderClassBreakRange;
  1504.         private System.Windows.Forms.Button btnClassBreaksColorRamp;
  1505.     }
  1506. }