 80d00fd4b6
			
		
	
	80d00fd4b6
	
	
	
		
			
			재고 관리 화면 - 보관소 필터링 기능 추가 재고 관리 등록 화면 규격의 값이 없어도 등록 가능 => 완료 보관소 직접입력이 아닌 선택 하게 => 재고등록화면 수정, 품목정보에 공급처 선택 기능 => 공급처 칸(제일 우측) 추가 주문도 보관소 별로 처리 => 완료 안전용 주문등록화면 추가 => 보관소 기능 추가 구매 신청 목록에 "보관소" 열 추가
		
			
				
	
	
		
			592 lines
		
	
	
		
			32 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			592 lines
		
	
	
		
			32 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace FCM0000
 | |
| {
 | |
|     partial class fRequestItem
 | |
|     {
 | |
|         /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fRequestItem));
 | |
|             this.bn = new System.Windows.Forms.BindingNavigator(this.components);
 | |
|             this.bs = new System.Windows.Forms.BindingSource(this.components);
 | |
|             this.dsMSSQL = new FCM0000.dsMSSQL();
 | |
|             this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
 | |
|             this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
 | |
|             this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.boardBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.dv1 = new System.Windows.Forms.DataGridView();
 | |
|             this.pdateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.model = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.sidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.qtyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.project = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.bMail = new System.Windows.Forms.DataGridViewCheckBoxColumn();
 | |
|             this.memo = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.cm = new System.Windows.Forms.ContextMenuStrip(this.components);
 | |
|             this.autoResizeColumnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
|             this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.mailPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
|             this.mailPreviewAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
|             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
 | |
|             this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
 | |
|             this.dtSD = new System.Windows.Forms.ToolStripTextBox();
 | |
|             this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
 | |
|             this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
 | |
|             this.dtED = new System.Windows.Forms.ToolStripTextBox();
 | |
|             this.btSearch = new System.Windows.Forms.ToolStripButton();
 | |
|             this.label1 = new System.Windows.Forms.Label();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.label7 = new System.Windows.Forms.Label();
 | |
|             this.label6 = new System.Windows.Forms.Label();
 | |
|             this.label5 = new System.Windows.Forms.Label();
 | |
|             this.label4 = new System.Windows.Forms.Label();
 | |
|             this.label3 = new System.Windows.Forms.Label();
 | |
|             this.label2 = new System.Windows.Forms.Label();
 | |
|             this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
 | |
|             this.ta = new FCM0000.dsMSSQLTableAdapters.RequestItemTableAdapter();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
 | |
|             this.bn.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit();
 | |
|             this.cm.SuspendLayout();
 | |
|             this.toolStrip1.SuspendLayout();
 | |
|             this.panel1.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // bn
 | |
|             // 
 | |
|             this.bn.AddNewItem = null;
 | |
|             this.bn.BindingSource = this.bs;
 | |
|             this.bn.CountItem = this.bindingNavigatorCountItem;
 | |
|             this.bn.DeleteItem = this.bindingNavigatorDeleteItem;
 | |
|             this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.bindingNavigatorMoveFirstItem,
 | |
|             this.bindingNavigatorMovePreviousItem,
 | |
|             this.bindingNavigatorSeparator,
 | |
|             this.bindingNavigatorPositionItem,
 | |
|             this.bindingNavigatorCountItem,
 | |
|             this.bindingNavigatorSeparator1,
 | |
|             this.bindingNavigatorMoveNextItem,
 | |
|             this.bindingNavigatorMoveLastItem,
 | |
|             this.bindingNavigatorSeparator2,
 | |
|             this.bindingNavigatorAddNewItem,
 | |
|             this.bindingNavigatorDeleteItem,
 | |
|             this.boardBindingNavigatorSaveItem});
 | |
|             this.bn.Location = new System.Drawing.Point(0, 550);
 | |
|             this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
 | |
|             this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
 | |
|             this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
 | |
|             this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
 | |
|             this.bn.Name = "bn";
 | |
|             this.bn.PositionItem = this.bindingNavigatorPositionItem;
 | |
