namespace Cosmos.Win { partial class frmSaleCheckList { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.picBack = new System.Windows.Forms.PictureBox(); this.btnExit = new Cosmos.UI.CsmLabel(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.lblCashier = new Cosmos.UI.CsmLabel(); this.label03 = new System.Windows.Forms.Label(); this.lblSaleDate = new Cosmos.UI.CsmLabel(); this.txtSaleDate = new Cosmos.UI.CsmPosEditBox(); this.csmLabel1 = new Cosmos.UI.CsmLabel(); this.txtRegFlag = new Cosmos.UI.CsmPosEditBox(); this.cbCashierName = new System.Windows.Forms.ComboBox(); this.btnSave = new Cosmos.UI.CsmButton(); this.dgvCheckList = new System.Windows.Forms.DataGridView(); this.lblMemo = new Cosmos.UI.CsmLabel(); this.lblBox3 = new Cosmos.UI.CsmLabel(); this.lblBox2 = new Cosmos.UI.CsmLabel(); this.lblBox1 = 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.label4 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvCheckList)).BeginInit(); this.SuspendLayout(); // // 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; // // 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.Click += new System.EventHandler(this.btnExit_Click); // // 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; // // 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, 146); 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 = 418; this.lblCashier.Text = "담 당 자"; this.lblCashier.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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, 67); this.label03.Name = "label03"; this.label03.Size = new System.Drawing.Size(341, 2); this.label03.TabIndex = 417; // // 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, 68); 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 = 415; this.lblSaleDate.Text = "영업일자"; this.lblSaleDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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, 75); 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 = 414; this.txtSaleDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtSaleDate.UseDualMaxLength = false; this.txtSaleDate.Value = ""; // // csmLabel1 // this.csmLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.csmLabel1.BorderStyleReDraw = true; this.csmLabel1.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold); this.csmLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.csmLabel1.Location = new System.Drawing.Point(16, 107); this.csmLabel1.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.csmLabel1.Name = "csmLabel1"; this.csmLabel1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.csmLabel1.Size = new System.Drawing.Size(122, 40); this.csmLabel1.TabIndex = 421; this.csmLabel1.Text = "등록여부"; this.csmLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtRegFlag // this.txtRegFlag.BackColor = System.Drawing.Color.WhiteSmoke; this.txtRegFlag.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtRegFlag.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtRegFlag.BorderStyleReDraw = false; this.txtRegFlag.ClearFlag = false; this.txtRegFlag.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.txtRegFlag.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.txtRegFlag.Enabled = false; this.txtRegFlag.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtRegFlag.InputType = Cosmos.UI.InputType.None; this.txtRegFlag.InputTypeFormat = ""; this.txtRegFlag.Location = new System.Drawing.Point(153, 116); this.txtRegFlag.Margin = new System.Windows.Forms.Padding(5); this.txtRegFlag.MaxLength = 37; this.txtRegFlag.MaxLengthAutoEnd = false; this.txtRegFlag.MaxLengthForKeyIn = 32767; this.txtRegFlag.MaxLengthForNumpad = 32767; this.txtRegFlag.Name = "txtRegFlag"; this.txtRegFlag.PasswordChar = '\0'; this.txtRegFlag.ReadOnly = true; this.txtRegFlag.Size = new System.Drawing.Size(188, 26); this.txtRegFlag.TabIndex = 422; this.txtRegFlag.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtRegFlag.UseDualMaxLength = false; this.txtRegFlag.Value = ""; // // 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, 153); this.cbCashierName.Name = "cbCashierName"; this.cbCashierName.Size = new System.Drawing.Size(188, 26); this.cbCashierName.TabIndex = 460; // // 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(907, 634); 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 = 478; this.btnSave.Text = "저장"; this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // dgvCheckList // this.dgvCheckList.AllowUserToAddRows = false; this.dgvCheckList.AllowUserToDeleteRows = false; this.dgvCheckList.AllowUserToResizeColumns = false; this.dgvCheckList.AllowUserToResizeRows = false; this.dgvCheckList.BackgroundColor = System.Drawing.Color.White; this.dgvCheckList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvCheckList.DefaultCellStyle = dataGridViewCellStyle1; this.dgvCheckList.Location = new System.Drawing.Point(16, 199); 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(990, 425); this.dgvCheckList.TabIndex = 484; 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, 68); this.lblMemo.Name = "lblMemo"; this.lblMemo.Size = new System.Drawing.Size(636, 118); this.lblMemo.TabIndex = 485; this.lblMemo.Text = "csmLabel3"; this.lblMemo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblBox3 // this.lblBox3.BackColor = System.Drawing.Color.White; this.lblBox3.BorderStyleReDraw = true; this.lblBox3.Location = new System.Drawing.Point(137, 146); this.lblBox3.Name = "lblBox3"; this.lblBox3.Size = new System.Drawing.Size(220, 40); this.lblBox3.TabIndex = 486; // // lblBox2 // this.lblBox2.BackColor = System.Drawing.Color.White; this.lblBox2.BorderStyleReDraw = true; this.lblBox2.Location = new System.Drawing.Point(137, 107); this.lblBox2.Name = "lblBox2"; this.lblBox2.Size = new System.Drawing.Size(220, 40); this.lblBox2.TabIndex = 487; // // lblBox1 // this.lblBox1.BackColor = System.Drawing.Color.White; this.lblBox1.BorderStyleReDraw = true; this.lblBox1.Location = new System.Drawing.Point(137, 68); this.lblBox1.Name = "lblBox1"; this.lblBox1.Size = new System.Drawing.Size(220, 40); this.lblBox1.TabIndex = 488; // // 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(898, 218); this.txtCheckList.MaxLength = 50; this.txtCheckList.Name = "txtCheckList"; this.txtCheckList.Size = new System.Drawing.Size(126, 19); this.txtCheckList.TabIndex = 491; 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, 626); 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 = 534; 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, 626); 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 = 533; 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, 626); 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 = 532; 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, 626); 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 = 531; 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; dataGridViewCellStyle2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.dataGridViewRadioButtonColumn1.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridViewRadioButtonColumn1.HeaderText = "점검여부"; this.dataGridViewRadioButtonColumn1.Name = "dataGridViewRadioButtonColumn1"; this.dataGridViewRadioButtonColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewRadioButtonColumn1.Width = 280; // // 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, 199); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(990, 2); this.label4.TabIndex = 535; // // frmSaleCheckList // 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.label4); this.Controls.Add(this.btnPgDn); this.Controls.Add(this.btnPgUp); this.Controls.Add(this.btnDn); this.Controls.Add(this.btnUp); this.Controls.Add(this.dgvCheckList); this.Controls.Add(this.txtCheckList); this.Controls.Add(this.cbCashierName); this.Controls.Add(this.txtRegFlag); this.Controls.Add(this.label03); this.Controls.Add(this.txtSaleDate); this.Controls.Add(this.lblBox3); this.Controls.Add(this.lblBox2); this.Controls.Add(this.lblBox1); this.Controls.Add(this.lblMemo); this.Controls.Add(this.btnSave); this.Controls.Add(this.csmLabel1); this.Controls.Add(this.lblCashier); this.Controls.Add(this.lblSaleDate); this.Controls.Add(this.btnExit); this.Controls.Add(this.lblTitle); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmSaleCheckList"; this.Text = "frmSaleCheckList"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSaleCheckList_FormClosing); this.Load += new System.EventHandler(this.frmSaleCheckList_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvCheckList)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox picBack; private UI.CsmLabel btnExit; private UI.CsmLabel lblTitle; private UI.CsmLabel lblCashier; private System.Windows.Forms.Label label03; private UI.CsmLabel lblSaleDate; private UI.CsmPosEditBox txtSaleDate; private UI.CsmLabel csmLabel1; private UI.CsmPosEditBox txtRegFlag; private System.Windows.Forms.ComboBox cbCashierName; private UI.CsmButton btnSave; private DataGridViewRadioButtonElements.DataGridViewRadioButtonColumn dataGridViewRadioButtonColumn1; private System.Windows.Forms.DataGridView dgvCheckList; private UI.CsmLabel lblMemo; private UI.CsmLabel lblBox3; private UI.CsmLabel lblBox2; private UI.CsmLabel lblBox1; private System.Windows.Forms.TextBox txtCheckList; private UI.CsmButton btnPgDn; private UI.CsmButton btnPgUp; private UI.CsmButton btnDn; private UI.CsmButton btnUp; private System.Windows.Forms.Label label4; } }