1 namespace SeciUserInterface.Dialogs.Blocks
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
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();
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:";
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;
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);
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;
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);
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;
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
System.Windows.Forms.Label label1