452 lines
27 KiB
C#
452 lines
27 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmTakeInOutProd
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.btnSave = new Cosmos.UI.CsmButton();
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.dgvPluItem = new System.Windows.Forms.DataGridView();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.gridDataItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.lblProd = new Cosmos.UI.CsmLabel();
|
|
this.btn_AllTakeIn = new Cosmos.UI.CsmButton();
|
|
this.btn_AllTakeOut = new Cosmos.UI.CsmButton();
|
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|
this.btnGridDown = new Cosmos.UI.CsmButton();
|
|
this.btnGridUp = new Cosmos.UI.CsmButton();
|
|
this.SEQ = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ItemNm = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.TakeIn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.TakeOut = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.ITEM_CD = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ROWSEQ = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.TakeInOutDiv = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.SubStorCd = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvPluItem)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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("Microsoft Sans Serif", 14F);
|
|
this.btnSave.ForeColor = System.Drawing.Color.White;
|
|
this.btnSave.Location = new System.Drawing.Point(678, 549);
|
|
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 = 152;
|
|
this.btnSave.Text = "저장";
|
|
this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnSave.UseCompatibleTextRendering = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnProc_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("Microsoft Sans Serif", 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(762, 50);
|
|
this.lblTitle.TabIndex = 287;
|
|
this.lblTitle.Text = "제조음료 Take In/Out 설정";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// dgvPluItem
|
|
//
|
|
this.dgvPluItem.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvPluItem.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
|
|
this.dgvPluItem.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle10.ForeColor = System.Drawing.Color.Black;
|
|
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvPluItem.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
|
|
this.dgvPluItem.ColumnHeadersHeight = 30;
|
|
this.dgvPluItem.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dgvPluItem.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.SEQ,
|
|
this.ItemNm,
|
|
this.TakeIn,
|
|
this.TakeOut,
|
|
this.ITEM_CD,
|
|
this.ROWSEQ,
|
|
this.TakeInOutDiv,
|
|
this.SubStorCd});
|
|
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle17.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
dataGridViewCellStyle17.SelectionForeColor = System.Drawing.Color.Black;
|
|
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgvPluItem.DefaultCellStyle = dataGridViewCellStyle17;
|
|
this.dgvPluItem.GridColor = System.Drawing.Color.Silver;
|
|
this.dgvPluItem.Location = new System.Drawing.Point(22, 154);
|
|
this.dgvPluItem.MultiSelect = false;
|
|
this.dgvPluItem.Name = "dgvPluItem";
|
|
this.dgvPluItem.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle18.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvPluItem.RowHeadersDefaultCellStyle = dataGridViewCellStyle18;
|
|
this.dgvPluItem.RowHeadersVisible = false;
|
|
this.dgvPluItem.RowHeadersWidth = 40;
|
|
this.dgvPluItem.RowTemplate.Height = 40;
|
|
this.dgvPluItem.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvPluItem.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.dgvPluItem.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvPluItem.ShowEditingIcon = false;
|
|
this.dgvPluItem.Size = new System.Drawing.Size(720, 380);
|
|
this.dgvPluItem.TabIndex = 315;
|
|
this.dgvPluItem.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPluItem_CellClick);
|
|
//
|
|
// picBack
|
|
//
|
|
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 = 298;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label2.Location = new System.Drawing.Point(22, 153);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(720, 2);
|
|
this.label2.TabIndex = 330;
|
|
//
|
|
// gridDataItemBindingSource
|
|
//
|
|
this.gridDataItemBindingSource.DataSource = typeof(Cosmos.UI.GridDataItem);
|
|
//
|
|
// lblProd
|
|
//
|
|
this.lblProd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
this.lblProd.BorderStyleReDraw = false;
|
|
this.lblProd.Font = new System.Drawing.Font("나눔고딕 ExtraBold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblProd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblProd.Location = new System.Drawing.Point(22, 62);
|
|
this.lblProd.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblProd.Name = "lblProd";
|
|
this.lblProd.Size = new System.Drawing.Size(756, 79);
|
|
this.lblProd.TabIndex = 453;
|
|
this.lblProd.Text = "고객님, 음료는 드시고 가시나요?\r\n음료는 머그컵(유리잔)에 제공해 드리는데 괜찮으세요?";
|
|
this.lblProd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btn_AllTakeIn
|
|
//
|
|
this.btn_AllTakeIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btn_AllTakeIn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btn_AllTakeIn.BorderStyleReDraw = false;
|
|
this.btn_AllTakeIn.ClickImage = null;
|
|
this.btn_AllTakeIn.DefaultImage = null;
|
|
this.btn_AllTakeIn.DisableImage = null;
|
|
this.btn_AllTakeIn.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
|
|
this.btn_AllTakeIn.ForeColor = System.Drawing.Color.White;
|
|
this.btn_AllTakeIn.Location = new System.Drawing.Point(22, 549);
|
|
this.btn_AllTakeIn.Name = "btn_AllTakeIn";
|
|
this.btn_AllTakeIn.OccupancyBar = 0;
|
|
this.btn_AllTakeIn.OccupancyBar_Lv0 = null;
|
|
this.btn_AllTakeIn.OccupancyBar_Lv1 = null;
|
|
this.btn_AllTakeIn.OccupancyBar_Lv2 = null;
|
|
this.btn_AllTakeIn.OccupancyBar_Lv3 = null;
|
|
this.btn_AllTakeIn.OccupancyBar_Lv4 = null;
|
|
this.btn_AllTakeIn.Size = new System.Drawing.Size(157, 40);
|
|
this.btn_AllTakeIn.TabIndex = 459;
|
|
this.btn_AllTakeIn.Text = "전체 Take In";
|
|
this.btn_AllTakeIn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btn_AllTakeIn.UseCompatibleTextRendering = true;
|
|
this.btn_AllTakeIn.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btn_AllTakeOut
|
|
//
|
|
this.btn_AllTakeOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btn_AllTakeOut.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btn_AllTakeOut.BorderStyleReDraw = false;
|
|
this.btn_AllTakeOut.ClickImage = null;
|
|
this.btn_AllTakeOut.DefaultImage = null;
|
|
this.btn_AllTakeOut.DisableImage = null;
|
|
this.btn_AllTakeOut.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
|
|
this.btn_AllTakeOut.ForeColor = System.Drawing.Color.White;
|
|
this.btn_AllTakeOut.Location = new System.Drawing.Point(206, 549);
|
|
this.btn_AllTakeOut.Name = "btn_AllTakeOut";
|
|
this.btn_AllTakeOut.OccupancyBar = 0;
|
|
this.btn_AllTakeOut.OccupancyBar_Lv0 = null;
|
|
this.btn_AllTakeOut.OccupancyBar_Lv1 = null;
|
|
this.btn_AllTakeOut.OccupancyBar_Lv2 = null;
|
|
this.btn_AllTakeOut.OccupancyBar_Lv3 = null;
|
|
this.btn_AllTakeOut.OccupancyBar_Lv4 = null;
|
|
this.btn_AllTakeOut.Size = new System.Drawing.Size(157, 40);
|
|
this.btn_AllTakeOut.TabIndex = 460;
|
|
this.btn_AllTakeOut.Text = "전체 Take Out";
|
|
this.btn_AllTakeOut.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btn_AllTakeOut.UseCompatibleTextRendering = true;
|
|
this.btn_AllTakeOut.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// 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(720, 51);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|
this.btnExit.TabIndex = 224;
|
|
this.btnExit.Text = "X";
|
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnExit.Visible = false;
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// btnGridDown
|
|
//
|
|
this.btnGridDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnGridDown.BorderStyleReDraw = true;
|
|
this.btnGridDown.ClickImage = null;
|
|
this.btnGridDown.DefaultImage = null;
|
|
this.btnGridDown.DisableImage = null;
|
|
this.btnGridDown.Location = new System.Drawing.Point(748, 347);
|
|
this.btnGridDown.Name = "btnGridDown";
|
|
this.btnGridDown.OccupancyBar = 0;
|
|
this.btnGridDown.OccupancyBar_Lv0 = null;
|
|
this.btnGridDown.OccupancyBar_Lv1 = null;
|
|
this.btnGridDown.OccupancyBar_Lv2 = null;
|
|
this.btnGridDown.OccupancyBar_Lv3 = null;
|
|
this.btnGridDown.OccupancyBar_Lv4 = null;
|
|
this.btnGridDown.Size = new System.Drawing.Size(30, 186);
|
|
this.btnGridDown.TabIndex = 462;
|
|
this.btnGridDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnGridUp
|
|
//
|
|
this.btnGridUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnGridUp.BorderStyleReDraw = true;
|
|
this.btnGridUp.ClickImage = null;
|
|
this.btnGridUp.DefaultImage = null;
|
|
this.btnGridUp.DisableImage = null;
|
|
this.btnGridUp.Location = new System.Drawing.Point(748, 153);
|
|
this.btnGridUp.Name = "btnGridUp";
|
|
this.btnGridUp.OccupancyBar = 0;
|
|
this.btnGridUp.OccupancyBar_Lv0 = null;
|
|
this.btnGridUp.OccupancyBar_Lv1 = null;
|
|
this.btnGridUp.OccupancyBar_Lv2 = null;
|
|
this.btnGridUp.OccupancyBar_Lv3 = null;
|
|
this.btnGridUp.OccupancyBar_Lv4 = null;
|
|
this.btnGridUp.Size = new System.Drawing.Size(30, 186);
|
|
this.btnGridUp.TabIndex = 461;
|
|
this.btnGridUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// SEQ
|
|
//
|
|
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle11.NullValue = "0";
|
|
this.SEQ.DefaultCellStyle = dataGridViewCellStyle11;
|
|
this.SEQ.HeaderText = "순번";
|
|
this.SEQ.Name = "SEQ";
|
|
this.SEQ.ReadOnly = true;
|
|
this.SEQ.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.SEQ.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.SEQ.Width = 80;
|
|
//
|
|
// ItemNm
|
|
//
|
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.ItemNm.DefaultCellStyle = dataGridViewCellStyle12;
|
|
this.ItemNm.HeaderText = "상품명";
|
|
this.ItemNm.Name = "ItemNm";
|
|
this.ItemNm.ReadOnly = true;
|
|
this.ItemNm.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.ItemNm.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.ItemNm.Width = 470;
|
|
//
|
|
// TakeIn
|
|
//
|
|
this.TakeIn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle13.NullValue = false;
|
|
this.TakeIn.DefaultCellStyle = dataGridViewCellStyle13;
|
|
this.TakeIn.HeaderText = "IN";
|
|
this.TakeIn.Name = "TakeIn";
|
|
this.TakeIn.ReadOnly = true;
|
|
this.TakeIn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.TakeIn.Width = 80;
|
|
//
|
|
// TakeOut
|
|
//
|
|
this.TakeOut.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle14.NullValue = false;
|
|
this.TakeOut.DefaultCellStyle = dataGridViewCellStyle14;
|
|
this.TakeOut.HeaderText = "OUT";
|
|
this.TakeOut.Name = "TakeOut";
|
|
this.TakeOut.ReadOnly = true;
|
|
this.TakeOut.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.TakeOut.Width = 80;
|
|
//
|
|
// ITEM_CD
|
|
//
|
|
this.ITEM_CD.HeaderText = "ITEM_CD";
|
|
this.ITEM_CD.Name = "ITEM_CD";
|
|
this.ITEM_CD.ReadOnly = true;
|
|
this.ITEM_CD.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.ITEM_CD.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.ITEM_CD.Visible = false;
|
|
//
|
|
// ROWSEQ
|
|
//
|
|
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
dataGridViewCellStyle15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle15.Format = "N0";
|
|
dataGridViewCellStyle15.NullValue = "0";
|
|
this.ROWSEQ.DefaultCellStyle = dataGridViewCellStyle15;
|
|
this.ROWSEQ.HeaderText = "ROWSEQ";
|
|
this.ROWSEQ.Name = "ROWSEQ";
|
|
this.ROWSEQ.ReadOnly = true;
|
|
this.ROWSEQ.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.ROWSEQ.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.ROWSEQ.Visible = false;
|
|
this.ROWSEQ.Width = 60;
|
|
//
|
|
// TakeInOutDiv
|
|
//
|
|
dataGridViewCellStyle16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.TakeInOutDiv.DefaultCellStyle = dataGridViewCellStyle16;
|
|
this.TakeInOutDiv.HeaderText = "TakeInOutDiv";
|
|
this.TakeInOutDiv.Name = "TakeInOutDiv";
|
|
this.TakeInOutDiv.ReadOnly = true;
|
|
this.TakeInOutDiv.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.TakeInOutDiv.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.TakeInOutDiv.Visible = false;
|
|
//
|
|
// SubStorCd
|
|
//
|
|
this.SubStorCd.HeaderText = "SubStorCd";
|
|
this.SubStorCd.Name = "SubStorCd";
|
|
this.SubStorCd.ReadOnly = true;
|
|
this.SubStorCd.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.SubStorCd.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.SubStorCd.Visible = false;
|
|
//
|
|
// frmTakeInOutProd
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
|
this.Controls.Add(this.btnGridDown);
|
|
this.Controls.Add(this.btnGridUp);
|
|
this.Controls.Add(this.btn_AllTakeOut);
|
|
this.Controls.Add(this.btn_AllTakeIn);
|
|
this.Controls.Add(this.lblProd);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.dgvPluItem);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmTakeInOutProd";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "frmTakeInOut";
|
|
this.Activated += new System.EventHandler(this.frmTakeInOut_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmTakeInOut_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmTakeInOut_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmTakeInOut_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvPluItem)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmButton btnSave;
|
|
private UI.CsmLabel lblTitle;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private System.Windows.Forms.DataGridView dgvPluItem;
|
|
private System.Windows.Forms.BindingSource gridDataItemBindingSource;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmLabel lblProd;
|
|
private UI.CsmButton btn_AllTakeIn;
|
|
private UI.CsmButton btn_AllTakeOut;
|
|
private UI.CsmLabel btnExit;
|
|
private UI.CsmButton btnGridDown;
|
|
private UI.CsmButton btnGridUp;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SEQ;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ItemNm;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn TakeIn;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn TakeOut;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ITEM_CD;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ROWSEQ;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn TakeInOutDiv;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SubStorCd;
|
|
}
|
|
} |