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.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(20, 53); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 1; this.label2.Text = "图层文件:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(19, 87); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 3; this.label5.Text = "图层名称:"; // // txtLayerName // this.txtLayerName.Location = new System.Drawing.Point(120, 83); this.txtLayerName.Name = "txtLayerName"; this.txtLayerName.Size = new System.Drawing.Size(196, 21); this.txtLayerName.TabIndex = 4; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(20, 122); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(89, 12); this.label6.TabIndex = 3; this.label6.Text = "模型名称字段:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(20, 158); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(89, 12); this.label7.TabIndex = 3; this.label7.Text = "模型路径字段:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(20, 193); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(71, 12); this.label8.TabIndex = 3; this.label8.Text = "Z坐标字段:"; // // label9 // this.label9.Location = new System.Drawing.Point(18, 12); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(328, 35); this.label9.TabIndex = 1; this.label9.Text = "shp字段名要求是中文字段,入库后的字段名称和shp一致。\r\n阀门模型文件夹必须和程序可执行文件在同一个目录下"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(320, 122); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(89, 12); 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(120, 190); this.combZ.Name = "combZ"; this.combZ.Size = new System.Drawing.Size(196, 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(120, 155); this.combPath.Name = "combPath"; this.combPath.Size = new System.Drawing.Size(196, 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(120, 118); this.combModelName.Name = "combModelName"; this.combModelName.Size = new System.Drawing.Size(196, 21); this.combModelName.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.combModelName.TabIndex = 80; // // button3 // this.button3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.button3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.button3.Location = new System.Drawing.Point(324, 223); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); 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(120, 50); this.textBoxLayer.Name = "textBoxLayer"; this.textBoxLayer.ReadOnly = true; this.textBoxLayer.Size = new System.Drawing.Size(196, 21); this.textBoxLayer.TabIndex = 85; // // buttonXLayerPath // this.buttonXLayerPath.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonXLayerPath.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonXLayerPath.Location = new System.Drawing.Point(324, 49); this.buttonXLayerPath.Name = "buttonXLayerPath"; this.buttonXLayerPath.Size = new System.Drawing.Size(75, 23); this.buttonXLayerPath.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonXLayerPath.TabIndex = 84; this.buttonXLayerPath.Text = "..."; this.buttonXLayerPath.Click += new System.EventHandler(this.buttonXLayerPath_Click); // // FrmAddValve // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(418, 259); 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.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmAddValve"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "阀门模型批量入库-数据库"; this.Load += new System.EventHandler(this.FrmAddWellShp_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAddValve_FormClosing); 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; } }