673 lines
40 KiB
C#
673 lines
40 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmSafetyCheckList
|
|||
|
{
|
|||
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBtn01 = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtEtcCtnts01 = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.lblBtn02 = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtEtcCtnts02 = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.lblBtn03 = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtEtcCtnts03 = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.txtBtnMessage = new System.Windows.Forms.TextBox();
|
|||
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|||
|
this.cbCashierName = new System.Windows.Forms.ComboBox();
|
|||
|
this.label03 = new System.Windows.Forms.Label();
|
|||
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|||
|
this.dgvCheckList = new System.Windows.Forms.DataGridView();
|
|||
|
this.lblMemo = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnSave = new Cosmos.UI.CsmButton();
|
|||
|
this.lblCashier = new Cosmos.UI.CsmLabel();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.txtSaleDate = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblSaleDate = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox5 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtCheckList = new System.Windows.Forms.TextBox();
|
|||
|
this.btnPgDn = new Cosmos.UI.CsmButton();
|
|||
|
this.btnPgUp = new Cosmos.UI.CsmButton();
|
|||
|
this.btnDn = new Cosmos.UI.CsmButton();
|
|||
|
this.btnUp = new Cosmos.UI.CsmButton();
|
|||
|
this.dataGridViewRadioButtonColumn1 = new DataGridViewRadioButtonElements.DataGridViewRadioButtonColumn();
|
|||
|
this.dataGridViewRadioButtonColumn2 = new DataGridViewRadioButtonElements.DataGridViewRadioButtonColumn();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgvCheckList)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// btnExit
|
|||
|
//
|
|||
|
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|||
|
this.btnExit.BorderStyleReDraw = false;
|
|||
|
this.btnExit.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnExit.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnExit.Location = new System.Drawing.Point(965, 1);
|
|||
|
this.btnExit.Name = "btnExit";
|
|||
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|||
|
this.btnExit.TabIndex = 233;
|
|||
|
this.btnExit.Text = "X";
|
|||
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnExit.Visible = false;
|
|||
|
//
|
|||
|
// lblTitle
|
|||
|
//
|
|||
|
this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|||
|
this.lblTitle.BorderStyleReDraw = false;
|
|||
|
this.lblTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 16F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblTitle.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lblTitle.Location = new System.Drawing.Point(16, 1);
|
|||
|
this.lblTitle.Name = "lblTitle";
|
|||
|
this.lblTitle.Size = new System.Drawing.Size(950, 50);
|
|||
|
this.lblTitle.TabIndex = 232;
|
|||
|
this.lblTitle.Text = "식품안전의 날 점검";
|
|||
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblBtn01
|
|||
|
//
|
|||
|
this.lblBtn01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblBtn01.BorderStyleReDraw = true;
|
|||
|
this.lblBtn01.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblBtn01.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblBtn01.Location = new System.Drawing.Point(16, 561);
|
|||
|
this.lblBtn01.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblBtn01.Name = "lblBtn01";
|
|||
|
this.lblBtn01.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblBtn01.Size = new System.Drawing.Size(223, 40);
|
|||
|
this.lblBtn01.TabIndex = 487;
|
|||
|
this.lblBtn01.Text = "보건증만료일";
|
|||
|
this.lblBtn01.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// txtEtcCtnts01
|
|||
|
//
|
|||
|
this.txtEtcCtnts01.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtEtcCtnts01.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|||
|
this.txtEtcCtnts01.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|||
|
this.txtEtcCtnts01.BorderStyleReDraw = false;
|
|||
|
this.txtEtcCtnts01.ClearFlag = false;
|
|||
|
this.txtEtcCtnts01.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtEtcCtnts01.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|||
|
this.txtEtcCtnts01.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtEtcCtnts01.InputType = Cosmos.UI.InputType.None;
|
|||
|
this.txtEtcCtnts01.InputTypeFormat = "";
|
|||
|
this.txtEtcCtnts01.Location = new System.Drawing.Point(254, 568);
|
|||
|
this.txtEtcCtnts01.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtEtcCtnts01.MaxLength = 50;
|
|||
|
this.txtEtcCtnts01.MaxLengthAutoEnd = false;
|
|||
|
this.txtEtcCtnts01.MaxLengthForKeyIn = 32767;
|
|||
|
this.txtEtcCtnts01.MaxLengthForNumpad = 32767;
|
|||
|
this.txtEtcCtnts01.Name = "txtEtcCtnts01";
|
|||
|
this.txtEtcCtnts01.PasswordChar = '\0';
|
|||
|
this.txtEtcCtnts01.ReadOnly = false;
|
|||
|
this.txtEtcCtnts01.Size = new System.Drawing.Size(738, 26);
|
|||
|
this.txtEtcCtnts01.TabIndex = 486;
|
|||
|
this.txtEtcCtnts01.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|||
|
this.txtEtcCtnts01.UseDualMaxLength = false;
|
|||
|
this.txtEtcCtnts01.Value = "";
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label1.Location = new System.Drawing.Point(16, 560);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(992, 2);
|
|||
|
this.label1.TabIndex = 488;
|
|||
|
//
|
|||
|
// lblBtn02
|
|||
|
//
|
|||
|
this.lblBtn02.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblBtn02.BorderStyleReDraw = true;
|
|||
|
this.lblBtn02.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblBtn02.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblBtn02.Location = new System.Drawing.Point(16, 600);
|
|||
|
this.lblBtn02.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblBtn02.Name = "lblBtn02";
|
|||
|
this.lblBtn02.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblBtn02.Size = new System.Drawing.Size(223, 40);
|
|||
|
this.lblBtn02.TabIndex = 491;
|
|||
|
this.lblBtn02.Text = "주요 원료 유통기한 만료일";
|
|||
|
this.lblBtn02.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// txtEtcCtnts02
|
|||
|
//
|
|||
|
this.txtEtcCtnts02.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtEtcCtnts02.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|||
|
this.txtEtcCtnts02.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|||
|
this.txtEtcCtnts02.BorderStyleReDraw = false;
|
|||
|
this.txtEtcCtnts02.ClearFlag = false;
|
|||
|
this.txtEtcCtnts02.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtEtcCtnts02.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|||
|
this.txtEtcCtnts02.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtEtcCtnts02.InputType = Cosmos.UI.InputType.None;
|
|||
|
this.txtEtcCtnts02.InputTypeFormat = "";
|
|||
|
this.txtEtcCtnts02.Location = new System.Drawing.Point(254, 607);
|
|||
|
this.txtEtcCtnts02.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtEtcCtnts02.MaxLength = 50;
|
|||
|
this.txtEtcCtnts02.MaxLengthAutoEnd = false;
|
|||
|
this.txtEtcCtnts02.MaxLengthForKeyIn = 32767;
|
|||
|
this.txtEtcCtnts02.MaxLengthForNumpad = 32767;
|
|||
|
this.txtEtcCtnts02.Name = "txtEtcCtnts02";
|
|||
|
this.txtEtcCtnts02.PasswordChar = '\0';
|
|||
|
this.txtEtcCtnts02.ReadOnly = false;
|
|||
|
this.txtEtcCtnts02.Size = new System.Drawing.Size(738, 26);
|
|||
|
this.txtEtcCtnts02.TabIndex = 490;
|
|||
|
this.txtEtcCtnts02.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|||
|
this.txtEtcCtnts02.UseDualMaxLength = false;
|
|||
|
this.txtEtcCtnts02.Value = "";
|
|||
|
//
|
|||
|
// lblBtn03
|
|||
|
//
|
|||
|
this.lblBtn03.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblBtn03.BorderStyleReDraw = true;
|
|||
|
this.lblBtn03.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblBtn03.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblBtn03.Location = new System.Drawing.Point(16, 639);
|
|||
|
this.lblBtn03.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblBtn03.Name = "lblBtn03";
|
|||
|
this.lblBtn03.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblBtn03.Size = new System.Drawing.Size(223, 40);
|
|||
|
this.lblBtn03.TabIndex = 493;
|
|||
|
this.lblBtn03.Text = "기타사항";
|
|||
|
this.lblBtn03.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// txtEtcCtnts03
|
|||
|
//
|
|||
|
this.txtEtcCtnts03.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtEtcCtnts03.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|||
|
this.txtEtcCtnts03.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|||
|
this.txtEtcCtnts03.BorderStyleReDraw = false;
|
|||
|
this.txtEtcCtnts03.ClearFlag = false;
|
|||
|
this.txtEtcCtnts03.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtEtcCtnts03.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|||
|
this.txtEtcCtnts03.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtEtcCtnts03.InputType = Cosmos.UI.InputType.None;
|
|||
|
this.txtEtcCtnts03.InputTypeFormat = "";
|
|||
|
this.txtEtcCtnts03.Location = new System.Drawing.Point(254, 646);
|
|||
|
this.txtEtcCtnts03.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtEtcCtnts03.MaxLength = 50;
|
|||
|
this.txtEtcCtnts03.MaxLengthAutoEnd = false;
|
|||
|
this.txtEtcCtnts03.MaxLengthForKeyIn = 32767;
|
|||
|
this.txtEtcCtnts03.MaxLengthForNumpad = 32767;
|
|||
|
this.txtEtcCtnts03.Name = "txtEtcCtnts03";
|
|||
|
this.txtEtcCtnts03.PasswordChar = '\0';
|
|||
|
this.txtEtcCtnts03.ReadOnly = false;
|
|||
|
this.txtEtcCtnts03.Size = new System.Drawing.Size(738, 26);
|
|||
|
this.txtEtcCtnts03.TabIndex = 492;
|
|||
|
this.txtEtcCtnts03.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|||
|
this.txtEtcCtnts03.UseDualMaxLength = false;
|
|||
|
this.txtEtcCtnts03.Value = "";
|
|||
|
//
|
|||
|
// txtBtnMessage
|
|||
|
//
|
|||
|
this.txtBtnMessage.BackColor = System.Drawing.Color.White;
|
|||
|
this.txtBtnMessage.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.txtBtnMessage.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtBtnMessage.Location = new System.Drawing.Point(16, 518);
|
|||
|
this.txtBtnMessage.MaxLength = 4000;
|
|||
|
this.txtBtnMessage.Multiline = true;
|
|||
|
this.txtBtnMessage.Name = "txtBtnMessage";
|
|||
|
this.txtBtnMessage.Size = new System.Drawing.Size(992, 39);
|
|||
|
this.txtBtnMessage.TabIndex = 496;
|
|||
|
this.txtBtnMessage.Text = "※ 주요 사항 기업(선택사항)\r\n우리점포의 주요 사항을 체크하여 메모하는 란입니다.";
|
|||
|
//
|
|||
|
// picBack
|
|||
|
//
|
|||
|
this.picBack.BackColor = System.Drawing.Color.White;
|
|||
|
this.picBack.ErrorImage = null;
|
|||
|
this.picBack.InitialImage = null;
|
|||
|
this.picBack.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.picBack.Name = "picBack";
|
|||
|
this.picBack.Size = new System.Drawing.Size(1024, 696);
|
|||
|
this.picBack.TabIndex = 229;
|
|||
|
this.picBack.TabStop = false;
|
|||
|
this.picBack.Click += new System.EventHandler(this.btnSelProc_Click);
|
|||
|
//
|
|||
|
// cbCashierName
|
|||
|
//
|
|||
|
this.cbCashierName.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.cbCashierName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cbCashierName.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.cbCashierName.FormattingEnabled = true;
|
|||
|
this.cbCashierName.Location = new System.Drawing.Point(153, 111);
|
|||
|
this.cbCashierName.Name = "cbCashierName";
|
|||
|
this.cbCashierName.Size = new System.Drawing.Size(188, 26);
|
|||
|
this.cbCashierName.TabIndex = 532;
|
|||
|
//
|
|||
|
// label03
|
|||
|
//
|
|||
|
this.label03.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label03.Location = new System.Drawing.Point(16, 64);
|
|||
|
this.label03.Name = "label03";
|
|||
|
this.label03.Size = new System.Drawing.Size(341, 2);
|
|||
|
this.label03.TabIndex = 530;
|
|||
|
//
|
|||
|
// lblBox2
|
|||
|
//
|
|||
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox2.BorderStyleReDraw = true;
|
|||
|
this.lblBox2.Location = new System.Drawing.Point(137, 104);
|
|||
|
this.lblBox2.Name = "lblBox2";
|
|||
|
this.lblBox2.Size = new System.Drawing.Size(220, 40);
|
|||
|
this.lblBox2.TabIndex = 538;
|
|||
|
//
|
|||
|
// dgvCheckList
|
|||
|
//
|
|||
|
this.dgvCheckList.AllowUserToAddRows = false;
|
|||
|
this.dgvCheckList.AllowUserToDeleteRows = false;
|
|||
|
this.dgvCheckList.AllowUserToResizeColumns = false;
|
|||
|
this.dgvCheckList.AllowUserToResizeRows = false;
|
|||
|
this.dgvCheckList.BackgroundColor = System.Drawing.Color.White;
|
|||
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|||
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
|||
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|||
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|||
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|||
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|||
|
this.dgvCheckList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|||
|
this.dgvCheckList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|||
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|||
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
|||
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|||
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|||
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|||
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|||
|
this.dgvCheckList.DefaultCellStyle = dataGridViewCellStyle2;
|
|||
|
this.dgvCheckList.Location = new System.Drawing.Point(16, 151);
|
|||
|
this.dgvCheckList.MultiSelect = false;
|
|||
|
this.dgvCheckList.Name = "dgvCheckList";
|
|||
|
this.dgvCheckList.RowTemplate.Height = 23;
|
|||
|
this.dgvCheckList.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|||
|
this.dgvCheckList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|||
|
this.dgvCheckList.Size = new System.Drawing.Size(992, 313);
|
|||
|
this.dgvCheckList.TabIndex = 537;
|
|||
|
this.dgvCheckList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCheckList_CellClick);
|
|||
|
this.dgvCheckList.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dgvCheckList_CellPainting);
|
|||
|
//
|
|||
|
// lblMemo
|
|||
|
//
|
|||
|
this.lblMemo.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblMemo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.lblMemo.BorderStyleReDraw = false;
|
|||
|
this.lblMemo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblMemo.Location = new System.Drawing.Point(370, 64);
|
|||
|
this.lblMemo.Name = "lblMemo";
|
|||
|
this.lblMemo.Size = new System.Drawing.Size(638, 80);
|
|||
|
this.lblMemo.TabIndex = 536;
|
|||
|
this.lblMemo.Text = "csmLabel3";
|
|||
|
this.lblMemo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// btnSave
|
|||
|
//
|
|||
|
this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|||
|
this.btnSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnSave.BorderStyleReDraw = false;
|
|||
|
this.btnSave.ClickImage = null;
|
|||
|
this.btnSave.DefaultImage = null;
|
|||
|
this.btnSave.DisableImage = null;
|
|||
|
this.btnSave.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|||
|
this.btnSave.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnSave.Location = new System.Drawing.Point(908, 473);
|
|||
|
this.btnSave.Name = "btnSave";
|
|||
|
this.btnSave.OccupancyBar = 0;
|
|||
|
this.btnSave.OccupancyBar_Lv0 = null;
|
|||
|
this.btnSave.OccupancyBar_Lv1 = null;
|
|||
|
this.btnSave.OccupancyBar_Lv2 = null;
|
|||
|
this.btnSave.OccupancyBar_Lv3 = null;
|
|||
|
this.btnSave.OccupancyBar_Lv4 = null;
|
|||
|
this.btnSave.Size = new System.Drawing.Size(100, 40);
|
|||
|
this.btnSave.TabIndex = 533;
|
|||
|
this.btnSave.Text = "저장";
|
|||
|
this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|||
|
//
|
|||
|
// lblCashier
|
|||
|
//
|
|||
|
this.lblCashier.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblCashier.BorderStyleReDraw = true;
|
|||
|
this.lblCashier.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblCashier.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblCashier.Location = new System.Drawing.Point(16, 104);
|
|||
|
this.lblCashier.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblCashier.Name = "lblCashier";
|
|||
|
this.lblCashier.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblCashier.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblCashier.TabIndex = 531;
|
|||
|
this.lblCashier.Text = "담 당 자";
|
|||
|
this.lblCashier.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label4.Location = new System.Drawing.Point(16, 150);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(992, 2);
|
|||
|
this.label4.TabIndex = 540;
|
|||
|
//
|
|||
|
// txtSaleDate
|
|||
|
//
|
|||
|
this.txtSaleDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtSaleDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|||
|
this.txtSaleDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|||
|
this.txtSaleDate.BorderStyleReDraw = false;
|
|||
|
this.txtSaleDate.ClearFlag = false;
|
|||
|
this.txtSaleDate.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtSaleDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|||
|
this.txtSaleDate.Enabled = false;
|
|||
|
this.txtSaleDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtSaleDate.InputType = Cosmos.UI.InputType.Date;
|
|||
|
this.txtSaleDate.InputTypeFormat = "";
|
|||
|
this.txtSaleDate.Location = new System.Drawing.Point(153, 72);
|
|||
|
this.txtSaleDate.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtSaleDate.MaxLength = 37;
|
|||
|
this.txtSaleDate.MaxLengthAutoEnd = false;
|
|||
|
this.txtSaleDate.MaxLengthForKeyIn = 32767;
|
|||
|
this.txtSaleDate.MaxLengthForNumpad = 32767;
|
|||
|
this.txtSaleDate.Name = "txtSaleDate";
|
|||
|
this.txtSaleDate.PasswordChar = '\0';
|
|||
|
this.txtSaleDate.ReadOnly = true;
|
|||
|
this.txtSaleDate.Size = new System.Drawing.Size(188, 26);
|
|||
|
this.txtSaleDate.TabIndex = 528;
|
|||
|
this.txtSaleDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|||
|
this.txtSaleDate.UseDualMaxLength = false;
|
|||
|
this.txtSaleDate.Value = "20161212";
|
|||
|
//
|
|||
|
// lblBox1
|
|||
|
//
|
|||
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox1.BorderStyleReDraw = true;
|
|||
|
this.lblBox1.Location = new System.Drawing.Point(137, 65);
|
|||
|
this.lblBox1.Name = "lblBox1";
|
|||
|
this.lblBox1.Size = new System.Drawing.Size(220, 40);
|
|||
|
this.lblBox1.TabIndex = 539;
|
|||
|
//
|
|||
|
// lblSaleDate
|
|||
|
//
|
|||
|
this.lblSaleDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblSaleDate.BorderStyleReDraw = true;
|
|||
|
this.lblSaleDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblSaleDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblSaleDate.Location = new System.Drawing.Point(16, 65);
|
|||
|
this.lblSaleDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblSaleDate.Name = "lblSaleDate";
|
|||
|
this.lblSaleDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblSaleDate.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblSaleDate.TabIndex = 529;
|
|||
|
this.lblSaleDate.Text = "영업일자";
|
|||
|
this.lblSaleDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblBox5
|
|||
|
//
|
|||
|
this.lblBox5.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox5.BorderStyleReDraw = true;
|
|||
|
this.lblBox5.Location = new System.Drawing.Point(238, 639);
|
|||
|
this.lblBox5.Name = "lblBox5";
|
|||
|
this.lblBox5.Size = new System.Drawing.Size(770, 40);
|
|||
|
this.lblBox5.TabIndex = 541;
|
|||
|
//
|
|||
|
// lblBox4
|
|||
|
//
|
|||
|
this.lblBox4.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox4.BorderStyleReDraw = true;
|
|||
|
this.lblBox4.Location = new System.Drawing.Point(238, 600);
|
|||
|
this.lblBox4.Name = "lblBox4";
|
|||
|
this.lblBox4.Size = new System.Drawing.Size(770, 40);
|
|||
|
this.lblBox4.TabIndex = 542;
|
|||
|
//
|
|||
|
// lblBox3
|
|||
|
//
|
|||
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox3.BorderStyleReDraw = true;
|
|||
|
this.lblBox3.Location = new System.Drawing.Point(238, 561);
|
|||
|
this.lblBox3.Name = "lblBox3";
|
|||
|
this.lblBox3.Size = new System.Drawing.Size(770, 40);
|
|||
|
this.lblBox3.TabIndex = 543;
|
|||
|
//
|
|||
|
// txtCheckList
|
|||
|
//
|
|||
|
this.txtCheckList.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.txtCheckList.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.txtCheckList.Location = new System.Drawing.Point(449, 339);
|
|||
|
this.txtCheckList.MaxLength = 50;
|
|||
|
this.txtCheckList.Name = "txtCheckList";
|
|||
|
this.txtCheckList.Size = new System.Drawing.Size(126, 19);
|
|||
|
this.txtCheckList.TabIndex = 544;
|
|||
|
this.txtCheckList.TextChanged += new System.EventHandler(this.txtCheckList_TextChanged);
|
|||
|
//
|
|||
|
// btnPgDn
|
|||
|
//
|
|||
|
this.btnPgDn.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnPgDn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnPgDn.BorderStyleReDraw = true;
|
|||
|
this.btnPgDn.ClickImage = null;
|
|||
|
this.btnPgDn.DefaultImage = null;
|
|||
|
this.btnPgDn.DisableImage = null;
|
|||
|
this.btnPgDn.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnPgDn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnPgDn.Location = new System.Drawing.Point(343, 465);
|
|||
|
this.btnPgDn.Name = "btnPgDn";
|
|||
|
this.btnPgDn.OccupancyBar = 0;
|
|||
|
this.btnPgDn.OccupancyBar_Lv0 = null;
|
|||
|
this.btnPgDn.OccupancyBar_Lv1 = null;
|
|||
|
this.btnPgDn.OccupancyBar_Lv2 = null;
|
|||
|
this.btnPgDn.OccupancyBar_Lv3 = null;
|
|||
|
this.btnPgDn.OccupancyBar_Lv4 = null;
|
|||
|
this.btnPgDn.Size = new System.Drawing.Size(105, 48);
|
|||
|
this.btnPgDn.TabIndex = 548;
|
|||
|
this.btnPgDn.Text = "▼";
|
|||
|
this.btnPgDn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnPgDn.UseCompatibleTextRendering = true;
|
|||
|
this.btnPgDn.Click += new System.EventHandler(this.btnSelProc_Click);
|
|||
|
//
|
|||
|
// btnPgUp
|
|||
|
//
|
|||
|
this.btnPgUp.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnPgUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnPgUp.BorderStyleReDraw = true;
|
|||
|
this.btnPgUp.ClickImage = null;
|
|||
|
this.btnPgUp.DefaultImage = null;
|
|||
|
this.btnPgUp.DisableImage = null;
|
|||
|
this.btnPgUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnPgUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnPgUp.Location = new System.Drawing.Point(16, 465);
|
|||
|
this.btnPgUp.Name = "btnPgUp";
|
|||
|
this.btnPgUp.OccupancyBar = 0;
|
|||
|
this.btnPgUp.OccupancyBar_Lv0 = null;
|
|||
|
this.btnPgUp.OccupancyBar_Lv1 = null;
|
|||
|
this.btnPgUp.OccupancyBar_Lv2 = null;
|
|||
|
this.btnPgUp.OccupancyBar_Lv3 = null;
|
|||
|
this.btnPgUp.OccupancyBar_Lv4 = null;
|
|||
|
this.btnPgUp.Size = new System.Drawing.Size(105, 48);
|
|||
|
this.btnPgUp.TabIndex = 547;
|
|||
|
this.btnPgUp.Text = "▲";
|
|||
|
this.btnPgUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnPgUp.UseCompatibleTextRendering = true;
|
|||
|
this.btnPgUp.Click += new System.EventHandler(this.btnSelProc_Click);
|
|||
|
//
|
|||
|
// btnDn
|
|||
|
//
|
|||
|
this.btnDn.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnDn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnDn.BorderStyleReDraw = true;
|
|||
|
this.btnDn.ClickImage = null;
|
|||
|
this.btnDn.DefaultImage = null;
|
|||
|
this.btnDn.DisableImage = null;
|
|||
|
this.btnDn.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnDn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnDn.Location = new System.Drawing.Point(234, 465);
|
|||
|
this.btnDn.Name = "btnDn";
|
|||
|
this.btnDn.OccupancyBar = 0;
|
|||
|
this.btnDn.OccupancyBar_Lv0 = null;
|
|||
|
this.btnDn.OccupancyBar_Lv1 = null;
|
|||
|
this.btnDn.OccupancyBar_Lv2 = null;
|
|||
|
this.btnDn.OccupancyBar_Lv3 = null;
|
|||
|
this.btnDn.OccupancyBar_Lv4 = null;
|
|||
|
this.btnDn.Size = new System.Drawing.Size(105, 48);
|
|||
|
this.btnDn.TabIndex = 546;
|
|||
|
this.btnDn.Text = "▽";
|
|||
|
this.btnDn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnDn.UseCompatibleTextRendering = true;
|
|||
|
this.btnDn.Click += new System.EventHandler(this.btnSelProc_Click);
|
|||
|
//
|
|||
|
// btnUp
|
|||
|
//
|
|||
|
this.btnUp.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnUp.BorderStyleReDraw = true;
|
|||
|
this.btnUp.ClickImage = null;
|
|||
|
this.btnUp.DefaultImage = null;
|
|||
|
this.btnUp.DisableImage = null;
|
|||
|
this.btnUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnUp.Location = new System.Drawing.Point(125, 465);
|
|||
|
this.btnUp.Name = "btnUp";
|
|||
|
this.btnUp.OccupancyBar = 0;
|
|||
|
this.btnUp.OccupancyBar_Lv0 = null;
|
|||
|
this.btnUp.OccupancyBar_Lv1 = null;
|
|||
|
this.btnUp.OccupancyBar_Lv2 = null;
|
|||
|
this.btnUp.OccupancyBar_Lv3 = null;
|
|||
|
this.btnUp.OccupancyBar_Lv4 = null;
|
|||
|
this.btnUp.Size = new System.Drawing.Size(105, 48);
|
|||
|
this.btnUp.TabIndex = 545;
|
|||
|
this.btnUp.Text = "△";
|
|||
|
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnUp.UseCompatibleTextRendering = true;
|
|||
|
this.btnUp.Click += new System.EventHandler(this.btnSelProc_Click);
|
|||
|
//
|
|||
|
// dataGridViewRadioButtonColumn1
|
|||
|
//
|
|||
|
this.dataGridViewRadioButtonColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|||
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.dataGridViewRadioButtonColumn1.DefaultCellStyle = dataGridViewCellStyle3;
|
|||
|
this.dataGridViewRadioButtonColumn1.HeaderText = "점검여부";
|
|||
|
this.dataGridViewRadioButtonColumn1.Name = "dataGridViewRadioButtonColumn1";
|
|||
|
this.dataGridViewRadioButtonColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|||
|
this.dataGridViewRadioButtonColumn1.Width = 280;
|
|||
|
//
|
|||
|
// dataGridViewRadioButtonColumn2
|
|||
|
//
|
|||
|
this.dataGridViewRadioButtonColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|||
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.dataGridViewRadioButtonColumn2.DefaultCellStyle = dataGridViewCellStyle4;
|
|||
|
this.dataGridViewRadioButtonColumn2.HeaderText = "점검여부";
|
|||
|
this.dataGridViewRadioButtonColumn2.Name = "dataGridViewRadioButtonColumn2";
|
|||
|
this.dataGridViewRadioButtonColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|||
|
this.dataGridViewRadioButtonColumn2.Width = 280;
|
|||
|
//
|
|||
|
// frmSafetyCheckList
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.ClientSize = new System.Drawing.Size(1024, 696);
|
|||
|
this.Controls.Add(this.btnPgDn);
|
|||
|
this.Controls.Add(this.btnPgUp);
|
|||
|
this.Controls.Add(this.btnDn);
|
|||
|
this.Controls.Add(this.btnUp);
|
|||
|
this.Controls.Add(this.txtCheckList);
|
|||
|
this.Controls.Add(this.txtEtcCtnts03);
|
|||
|
this.Controls.Add(this.txtEtcCtnts02);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.txtEtcCtnts01);
|
|||
|
this.Controls.Add(this.lblBox4);
|
|||
|
this.Controls.Add(this.lblBox3);
|
|||
|
this.Controls.Add(this.label4);
|
|||
|
this.Controls.Add(this.cbCashierName);
|
|||
|
this.Controls.Add(this.label03);
|
|||
|
this.Controls.Add(this.lblBox2);
|
|||
|
this.Controls.Add(this.dgvCheckList);
|
|||
|
this.Controls.Add(this.lblMemo);
|
|||
|
this.Controls.Add(this.btnSave);
|
|||
|
this.Controls.Add(this.lblCashier);
|
|||
|
this.Controls.Add(this.txtSaleDate);
|
|||
|
this.Controls.Add(this.lblBox1);
|
|||
|
this.Controls.Add(this.lblSaleDate);
|
|||
|
this.Controls.Add(this.txtBtnMessage);
|
|||
|
this.Controls.Add(this.lblBtn03);
|
|||
|
this.Controls.Add(this.lblBtn02);
|
|||
|
this.Controls.Add(this.lblBtn01);
|
|||
|
this.Controls.Add(this.btnExit);
|
|||
|
this.Controls.Add(this.lblTitle);
|
|||
|
this.Controls.Add(this.lblBox5);
|
|||
|
this.Controls.Add(this.picBack);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "frmSafetyCheckList";
|
|||
|
this.Text = "frmEtcCheckList";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSafetyCheckList_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmSafetyCheckList_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgvCheckList)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private UI.CsmLabel btnExit;
|
|||
|
private UI.CsmLabel lblTitle;
|
|||
|
private DataGridViewRadioButtonElements.DataGridViewRadioButtonColumn dataGridViewRadioButtonColumn1;
|
|||
|
private UI.CsmLabel lblBtn01;
|
|||
|
private UI.CsmPosEditBox txtEtcCtnts01;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private UI.CsmLabel lblBtn02;
|
|||
|
private UI.CsmPosEditBox txtEtcCtnts02;
|
|||
|
private UI.CsmLabel lblBtn03;
|
|||
|
private UI.CsmPosEditBox txtEtcCtnts03;
|
|||
|
private System.Windows.Forms.TextBox txtBtnMessage;
|
|||
|
private System.Windows.Forms.PictureBox picBack;
|
|||
|
private System.Windows.Forms.ComboBox cbCashierName;
|
|||
|
private System.Windows.Forms.Label label03;
|
|||
|
private UI.CsmLabel lblBox2;
|
|||
|
private System.Windows.Forms.DataGridView dgvCheckList;
|
|||
|
private UI.CsmLabel lblMemo;
|
|||
|
private UI.CsmButton btnSave;
|
|||
|
private UI.CsmLabel lblCashier;
|
|||
|
private DataGridViewRadioButtonElements.DataGridViewRadioButtonColumn dataGridViewRadioButtonColumn2;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private UI.CsmPosEditBox txtSaleDate;
|
|||
|
private UI.CsmLabel lblBox1;
|
|||
|
private UI.CsmLabel lblSaleDate;
|
|||
|
private UI.CsmLabel lblBox5;
|
|||
|
private UI.CsmLabel lblBox4;
|
|||
|
private UI.CsmLabel lblBox3;
|
|||
|
private System.Windows.Forms.TextBox txtCheckList;
|
|||
|
private UI.CsmButton btnPgDn;
|
|||
|
private UI.CsmButton btnPgUp;
|
|||
|
private UI.CsmButton btnDn;
|
|||
|
private UI.CsmButton btnUp;
|
|||
|
}
|
|||
|
}
|