 40946fb746
			
		
	
	40946fb746
	
	
	
		
			
			파트리스트 열 순서를 기존 사용 엑셀과 동일하게 정렬 파트리스트 적용부위 납기일 항목 추가 파트리스트 가져오기 메뉴에 적용부위, 납기일 항목 추가 파트리스트 내보내기 기능 - 파일명을 프로젝트 명으로 자동 입력
		
			
				
	
	
		
			370 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			370 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace FCM0000
 | |
| {
 | |
|     partial class fPatchList
 | |
|     {
 | |
|         /// <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(fPatchList));
 | |
|             FarPoint.Win.Spread.CellType.TextCellType textCellType7 = new FarPoint.Win.Spread.CellType.TextCellType();
 | |
|             FarPoint.Win.Spread.CellType.TextCellType textCellType8 = new FarPoint.Win.Spread.CellType.TextCellType();
 | |
|             FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType();
 | |
|             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.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
 | |
|             this.ta = new FCM0000.dsMSSQLTableAdapters.BoardTableAdapter();
 | |
|             this.richTextBox1 = new System.Windows.Forms.RichTextBox();
 | |
|             this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
 | |
|             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
 | |
|             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
 | |
|             this.btSearch = new System.Windows.Forms.ToolStripButton();
 | |
|             this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
 | |
|             ((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.fpSpread1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
 | |
|             this.toolStrip1.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 = "Board";
 | |
|             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);
 | |
|             // 
 | |
|             // tam
 | |
|             // 
 | |
|             this.tam.BackupDataSetBeforeUpdate = false;
 | |
|             this.tam.BoardTableAdapter = this.ta;
 | |
|             this.tam.CommonTableAdapter = null;
 | |
|             this.tam.CustomsTableAdapter = null;
 | |
|             this.tam.HolidayLIstTableAdapter = null;
 | |
|             this.tam.InventoryUserTableAdapter = null;
 | |
|             this.tam.ItemsTableAdapter = null;
 | |
|             this.tam.ProjectsTableAdapter = null;
 | |
|             this.tam.PurchaseTableAdapter = null;
 | |
|             this.tam.RequestItemTableAdapter = null;
 | |
|             this.tam.StaffTableAdapter = null;
 | |
|             this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
 | |
|             // 
 | |
|             // ta
 | |
|             // 
 | |
|             this.ta.ClearBeforeFill = true;
 | |
|             // 
 | |
|             // richTextBox1
 | |
|             // 
 | |
|             this.richTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "contents", true));
 | |
|             this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.richTextBox1.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.richTextBox1.Location = new System.Drawing.Point(0, 450);
 | |
|             this.richTextBox1.Name = "richTextBox1";
 | |
|             this.richTextBox1.Size = new System.Drawing.Size(1046, 100);
 | |
|             this.richTextBox1.TabIndex = 3;
 | |
|             this.richTextBox1.Text = "";
 | |
|             // 
 | |
|             // fpSpread1
 | |
|             // 
 | |
|             this.fpSpread1.AccessibleDescription = "";
 | |
|             this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.fpSpread1.Location = new System.Drawing.Point(0, 37);
 | |
|             this.fpSpread1.Name = "fpSpread1";
 | |
|             this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
 | |
|             this.fpSpread1_Sheet1});
 | |
|             this.fpSpread1.Size = new System.Drawing.Size(1046, 413);
 | |
|             this.fpSpread1.TabIndex = 4;
 | |
|             // 
 | |
|             // fpSpread1_Sheet1
 | |
|             // 
 | |
|             this.fpSpread1_Sheet1.Reset();
 | |
|             this.fpSpread1_Sheet1.SheetName = "Sheet1";
 | |
|             // Formulas and custom names must be loaded with R1C1 reference style
 | |
|             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
 | |
|             this.fpSpread1_Sheet1.ColumnCount = 3;
 | |
|             this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
 | |
|             this.fpSpread1_Sheet1.ActiveRowIndex = -1;
 | |
|             this.fpSpread1_Sheet1.AutoGenerateColumns = false;
 | |
