SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
AddGroup.Designer.cs
Go to the documentation of this file.
1 namespace SeciUserInterface.Dialogs.Blocks
2 {
3  partial class AddGroup
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
31  this.label1 = new System.Windows.Forms.Label();
32  this.txtName = new System.Windows.Forms.TextBox();
33  this.btnOK = new System.Windows.Forms.Button();
34  this.btnCancel = new System.Windows.Forms.Button();
35  this.SuspendLayout();
36  //
37  // label1
38  //
39  this.label1.AutoSize = true;
40  this.label1.Location = new System.Drawing.Point(12, 9);
41  this.label1.Name = "label1";
42  this.label1.Size = new System.Drawing.Size(70, 13);
43  this.label1.TabIndex = 0;
44  this.label1.Text = "Group Name:";
45  //
46  // txtName
47  //
48  this.txtName.Location = new System.Drawing.Point(88, 6);
49  this.txtName.MaxLength = 25;
50  this.txtName.Name = "txtName";
51  this.txtName.Size = new System.Drawing.Size(131, 20);
52  this.txtName.TabIndex = 1;
53  //
54  // btnOK
55  //
56  this.btnOK.Location = new System.Drawing.Point(124, 32);
57  this.btnOK.Name = "btnOK";
58  this.btnOK.Size = new System.Drawing.Size(75, 23);
59  this.btnOK.TabIndex = 19;
60  this.btnOK.Text = "OK";
61  this.btnOK.UseVisualStyleBackColor = true;
62  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
63  //
64  // btnCancel
65  //
66  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
67  this.btnCancel.Location = new System.Drawing.Point(205, 32);
68  this.btnCancel.Name = "btnCancel";
69  this.btnCancel.Size = new System.Drawing.Size(75, 23);
70  this.btnCancel.TabIndex = 20;
71  this.btnCancel.Text = "Cancel";
72  this.btnCancel.UseVisualStyleBackColor = true;
73  //
74  // AddGroup
75  //
76  this.AcceptButton = this.btnOK;
77  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
78  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
79  this.CancelButton = this.btnCancel;
80  this.ClientSize = new System.Drawing.Size(292, 69);
81  this.ControlBox = false;
82  this.Controls.Add(this.btnOK);
83  this.Controls.Add(this.btnCancel);
84  this.Controls.Add(this.txtName);
85  this.Controls.Add(this.label1);
86  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
87  this.Name = "AddGroup";
88  this.ShowInTaskbar = false;
89  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
90  this.Text = "Add Group - SECI";
91  this.ResumeLayout(false);
92  this.PerformLayout();
93 
94  }
95 
96  #endregion
97 
98  private System.Windows.Forms.Label label1;
99  private System.Windows.Forms.TextBox txtName;
100  internal System.Windows.Forms.Button btnOK;
101  internal System.Windows.Forms.Button btnCancel;
102  }
103 }
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.TextBox txtName