380 lines
25 KiB
C#
380 lines
25 KiB
C#
|
|
namespace FEQ0000
|
|
{
|
|
partial class fPurchaseNRList
|
|
{
|
|
/// <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();
|
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType17 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType33 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType34 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType35 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType36 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType37 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType18 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType38 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType19 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType20 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType39 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType40 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fPurchaseNRList));
|
|
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
|
|
this.bs1 = new System.Windows.Forms.BindingSource(this.components);
|
|
this.ds1 = new FEQ0000.dsPurchase();
|
|
this.progressBar2 = new System.Windows.Forms.ProgressBar();
|
|
this.ta1 = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
|
|
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
|
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
|
|
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.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
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.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ds1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
|
|
this.bindingNavigator1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// fpSpread1
|
|
//
|
|
this.fpSpread1.AccessibleDescription = "";
|
|
this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.fpSpread1.Location = new System.Drawing.Point(0, 0);
|
|
this.fpSpread1.Name = "fpSpread1";
|
|
this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
|
|
this.fpSpread1_Sheet1});
|
|
this.fpSpread1.Size = new System.Drawing.Size(1114, 572);
|
|
this.fpSpread1.TabIndex = 7;
|
|
//
|
|
// bs1
|
|
//
|
|
this.bs1.DataMember = "Purchase";
|
|
this.bs1.DataSource = this.ds1;
|
|
this.bs1.Sort = "sc,request,sid,pumname";
|
|
//
|
|
// ds1
|
|
//
|
|
this.ds1.DataSetName = "dsPurchase";
|
|
this.ds1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// progressBar2
|
|
//
|
|
this.progressBar2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.progressBar2.Location = new System.Drawing.Point(0, 572);
|
|
this.progressBar2.Name = "progressBar2";
|
|
this.progressBar2.Size = new System.Drawing.Size(1114, 23);
|
|
this.progressBar2.TabIndex = 8;
|
|
//
|
|
// ta1
|
|
//
|
|
this.ta1.ClearBeforeFill = true;
|
|
//
|
|
// 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 = 12;
|
|
this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
|
|
this.fpSpread1_Sheet1.ActiveRowIndex = -1;
|
|
this.fpSpread1_Sheet1.AutoGenerateColumns = false;
|
|
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 = "Shopping Cart#";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "자재번호";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "품명";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "규격";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "수량";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "단위";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "단가";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).Value = "합계금액";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "공급업체";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "비고";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 34F;
|
|
numberCellType17.DecimalPlaces = 0;
|
|
numberCellType17.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
|
numberCellType17.MaximumValue = 2147483647D;
|
|
numberCellType17.MinimumValue = -2147483648D;
|
|
this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType17;
|
|
this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(0).Label = "순번";
|
|
this.fpSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(0).Width = 77F;
|
|
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType33;
|
|
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "requestName";
|
|
this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(1).Label = "청구자";
|
|
this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(1).Width = 108F;
|
|
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType34;
|
|
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "sc";
|
|
this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(2).Label = "Shopping Cart#";
|
|
this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(2).Width = 112F;
|
|
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType35;
|
|
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "sid";
|
|
this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(3).Label = "자재번호";
|
|
this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(3).Width = 98F;
|
|
this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType36;
|
|
this.fpSpread1_Sheet1.Columns.Get(4).DataField = "pumname";
|
|
this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(4).Label = "품명";
|
|
this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(4).Width = 151F;
|
|
this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType37;
|
|
this.fpSpread1_Sheet1.Columns.Get(5).DataField = "pumscale";
|
|
this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(5).Label = "규격";
|
|
this.fpSpread1_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(5).Width = 104F;
|
|
numberCellType18.DecimalPlaces = 0;
|
|
numberCellType18.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
|
numberCellType18.MaximumValue = 2147483647D;
|
|
numberCellType18.MinimumValue = -2147483648D;
|
|
this.fpSpread1_Sheet1.Columns.Get(6).CellType = numberCellType18;
|
|
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "pumqty";
|
|
this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(6).Label = "수량";
|
|
this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(6).Width = 91F;
|
|
this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType38;
|
|
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "pumunit";
|
|
this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(7).Label = "단위";
|
|
this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(7).Width = 126F;
|
|
numberCellType19.MaximumValue = 999999999999999D;
|
|
numberCellType19.MinimumValue = -999999999999999D;
|
|
this.fpSpread1_Sheet1.Columns.Get(8).CellType = numberCellType19;
|
|
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "pumprice";
|
|
this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(8).Label = "단가";
|
|
this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(8).Width = 75F;
|
|
numberCellType20.MaximumValue = 999999999999999D;
|
|
numberCellType20.MinimumValue = -999999999999999D;
|
|
this.fpSpread1_Sheet1.Columns.Get(9).CellType = numberCellType20;
|
|
this.fpSpread1_Sheet1.Columns.Get(9).DataField = "pumamt";
|
|
this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(9).Label = "합계금액";
|
|
this.fpSpread1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(9).Width = 75F;
|
|
this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType39;
|
|
this.fpSpread1_Sheet1.Columns.Get(10).DataField = "supply";
|
|
this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(10).Label = "공급업체";
|
|
this.fpSpread1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(10).Width = 126F;
|
|
this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType40;
|
|
this.fpSpread1_Sheet1.Columns.Get(11).DataField = "bigo2";
|
|
this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(11).Label = "비고";
|
|
this.fpSpread1_Sheet1.Columns.Get(11).Tag = "bigo";
|
|
this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(11).Width = 133F;
|
|
this.fpSpread1_Sheet1.DataAutoSizeColumns = false;
|
|
this.fpSpread1_Sheet1.DataSource = this.bs1;
|
|
this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
|
|
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
|
//
|
|
// bindingNavigator1
|
|
//
|
|
this.bindingNavigator1.AddNewItem = null;
|
|
this.bindingNavigator1.BindingSource = this.bs1;
|
|
this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
|
|
this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
|
|
this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.bindingNavigator1.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.bindingNavigatorDeleteItem,
|
|
this.toolStripButton1});
|
|
this.bindingNavigator1.Location = new System.Drawing.Point(0, 595);
|
|
this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
|
this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
|
this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
|
|
this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
|
|
this.bindingNavigator1.Name = "bindingNavigator1";
|
|
this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
|
|
this.bindingNavigator1.Size = new System.Drawing.Size(1114, 25);
|
|
this.bindingNavigator1.TabIndex = 9;
|
|
this.bindingNavigator1.Text = "bindingNavigator1";
|
|
//
|
|
// 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 = "현재 위치";
|
|
//
|
|
// bindingNavigatorCountItem
|
|
//
|
|
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
|
|
this.bindingNavigatorCountItem.Text = "/{0}";
|
|
this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
|
|
//
|
|
// bindingNavigatorSeparator1
|
|
//
|
|
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
|
|
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 = "bindingNavigatorSeparator";
|
|
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// bindingNavigatorDeleteItem
|
|
//
|
|
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
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(23, 22);
|
|
this.bindingNavigatorDeleteItem.Text = "삭제";
|
|
//
|
|
// toolStripButton1
|
|
//
|
|
this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
|
this.toolStripButton1.Size = new System.Drawing.Size(83, 22);
|
|
this.toolStripButton1.Text = "Save Excel";
|
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
|
//
|
|
// fPurchaseNRList
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1114, 620);
|
|
this.Controls.Add(this.fpSpread1);
|
|
this.Controls.Add(this.progressBar2);
|
|
this.Controls.Add(this.bindingNavigator1);
|
|
this.Name = "fPurchaseNRList";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "NR파트 구매승인 양식";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.fEBoardReport_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ds1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
|
|
this.bindingNavigator1.ResumeLayout(false);
|
|
this.bindingNavigator1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private FarPoint.Win.Spread.FpSpread fpSpread1;
|
|
private System.Windows.Forms.ProgressBar progressBar2;
|
|
private dsPurchaseTableAdapters.PurchaseTableAdapter ta1;
|
|
private dsPurchase ds1;
|
|
private System.Windows.Forms.BindingSource bs1;
|
|
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
|
private System.Windows.Forms.BindingNavigator bindingNavigator1;
|
|
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 toolStripButton1;
|
|
}
|
|
} |