|             this.bn.Size = new System.Drawing.Size(1046, 25);
 | |
|             this.bn.TabIndex = 0;
 | |
|             this.bn.Text = "bindingNavigator1";
 | |
|             // 
 | |
|             // bs
 | |
|             // 
 | |
|             this.bs.DataMember = "RequestItem";
 | |
|             this.bs.DataSource = this.dsMSSQL;
 | |
|             // 
 | |
|             // dsMSSQL
 | |
|             // 
 | |
|             this.dsMSSQL.DataSetName = "dsMSSQL";
 | |
|             this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
 | |
|             // 
 | |
|             // bindingNavigatorCountItem
 | |
|             // 
 | |
|             this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
 | |
|             this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
 | |
|             this.bindingNavigatorCountItem.Text = "/{0}";
 | |
|             this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
 | |
|             // 
 | |
|             // bindingNavigatorDeleteItem
 | |
|             // 
 | |
|             this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
 | |
|             this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
 | |
|             this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(78, 22);
 | |
|             this.bindingNavigatorDeleteItem.Text = "Delete(&D)";
 | |
|             // 
 | |
|             // bindingNavigatorMoveFirstItem
 | |
|             // 
 | |
|             this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
 | |
|             this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
 | |
|             this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
 | |
|             // 
 | |
|             // bindingNavigatorMovePreviousItem
 | |
|             // 
 | |
|             this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
 | |
|             this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
 | |
|             this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
 | |
|             // 
 | |
|             // bindingNavigatorSeparator
 | |
|             // 
 | |
|             this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
 | |
|             this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
 | |
|             // 
 | |
|             // bindingNavigatorPositionItem
 | |
|             // 
 | |
|             this.bindingNavigatorPositionItem.AccessibleName = "위치";
 | |
|             this.bindingNavigatorPositionItem.AutoSize = false;
 | |
|             this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
 | |
|             this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
 | |
|             this.bindingNavigatorPositionItem.Text = "0";
 | |
|             this.bindingNavigatorPositionItem.ToolTipText = "현재 위치";
 | |
|             // 
 | |
|             // bindingNavigatorSeparator1
 | |
|             // 
 | |
|             this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
 | |
|             this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
 | |
|             // 
 | |
|             // bindingNavigatorMoveNextItem
 | |
|             // 
 | |
|             this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
 | |
|             this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
 | |
|             this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorMoveNextItem.Text = "다음으로 이동";
 | |
|             // 
 | |
|             // bindingNavigatorMoveLastItem
 | |
|             // 
 | |
|             this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
 | |
|             this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
 | |
|             this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
 | |
|             // 
 | |
|             // bindingNavigatorSeparator2
 | |
|             // 
 | |
|             this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
 | |
|             this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
 | |
|             // 
 | |
|             // bindingNavigatorAddNewItem
 | |
|             // 
 | |
|             this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
 | |
|             this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
 | |
|             this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(65, 22);
 | |
|             this.bindingNavigatorAddNewItem.Text = "Add(&A)";
 | |
|             this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
 | |
|             // 
 | |
|             // boardBindingNavigatorSaveItem
 | |
|             // 
 | |
|             this.boardBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("boardBindingNavigatorSaveItem.Image")));
 | |
|             this.boardBindingNavigatorSaveItem.Name = "boardBindingNavigatorSaveItem";
 | |
|             this.boardBindingNavigatorSaveItem.Size = new System.Drawing.Size(67, 22);
 | |
|             this.boardBindingNavigatorSaveItem.Text = "Save(&S)";
 | |
|             this.boardBindingNavigatorSaveItem.Click += new System.EventHandler(this.boardBindingNavigatorSaveItem_Click);
 | |
|             // 
 | |
|             // dv1
 | |
|             // 
 | |
|             this.dv1.AllowUserToAddRows = false;
 | |
|             this.dv1.AllowUserToDeleteRows = false;
 | |
|             this.dv1.AutoGenerateColumns = false;
 | |
|             this.dv1.ColumnHeadersHeight = 30;
 | |
|             this.dv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
 | |
|             this.dv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.pdateDataGridViewTextBoxColumn,
 | |
