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

GIS编程

开发平台:

Visual C++

  1. namespace LinGIS
  2. {
  3.     partial class SymbolSelectorFrm
  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(SymbolSelectorFrm));
  30.             this.btnOK = new System.Windows.Forms.Button();
  31.             this.btnCancel = new System.Windows.Forms.Button();
  32.             this.axSymbologyControl = new ESRI.ArcGIS.Controls.AxSymbologyControl();
  33.             this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
  34.             this.ptbPreview = new System.Windows.Forms.PictureBox();
  35.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  36.             this.grbMarker = new System.Windows.Forms.GroupBox();
  37.             this.lblOutlineColor = new System.Windows.Forms.Label();
  38.             this.btnOutlineColor = new System.Windows.Forms.Button();
  39.             this.lblWidth = new System.Windows.Forms.Label();
  40.             this.nudWidth = new System.Windows.Forms.NumericUpDown();
  41.             this.btnColor = new System.Windows.Forms.Button();
  42.             this.nudSize = new System.Windows.Forms.NumericUpDown();
  43.             this.nudAngle = new System.Windows.Forms.NumericUpDown();
  44.             this.lblAngle = new System.Windows.Forms.Label();
  45.             this.lblSize = new System.Windows.Forms.Label();
  46.             this.lblColor = new System.Windows.Forms.Label();
  47.             this.colorDialog = new System.Windows.Forms.ColorDialog();
  48.             this.btnMoreSymbols = new System.Windows.Forms.Button();
  49.             this.contextMenuStripMoreSymbol = new System.Windows.Forms.ContextMenuStrip(this.components);
  50.             this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
  51.             ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl)).BeginInit();
  52.             ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
  53.             ((System.ComponentModel.ISupportInitialize)(this.ptbPreview)).BeginInit();
  54.             this.groupBox1.SuspendLayout();
  55.             this.grbMarker.SuspendLayout();
  56.             ((System.ComponentModel.ISupportInitialize)(this.nudWidth)).BeginInit();
  57.             ((System.ComponentModel.ISupportInitialize)(this.nudSize)).BeginInit();
  58.             ((System.ComponentModel.ISupportInitialize)(this.nudAngle)).BeginInit();
  59.             this.SuspendLayout();
  60.             // 
  61.             // btnOK
  62.             // 
  63.             this.btnOK.Anchor = System.Windows.Forms.AnchorStyles.None;
  64.             this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  65.             this.btnOK.Location = new System.Drawing.Point(428, 423);
  66.             this.btnOK.Name = "btnOK";
  67.             this.btnOK.Size = new System.Drawing.Size(75, 23);
  68.             this.btnOK.TabIndex = 0;
  69.             this.btnOK.Text = "确定";
  70.             this.btnOK.UseVisualStyleBackColor = true;
  71.             this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  72.             // 
  73.             // btnCancel
  74.             // 
  75.             this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.None;
  76.             this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  77.             this.btnCancel.Location = new System.Drawing.Point(428, 452);
  78.             this.btnCancel.Name = "btnCancel";
  79.             this.btnCancel.Size = new System.Drawing.Size(75, 23);
  80.             this.btnCancel.TabIndex = 1;
  81.             this.btnCancel.Text = "取消";
  82.             this.btnCancel.UseVisualStyleBackColor = true;
  83.             this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  84.             // 
  85.             // axSymbologyControl
  86.             // 
  87.             this.axSymbologyControl.Location = new System.Drawing.Point(12, 41);
  88.             this.axSymbologyControl.Name = "axSymbologyControl";
  89.             this.axSymbologyControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSymbologyControl.OcxState")));
  90.             this.axSymbologyControl.Size = new System.Drawing.Size(309, 434);
  91.             this.axSymbologyControl.TabIndex = 3;
  92.             this.axSymbologyControl.OnDoubleClick += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnDoubleClickEventHandler(this.axSymbologyControl_OnDoubleClick);
  93.             this.axSymbologyControl.OnItemSelected += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnItemSelectedEventHandler(this.axSymbologyControl_OnItemSelected);
  94.             this.axSymbologyControl.OnStyleClassChanged += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnStyleClassChangedEventHandler(this.axSymbologyControl_OnStyleClassChanged);
  95.             // 
  96.             // axLicenseControl1
  97.             // 
  98.             this.axLicenseControl1.Enabled = true;
  99.             this.axLicenseControl1.Location = new System.Drawing.Point(335, 387);
  100.             this.axLicenseControl1.Name = "axLicenseControl1";
  101.             this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
  102.             this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
  103.             this.axLicenseControl1.TabIndex = 4;
  104.             // 
  105.             // ptbPreview
  106.             // 
  107.             this.ptbPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  108.                         | System.Windows.Forms.AnchorStyles.Right)));
  109.             this.ptbPreview.Location = new System.Drawing.Point(6, 17);
  110.             this.ptbPreview.Name = "ptbPreview";
  111.             this.ptbPreview.Size = new System.Drawing.Size(160, 120);
  112.             this.ptbPreview.TabIndex = 5;
  113.             this.ptbPreview.TabStop = false;
  114.             // 
  115.             // groupBox1
  116.             // 
  117.             this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
  118.             this.groupBox1.Controls.Add(this.ptbPreview);
  119.             this.groupBox1.Location = new System.Drawing.Point(327, 59);
  120.             this.groupBox1.Name = "groupBox1";
  121.             this.groupBox1.Size = new System.Drawing.Size(176, 145);
  122.             this.groupBox1.TabIndex = 6;
  123.             this.groupBox1.TabStop = false;
  124.             this.groupBox1.Text = "预览";
  125.             // 
  126.             // grbMarker
  127.             // 
  128.             this.grbMarker.Anchor = System.Windows.Forms.AnchorStyles.None;
  129.             this.grbMarker.Controls.Add(this.lblOutlineColor);
  130.             this.grbMarker.Controls.Add(this.btnOutlineColor);
  131.             this.grbMarker.Controls.Add(this.lblWidth);
  132.             this.grbMarker.Controls.Add(this.nudWidth);
  133.             this.grbMarker.Controls.Add(this.btnColor);
  134.             this.grbMarker.Controls.Add(this.nudSize);
  135.             this.grbMarker.Controls.Add(this.nudAngle);
  136.             this.grbMarker.Controls.Add(this.lblAngle);
  137.             this.grbMarker.Controls.Add(this.lblSize);
  138.             this.grbMarker.Controls.Add(this.lblColor);
  139.             this.grbMarker.Location = new System.Drawing.Point(327, 210);
  140.             this.grbMarker.Name = "grbMarker";
  141.             this.grbMarker.Size = new System.Drawing.Size(176, 165);
  142.             this.grbMarker.TabIndex = 8;
  143.             this.grbMarker.TabStop = false;
  144.             this.grbMarker.Text = "设置";
  145.             // 
  146.             // lblOutlineColor
  147.             // 
  148.             this.lblOutlineColor.AutoSize = true;
  149.             this.lblOutlineColor.Location = new System.Drawing.Point(6, 135);
  150.             this.lblOutlineColor.Name = "lblOutlineColor";
  151.             this.lblOutlineColor.Size = new System.Drawing.Size(53, 12);
  152.             this.lblOutlineColor.TabIndex = 13;
  153.             this.lblOutlineColor.Text = "外框颜色";
  154.             // 
  155.             // btnOutlineColor
  156.             // 
  157.             this.btnOutlineColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  158.                         | System.Windows.Forms.AnchorStyles.Right)));
  159.             this.btnOutlineColor.Location = new System.Drawing.Point(65, 130);
  160.             this.btnOutlineColor.Name = "btnOutlineColor";
  161.             this.btnOutlineColor.Size = new System.Drawing.Size(42, 23);
  162.             this.btnOutlineColor.TabIndex = 12;
  163.             this.btnOutlineColor.UseVisualStyleBackColor = true;
  164.             this.btnOutlineColor.Click += new System.EventHandler(this.btnOutlineColor_Click);
  165.             // 
  166.             // lblWidth
  167.             // 
  168.             this.lblWidth.AutoSize = true;
  169.             this.lblWidth.Location = new System.Drawing.Point(6, 78);
  170.             this.lblWidth.Name = "lblWidth";
  171.             this.lblWidth.Size = new System.Drawing.Size(29, 12);
  172.             this.lblWidth.TabIndex = 11;
  173.             this.lblWidth.Text = "宽度";
  174.             // 
  175.             // nudWidth
  176.             // 
  177.             this.nudWidth.Location = new System.Drawing.Point(53, 76);
  178.             this.nudWidth.Name = "nudWidth";
  179.             this.nudWidth.Size = new System.Drawing.Size(62, 21);
  180.             this.nudWidth.TabIndex = 10;
  181.             this.nudWidth.ValueChanged += new System.EventHandler(this.nudWidth_ValueChanged);
  182.             // 
  183.             // btnColor
  184.             // 
  185.             this.btnColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  186.                         | System.Windows.Forms.AnchorStyles.Right)));
  187.             this.btnColor.Location = new System.Drawing.Point(65, 20);
  188.             this.btnColor.Name = "btnColor";
  189.             this.btnColor.Size = new System.Drawing.Size(42, 23);
  190.             this.btnColor.TabIndex = 9;
  191.             this.btnColor.UseVisualStyleBackColor = true;
  192.             this.btnColor.Click += new System.EventHandler(this.btnColor_Click);
  193.             // 
  194.             // nudSize
  195.             // 
  196.             this.nudSize.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  197.                         | System.Windows.Forms.AnchorStyles.Left)
  198.                         | System.Windows.Forms.AnchorStyles.Right)));
  199.             this.nudSize.Location = new System.Drawing.Point(53, 49);
  200.             this.nudSize.Minimum = new decimal(new int[] {
  201.             1,
  202.             0,
  203.             0,
  204.             0});
  205.             this.nudSize.Name = "nudSize";
  206.             this.nudSize.Size = new System.Drawing.Size(72, 21);
  207.             this.nudSize.TabIndex = 4;
  208.             this.nudSize.Value = new decimal(new int[] {
  209.             18,
  210.             0,
  211.             0,
  212.             0});
  213.             this.nudSize.ValueChanged += new System.EventHandler(this.nudSize_ValueChanged);
  214.             // 
  215.             // nudAngle
  216.             // 
  217.             this.nudAngle.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  218.                         | System.Windows.Forms.AnchorStyles.Left)
  219.                         | System.Windows.Forms.AnchorStyles.Right)));
  220.             this.nudAngle.Location = new System.Drawing.Point(53, 103);
  221.             this.nudAngle.Maximum = new decimal(new int[] {
  222.             360,
  223.             0,
  224.             0,
  225.             0});
  226.             this.nudAngle.Minimum = new decimal(new int[] {
  227.             360,
  228.             0,
  229.             0,
  230.             -2147483648});
  231.             this.nudAngle.Name = "nudAngle";
  232.             this.nudAngle.Size = new System.Drawing.Size(72, 21);
  233.             this.nudAngle.TabIndex = 3;
  234.             this.nudAngle.ValueChanged += new System.EventHandler(this.nudAngle_ValueChanged);
  235.             // 
  236.             // lblAngle
  237.             // 
  238.             this.lblAngle.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  239.                         | System.Windows.Forms.AnchorStyles.Left)
  240.                         | System.Windows.Forms.AnchorStyles.Right)));
  241.             this.lblAngle.AutoSize = true;
  242.             this.lblAngle.Location = new System.Drawing.Point(6, 105);
  243.             this.lblAngle.Name = "lblAngle";
  244.             this.lblAngle.Size = new System.Drawing.Size(29, 12);
  245.             this.lblAngle.TabIndex = 2;
  246.             this.lblAngle.Text = "角度";
  247.             // 
  248.             // lblSize
  249.             // 
  250.             this.lblSize.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  251.                         | System.Windows.Forms.AnchorStyles.Left)
  252.                         | System.Windows.Forms.AnchorStyles.Right)));
  253.             this.lblSize.AutoSize = true;
  254.             this.lblSize.Location = new System.Drawing.Point(6, 51);
  255.             this.lblSize.Name = "lblSize";
  256.             this.lblSize.Size = new System.Drawing.Size(29, 12);
  257.             this.lblSize.TabIndex = 1;
  258.             this.lblSize.Text = "大小";
  259.             // 
  260.             // lblColor
  261.             // 
  262.             this.lblColor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  263.                         | System.Windows.Forms.AnchorStyles.Left)
  264.                         | System.Windows.Forms.AnchorStyles.Right)));
  265.             this.lblColor.AutoSize = true;
  266.             this.lblColor.Location = new System.Drawing.Point(6, 26);
  267.             this.lblColor.Name = "lblColor";
  268.             this.lblColor.Size = new System.Drawing.Size(29, 12);
  269.             this.lblColor.TabIndex = 0;
  270.             this.lblColor.Text = "颜色";
  271.             // 
  272.             // btnMoreSymbols
  273.             // 
  274.             this.btnMoreSymbols.Anchor = System.Windows.Forms.AnchorStyles.None;
  275.             this.btnMoreSymbols.Location = new System.Drawing.Point(428, 394);
  276.             this.btnMoreSymbols.Name = "btnMoreSymbols";
  277.             this.btnMoreSymbols.Size = new System.Drawing.Size(75, 23);
  278.             this.btnMoreSymbols.TabIndex = 9;
  279.             this.btnMoreSymbols.Text = "更多符号";
  280.             this.btnMoreSymbols.UseVisualStyleBackColor = true;
  281.             this.btnMoreSymbols.Click += new System.EventHandler(this.btnMoreSymbols_Click);
  282.             // 
  283.             // contextMenuStripMoreSymbol
  284.             // 
  285.             this.contextMenuStripMoreSymbol.Name = "contextMenuStripMoreSymbol";
  286.             this.contextMenuStripMoreSymbol.Size = new System.Drawing.Size(61, 4);
  287.             // 
  288.             // openFileDialog
  289.             // 
  290.             this.openFileDialog.Filter = "ESRI Style Set 文件 (*.ServerStyle)|*.ServerStyle";
  291.             this.openFileDialog.RestoreDirectory = true;
  292.             this.openFileDialog.Title = "选择ESRI Style Set文件";
  293.             // 
  294.             // SymbolSelectorFrm
  295.             // 
  296.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  297.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  298.             this.ClientSize = new System.Drawing.Size(515, 525);
  299.             this.Controls.Add(this.btnMoreSymbols);
  300.             this.Controls.Add(this.groupBox1);
  301.             this.Controls.Add(this.axLicenseControl1);
  302.             this.Controls.Add(this.grbMarker);
  303.             this.Controls.Add(this.btnCancel);
  304.             this.Controls.Add(this.axSymbologyControl);
  305.             this.Controls.Add(this.btnOK);
  306.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  307.             this.MaximizeBox = false;
  308.             this.MinimizeBox = false;
  309.             this.Name = "SymbolSelectorFrm";
  310.             this.ShowInTaskbar = false;
  311.             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  312.             this.Text = "SymbolSelector";
  313.             this.Load += new System.EventHandler(this.SymbolSelectorFrm_Load);
  314.             ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl)).EndInit();
  315.             ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
  316.             ((System.ComponentModel.ISupportInitialize)(this.ptbPreview)).EndInit();
  317.             this.groupBox1.ResumeLayout(false);
  318.             this.grbMarker.ResumeLayout(false);
  319.             this.grbMarker.PerformLayout();
  320.             ((System.ComponentModel.ISupportInitialize)(this.nudWidth)).EndInit();
  321.             ((System.ComponentModel.ISupportInitialize)(this.nudSize)).EndInit();
  322.             ((System.ComponentModel.ISupportInitialize)(this.nudAngle)).EndInit();
  323.             this.ResumeLayout(false);
  324.         }
  325.         #endregion
  326.         private System.Windows.Forms.Button btnOK;
  327.         private System.Windows.Forms.Button btnCancel;
  328.         private ESRI.ArcGIS.Controls.AxSymbologyControl axSymbologyControl;
  329.         private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
  330.         private System.Windows.Forms.PictureBox ptbPreview;
  331.         private System.Windows.Forms.GroupBox groupBox1;
  332.         private System.Windows.Forms.GroupBox grbMarker;
  333.         private System.Windows.Forms.NumericUpDown nudSize;
  334.         private System.Windows.Forms.NumericUpDown nudAngle;
  335.         private System.Windows.Forms.Label lblAngle;
  336.         private System.Windows.Forms.Label lblSize;
  337.         private System.Windows.Forms.Label lblColor;
  338.         private System.Windows.Forms.Button btnColor;
  339.         private System.Windows.Forms.ColorDialog colorDialog;
  340.         private System.Windows.Forms.NumericUpDown nudWidth;
  341.         private System.Windows.Forms.Label lblWidth;
  342.         private System.Windows.Forms.Button btnOutlineColor;
  343.         private System.Windows.Forms.Label lblOutlineColor;
  344.         private System.Windows.Forms.Button btnMoreSymbols;
  345.         private System.Windows.Forms.ContextMenuStrip contextMenuStripMoreSymbol;
  346.         private System.Windows.Forms.OpenFileDialog openFileDialog;
  347.     }
  348. }