namespace Cyberpipe { partial class FrmValiData { /// <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.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBoxLayer = new System.Windows.Forms.TextBox(); this.buttonXLayerPath = new DevComponents.DotNetBar.ButtonX(); this.cmbLayerType = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem1 = new DevComponents.Editors.ComboItem(); this.comboItem2 = new DevComponents.Editors.ComboItem(); this.comboItem3 = new DevComponents.Editors.ComboItem(); this.comboItem4 = new DevComponents.Editors.ComboItem(); this.label2 = new System.Windows.Forms.Label(); this.txtMessage = new System.Windows.Forms.TextBox(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.buttonXExportErrorMessage = new DevComponents.DotNetBar.ButtonX(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(95, 12); this.label1.TabIndex = 73; this.label1.Text = "Shapefile图层:"; // // groupBox1 // this.groupBox1.Controls.Add(this.textBoxLayer); this.groupBox1.Controls.Add(this.buttonXLayerPath); this.groupBox1.Controls.Add(this.cmbLayerType); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(4, 7); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(348, 86); this.groupBox1.TabIndex = 75; this.groupBox1.TabStop = false; // // textBoxLayer // this.textBoxLayer.Location = new System.Drawing.Point(110, 20); this.textBoxLayer.Name = "textBoxLayer"; this.textBoxLayer.ReadOnly = true; this.textBoxLayer.Size = new System.Drawing.Size(177, 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(296, 19); this.buttonXLayerPath.Name = "buttonXLayerPath"; this.buttonXLayerPath.Size = new System.Drawing.Size(46, 23); this.buttonXLayerPath.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonXLayerPath.TabIndex = 84; this.buttonXLayerPath.Text = "..."; this.buttonXLayerPath.Click += new System.EventHandler(this.buttonXLayerPath_Click); // // cmbLayerType // this.cmbLayerType.DisplayMember = "Text"; this.cmbLayerType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cmbLayerType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbLayerType.FormattingEnabled = true; this.cmbLayerType.ItemHeight = 15; this.cmbLayerType.Items.AddRange(new object[] { this.comboItem1, this.comboItem2, this.comboItem3, this.comboItem4}); this.cmbLayerType.Location = new System.Drawing.Point(110, 56); this.cmbLayerType.Name = "cmbLayerType"; this.cmbLayerType.Size = new System.Drawing.Size(177, 21); this.cmbLayerType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cmbLayerType.TabIndex = 82; // // comboItem1 // this.comboItem1.Text = "管线"; // // comboItem2 // this.comboItem2.Text = "雨篦"; // // comboItem3 // this.comboItem3.Text = "工井"; // // comboItem4 // this.comboItem4.Text = "阀门"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(10, 60); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 75; this.label2.Text = "图层类型:"; // // txtMessage // this.txtMessage.Location = new System.Drawing.Point(10, 104); this.txtMessage.Multiline = true; this.txtMessage.Name = "txtMessage"; this.txtMessage.ReadOnly = true; this.txtMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtMessage.Size = new System.Drawing.Size(341, 135); this.txtMessage.TabIndex = 78; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(15, 245); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 79; this.buttonX1.Text = "验证"; this.buttonX1.Click += new System.EventHandler(this.btnVali_Click); // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Location = new System.Drawing.Point(272, 245); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(75, 23); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 80; this.buttonX2.Text = "取消"; this.buttonX2.Click += new System.EventHandler(this.btnCancel_Click); // // buttonXExportErrorMessage // this.buttonXExportErrorMessage.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonXExportErrorMessage.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonXExportErrorMessage.Location = new System.Drawing.Point(134, 245); this.buttonXExportErrorMessage.Name = "buttonXExportErrorMessage"; this.buttonXExportErrorMessage.Size = new System.Drawing.Size(97, 23); this.buttonXExportErrorMessage.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonXExportErrorMessage.TabIndex = 81; this.buttonXExportErrorMessage.Text = "导出错误信息"; this.buttonXExportErrorMessage.Click += new System.EventHandler(this.buttonXExportErrorMessage_Click); // // FrmValiData // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(359, 275); this.Controls.Add(this.buttonXExportErrorMessage); this.Controls.Add(this.buttonX2); this.Controls.Add(this.buttonX1); this.Controls.Add(this.txtMessage); this.Controls.Add(this.groupBox1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmValiData"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据验证"; this.Load += new System.EventHandler(this.FrmValiData_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmValiData_FormClosing); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtMessage; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.ButtonX buttonX2; private DevComponents.DotNetBar.Controls.ComboBoxEx cmbLayerType; private DevComponents.Editors.ComboItem comboItem1; private DevComponents.Editors.ComboItem comboItem2; private DevComponents.Editors.ComboItem comboItem3; private DevComponents.Editors.ComboItem comboItem4; private System.Windows.Forms.TextBox textBoxLayer; private DevComponents.DotNetBar.ButtonX buttonXLayerPath; private DevComponents.DotNetBar.ButtonX buttonXExportErrorMessage; } }