|             this.titleDataGridViewTextBoxColumn,
 | |
|             this.model,
 | |
|             this.sidDataGridViewTextBoxColumn,
 | |
|             this.qtyDataGridViewTextBoxColumn,
 | |
|             this.project,
 | |
|             this.bMail,
 | |
|             this.memo});
 | |
|             this.dv1.ContextMenuStrip = this.cm;
 | |
|             this.dv1.DataSource = this.bs;
 | |
|             this.dv1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.dv1.Location = new System.Drawing.Point(0, 25);
 | |
|             this.dv1.MultiSelect = false;
 | |
|             this.dv1.Name = "dv1";
 | |
|             this.dv1.ReadOnly = true;
 | |
|             this.dv1.RowTemplate.Height = 23;
 | |
|             this.dv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
 | |
|             this.dv1.Size = new System.Drawing.Size(874, 505);
 | |
|             this.dv1.TabIndex = 2;
 | |
|             this.dv1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dv1_DataError);
 | |
|             this.dv1.DoubleClick += new System.EventHandler(this.boardDataGridView_DoubleClick);
 | |
|             // 
 | |
|             // pdateDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.pdateDataGridViewTextBoxColumn.DataPropertyName = "pdate";
 | |
|             this.pdateDataGridViewTextBoxColumn.HeaderText = "Pdate";
 | |
|             this.pdateDataGridViewTextBoxColumn.Name = "pdateDataGridViewTextBoxColumn";
 | |
|             this.pdateDataGridViewTextBoxColumn.ReadOnly = true;
 | |
|             // 
 | |
|             // titleDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.titleDataGridViewTextBoxColumn.DataPropertyName = "title";
 | |
|             this.titleDataGridViewTextBoxColumn.HeaderText = "Item";
 | |
|             this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
 | |
|             this.titleDataGridViewTextBoxColumn.ReadOnly = true;
 | |
|             // 
 | |
|             // model
 | |
|             // 
 | |
|             this.model.DataPropertyName = "model";
 | |
|             this.model.HeaderText = "Model";
 | |
|             this.model.Name = "model";
 | |
|             this.model.ReadOnly = true;
 | |
|             // 
 | |
|             // sidDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.sidDataGridViewTextBoxColumn.DataPropertyName = "sid";
 | |
|             this.sidDataGridViewTextBoxColumn.HeaderText = "sid";
 | |
|             this.sidDataGridViewTextBoxColumn.Name = "sidDataGridViewTextBoxColumn";
 | |
|             this.sidDataGridViewTextBoxColumn.ReadOnly = true;
 | |
|             // 
 | |
|             // qtyDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.qtyDataGridViewTextBoxColumn.DataPropertyName = "qty";
 | |
|             this.qtyDataGridViewTextBoxColumn.HeaderText = "qty";
 | |
|             this.qtyDataGridViewTextBoxColumn.Name = "qtyDataGridViewTextBoxColumn";
 | |
|             this.qtyDataGridViewTextBoxColumn.ReadOnly = true;
 | |
|             // 
 | |
|             // project
 | |
|             // 
 | |
|             this.project.DataPropertyName = "projectName";
 | |
|             this.project.HeaderText = "project";
 | |
|             this.project.Name = "project";
 | |
|             this.project.ReadOnly = true;
 | |
|             // 
 | |
|             // bMail
 | |
|             // 
 | |
|             this.bMail.DataPropertyName = "bMail";
 | |
|             this.bMail.HeaderText = "Mail";
 | |
|             this.bMail.Name = "bMail";
 | |
|             this.bMail.ReadOnly = true;
 | |
|             // 
 | |
|             // memo
 | |
|             // 
 | |
|             this.memo.DataPropertyName = "memo";
 | |
|             this.memo.HeaderText = "memo";
 | |
|             this.memo.Name = "memo";
 | |
|             this.memo.ReadOnly = true;
 | |
|             // 
 | |
|             // cm
 | |
|             // 
 | |
|             this.cm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.autoResizeColumnsToolStripMenuItem,
 | |
|             this.toolStripMenuItem1,
 | |
