3 partial class Generic_PopUp
8 private System.ComponentModel.IContainer
components = null;
14 protected override void Dispose(
bool disposing)
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
31 this.txtMessage =
new System.Windows.Forms.TextBox();
32 this.btnOK =
new System.Windows.Forms.Button();
33 this.button1 =
new System.Windows.Forms.Button();
34 this.button2 =
new System.Windows.Forms.Button();
39 this.txtMessage.BackColor = System.Drawing.SystemColors.Control;
40 this.txtMessage.BorderStyle = System.Windows.Forms.BorderStyle.None;
41 this.txtMessage.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
42 this.txtMessage.Location =
new System.Drawing.Point(12, 12);
43 this.txtMessage.Multiline =
true;
44 this.txtMessage.Name =
"txtMessage";
45 this.txtMessage.ReadOnly =
true;
46 this.txtMessage.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
47 this.txtMessage.Size =
new System.Drawing.Size(450, 85);
48 this.txtMessage.TabIndex = 1;
49 this.txtMessage.TabStop =
false;
50 this.txtMessage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
54 this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
55 this.btnOK.Location =
new System.Drawing.Point(200, 109);
56 this.btnOK.Name =
"btnOK";
57 this.btnOK.Size =
new System.Drawing.Size(75, 23);
58 this.btnOK.TabIndex = 0;
59 this.btnOK.Text =
"OK";
60 this.btnOK.UseVisualStyleBackColor =
true;
61 this.btnOK.Click +=
new System.EventHandler(this.btnOK_Click);
65 this.button1.Location =
new System.Drawing.Point(119, 109);
66 this.button1.Name =
"button1";
67 this.button1.Size =
new System.Drawing.Size(75, 23);
68 this.button1.TabIndex = 2;
69 this.button1.Text =
"button1";
70 this.button1.UseVisualStyleBackColor =
true;
71 this.button1.Visible =
false;
72 this.button1.Click +=
new System.EventHandler(this.button1_Click);
76 this.button2.Location =
new System.Drawing.Point(281, 109);
77 this.button2.Name =
"button2";
78 this.button2.Size =
new System.Drawing.Size(75, 23);
79 this.button2.TabIndex = 3;
80 this.button2.Text =
"button2";
81 this.button2.UseVisualStyleBackColor =
true;
82 this.button2.Visible =
false;
83 this.button2.Click +=
new System.EventHandler(this.button2_Click);
87 this.AcceptButton = this.btnOK;
88 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
89 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
90 this.CancelButton = this.btnOK;
91 this.ClientSize =
new System.Drawing.Size(474, 144);
92 this.Controls.Add(this.button2);
93 this.Controls.Add(this.button1);
94 this.Controls.Add(this.btnOK);
95 this.Controls.Add(this.txtMessage);
96 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
97 this.MaximizeBox =
false;
98 this.MinimizeBox =
false;
99 this.Name =
"Generic_PopUp";
100 this.ShowInTaskbar =
false;
101 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
102 this.Text =
"SECI - Generic_PopUp";
104 this.Load +=
new System.EventHandler(this.Generic_PopUp_Load);
105 this.ResumeLayout(
false);
106 this.PerformLayout();
113 private System.Windows.Forms.Button
btnOK;