|             this.fpSpread1_Sheet1.AutoSortEnhancedContextMenu = true;
 | |
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "구분";
 | |
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "제목";
 | |
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "요청자";
 | |
|             this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 36F;
 | |
|             this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoFilter = true;
 | |
|             this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoSort = true;
 | |
|             this.fpSpread1_Sheet1.Columns.Get(0).CellType = textCellType7;
 | |
|             this.fpSpread1_Sheet1.Columns.Get(0).DataField = "cate";
 | |
|             this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
 | |
|             this.fpSpread1_Sheet1.Columns.Get(0).Label = "구분";
 | |
|             this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType8;
 | |
|             this.fpSpread1_Sheet1.Columns.Get(1).DataField = "title";
 | |
|             this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
 | |
|             this.fpSpread1_Sheet1.Columns.Get(1).Label = "제목";
 | |
|             this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType9;
 | |
|             this.fpSpread1_Sheet1.Columns.Get(2).DataField = "url";
 | |
|             this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
 | |
|             this.fpSpread1_Sheet1.Columns.Get(2).Label = "요청자";
 | |
|             this.fpSpread1_Sheet1.DataAutoCellTypes = false;
 | |
|             this.fpSpread1_Sheet1.DataAutoHeadings = false;
 | |
|             this.fpSpread1_Sheet1.DataSource = this.bs;
 | |
|             this.fpSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;
 | |
|             this.fpSpread1_Sheet1.Protect = false;
 | |
|             this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
 | |
|             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
 | |
|             // 
 | |
|             // toolStrip1
 | |
|             // 
 | |
|             this.toolStrip1.ImageScalingSize = new System.Drawing.Size(30, 30);
 | |
|             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.btSearch,
 | |
|             this.toolStripSeparator5,
 | |
|             this.toolStripButton2});
 | |
|             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.toolStrip1.Name = "toolStrip1";
 | |
|             this.toolStrip1.Size = new System.Drawing.Size(1046, 37);
 | |
|             this.toolStrip1.TabIndex = 9;
 | |
|             this.toolStrip1.Text = "toolStrip1";
 | |
|             // 
 | |
|             // 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(80, 34);
 | |
|             this.btSearch.Text = "조회(&R)";
 | |
|             this.btSearch.Click += new System.EventHandler(this.btSearch_Click_1);
 | |
|             // 
 | |
|             // toolStripSeparator5
 | |
|             // 
 | |
|             this.toolStripSeparator5.Name = "toolStripSeparator5";
 | |
|             this.toolStripSeparator5.Size = new System.Drawing.Size(6, 37);
 | |
|             // 
 | |
|             // toolStripButton2
 | |
|             // 
 | |
|             this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
 | |
|             this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
 | |
|             this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
|             this.toolStripButton2.Name = "toolStripButton2";
 | |
|             this.toolStripButton2.Size = new System.Drawing.Size(65, 34);
 | |
|             this.toolStripButton2.Text = "닫기";
 | |
|             this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
 | |
|             // 
 | |
|             // fPatchList
 | |
|             // 
 | |
|             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.fpSpread1);
 | |
|             this.Controls.Add(this.toolStrip1);
 | |
|             this.Controls.Add(this.richTextBox1);
 | |
|             this.Controls.Add(this.bn);
 | |
|             this.Name = "fPatchList";
 | |
|             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.fpSpread1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
 | |
|             this.toolStrip1.ResumeLayout(false);
 | |
|             this.toolStrip1.PerformLayout();
 | |
|             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 dsMSSQLTableAdapters.BoardTableAdapter ta;
 | |
|         private System.Windows.Forms.RichTextBox richTextBox1;
 | |
|         private FarPoint.Win.Spread.FpSpread fpSpread1;
 | |
|         private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
 | |
|         private System.Windows.Forms.ToolStrip toolStrip1;
 | |
|         private System.Windows.Forms.ToolStripButton btSearch;
 | |
|         private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
 | |
|         private System.Windows.Forms.ToolStripButton toolStripButton2;
 | |
|     }
 | |
| } |