|             this.mailPreviewToolStripMenuItem,
 | |
|             this.mailPreviewAllToolStripMenuItem});
 | |
|             this.cm.Name = "cm";
 | |
|             this.cm.Size = new System.Drawing.Size(182, 76);
 | |
|             // 
 | |
|             // autoResizeColumnsToolStripMenuItem
 | |
|             // 
 | |
|             this.autoResizeColumnsToolStripMenuItem.Name = "autoResizeColumnsToolStripMenuItem";
 | |
|             this.autoResizeColumnsToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
 | |
|             this.autoResizeColumnsToolStripMenuItem.Text = "AutoResizeColumns";
 | |
|             this.autoResizeColumnsToolStripMenuItem.Click += new System.EventHandler(this.autoResizeColumnsToolStripMenuItem_Click);
 | |
|             // 
 | |
|             // toolStripMenuItem1
 | |
|             // 
 | |
|             this.toolStripMenuItem1.Name = "toolStripMenuItem1";
 | |
|             this.toolStripMenuItem1.Size = new System.Drawing.Size(178, 6);
 | |
|             // 
 | |
|             // mailPreviewToolStripMenuItem
 | |
|             // 
 | |
|             this.mailPreviewToolStripMenuItem.Name = "mailPreviewToolStripMenuItem";
 | |
|             this.mailPreviewToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
 | |
|             this.mailPreviewToolStripMenuItem.Text = "Mail(Preview_One)";
 | |
|             this.mailPreviewToolStripMenuItem.Click += new System.EventHandler(this.mailPreviewToolStripMenuItem_Click);
 | |
|             // 
 | |
|             // mailPreviewAllToolStripMenuItem
 | |
|             // 
 | |
|             this.mailPreviewAllToolStripMenuItem.Name = "mailPreviewAllToolStripMenuItem";
 | |
|             this.mailPreviewAllToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
 | |
|             this.mailPreviewAllToolStripMenuItem.Text = "Mail(Preview_All)";
 | |
|             this.mailPreviewAllToolStripMenuItem.Click += new System.EventHandler(this.mailPreviewAllToolStripMenuItem_Click);
 | |
|             // 
 | |
|             // toolStrip1
 | |
|             // 
 | |
|             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.toolStripLabel1,
 | |
|             this.dtSD,
 | |
|             this.toolStripLabel4,
 | |
|             this.toolStripLabel2,
 | |
|             this.dtED,
 | |
|             this.btSearch});
 | |
|             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.toolStrip1.Name = "toolStrip1";
 | |
|             this.toolStrip1.Size = new System.Drawing.Size(1046, 25);
 | |
|             this.toolStrip1.TabIndex = 4;
 | |
|             this.toolStrip1.Text = "toolStrip1";
 | |
|             // 
 | |
|             // toolStripLabel1
 | |
|             // 
 | |
|             this.toolStripLabel1.Name = "toolStripLabel1";
 | |
|             this.toolStripLabel1.Size = new System.Drawing.Size(32, 22);
 | |
|             this.toolStripLabel1.Text = "Start";
 | |
|             // 
 | |
|             // dtSD
 | |
|             // 
 | |
|             this.dtSD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
 | |
|             this.dtSD.Name = "dtSD";
 | |
|             this.dtSD.Size = new System.Drawing.Size(100, 25);
 | |
|             // 
 | |
|             // toolStripLabel4
 | |
|             // 
 | |
|             this.toolStripLabel4.Name = "toolStripLabel4";
 | |
|             this.toolStripLabel4.Size = new System.Drawing.Size(15, 22);
 | |
|             this.toolStripLabel4.Text = "~";
 | |
|             // 
 | |
|             // toolStripLabel2
 | |
|             // 
 | |
|             this.toolStripLabel2.Name = "toolStripLabel2";
 | |
|             this.toolStripLabel2.Size = new System.Drawing.Size(27, 22);
 | |
|             this.toolStripLabel2.Text = "End";
 | |
|             // 
 | |
|             // dtED
 | |
|             // 
 | |
|             this.dtED.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
 | |
