using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; using DevComponents.Editors; namespace Cyberpipe { partial class FrmValiData { /// <summary> /// Required designer variable. /// </summary> private 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.cmbShps = new System.Windows.Forms.ComboBox(); 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.cmbShps); 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; // // cmbShps // this.cmbShps.FormattingEnabled = true; this.cmbShps.Location = new System.Drawing.Point(110, 22); this.cmbShps.Name = "cmbShps"; this.cmbShps.Size = new System.Drawing.Size(232, 20); this.cmbShps.TabIndex = 86; this.cmbShps.SelectedIndexChanged += new System.EventHandler(this.cmbShps_SelectedIndexChanged); // // 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(232, 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, 247); 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, 247); 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, 247); 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, 280); 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.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmValiData_FormClosing); this.Load += new System.EventHandler(this.FrmValiData_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label label1; private GroupBox groupBox1; private Label label2; private TextBox txtMessage; private ButtonX buttonX1; private ButtonX buttonX2; private ComboBoxEx cmbLayerType; private ComboItem comboItem1; private ComboItem comboItem2; private ComboItem comboItem3; private ComboItem comboItem4; private ButtonX buttonXExportErrorMessage; private ComboBox cmbShps; } }