namespace SA_LTT_UI.Viewer { partial class EquipmentInfoViewer { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btn_OK = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.lb_Version = new System.Windows.Forms.Label(); this.lb_LastUpdateDay = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btn_OK // this.btn_OK.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_OK.Location = new System.Drawing.Point(320, 69); this.btn_OK.Name = "btn_OK"; this.btn_OK.Size = new System.Drawing.Size(78, 54); this.btn_OK.TabIndex = 7; this.btn_OK.Text = "확인"; this.btn_OK.UseVisualStyleBackColor = true; this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click); // // label1 // this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label1.Location = new System.Drawing.Point(130, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(268, 54); this.label1.TabIndex = 6; this.label1.Text = "DIT-SIC SYSTEM\r\n\r\nCopyright (C) 2022 (주)디아이티"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BackgroundImage = global::SA_LTT_UI.Properties.Resources.DIT_Logo; this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Location = new System.Drawing.Point(12, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(112, 114); this.panel1.TabIndex = 5; // // lb_Version // this.lb_Version.AutoSize = true; this.lb_Version.Location = new System.Drawing.Point(130, 77); this.lb_Version.Name = "lb_Version"; this.lb_Version.Size = new System.Drawing.Size(62, 12); this.lb_Version.TabIndex = 9; this.lb_Version.Text = "Version - "; // // lb_LastUpdateDay // this.lb_LastUpdateDay.AutoSize = true; this.lb_LastUpdateDay.Location = new System.Drawing.Point(132, 104); this.lb_LastUpdateDay.Name = "lb_LastUpdateDay"; this.lb_LastUpdateDay.Size = new System.Drawing.Size(110, 12); this.lb_LastUpdateDay.TabIndex = 9; this.lb_LastUpdateDay.Text = "Last update day - "; // // EquipmentInfoViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(410, 137); this.Controls.Add(this.lb_LastUpdateDay); this.Controls.Add(this.lb_Version); this.Controls.Add(this.btn_OK); this.Controls.Add(this.label1); this.Controls.Add(this.panel1); this.Name = "EquipmentInfoViewer"; this.Text = "EquipmentInfoViewer"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EquipmentInfoViewer_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btn_OK; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lb_Version; private System.Windows.Forms.Label lb_LastUpdateDay; } }