| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265 | namespace FPER{    partial class frmControlWrite    {        /// <summary>        /// 필수 디자이너 변수입니다.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// 사용 중인 모든 리소스를 정리합니다.        /// </summary>        /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form 디자이너에서 생성한 코드        /// <summary>        /// 디자이너 지원에 필요한 메서드입니다.        /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.        /// </summary>        private void InitializeComponent()        {            this.components = new System.ComponentModel.Container();            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmControlWrite));            this.panel1 = new System.Windows.Forms.Panel();            this.btnWinClose = new System.Windows.Forms.Button();            this.lblDir = new System.Windows.Forms.Label();            this.groupBox1 = new System.Windows.Forms.GroupBox();            this.panel_LabelMessage = new System.Windows.Forms.Panel();            this.lbl_message = new System.Windows.Forms.Label();            this.panel_Temp = new System.Windows.Forms.Panel();            this.button1 = new System.Windows.Forms.Button();            this.txtThisReceiverID = new System.Windows.Forms.TextBox();            this.timer_check = new System.Windows.Forms.Timer(this.components);            this.timer_progress = new System.Windows.Forms.Timer(this.components);            this.btnDisableAll = new System.Windows.Forms.Button();            this.btnEnableAll = new System.Windows.Forms.Button();            this.panel1.SuspendLayout();            this.groupBox1.SuspendLayout();            this.panel_LabelMessage.SuspendLayout();            this.SuspendLayout();            //             // panel1            //             this.panel1.BackColor = System.Drawing.Color.Black;            this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));            this.panel1.Controls.Add(this.btnWinClose);            this.panel1.Controls.Add(this.lblDir);            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;            this.panel1.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));            this.panel1.Location = new System.Drawing.Point(0, 0);            this.panel1.Margin = new System.Windows.Forms.Padding(4);            this.panel1.Name = "panel1";            this.panel1.Size = new System.Drawing.Size(1080, 36);            this.panel1.TabIndex = 10;            //             // btnWinClose            //             this.btnWinClose.BackgroundImage = global::FPER.Properties.Resources.버튼_폼닫기_63_31;            this.btnWinClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;            this.btnWinClose.FlatAppearance.BorderSize = 0;            this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;            this.btnWinClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));            this.btnWinClose.Location = new System.Drawing.Point(1003, 1);            this.btnWinClose.Name = "btnWinClose";            this.btnWinClose.Size = new System.Drawing.Size(63, 31);            this.btnWinClose.TabIndex = 171;            this.btnWinClose.TabStop = false;            this.btnWinClose.UseVisualStyleBackColor = false;            this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);            //             // lblDir            //             this.lblDir.AutoSize = true;            this.lblDir.BackColor = System.Drawing.Color.Transparent;            this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold);            this.lblDir.ForeColor = System.Drawing.Color.Black;            this.lblDir.Location = new System.Drawing.Point(12, 9);            this.lblDir.Margin = new System.Windows.Forms.Padding(0);            this.lblDir.Name = "lblDir";            this.lblDir.Size = new System.Drawing.Size(173, 21);            this.lblDir.TabIndex = 10;            this.lblDir.Text = "시작 > 설비연동";            //             // groupBox1            //             this.groupBox1.BackColor = System.Drawing.Color.White;            this.groupBox1.Controls.Add(this.panel_LabelMessage);            this.groupBox1.Controls.Add(this.panel_Temp);            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;            this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;            this.groupBox1.Location = new System.Drawing.Point(0, 121);            this.groupBox1.Margin = new System.Windows.Forms.Padding(0);            this.groupBox1.Name = "groupBox1";            this.groupBox1.Padding = new System.Windows.Forms.Padding(0);            this.groupBox1.Size = new System.Drawing.Size(1080, 703);            this.groupBox1.TabIndex = 1;            this.groupBox1.TabStop = false;            //             // panel_LabelMessage            //             this.panel_LabelMessage.BackgroundImage = global::FPER.Properties.Resources.일반버튼_대_주황_215_58;            this.panel_LabelMessage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;            this.panel_LabelMessage.Controls.Add(this.lbl_message);            this.panel_LabelMessage.Location = new System.Drawing.Point(438, 285);            this.panel_LabelMessage.Name = "panel_LabelMessage";            this.panel_LabelMessage.Size = new System.Drawing.Size(211, 103);            this.panel_LabelMessage.TabIndex = 19;            this.panel_LabelMessage.Visible = false;            //             // lbl_message            //             this.lbl_message.BackColor = System.Drawing.Color.Transparent;            this.lbl_message.FlatStyle = System.Windows.Forms.FlatStyle.Flat;            this.lbl_message.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));            this.lbl_message.ForeColor = System.Drawing.Color.White;            this.lbl_message.Location = new System.Drawing.Point(34, 35);            this.lbl_message.Name = "lbl_message";            this.lbl_message.Size = new System.Drawing.Size(150, 37);            this.lbl_message.TabIndex = 16;            this.lbl_message.Text = " 진 행 중 ";            this.lbl_message.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;            this.lbl_message.Visible = false;            //             // panel_Temp            //             this.panel_Temp.Location = new System.Drawing.Point(0, 1);            this.panel_Temp.Margin = new System.Windows.Forms.Padding(0);            this.panel_Temp.Name = "panel_Temp";            this.panel_Temp.Size = new System.Drawing.Size(1080, 13);            this.panel_Temp.TabIndex = 17;            //             // button1            //             this.button1.BackColor = System.Drawing.Color.LightGray;            this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));            this.button1.FlatAppearance.BorderSize = 0;            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;            this.button1.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold);            this.button1.ForeColor = System.Drawing.Color.Black;            this.button1.Location = new System.Drawing.Point(15, 58);            this.button1.Name = "button1";            this.button1.Size = new System.Drawing.Size(117, 37);            this.button1.TabIndex = 154;            this.button1.TabStop = false;            this.button1.UseVisualStyleBackColor = false;            //             // txtThisReceiverID            //             this.txtThisReceiverID.BackColor = System.Drawing.Color.Black;            this.txtThisReceiverID.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold);            this.txtThisReceiverID.ForeColor = System.Drawing.Color.White;            this.txtThisReceiverID.Location = new System.Drawing.Point(133, 58);            this.txtThisReceiverID.MaxLength = 2;            this.txtThisReceiverID.Name = "txtThisReceiverID";            this.txtThisReceiverID.ReadOnly = true;            this.txtThisReceiverID.Size = new System.Drawing.Size(39, 38);            this.txtThisReceiverID.TabIndex = 153;            this.txtThisReceiverID.TabStop = false;            this.txtThisReceiverID.Text = "01";            this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // timer_check            //             this.timer_check.Interval = 3000;            this.timer_check.Tick += new System.EventHandler(this.timer_check_Tick);            //             // timer_progress            //             this.timer_progress.Interval = 300;            this.timer_progress.Tick += new System.EventHandler(this.timer_progress_Tick);            //             // btnDisableAll            //             this.btnDisableAll.BackColor = System.Drawing.Color.MistyRose;            this.btnDisableAll.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDisableAll.BackgroundImage")));            this.btnDisableAll.FlatAppearance.BorderSize = 0;            this.btnDisableAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;            this.btnDisableAll.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold);            this.btnDisableAll.Location = new System.Drawing.Point(727, 47);            this.btnDisableAll.Name = "btnDisableAll";            this.btnDisableAll.Size = new System.Drawing.Size(139, 58);            this.btnDisableAll.TabIndex = 155;            this.btnDisableAll.TabStop = false;            this.btnDisableAll.UseVisualStyleBackColor = false;            this.btnDisableAll.Click += new System.EventHandler(this.btnDisableAll_Click);            //             // btnEnableAll            //             this.btnEnableAll.BackColor = System.Drawing.Color.LightSteelBlue;            this.btnEnableAll.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnEnableAll.BackgroundImage")));            this.btnEnableAll.FlatAppearance.BorderSize = 0;            this.btnEnableAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;            this.btnEnableAll.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold);            this.btnEnableAll.Location = new System.Drawing.Point(358, 45);            this.btnEnableAll.Name = "btnEnableAll";            this.btnEnableAll.Size = new System.Drawing.Size(139, 58);            this.btnEnableAll.TabIndex = 156;            this.btnEnableAll.TabStop = false;            this.btnEnableAll.UseVisualStyleBackColor = false;            this.btnEnableAll.Click += new System.EventHandler(this.btnEnableAll_Click);            //             // frmControlWrite            //             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.BackColor = System.Drawing.Color.WhiteSmoke;            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;            this.ClientSize = new System.Drawing.Size(1080, 824);            this.Controls.Add(this.btnEnableAll);            this.Controls.Add(this.btnDisableAll);            this.Controls.Add(this.button1);            this.Controls.Add(this.txtThisReceiverID);            this.Controls.Add(this.groupBox1);            this.Controls.Add(this.panel1);            this.Font = new System.Drawing.Font("굴림", 12F);            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;            this.Margin = new System.Windows.Forms.Padding(4);            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "frmControlWrite";            this.ShowIcon = false;            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;            this.Text = "Form1";            this.TransparencyKey = System.Drawing.SystemColors.AppWorkspace;            this.Activated += new System.EventHandler(this.frmControlWrite_Activated);            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmControlWrite_FormClosing);            this.Load += new System.EventHandler(this.frmControlWrite_Load);            this.Disposed += new System.EventHandler(this.frmControlWrite_Disposed);            this.panel1.ResumeLayout(false);            this.panel1.PerformLayout();            this.groupBox1.ResumeLayout(false);            this.panel_LabelMessage.ResumeLayout(false);            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private System.Windows.Forms.Panel panel1;        private System.Windows.Forms.Label lblDir;        private System.Windows.Forms.GroupBox groupBox1;        private System.Windows.Forms.Button button1;        private System.Windows.Forms.TextBox txtThisReceiverID;        private System.Windows.Forms.Button btnWinClose;      private System.Windows.Forms.Timer timer_check;      private System.Windows.Forms.Label lbl_message;      private System.Windows.Forms.Timer timer_progress;      private System.Windows.Forms.Button btnDisableAll;      private System.Windows.Forms.Button btnEnableAll;      private System.Windows.Forms.Panel panel_Temp;      private System.Windows.Forms.Panel panel_LabelMessage;    }}
 |