www.pudn.com > ObjectListViewDemo.zip > ColumnSelectionForm.Designer.cs


namespace ObjectListViewDemo 
{ 
    partial class ColumnSelectionForm 
    { 
        ///  
        /// 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.buttonMoveUp = new System.Windows.Forms.Button(); 
            this.buttonMoveDown = new System.Windows.Forms.Button(); 
            this.buttonShow = new System.Windows.Forms.Button(); 
            this.buttonHide = new System.Windows.Forms.Button(); 
            this.label1 = new System.Windows.Forms.Label(); 
            this.buttonOK = new System.Windows.Forms.Button(); 
            this.buttonCancel = new System.Windows.Forms.Button(); 
            this.objectListView1 = new BrightIdeasSoftware.ObjectListView(); 
            this.olvColumn1 = new BrightIdeasSoftware.OLVColumn(); 
            ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).BeginInit(); 
            this.SuspendLayout(); 
            //  
            // buttonMoveUp 
            //  
            this.buttonMoveUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 
            this.buttonMoveUp.Location = new System.Drawing.Point(295, 31); 
            this.buttonMoveUp.Name = "buttonMoveUp"; 
            this.buttonMoveUp.Size = new System.Drawing.Size(87, 23); 
            this.buttonMoveUp.TabIndex = 1; 
            this.buttonMoveUp.Text = "Move &Up"; 
            this.buttonMoveUp.UseVisualStyleBackColor = true; 
            this.buttonMoveUp.Click += new System.EventHandler(this.buttonMoveUp_Click); 
            //  
            // buttonMoveDown 
            //  
            this.buttonMoveDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 
            this.buttonMoveDown.Location = new System.Drawing.Point(295, 60); 
            this.buttonMoveDown.Name = "buttonMoveDown"; 
            this.buttonMoveDown.Size = new System.Drawing.Size(87, 23); 
            this.buttonMoveDown.TabIndex = 2; 
            this.buttonMoveDown.Text = "Move &Down"; 
            this.buttonMoveDown.UseVisualStyleBackColor = true; 
            this.buttonMoveDown.Click += new System.EventHandler(this.buttonMoveDown_Click); 
            //  
            // buttonShow 
            //  
            this.buttonShow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 
            this.buttonShow.Location = new System.Drawing.Point(295, 89); 
            this.buttonShow.Name = "buttonShow"; 
            this.buttonShow.Size = new System.Drawing.Size(87, 23); 
            this.buttonShow.TabIndex = 3; 
            this.buttonShow.Text = "&Show"; 
            this.buttonShow.UseVisualStyleBackColor = true; 
            this.buttonShow.Click += new System.EventHandler(this.buttonShow_Click); 
            //  
            // buttonHide 
            //  
            this.buttonHide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 
            this.buttonHide.Location = new System.Drawing.Point(295, 118); 
            this.buttonHide.Name = "buttonHide"; 
            this.buttonHide.Size = new System.Drawing.Size(87, 23); 
            this.buttonHide.TabIndex = 4; 
            this.buttonHide.Text = "&Hide"; 
            this.buttonHide.UseVisualStyleBackColor = true; 
            this.buttonHide.Click += new System.EventHandler(this.buttonHide_Click); 
            //  
            // label1 
            //  
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
                        | System.Windows.Forms.AnchorStyles.Right))); 
            this.label1.BackColor = System.Drawing.SystemColors.Control; 
            this.label1.Location = new System.Drawing.Point(13, 9); 
            this.label1.Name = "label1"; 
            this.label1.Size = new System.Drawing.Size(366, 19); 
            this.label1.TabIndex = 5; 
            this.label1.Text = "Choose the columns you want to see in this list. "; 
            //  
            // buttonOK 
            //  
            this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 
            this.buttonOK.Location = new System.Drawing.Point(198, 304); 
            this.buttonOK.Name = "buttonOK"; 
            this.buttonOK.Size = new System.Drawing.Size(87, 23); 
            this.buttonOK.TabIndex = 6; 
            this.buttonOK.Text = "&OK"; 
            this.buttonOK.UseVisualStyleBackColor = true; 
            this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); 
            //  
            // buttonCancel 
            //  
            this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 
            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 
            this.buttonCancel.Location = new System.Drawing.Point(295, 304); 
            this.buttonCancel.Name = "buttonCancel"; 
            this.buttonCancel.Size = new System.Drawing.Size(87, 23); 
            this.buttonCancel.TabIndex = 7; 
            this.buttonCancel.Text = "&Cancel"; 
            this.buttonCancel.UseVisualStyleBackColor = true; 
            this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); 
            //  
            // objectListView1 
            //  
            this.objectListView1.AllColumns.Add(this.olvColumn1); 
            this.objectListView1.AlternateRowBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); 
            this.objectListView1.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.objectListView1.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick; 
            this.objectListView1.CheckBoxes = true; 
            this.objectListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 
            this.olvColumn1}); 
            this.objectListView1.FullRowSelect = true; 
            this.objectListView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; 
            this.objectListView1.HideSelection = false; 
            this.objectListView1.Location = new System.Drawing.Point(12, 31); 
            this.objectListView1.MultiSelect = false; 
            this.objectListView1.Name = "objectListView1"; 
            this.objectListView1.ShowGroups = false; 
            this.objectListView1.ShowSortIndicators = false; 
            this.objectListView1.Size = new System.Drawing.Size(273, 259); 
            this.objectListView1.TabIndex = 0; 
            this.objectListView1.UseCompatibleStateImageBehavior = false; 
            this.objectListView1.View = System.Windows.Forms.View.Details; 
            this.objectListView1.SelectionChanged += new System.EventHandler(this.objectListView1_SelectionChanged); 
            //  
            // olvColumn1 
            //  
            this.olvColumn1.AspectName = "Text"; 
            this.olvColumn1.IsVisible = true; 
            this.olvColumn1.Text = "Column"; 
            this.olvColumn1.Width = 267; 
            //  
            // ColumnSelectionForm 
            //  
            this.AcceptButton = this.buttonOK; 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.CancelButton = this.buttonCancel; 
            this.ClientSize = new System.Drawing.Size(391, 339); 
            this.Controls.Add(this.buttonCancel); 
            this.Controls.Add(this.buttonOK); 
            this.Controls.Add(this.label1); 
            this.Controls.Add(this.buttonHide); 
            this.Controls.Add(this.buttonShow); 
            this.Controls.Add(this.buttonMoveDown); 
            this.Controls.Add(this.buttonMoveUp); 
            this.Controls.Add(this.objectListView1); 
            this.MaximizeBox = false; 
            this.MinimizeBox = false; 
            this.Name = "ColumnSelectionForm"; 
            this.ShowIcon = false; 
            this.ShowInTaskbar = false; 
            this.Text = "Column Selection"; 
            ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).EndInit(); 
            this.ResumeLayout(false); 
 
        } 
 
        #endregion 
 
        private BrightIdeasSoftware.ObjectListView objectListView1; 
        private System.Windows.Forms.Button buttonMoveUp; 
        private System.Windows.Forms.Button buttonMoveDown; 
        private System.Windows.Forms.Button buttonShow; 
        private System.Windows.Forms.Button buttonHide; 
        private BrightIdeasSoftware.OLVColumn olvColumn1; 
        private System.Windows.Forms.Label label1; 
        private System.Windows.Forms.Button buttonOK; 
        private System.Windows.Forms.Button buttonCancel; 
    } 
}