using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmEditShapeFile_DeleteField { /// <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.textBoxLayerCaption = new System.Windows.Forms.TextBox(); this.buttonDelete = new DevComponents.DotNetBar.ButtonX(); this.buttonCancel = new DevComponents.DotNetBar.ButtonX(); this.buttonCheckAll = new DevComponents.DotNetBar.ButtonX(); this.buttonCheckUnCheckde = new DevComponents.DotNetBar.ButtonX(); this.buttonReset = new DevComponents.DotNetBar.ButtonX(); this.listViewFields = new DevComponents.DotNetBar.Controls.ListViewEx(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(22, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 0; this.label1.Text = "图层名称:"; // // textBoxLayerCaption // this.textBoxLayerCaption.Enabled = false; this.textBoxLayerCaption.Location = new System.Drawing.Point(93, 18); this.textBoxLayerCaption.Name = "textBoxLayerCaption"; this.textBoxLayerCaption.Size = new System.Drawing.Size(182, 21); this.textBoxLayerCaption.TabIndex = 1; // // buttonDelete // this.buttonDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonDelete.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonDelete.Location = new System.Drawing.Point(166, 231); this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Size = new System.Drawing.Size(50, 23); this.buttonDelete.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonDelete.TabIndex = 10; this.buttonDelete.Text = "删除"; this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click); // // buttonCancel // this.buttonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonCancel.Location = new System.Drawing.Point(227, 231); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(50, 23); this.buttonCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonCancel.TabIndex = 11; this.buttonCancel.Text = "取消"; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonCheckAll // this.buttonCheckAll.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonCheckAll.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonCheckAll.Location = new System.Drawing.Point(225, 56); this.buttonCheckAll.Name = "buttonCheckAll"; this.buttonCheckAll.Size = new System.Drawing.Size(50, 23); this.buttonCheckAll.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonCheckAll.TabIndex = 12; this.buttonCheckAll.Text = "全选"; this.buttonCheckAll.Click += new System.EventHandler(this.buttonCheckAll_Click); // // buttonCheckUnCheckde // this.buttonCheckUnCheckde.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonCheckUnCheckde.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonCheckUnCheckde.Location = new System.Drawing.Point(225, 86); this.buttonCheckUnCheckde.Name = "buttonCheckUnCheckde"; this.buttonCheckUnCheckde.Size = new System.Drawing.Size(50, 23); this.buttonCheckUnCheckde.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonCheckUnCheckde.TabIndex = 13; this.buttonCheckUnCheckde.Text = "反选"; this.buttonCheckUnCheckde.Click += new System.EventHandler(this.buttonCheckUnCheckde_Click); // // buttonReset // this.buttonReset.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonReset.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonReset.Location = new System.Drawing.Point(225, 115); this.buttonReset.Name = "buttonReset"; this.buttonReset.Size = new System.Drawing.Size(50, 23); this.buttonReset.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonReset.TabIndex = 14; this.buttonReset.Text = "重置"; this.buttonReset.Click += new System.EventHandler(this.buttonReset_Click); // // listViewFields // // // // this.listViewFields.Border.Class = "ListViewBorder"; this.listViewFields.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.listViewFields.Location = new System.Drawing.Point(24, 56); this.listViewFields.Name = "listViewFields"; this.listViewFields.Size = new System.Drawing.Size(195, 161); this.listViewFields.TabIndex = 15; this.listViewFields.UseCompatibleStateImageBehavior = false; this.listViewFields.View = System.Windows.Forms.View.List; // // FrmEditShapeFile_DeleteField // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(298, 266); this.Controls.Add(this.listViewFields); this.Controls.Add(this.buttonReset); this.Controls.Add(this.buttonCheckUnCheckde); this.Controls.Add(this.buttonCheckAll); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonDelete); this.Controls.Add(this.textBoxLayerCaption); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmEditShapeFile_DeleteField"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "删除字段"; this.Load += new System.EventHandler(this.FrmDeleteFieldFromLayer_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label label1; private TextBox textBoxLayerCaption; private ButtonX buttonDelete; private ButtonX buttonCancel; private ButtonX buttonCheckAll; private ButtonX buttonCheckUnCheckde; private ButtonX buttonReset; private ListViewEx listViewFields; } }