namespace WinApp { partial class frmGroupSelect { /// /// 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(); this.lbGroups = new System.Windows.Forms.ListBox(); this.groupInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components); this.btnCancel = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.btnOK = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.groupInfoListBindingSource)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // lbGroups // this.lbGroups.DataSource = this.groupInfoListBindingSource; this.lbGroups.DisplayMember = "GroupName"; this.lbGroups.Dock = System.Windows.Forms.DockStyle.Fill; this.lbGroups.FormattingEnabled = true; this.lbGroups.ItemHeight = 16; this.lbGroups.Location = new System.Drawing.Point(0, 0); this.lbGroups.Name = "lbGroups"; this.lbGroups.Size = new System.Drawing.Size(298, 292); this.lbGroups.TabIndex = 3; this.lbGroups.ValueMember = "Gid"; // // groupInfoListBindingSource // this.groupInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.GroupInfo); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Dock = System.Windows.Forms.DockStyle.Left; this.btnCancel.Location = new System.Drawing.Point(79, 0); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(76, 35); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // panel1 // this.panel1.Controls.Add(this.btnCancel); this.panel1.Controls.Add(this.btnOK); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 293); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(298, 35); this.panel1.TabIndex = 2; // // btnOK // this.btnOK.Dock = System.Windows.Forms.DockStyle.Left; this.btnOK.Location = new System.Drawing.Point(0, 0); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(79, 35); this.btnOK.TabIndex = 0; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // frmGroupSelect // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(298, 328); this.Controls.Add(this.lbGroups); this.Controls.Add(this.panel1); this.Name = "frmGroupSelect"; this.Text = "frmGroupSelect"; this.Load += new System.EventHandler(this.frmGroupSelect_Load); ((System.ComponentModel.ISupportInitialize)(this.groupInfoListBindingSource)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListBox lbGroups; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.BindingSource groupInfoListBindingSource; } }