namespace HANMI_SALE
{
    partial class AlarmMessageForm
    {
        /// 
        /// 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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlarmMessageForm));
            this.simpleButton_OK = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton();
            this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
            this.lookUpEdit_ROUT_CD = new DevExpress.XtraEditors.LookUpEdit();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.checkEdit_DISPLAY_YN = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.memoEdit_ALARM_MSG = new DevExpress.XtraEditors.MemoEdit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
            this.panelControl6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_ROUT_CD.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit_DISPLAY_YN.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.memoEdit_ALARM_MSG.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // simpleButton_OK
            // 
            this.simpleButton_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.simpleButton_OK.DialogResult = System.Windows.Forms.DialogResult.Yes;
            this.simpleButton_OK.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_OK.Image")));
            this.simpleButton_OK.Location = new System.Drawing.Point(12, 211);
            this.simpleButton_OK.Name = "simpleButton_OK";
            this.simpleButton_OK.Size = new System.Drawing.Size(100, 30);
            this.simpleButton_OK.TabIndex = 5;
            this.simpleButton_OK.Text = "보내기";
            // 
            // simpleButton_Cancel
            // 
            this.simpleButton_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.simpleButton_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.simpleButton_Cancel.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Cancel.Image")));
            this.simpleButton_Cancel.Location = new System.Drawing.Point(331, 211);
            this.simpleButton_Cancel.Name = "simpleButton_Cancel";
            this.simpleButton_Cancel.Size = new System.Drawing.Size(100, 30);
            this.simpleButton_Cancel.TabIndex = 7;
            this.simpleButton_Cancel.Text = "닫기";
            // 
            // panelControl6
            // 
            this.panelControl6.Controls.Add(this.lookUpEdit_ROUT_CD);
            this.panelControl6.Controls.Add(this.labelControl4);
            this.panelControl6.Location = new System.Drawing.Point(12, 12);
            this.panelControl6.Name = "panelControl6";
            this.panelControl6.Size = new System.Drawing.Size(419, 27);
            this.panelControl6.TabIndex = 13;
            this.panelControl6.TabStop = true;
            // 
            // lookUpEdit_ROUT_CD
            // 
            this.lookUpEdit_ROUT_CD.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lookUpEdit_ROUT_CD.EnterMoveNextControl = true;
            this.lookUpEdit_ROUT_CD.Location = new System.Drawing.Point(92, 2);
            this.lookUpEdit_ROUT_CD.Name = "lookUpEdit_ROUT_CD";
            this.lookUpEdit_ROUT_CD.Properties.AutoHeight = false;
            this.lookUpEdit_ROUT_CD.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lookUpEdit_ROUT_CD.Size = new System.Drawing.Size(325, 23);
            this.lookUpEdit_ROUT_CD.TabIndex = 3;
            this.lookUpEdit_ROUT_CD.TabStop = false;
            // 
            // labelControl4
            // 
            this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl4.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl4.Location = new System.Drawing.Point(2, 2);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl4.Size = new System.Drawing.Size(90, 23);
            this.labelControl4.TabIndex = 0;
            this.labelControl4.Text = "공정";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.checkEdit_DISPLAY_YN);
            this.panelControl1.Controls.Add(this.labelControl1);
            this.panelControl1.Location = new System.Drawing.Point(12, 45);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(419, 27);
            this.panelControl1.TabIndex = 13;
            this.panelControl1.TabStop = true;
            // 
            // checkEdit_DISPLAY_YN
            // 
            this.checkEdit_DISPLAY_YN.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkEdit_DISPLAY_YN.EditValue = true;
            this.checkEdit_DISPLAY_YN.EnterMoveNextControl = true;
            this.checkEdit_DISPLAY_YN.Location = new System.Drawing.Point(92, 2);
            this.checkEdit_DISPLAY_YN.Name = "checkEdit_DISPLAY_YN";
            this.checkEdit_DISPLAY_YN.Properties.AutoHeight = false;
            this.checkEdit_DISPLAY_YN.Properties.Caption = "";
            this.checkEdit_DISPLAY_YN.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.checkEdit_DISPLAY_YN.Size = new System.Drawing.Size(325, 23);
            this.checkEdit_DISPLAY_YN.TabIndex = 5;
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl1.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl1.Location = new System.Drawing.Point(2, 2);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl1.Size = new System.Drawing.Size(90, 23);
            this.labelControl1.TabIndex = 0;
            this.labelControl1.Text = "표시여부";
            // 
            // memoEdit_ALARM_MSG
            // 
            this.memoEdit_ALARM_MSG.Location = new System.Drawing.Point(12, 78);
            this.memoEdit_ALARM_MSG.Name = "memoEdit_ALARM_MSG";
            this.memoEdit_ALARM_MSG.Size = new System.Drawing.Size(419, 126);
            this.memoEdit_ALARM_MSG.TabIndex = 14;
            // 
            // AlarmMessageForm
            // 
            this.Appearance.Options.UseFont = true;
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(443, 248);
            this.Controls.Add(this.memoEdit_ALARM_MSG);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.panelControl6);
            this.Controls.Add(this.simpleButton_Cancel);
            this.Controls.Add(this.simpleButton_OK);
            this.Font = new System.Drawing.Font("굴림체", 9F);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AlarmMessageForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "메세지 알람";
            ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
            this.panelControl6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_ROUT_CD.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit_DISPLAY_YN.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.memoEdit_ALARM_MSG.Properties)).EndInit();
            this.ResumeLayout(false);
        }
        #endregion
        private DevExpress.XtraEditors.SimpleButton simpleButton_OK;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel;
        private DevExpress.XtraEditors.PanelControl panelControl6;
        private DevExpress.XtraEditors.LabelControl labelControl4;
        private DevExpress.XtraEditors.PanelControl panelControl1;
        private DevExpress.XtraEditors.LabelControl labelControl1;
        private DevExpress.XtraEditors.MemoEdit memoEdit_ALARM_MSG;
        private DevExpress.XtraEditors.LookUpEdit lookUpEdit_ROUT_CD;
        private DevExpress.XtraEditors.CheckEdit checkEdit_DISPLAY_YN;
    }
}