|             this.dtED.Name = "dtED";
 | |
|             this.dtED.Size = new System.Drawing.Size(100, 25);
 | |
|             // 
 | |
|             // btSearch
 | |
|             // 
 | |
|             this.btSearch.Image = ((System.Drawing.Image)(resources.GetObject("btSearch.Image")));
 | |
|             this.btSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
|             this.btSearch.Name = "btSearch";
 | |
|             this.btSearch.Size = new System.Drawing.Size(81, 22);
 | |
|             this.btSearch.Text = "Refresh(&R)";
 | |
|             this.btSearch.Click += new System.EventHandler(this.btSearch_Click);
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.BackColor = System.Drawing.Color.DeepSkyBlue;
 | |
|             this.label1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "url", true));
 | |
|             this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.label1.ForeColor = System.Drawing.Color.White;
 | |
|             this.label1.Location = new System.Drawing.Point(0, 530);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(1046, 20);
 | |
|             this.label1.TabIndex = 5;
 | |
|             this.label1.Text = "-- URL --";
 | |
|             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             this.label1.Click += new System.EventHandler(this.label1_Click);
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.Controls.Add(this.label7);
 | |
|             this.panel1.Controls.Add(this.label6);
 | |
|             this.panel1.Controls.Add(this.label5);
 | |
|             this.panel1.Controls.Add(this.label4);
 | |
|             this.panel1.Controls.Add(this.label3);
 | |
|             this.panel1.Controls.Add(this.label2);
 | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.panel1.Location = new System.Drawing.Point(874, 25);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(172, 505);
 | |
|             this.panel1.TabIndex = 7;
 | |
|             // 
 | |
|             // label7
 | |
|             // 
 | |
|             this.label7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "bcclist", true));
 | |
|             this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.label7.Location = new System.Drawing.Point(0, 300);
 | |
|             this.label7.Name = "label7";
 | |
|             this.label7.Size = new System.Drawing.Size(172, 205);
 | |
|             this.label7.TabIndex = 5;
 | |
|             this.label7.Text = "--";
 | |
|             this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
|             // 
 | |
|             // label6
 | |
|             // 
 | |
|             this.label6.BackColor = System.Drawing.Color.Gray;
 | |
|             this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
 | |
|             this.label6.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.label6.ForeColor = System.Drawing.Color.White;
 | |
|             this.label6.Location = new System.Drawing.Point(0, 270);
 | |
|             this.label6.Name = "label6";
 | |
|             this.label6.Size = new System.Drawing.Size(172, 30);
 | |
|             this.label6.TabIndex = 4;
 | |
|             this.label6.Text = "BCC List";
 | |
|             this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // label5
 | |
|             // 
 | |
|             this.label5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cclist", true));
 | |
|             this.label5.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.label5.Location = new System.Drawing.Point(0, 165);
 | |
|             this.label5.Name = "label5";
 | |
|             this.label5.Size = new System.Drawing.Size(172, 105);
 | |
|             this.label5.TabIndex = 3;
 | |
|             this.label5.Text = "--";
 | |
|             this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
|             // 
 | |
|             // label4
 | |
|             // 
 | |
|             this.label4.BackColor = System.Drawing.Color.Gray;
 | |
|             this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
 | |
|             this.label4.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.label4.ForeColor = System.Drawing.Color.White;
 | |
|             this.label4.Location = new System.Drawing.Point(0, 135);
 | |
|             this.label4.Name = "label4";
 | |
|             this.label4.Size = new System.Drawing.Size(172, 30);
 | |
|             this.label4.TabIndex = 2;
 | |
|             this.label4.Text = "CC List";
 | |
|             this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // label3
 | |
|             // 
 | |
|             this.label3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "tolist", true));
 | |
|             this.label3.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.label3.Location = new System.Drawing.Point(0, 30);
 | |
|             this.label3.Name = "label3";
 | |
|             this.label3.Size = new System.Drawing.Size(172, 105);
 | |
|             this.label3.TabIndex = 1;
 | |
|             this.label3.Text = "--";
 | |
|             this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.BackColor = System.Drawing.Color.Gray;
 | |
