Newer
Older
EMS_SZ / FrmAddValve.designer.cs
root on 21 Mar 2016 13 KB first
namespace Cyberpipe
{
    partial class FrmAddValve
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.label2 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.txtLayerName = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.combZ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.combPath = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.combModelName = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.button3 = new DevComponents.DotNetBar.ButtonX();
            this.textBoxLayer = new System.Windows.Forms.TextBox();
            this.buttonXLayerPath = new DevComponents.DotNetBar.ButtonX();
            this.combfile = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.SuspendLayout();
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(27, 66);
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(82, 15);
            this.label2.TabIndex = 1;
            this.label2.Text = "图层文件:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(25, 109);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(82, 15);
            this.label5.TabIndex = 3;
            this.label5.Text = "图层名称:";
            // 
            // txtLayerName
            // 
            this.txtLayerName.Location = new System.Drawing.Point(160, 104);
            this.txtLayerName.Margin = new System.Windows.Forms.Padding(4);
            this.txtLayerName.Name = "txtLayerName";
            this.txtLayerName.Size = new System.Drawing.Size(260, 25);
            this.txtLayerName.TabIndex = 4;
            this.txtLayerName.TextChanged += new System.EventHandler(this.txtLayerName_TextChanged);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(27, 152);
            this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(112, 15);
            this.label6.TabIndex = 3;
            this.label6.Text = "模型名称字段:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(27, 198);
            this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(112, 15);
            this.label7.TabIndex = 3;
            this.label7.Text = "模型路径字段:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(27, 241);
            this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(90, 15);
            this.label8.TabIndex = 3;
            this.label8.Text = "Z坐标字段:";
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(24, 15);
            this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(437, 44);
            this.label9.TabIndex = 1;
            this.label9.Text = "shp字段名要求是中文字段,入库后的字段名称和shp一致。\r\n阀门模型文件夹必须和程序可执行文件在同一个目录下";
            this.label9.Click += new System.EventHandler(this.label9_Click);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(427, 152);
            this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(112, 15);
            this.label10.TabIndex = 3;
            this.label10.Text = "鼠标提示的名称";
            // 
            // combZ
            // 
            this.combZ.DisplayMember = "Text";
            this.combZ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combZ.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combZ.FormattingEnabled = true;
            this.combZ.ItemHeight = 15;
            this.combZ.Location = new System.Drawing.Point(160, 238);
            this.combZ.Margin = new System.Windows.Forms.Padding(4);
            this.combZ.Name = "combZ";
            this.combZ.Size = new System.Drawing.Size(260, 21);
            this.combZ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combZ.TabIndex = 82;
            // 
            // combPath
            // 
            this.combPath.DisplayMember = "Text";
            this.combPath.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combPath.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combPath.FormattingEnabled = true;
            this.combPath.ItemHeight = 15;
            this.combPath.Location = new System.Drawing.Point(160, 194);
            this.combPath.Margin = new System.Windows.Forms.Padding(4);
            this.combPath.Name = "combPath";
            this.combPath.Size = new System.Drawing.Size(260, 21);
            this.combPath.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combPath.TabIndex = 81;
            // 
            // combModelName
            // 
            this.combModelName.DisplayMember = "Text";
            this.combModelName.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combModelName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combModelName.FormattingEnabled = true;
            this.combModelName.ItemHeight = 15;
            this.combModelName.Location = new System.Drawing.Point(160, 148);
            this.combModelName.Margin = new System.Windows.Forms.Padding(4);
            this.combModelName.Name = "combModelName";
            this.combModelName.Size = new System.Drawing.Size(260, 21);
            this.combModelName.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combModelName.TabIndex = 80;
            this.combModelName.SelectedIndexChanged += new System.EventHandler(this.combModelName_SelectedIndexChanged);
            // 
            // button3
            // 
            this.button3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.button3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.button3.Location = new System.Drawing.Point(432, 279);
            this.button3.Margin = new System.Windows.Forms.Padding(4);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(100, 29);
            this.button3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.button3.TabIndex = 83;
            this.button3.Text = "确定";
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // textBoxLayer
            // 
            this.textBoxLayer.Location = new System.Drawing.Point(160, 30);
            this.textBoxLayer.Margin = new System.Windows.Forms.Padding(4);
            this.textBoxLayer.Name = "textBoxLayer";
            this.textBoxLayer.ReadOnly = true;
            this.textBoxLayer.Size = new System.Drawing.Size(260, 25);
            this.textBoxLayer.TabIndex = 85;
            this.textBoxLayer.TextChanged += new System.EventHandler(this.textBoxLayer_TextChanged);
            // 
            // buttonXLayerPath
            // 
            this.buttonXLayerPath.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonXLayerPath.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonXLayerPath.Location = new System.Drawing.Point(432, 61);
            this.buttonXLayerPath.Margin = new System.Windows.Forms.Padding(4);
            this.buttonXLayerPath.Name = "buttonXLayerPath";
            this.buttonXLayerPath.Size = new System.Drawing.Size(100, 29);
            this.buttonXLayerPath.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonXLayerPath.TabIndex = 84;
            this.buttonXLayerPath.Text = "...";
            this.buttonXLayerPath.Click += new System.EventHandler(this.buttonXLayerPath_Click);
            // 
            // combfile
            // 
            this.combfile.DisplayMember = "Text";
            this.combfile.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combfile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combfile.FormattingEnabled = true;
            this.combfile.ItemHeight = 15;
            this.combfile.Location = new System.Drawing.Point(160, 63);
            this.combfile.Margin = new System.Windows.Forms.Padding(4);
            this.combfile.Name = "combfile";
            this.combfile.Size = new System.Drawing.Size(260, 21);
            this.combfile.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combfile.TabIndex = 86;
            this.combfile.SelectedIndexChanged += new System.EventHandler(this.combfile_SelectedIndexChanged);
            // 
            // FrmAddValve
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(557, 324);
            this.Controls.Add(this.combfile);
            this.Controls.Add(this.textBoxLayer);
            this.Controls.Add(this.buttonXLayerPath);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.combZ);
            this.Controls.Add(this.combPath);
            this.Controls.Add(this.combModelName);
            this.Controls.Add(this.txtLayerName);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.label2);
            this.DoubleBuffered = true;
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.MaximizeBox = false;
            this.Name = "FrmAddValve";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "交越点模型批量入库-数据库";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAddValve_FormClosing);
            this.Load += new System.EventHandler(this.FrmAddWellShp_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtLayerName;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label10;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combZ;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combPath;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combModelName;
        private DevComponents.DotNetBar.ButtonX button3;
        private System.Windows.Forms.TextBox textBoxLayer;
        private DevComponents.DotNetBar.ButtonX buttonXLayerPath;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combfile;
    }
}