09/13일 작

This commit is contained in:
chikyun.kim
2018-09-14 11:43:45 +09:00
parent 235be47d42
commit 695d53aae7
172 changed files with 33045 additions and 30763 deletions

View File

@@ -28,57 +28,57 @@
/// </summary>
private void InitializeComponent()
{
this.arLabel1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// arLabel1
//
this.arLabel1.BackColor = System.Drawing.Color.WhiteSmoke;
this.arLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.arLabel1.Location = new System.Drawing.Point(5, 5);
this.arLabel1.Name = "arLabel1";
this.arLabel1.Size = new System.Drawing.Size(827, 399);
this.arLabel1.TabIndex = 4;
this.arLabel1.Text = "label1";
this.arLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button1.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Location = new System.Drawing.Point(720, 18);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(97, 53);
this.button1.TabIndex = 5;
this.button1.Text = "Close";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// fMsgWindow
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Blue;
this.ClientSize = new System.Drawing.Size(837, 409);
this.Controls.Add(this.button1);
this.Controls.Add(this.arLabel1);
this.Font = new System.Drawing.Font("Consolas", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.KeyPreview = true;
this.MaximizeBox = false;
this.Name = "fMsgWindow";
this.Padding = new System.Windows.Forms.Padding(5);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Message Window";
this.TopMost = true;
this.Load += new System.EventHandler(this.fMsg_Load);
this.ResumeLayout(false);
this.arLabel1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// arLabel1
//
this.arLabel1.BackColor = System.Drawing.Color.WhiteSmoke;
this.arLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.arLabel1.Location = new System.Drawing.Point(5, 5);
this.arLabel1.Name = "arLabel1";
this.arLabel1.Size = new System.Drawing.Size(827, 399);
this.arLabel1.TabIndex = 4;
this.arLabel1.Text = "label1";
this.arLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button1.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Location = new System.Drawing.Point(720, 18);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(97, 53);
this.button1.TabIndex = 5;
this.button1.Text = "Close";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// fMsgWindow
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Blue;
this.ClientSize = new System.Drawing.Size(837, 409);
this.Controls.Add(this.button1);
this.Controls.Add(this.arLabel1);
this.Font = new System.Drawing.Font("Consolas", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.KeyPreview = true;
this.MaximizeBox = false;
this.Name = "fMsgWindow";
this.Padding = new System.Windows.Forms.Padding(5);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Message Window";
this.TopMost = true;
this.Load += new System.EventHandler(this.fMsg_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button1;
#endregion
private System.Windows.Forms.Button button1;
public System.Windows.Forms.Label arLabel1;
}
}