248 lines
13 KiB
C#
248 lines
13 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmStoreEquipCheck
|
|
{
|
|
/// <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 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.label17 = new System.Windows.Forms.Label();
|
|
this.btnSave = new Cosmos.UI.CsmButton();
|
|
this.btnCancel = new Cosmos.UI.CsmButton();
|
|
this.btnDn = new Cosmos.UI.CsmButton();
|
|
this.btnUp = new Cosmos.UI.CsmButton();
|
|
this.dgvCheckList = new System.Windows.Forms.DataGridView();
|
|
((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(800, 600);
|
|
this.picBack.TabIndex = 230;
|
|
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(740, 1);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|
this.btnExit.TabIndex = 235;
|
|
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(740, 50);
|
|
this.lblTitle.TabIndex = 234;
|
|
this.lblTitle.Text = "일일점검리스트";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label17.Location = new System.Drawing.Point(22, 67);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(755, 2);
|
|
this.label17.TabIndex = 550;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
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(571, 532);
|
|
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 = 558;
|
|
this.btnSave.Text = "작성완료";
|
|
this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnCancel.BorderStyleReDraw = false;
|
|
this.btnCancel.ClickImage = null;
|
|
this.btnCancel.DefaultImage = null;
|
|
this.btnCancel.DisableImage = null;
|
|
this.btnCancel.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnCancel.ForeColor = System.Drawing.Color.White;
|
|
this.btnCancel.Location = new System.Drawing.Point(677, 532);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.OccupancyBar = 0;
|
|
this.btnCancel.OccupancyBar_Lv0 = null;
|
|
this.btnCancel.OccupancyBar_Lv1 = null;
|
|
this.btnCancel.OccupancyBar_Lv2 = null;
|
|
this.btnCancel.OccupancyBar_Lv3 = null;
|
|
this.btnCancel.OccupancyBar_Lv4 = null;
|
|
this.btnCancel.Size = new System.Drawing.Size(100, 40);
|
|
this.btnCancel.TabIndex = 557;
|
|
this.btnCancel.Text = "나중에 하기";
|
|
this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnDn
|
|
//
|
|
this.btnDn.BackColor = System.Drawing.Color.White;
|
|
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(132, 532);
|
|
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 = 560;
|
|
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.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(21, 532);
|
|
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 = 559;
|
|
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnUp.UseCompatibleTextRendering = true;
|
|
this.btnUp.Click += new System.EventHandler(this.btnSelProc_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;
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
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(22, 68);
|
|
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(755, 460);
|
|
this.dgvCheckList.TabIndex = 561;
|
|
this.dgvCheckList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCheckList_CellClick);
|
|
this.dgvCheckList.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dgvCheckList_CellPainting);
|
|
//
|
|
// frmStoreEquipCheck
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
|
this.Controls.Add(this.dgvCheckList);
|
|
this.Controls.Add(this.btnDn);
|
|
this.Controls.Add(this.btnUp);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.label17);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmStoreEquipCheck";
|
|
this.Text = "frmStoreEquipCheck";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmStoreEquipCheck_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmStoreEquipCheck_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvCheckList)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmLabel btnExit;
|
|
private UI.CsmLabel lblTitle;
|
|
private System.Windows.Forms.Label label17;
|
|
private UI.CsmButton btnSave;
|
|
private UI.CsmButton btnCancel;
|
|
private UI.CsmButton btnDn;
|
|
private UI.CsmButton btnUp;
|
|
private System.Windows.Forms.DataGridView dgvCheckList;
|
|
}
|
|
} |