
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
namespace HANMI_SALE
{
partial class AlarmMessageForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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;
}
}
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193·namespace HANMI_SALE{partial class AlarmMessageForm{/// <summary>/// Required designer variable./// </summary>private System.ComponentModel.IContainer components = null;/// <summary>/// Clean up any resources being used./// </summary>/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>protected override void Dispose(bool disposing){if (disposing && (components != null)){components.Dispose();}base.Dispose(disposing);}#region Windows Form Designer generated code/// <summary>/// Required method for Designer support - do not modify/// the contents of this method with the code editor./// </summary>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);}#endregionprivate 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;}}