//===================================================================== /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.dgDropDown = new EWSoftware.ListControls.DropDownDataGrid(); ((System.ComponentModel.ISupportInitialize)(this.dgDropDown)).BeginInit(); this.SuspendLayout(); // // dgDropDown // this.dgDropDown.AllowNavigation = false; this.dgDropDown.AllowSorting = false; this.dgDropDown.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.dgDropDown.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgDropDown.CaptionVisible = false; this.dgDropDown.DataMember = ""; this.dgDropDown.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.dgDropDown.Location = new System.Drawing.Point(0, 0); this.dgDropDown.Name = "dgDropDown"; this.dgDropDown.ParentRowsVisible = false; this.dgDropDown.ReadOnly = true; this.dgDropDown.Size = new System.Drawing.Size(326, 192); this.dgDropDown.TabIndex = 0; this.dgDropDown.MouseUp += this.dgDropDown_MouseUp; // // MultiColumnDropDown // this.Controls.Add(this.dgDropDown); this.Name = "MultiColumnDropDown"; this.Size = new System.Drawing.Size(328, 208); ((System.ComponentModel.ISupportInitialize)(this.dgDropDown)).EndInit(); this.ResumeLayout(false); }