00001 namespace Client
00002 {
00003 partial class GetAUser
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Windows Form Designer generated code
00024
00029 private void InitializeComponent()
00030 {
00031 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetAUser));
00032 this.lstUsers = new System.Windows.Forms.ListBox();
00033 this.txtFilter = new System.Windows.Forms.TextBox();
00034 this.panel1 = new System.Windows.Forms.Panel();
00035 this.chkSupervisor = new System.Windows.Forms.CheckBox();
00036 this.btnOK = new System.Windows.Forms.Button();
00037 this.btnCancel = new System.Windows.Forms.Button();
00038 this.panel2 = new System.Windows.Forms.Panel();
00039 this.panel1.SuspendLayout();
00040 this.panel2.SuspendLayout();
00041 this.SuspendLayout();
00042
00043
00044
00045 this.lstUsers.Dock = System.Windows.Forms.DockStyle.Fill;
00046 this.lstUsers.FormattingEnabled = true;
00047 this.lstUsers.Location = new System.Drawing.Point(0, 0);
00048 this.lstUsers.Name = "lstUsers";
00049 this.lstUsers.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
00050 this.lstUsers.Size = new System.Drawing.Size(355, 329);
00051 this.lstUsers.TabIndex = 0;
00052 this.lstUsers.SelectedIndexChanged += new System.EventHandler(this.lstUsers_SelectedIndexChanged);
00053
00054
00055
00056 this.txtFilter.Dock = System.Windows.Forms.DockStyle.Top;
00057 this.txtFilter.ForeColor = System.Drawing.SystemColors.GrayText;
00058 this.txtFilter.Location = new System.Drawing.Point(0, 0);
00059 this.txtFilter.Name = "txtFilter";
00060 this.txtFilter.Size = new System.Drawing.Size(355, 20);
00061 this.txtFilter.TabIndex = 2;
00062 this.txtFilter.Text = "Filter usernames...";
00063 this.txtFilter.Enter += new System.EventHandler(this.txtFilter_Enter);
00064 this.txtFilter.Leave += new System.EventHandler(this.txtFilter_Leave);
00065 this.txtFilter.TextChanged += new System.EventHandler(this.txtFilter_TextChanged);
00066
00067
00068
00069 this.panel1.Controls.Add(this.chkSupervisor);
00070 this.panel1.Controls.Add(this.btnOK);
00071 this.panel1.Controls.Add(this.btnCancel);
00072 this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
00073 this.panel1.Location = new System.Drawing.Point(0, 352);
00074 this.panel1.Name = "panel1";
00075 this.panel1.Size = new System.Drawing.Size(355, 30);
00076 this.panel1.TabIndex = 2;
00077
00078
00079
00080 this.chkSupervisor.AutoSize = true;
00081 this.chkSupervisor.Location = new System.Drawing.Point(3, 8);
00082 this.chkSupervisor.Name = "chkSupervisor";
00083 this.chkSupervisor.Size = new System.Drawing.Size(110, 17);
00084 this.chkSupervisor.TabIndex = 0;
00085 this.chkSupervisor.Text = "Add as supervisor";
00086 this.chkSupervisor.UseVisualStyleBackColor = true;
00087
00088
00089
00090 this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
00091 this.btnOK.Location = new System.Drawing.Point(130, 4);
00092 this.btnOK.Name = "btnOK";
00093 this.btnOK.Size = new System.Drawing.Size(108, 23);
00094 this.btnOK.TabIndex = 1;
00095 this.btnOK.Text = "Add member";
00096 this.btnOK.UseVisualStyleBackColor = true;
00097 this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
00098
00099
00100
00101 this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
00102 this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00103 this.btnCancel.Location = new System.Drawing.Point(244, 4);
00104 this.btnCancel.Name = "btnCancel";
00105 this.btnCancel.Size = new System.Drawing.Size(108, 23);
00106 this.btnCancel.TabIndex = 2;
00107 this.btnCancel.Text = "Cancel";
00108 this.btnCancel.UseVisualStyleBackColor = true;
00109 this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
00110
00111
00112
00113 this.panel2.Controls.Add(this.lstUsers);
00114 this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
00115 this.panel2.Location = new System.Drawing.Point(0, 20);
00116 this.panel2.Name = "panel2";
00117 this.panel2.Size = new System.Drawing.Size(355, 332);
00118 this.panel2.TabIndex = 3;
00119
00120
00121
00122 this.AcceptButton = this.btnOK;
00123 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00124 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00125 this.CancelButton = this.btnCancel;
00126 this.ClientSize = new System.Drawing.Size(355, 382);
00127 this.Controls.Add(this.panel2);
00128 this.Controls.Add(this.panel1);
00129 this.Controls.Add(this.txtFilter);
00130 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00131 this.Name = "GetAUser";
00132 this.Text = "Add new member...";
00133 this.panel1.ResumeLayout(false);
00134 this.panel1.PerformLayout();
00135 this.panel2.ResumeLayout(false);
00136 this.ResumeLayout(false);
00137 this.PerformLayout();
00138
00139 }
00140
00141 #endregion
00142
00143 private System.Windows.Forms.ListBox lstUsers;
00144 private System.Windows.Forms.TextBox txtFilter;
00145 private System.Windows.Forms.Panel panel1;
00146 private System.Windows.Forms.Panel panel2;
00147 private System.Windows.Forms.Button btnCancel;
00148 private System.Windows.Forms.Button btnOK;
00149 private System.Windows.Forms.CheckBox chkSupervisor;
00150 }
00151 }