|             this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
 | |
|             this.label2.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.label2.ForeColor = System.Drawing.Color.White;
 | |
|             this.label2.Location = new System.Drawing.Point(0, 0);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(172, 30);
 | |
|             this.label2.TabIndex = 0;
 | |
|             this.label2.Text = "TO List";
 | |
|             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // tam
 | |
|             // 
 | |
|             this.tam.BackupDataSetBeforeUpdate = false;
 | |
|             this.tam.BoardTableAdapter = null;
 | |
|             this.tam.CommonTableAdapter = null;
 | |
|             this.tam.CustomsTableAdapter = null;
 | |
|             this.tam.ItemsTableAdapter = null;
 | |
|             this.tam.ProjectsTableAdapter = null;
 | |
|             this.tam.PurchaseTableAdapter = null;
 | |
|             this.tam.RequestItemTableAdapter = this.ta;
 | |
|             this.tam.StaffTableAdapter = null;
 | |
|             this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
 | |
|             // 
 | |
|             // ta
 | |
|             // 
 | |
|             this.ta.ClearBeforeFill = true;
 | |
|             // 
 | |
|             // fRequestItem
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(1046, 575);
 | |
|             this.Controls.Add(this.dv1);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Controls.Add(this.label1);
 | |
|             this.Controls.Add(this.toolStrip1);
 | |
|             this.Controls.Add(this.bn);
 | |
|             this.Name = "fRequestItem";
 | |
|             this.Text = "Patch List";
 | |
|             this.Load += new System.EventHandler(this.fRequestItem_Load);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
 | |
|             this.bn.ResumeLayout(false);
 | |
|             this.bn.PerformLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit();
 | |
|             this.cm.ResumeLayout(false);
 | |
|             this.toolStrip1.ResumeLayout(false);
 | |
|             this.toolStrip1.PerformLayout();
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private dsMSSQL dsMSSQL;
 | |
|         private System.Windows.Forms.BindingSource bs;
 | |
|         private dsMSSQLTableAdapters.TableAdapterManager tam;
 | |
|         private System.Windows.Forms.BindingNavigator bn;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
 | |
|         private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
 | |
|         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
 | |
|         private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
 | |
|         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
 | |
|         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
 | |
|         private System.Windows.Forms.ToolStripButton boardBindingNavigatorSaveItem;
 | |
|         private System.Windows.Forms.DataGridView dv1;
 | |
|         private System.Windows.Forms.ToolStrip toolStrip1;
 | |
|         private System.Windows.Forms.ToolStripLabel toolStripLabel1;
 | |
|         private System.Windows.Forms.ToolStripTextBox dtSD;
 | |
|         private System.Windows.Forms.ToolStripLabel toolStripLabel4;
 | |
|         private System.Windows.Forms.ToolStripLabel toolStripLabel2;
 | |
|         private System.Windows.Forms.ToolStripTextBox dtED;
 | |
|         private System.Windows.Forms.ToolStripButton btSearch;
 | |
|         private dsMSSQLTableAdapters.RequestItemTableAdapter ta;
 | |
|         private System.Windows.Forms.Label label1;
 | |
|         private System.Windows.Forms.ContextMenuStrip cm;
 | |
|         private System.Windows.Forms.ToolStripMenuItem mailPreviewToolStripMenuItem;
 | |
|         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
 | |
|         private System.Windows.Forms.ToolStripMenuItem autoResizeColumnsToolStripMenuItem;
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.Label label2;
 | |
|         private System.Windows.Forms.Label label3;
 | |
|         private System.Windows.Forms.Label label4;
 | |
|         private System.Windows.Forms.Label label6;
 | |
|         private System.Windows.Forms.Label label5;
 | |
|         private System.Windows.Forms.Label label7;
 | |
|         private System.Windows.Forms.ToolStripMenuItem mailPreviewAllToolStripMenuItem;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn pdateDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn model;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn sidDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn qtyDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn project;
 | |
|         private System.Windows.Forms.DataGridViewCheckBoxColumn bMail;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn memo;
 | |
|     }
 | |
| } |