using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; namespace Cyberpipe { partial class FrmValiDataShowErrorMessage { /// <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.txtMessage = new System.Windows.Forms.TextBox(); this.buttonXCancel = new DevComponents.DotNetBar.ButtonX(); this.buttonXExportErrorMessage = new DevComponents.DotNetBar.ButtonX(); this.textBoxShpLayerPath = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // txtMessage // this.txtMessage.Location = new System.Drawing.Point(10, 64); 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, 175); this.txtMessage.TabIndex = 78; // // buttonXCancel // this.buttonXCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonXCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonXCancel.Location = new System.Drawing.Point(272, 246); this.buttonXCancel.Name = "buttonXCancel"; this.buttonXCancel.Size = new System.Drawing.Size(75, 23); this.buttonXCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonXCancel.TabIndex = 80; this.buttonXCancel.Text = "取消"; this.buttonXCancel.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, 246); 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); // // textBoxShpLayerPath // this.textBoxShpLayerPath.Location = new System.Drawing.Point(114, 13); this.textBoxShpLayerPath.Name = "textBoxShpLayerPath"; this.textBoxShpLayerPath.ReadOnly = true; this.textBoxShpLayerPath.Size = new System.Drawing.Size(233, 21); this.textBoxShpLayerPath.TabIndex = 89; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(13, 19); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(95, 12); this.label3.TabIndex = 88; this.label3.Text = "Shapefile图层:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 47); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(173, 12); this.label1.TabIndex = 90; this.label1.Text = "错误信息如下面的文本框所示:"; // // FrmValiDataShowErrorMessage // 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.label1); this.Controls.Add(this.textBoxShpLayerPath); this.Controls.Add(this.label3); this.Controls.Add(this.buttonXExportErrorMessage); this.Controls.Add(this.buttonXCancel); this.Controls.Add(this.txtMessage); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmValiDataShowErrorMessage"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据验证-错误信息"; this.Load += new System.EventHandler(this.FrmValiData_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private TextBox txtMessage; private ButtonX buttonXCancel; private ButtonX buttonXExportErrorMessage; private TextBox textBoxShpLayerPath; private Label label3; private Label label1; } }