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

GIS编程

开发平台:

Visual C++

  1. namespace LinGIS
  2. {
  3.     partial class ColorRampSelectorFrm
  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.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ColorRampSelectorFrm));
  29.             this.axSymbologyControl = new ESRI.ArcGIS.Controls.AxSymbologyControl();
  30.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  31.             this.ptbPreview = new System.Windows.Forms.PictureBox();
  32.             this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
  33.             this.btnCancel = new System.Windows.Forms.Button();
  34.             this.btnOK = new System.Windows.Forms.Button();
  35.             ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl)).BeginInit();
  36.             this.groupBox1.SuspendLayout();
  37.             ((System.ComponentModel.ISupportInitialize)(this.ptbPreview)).BeginInit();
  38.             ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
  39.             this.SuspendLayout();
  40.             // 
  41.             // axSymbologyControl
  42.             // 
  43.             this.axSymbologyControl.Location = new System.Drawing.Point(12, 38);
  44.             this.axSymbologyControl.Name = "axSymbologyControl";
  45.             this.axSymbologyControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSymbologyControl.OcxState")));
  46.             this.axSymbologyControl.Size = new System.Drawing.Size(309, 409);
  47.             this.axSymbologyControl.TabIndex = 4;
  48.             this.axSymbologyControl.OnDoubleClick += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnDoubleClickEventHandler(this.axSymbologyControl_OnDoubleClick);
  49.             this.axSymbologyControl.OnItemSelected += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnItemSelectedEventHandler(this.axSymbologyControl_OnItemSelected);
  50.             // 
  51.             // groupBox1
  52.             // 
  53.             this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
  54.             this.groupBox1.Controls.Add(this.ptbPreview);
  55.             this.groupBox1.Location = new System.Drawing.Point(327, 38);
  56.             this.groupBox1.Name = "groupBox1";
  57.             this.groupBox1.Size = new System.Drawing.Size(176, 150);
  58.             this.groupBox1.TabIndex = 7;
  59.             this.groupBox1.TabStop = false;
  60.             this.groupBox1.Text = "预览";
  61.             // 
  62.             // ptbPreview
  63.             // 
  64.             this.ptbPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  65.                         | System.Windows.Forms.AnchorStyles.Right)));
  66.             this.ptbPreview.Location = new System.Drawing.Point(6, 17);
  67.             this.ptbPreview.Name = "ptbPreview";
  68.             this.ptbPreview.Size = new System.Drawing.Size(160, 120);
  69.             this.ptbPreview.TabIndex = 5;
  70.             this.ptbPreview.TabStop = false;
  71.             // 
  72.             // axLicenseControl1
  73.             // 
  74.             this.axLicenseControl1.Anchor = System.Windows.Forms.AnchorStyles.None;
  75.             this.axLicenseControl1.Enabled = true;
  76.             this.axLicenseControl1.Location = new System.Drawing.Point(378, 416);
  77.             this.axLicenseControl1.Name = "axLicenseControl1";
  78.             this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
  79.             this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
  80.             this.axLicenseControl1.TabIndex = 12;
  81.             // 
  82.             // btnCancel
  83.             // 
  84.             this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.None;
  85.             this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  86.             this.btnCancel.Location = new System.Drawing.Point(428, 425);
  87.             this.btnCancel.Name = "btnCancel";
  88.             this.btnCancel.Size = new System.Drawing.Size(75, 23);
  89.             this.btnCancel.TabIndex = 11;
  90.             this.btnCancel.Text = "取消";
  91.             this.btnCancel.UseVisualStyleBackColor = true;
  92.             this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  93.             // 
  94.             // btnOK
  95.             // 
  96.             this.btnOK.Anchor = System.Windows.Forms.AnchorStyles.None;
  97.             this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  98.             this.btnOK.Location = new System.Drawing.Point(428, 396);
  99.             this.btnOK.Name = "btnOK";
  100.             this.btnOK.Size = new System.Drawing.Size(75, 23);
  101.             this.btnOK.TabIndex = 10;
  102.             this.btnOK.Text = "确定";
  103.             this.btnOK.UseVisualStyleBackColor = true;
  104.             this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  105.             // 
  106.             // ColorRampSelectorFrm
  107.             // 
  108.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  109.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  110.             this.ClientSize = new System.Drawing.Size(517, 497);
  111.             this.Controls.Add(this.axLicenseControl1);
  112.             this.Controls.Add(this.btnCancel);
  113.             this.Controls.Add(this.btnOK);
  114.             this.Controls.Add(this.groupBox1);
  115.             this.Controls.Add(this.axSymbologyControl);
  116.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  117.             this.MaximizeBox = false;
  118.             this.MinimizeBox = false;
  119.             this.Name = "ColorRampSelectorFrm";
  120.             this.ShowInTaskbar = false;
  121.             this.Text = "颜色带选择器";
  122.             this.Load += new System.EventHandler(this.ColorRampSelectorFrm_Load);
  123.             ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl)).EndInit();
  124.             this.groupBox1.ResumeLayout(false);
  125.             ((System.ComponentModel.ISupportInitialize)(this.ptbPreview)).EndInit();
  126.             ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
  127.             this.ResumeLayout(false);
  128.         }
  129.         #endregion
  130.         private ESRI.ArcGIS.Controls.AxSymbologyControl axSymbologyControl;
  131.         private System.Windows.Forms.GroupBox groupBox1;
  132.         private System.Windows.Forms.PictureBox ptbPreview;
  133.         private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
  134.         private System.Windows.Forms.Button btnCancel;
  135.         private System.Windows.Forms.Button btnOK;
  136.     }
  137. }