namespace ProjectBase.Controls { partial class FrmSelectColumnDisplay { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSelectColumnDisplay)); this.panel1 = new System.Windows.Forms.Panel(); this.btn_OK = new DevExpress.XtraEditors.SimpleButton(); this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components); this.check_SelectAll = new System.Windows.Forms.CheckBox(); this.check_Inverse = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.Location = new System.Drawing.Point(14, 14); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(306, 309); this.panel1.TabIndex = 0; // // btn_OK // this.btn_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_OK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btn_OK.ImageIndex = 0; this.btn_OK.ImageList = this.imageCollection1; this.btn_OK.Location = new System.Drawing.Point(248, 341); this.btn_OK.Name = "btn_OK"; this.btn_OK.Size = new System.Drawing.Size(72, 23); this.btn_OK.TabIndex = 1; this.btn_OK.Text = "确定(&O)"; // // imageCollection1 // this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream"))); // // check_SelectAll // this.check_SelectAll.AutoSize = true; this.check_SelectAll.Location = new System.Drawing.Point(15, 330); this.check_SelectAll.Name = "check_SelectAll"; this.check_SelectAll.Size = new System.Drawing.Size(91, 18); this.check_SelectAll.TabIndex = 2; this.check_SelectAll.Text = "全选/全不选"; this.check_SelectAll.UseVisualStyleBackColor = true; this.check_SelectAll.CheckedChanged += new System.EventHandler(this.check_SelectAll_CheckedChanged); // // check_Inverse // this.check_Inverse.AutoSize = true; this.check_Inverse.Location = new System.Drawing.Point(128, 330); this.check_Inverse.Name = "check_Inverse"; this.check_Inverse.Size = new System.Drawing.Size(50, 18); this.check_Inverse.TabIndex = 3; this.check_Inverse.Text = "反选"; this.check_Inverse.UseVisualStyleBackColor = true; this.check_Inverse.CheckedChanged += new System.EventHandler(this.check_Inverse_CheckedChanged); // // FrmSelectColumnDisplay // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(334, 387); this.Controls.Add(this.check_Inverse); this.Controls.Add(this.check_SelectAll); this.Controls.Add(this.btn_OK); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmSelectColumnDisplay"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "设置列的可见性"; this.Load += new System.EventHandler(this.FrmSelectColumnDisplay_Load); ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.SimpleButton btn_OK; private System.Windows.Forms.CheckBox check_SelectAll; private System.Windows.Forms.CheckBox check_Inverse; private DevExpress.Utils.ImageCollection imageCollection1; } }