재고 관리 화면 - 보관소 필터링 기능 추가 재고 관리 등록 화면 규격의 값이 없어도 등록 가능 => 완료 보관소 직접입력이 아닌 선택 하게 => 재고등록화면 수정, 품목정보에 공급처 선택 기능 => 공급처 칸(제일 우측) 추가 주문도 보관소 별로 처리 => 완료 안전용 주문등록화면 추가 => 보관소 기능 추가 구매 신청 목록에 "보관소" 열 추가
804 lines
50 KiB
C#
804 lines
50 KiB
C#
namespace FCM0000
|
|
{
|
|
partial class fCustoms
|
|
{
|
|
/// <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(fCustoms));
|
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
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();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType11 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType12 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType13 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType14 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
this.dsMSSQL = new FCM0000.dsMSSQL();
|
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
|
this.ta = new FCM0000.dsMSSQLTableAdapters.CustomsTableAdapter();
|
|
this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
|
|
this.taStaff = new FCM0000.dsMSSQLTableAdapters.StaffTableAdapter();
|
|
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
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.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
|
this.customsBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
|
this.tbFind = new System.Windows.Forms.ToolStripTextBox();
|
|
this.btFind = new System.Windows.Forms.ToolStripButton();
|
|
this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.columnSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.autoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.resetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
|
|
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.fpSpread2 = new FarPoint.Win.Spread.FpSpread();
|
|
this.cm2 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.fpSpread2_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
|
this.bsStaff = new System.Windows.Forms.BindingSource(this.components);
|
|
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.bindingNavigatorAddNewItem1 = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorCountItem1 = new System.Windows.Forms.ToolStripLabel();
|
|
this.bindingNavigatorDeleteItem1 = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorMoveFirstItem1 = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorMovePreviousItem1 = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.bindingNavigatorPositionItem1 = new System.Windows.Forms.ToolStripTextBox();
|
|
this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.bindingNavigatorMoveNextItem1 = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
|
this.bn.SuspendLayout();
|
|
this.cm1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).BeginInit();
|
|
this.cm2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsStaff)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
|
|
this.bindingNavigator1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// dsMSSQL
|
|
//
|
|
this.dsMSSQL.DataSetName = "dsMSSQL";
|
|
this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// bs
|
|
//
|
|
this.bs.DataMember = "Customs";
|
|
this.bs.DataSource = this.dsMSSQL;
|
|
this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged);
|
|
//
|
|
// ta
|
|
//
|
|
this.ta.ClearBeforeFill = true;
|
|
//
|
|
// tam
|
|
//
|
|
this.tam.BackupDataSetBeforeUpdate = false;
|
|
this.tam.BoardTableAdapter = null;
|
|
this.tam.CommonTableAdapter = null;
|
|
this.tam.CustomsTableAdapter = this.ta;
|
|
this.tam.HolidayLIstTableAdapter = null;
|
|
this.tam.ItemsTableAdapter = null;
|
|
this.tam.ProjectsTableAdapter = null;
|
|
this.tam.PurchaseTableAdapter = null;
|
|
this.tam.RequestItemTableAdapter = null;
|
|
this.tam.StaffTableAdapter = this.taStaff;
|
|
this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
|
//
|
|
// taStaff
|
|
//
|
|
this.taStaff.ClearBeforeFill = true;
|
|
//
|
|
// bn
|
|
//
|
|
this.bn.AddNewItem = this.bindingNavigatorAddNewItem;
|
|
this.bn.BindingSource = this.bs;
|
|
this.bn.CountItem = this.bindingNavigatorCountItem;
|
|
this.bn.DeleteItem = null;
|
|
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.customsBindingNavigatorSaveItem,
|
|
this.toolStripButton1,
|
|
this.toolStripSeparator1,
|
|
this.toolStripLabel2,
|
|
this.tbFind,
|
|
this.btFind});
|
|
this.bn.Location = new System.Drawing.Point(0, 449);
|
|
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(1134, 25);
|
|
this.bn.TabIndex = 0;
|
|
this.bn.Text = "bindingNavigator1";
|
|
//
|
|
// 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(95, 22);
|
|
this.bindingNavigatorAddNewItem.Text = "업체 추가(&A)";
|
|
this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
|
|
//
|
|
// bindingNavigatorCountItem
|
|
//
|
|
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
|
|
this.bindingNavigatorCountItem.Text = "/{0}";
|
|
this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
|
|
//
|
|
// 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);
|
|
//
|
|
// 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(96, 22);
|
|
this.bindingNavigatorDeleteItem.Text = "업체 삭제(&D)";
|
|
this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click);
|
|
//
|
|
// customsBindingNavigatorSaveItem
|
|
//
|
|
this.customsBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("customsBindingNavigatorSaveItem.Image")));
|
|
this.customsBindingNavigatorSaveItem.Name = "customsBindingNavigatorSaveItem";
|
|
this.customsBindingNavigatorSaveItem.Size = new System.Drawing.Size(94, 22);
|
|
this.customsBindingNavigatorSaveItem.Text = "업체 저장(&S)";
|
|
this.customsBindingNavigatorSaveItem.Click += new System.EventHandler(this.customsBindingNavigatorSaveItem_Click);
|
|
//
|
|
// toolStripButton1
|
|
//
|
|
this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.toolStripButton1.Image = global::FCM0000.Properties.Resources.action_refresh;
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
|
this.toolStripButton1.Size = new System.Drawing.Size(114, 22);
|
|
this.toolStripButton1.Text = "업체새로고침(&R)";
|
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// toolStripLabel2
|
|
//
|
|
this.toolStripLabel2.Name = "toolStripLabel2";
|
|
this.toolStripLabel2.Size = new System.Drawing.Size(31, 22);
|
|
this.toolStripLabel2.Text = "검색";
|
|
//
|
|
// tbFind
|
|
//
|
|
this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tbFind.Name = "tbFind";
|
|
this.tbFind.Size = new System.Drawing.Size(100, 25);
|
|
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFind_KeyDown);
|
|
//
|
|
// btFind
|
|
//
|
|
this.btFind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btFind.Image = ((System.Drawing.Image)(resources.GetObject("btFind.Image")));
|
|
this.btFind.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btFind.Name = "btFind";
|
|
this.btFind.Size = new System.Drawing.Size(23, 22);
|
|
this.btFind.Text = "toolStripButton2";
|
|
this.btFind.Click += new System.EventHandler(this.btFind_Click);
|
|
//
|
|
// cm1
|
|
//
|
|
this.cm1.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
|
this.cm1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.columnSizeToolStripMenuItem});
|
|
this.cm1.Name = "cm1";
|
|
this.cm1.Size = new System.Drawing.Size(248, 46);
|
|
//
|
|
// columnSizeToolStripMenuItem
|
|
//
|
|
this.columnSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.autoToolStripMenuItem,
|
|
this.resetToolStripMenuItem,
|
|
this.saveToolStripMenuItem,
|
|
this.loadToolStripMenuItem});
|
|
this.columnSizeToolStripMenuItem.Name = "columnSizeToolStripMenuItem";
|
|
this.columnSizeToolStripMenuItem.Size = new System.Drawing.Size(247, 42);
|
|
this.columnSizeToolStripMenuItem.Text = "Column Size";
|
|
//
|
|
// autoToolStripMenuItem
|
|
//
|
|
this.autoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("autoToolStripMenuItem.Image")));
|
|
this.autoToolStripMenuItem.Name = "autoToolStripMenuItem";
|
|
this.autoToolStripMenuItem.Size = new System.Drawing.Size(159, 42);
|
|
this.autoToolStripMenuItem.Text = "Auto";
|
|
this.autoToolStripMenuItem.Click += new System.EventHandler(this.autoToolStripMenuItem_Click);
|
|
//
|
|
// resetToolStripMenuItem
|
|
//
|
|
this.resetToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("resetToolStripMenuItem.Image")));
|
|
this.resetToolStripMenuItem.Name = "resetToolStripMenuItem";
|
|
this.resetToolStripMenuItem.Size = new System.Drawing.Size(159, 42);
|
|
this.resetToolStripMenuItem.Text = "Reset";
|
|
this.resetToolStripMenuItem.Click += new System.EventHandler(this.resetToolStripMenuItem_Click);
|
|
//
|
|
// saveToolStripMenuItem
|
|
//
|
|
this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
|
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(159, 42);
|
|
this.saveToolStripMenuItem.Text = "Save";
|
|
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
|
//
|
|
// loadToolStripMenuItem
|
|
//
|
|
this.loadToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("loadToolStripMenuItem.Image")));
|
|
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
|
this.loadToolStripMenuItem.Size = new System.Drawing.Size(159, 42);
|
|
this.loadToolStripMenuItem.Text = "Load";
|
|
this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
|
|
//
|
|
// fpSpread1
|
|
//
|
|
this.fpSpread1.AccessibleDescription = "";
|
|
this.fpSpread1.ContextMenuStrip = this.cm1;
|
|
this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.fpSpread1.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
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(1134, 449);
|
|
this.fpSpread1.TabIndex = 2;
|
|
//
|
|
// 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 = 9;
|
|
this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
|
|
this.fpSpread1_Sheet1.ActiveRowIndex = -1;
|
|
this.fpSpread1_Sheet1.AutoGenerateColumns = false;
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "그룹";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "업체명";
|
|
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.Rows.Get(0).Height = 34F;
|
|
this.fpSpread1_Sheet1.Columns.Get(0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
numberCellType1.DecimalPlaces = 0;
|
|
numberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
|
numberCellType1.MaximumValue = 2147483647D;
|
|
numberCellType1.MinimumValue = -2147483648D;
|
|
this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType1;
|
|
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx";
|
|
this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(0).Width = 88F;
|
|
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType1;
|
|
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "grp";
|
|
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 = 113F;
|
|
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType2;
|
|
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "name";
|
|
this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(2).Label = "업체명";
|
|
this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(2).Width = 113F;
|
|
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType3;
|
|
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "name2";
|
|
this.fpSpread1_Sheet1.Columns.Get(3).Label = "보조명칭";
|
|
this.fpSpread1_Sheet1.Columns.Get(3).Width = 77F;
|
|
this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType4;
|
|
this.fpSpread1_Sheet1.Columns.Get(4).DataField = "tel";
|
|
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 = 113F;
|
|
this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType5;
|
|
this.fpSpread1_Sheet1.Columns.Get(5).DataField = "fax";
|
|
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 = 113F;
|
|
this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType6;
|
|
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "email";
|
|
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 = 113F;
|
|
this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType7;
|
|
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "address";
|
|
this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
|
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 = 113F;
|
|
this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType8;
|
|
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "memo";
|
|
this.fpSpread1_Sheet1.Columns.Get(8).Label = "비고";
|
|
this.fpSpread1_Sheet1.Columns.Get(8).Width = 113F;
|
|
this.fpSpread1_Sheet1.DataAutoSizeColumns = false;
|
|
this.fpSpread1_Sheet1.DataSource = this.bs;
|
|
this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
|
|
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.fpSpread2);
|
|
this.groupBox1.Controls.Add(this.bindingNavigator1);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 474);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(10, 3, 10, 10);
|
|
this.groupBox1.Size = new System.Drawing.Size(1134, 195);
|
|
this.groupBox1.TabIndex = 3;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "업체 담당자 목록";
|
|
//
|
|
// fpSpread2
|
|
//
|
|
this.fpSpread2.AccessibleDescription = "";
|
|
this.fpSpread2.ContextMenuStrip = this.cm2;
|
|
this.fpSpread2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.fpSpread2.Font = new System.Drawing.Font("맑은 고딕", 9.75F);
|
|
this.fpSpread2.Location = new System.Drawing.Point(10, 17);
|
|
this.fpSpread2.Name = "fpSpread2";
|
|
this.fpSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
|
|
this.fpSpread2_Sheet1});
|
|
this.fpSpread2.Size = new System.Drawing.Size(1114, 143);
|
|
this.fpSpread2.TabIndex = 0;
|
|
//
|
|
// cm2
|
|
//
|
|
this.cm2.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
|
this.cm2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem1});
|
|
this.cm2.Name = "cm1";
|
|
this.cm2.Size = new System.Drawing.Size(248, 46);
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem2,
|
|
this.toolStripMenuItem3,
|
|
this.toolStripMenuItem4,
|
|
this.toolStripMenuItem5});
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(247, 42);
|
|
this.toolStripMenuItem1.Text = "Column Size";
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
this.toolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem2.Image")));
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(159, 42);
|
|
this.toolStripMenuItem2.Text = "Auto";
|
|
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
|
|
//
|
|
// toolStripMenuItem3
|
|
//
|
|
this.toolStripMenuItem3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem3.Image")));
|
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(159, 42);
|
|
this.toolStripMenuItem3.Text = "Reset";
|
|
this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
|
|
//
|
|
// toolStripMenuItem4
|
|
//
|
|
this.toolStripMenuItem4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem4.Image")));
|
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
|
this.toolStripMenuItem4.Size = new System.Drawing.Size(159, 42);
|
|
this.toolStripMenuItem4.Text = "Save";
|
|
this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
|
|
//
|
|
// toolStripMenuItem5
|
|
//
|
|
this.toolStripMenuItem5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem5.Image")));
|
|
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
|
|
this.toolStripMenuItem5.Size = new System.Drawing.Size(159, 42);
|
|
this.toolStripMenuItem5.Text = "Load";
|
|
this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
|
|
//
|
|
// fpSpread2_Sheet1
|
|
//
|
|
this.fpSpread2_Sheet1.Reset();
|
|
this.fpSpread2_Sheet1.SheetName = "Sheet1";
|
|
// Formulas and custom names must be loaded with R1C1 reference style
|
|
this.fpSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
|
|
this.fpSpread2_Sheet1.ColumnCount = 6;
|
|
this.fpSpread2_Sheet1.ActiveColumnIndex = -1;
|
|
this.fpSpread2_Sheet1.ActiveRowIndex = -1;
|
|
this.fpSpread2_Sheet1.AutoGenerateColumns = false;
|
|
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "성명";
|
|
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "직급";
|
|
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "부서";
|
|
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "전화";
|
|
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "이메일";
|
|
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "비고";
|
|
this.fpSpread2_Sheet1.Columns.Get(0).CellType = textCellType9;
|
|
this.fpSpread2_Sheet1.Columns.Get(0).DataField = "name";
|
|
this.fpSpread2_Sheet1.Columns.Get(0).Label = "성명";
|
|
this.fpSpread2_Sheet1.Columns.Get(1).CellType = textCellType10;
|
|
this.fpSpread2_Sheet1.Columns.Get(1).DataField = "grade";
|
|
this.fpSpread2_Sheet1.Columns.Get(1).Label = "직급";
|
|
this.fpSpread2_Sheet1.Columns.Get(2).CellType = textCellType11;
|
|
this.fpSpread2_Sheet1.Columns.Get(2).DataField = "dept";
|
|
this.fpSpread2_Sheet1.Columns.Get(2).Label = "부서";
|
|
this.fpSpread2_Sheet1.Columns.Get(3).CellType = textCellType12;
|
|
this.fpSpread2_Sheet1.Columns.Get(3).DataField = "tel";
|
|
this.fpSpread2_Sheet1.Columns.Get(3).Label = "전화";
|
|
this.fpSpread2_Sheet1.Columns.Get(4).CellType = textCellType13;
|
|
this.fpSpread2_Sheet1.Columns.Get(4).DataField = "email";
|
|
this.fpSpread2_Sheet1.Columns.Get(4).Label = "이메일";
|
|
this.fpSpread2_Sheet1.Columns.Get(5).CellType = textCellType14;
|
|
this.fpSpread2_Sheet1.Columns.Get(5).DataField = "memo";
|
|
this.fpSpread2_Sheet1.Columns.Get(5).Label = "비고";
|
|
this.fpSpread2_Sheet1.DataAutoHeadings = false;
|
|
this.fpSpread2_Sheet1.DataSource = this.bsStaff;
|
|
this.fpSpread2_Sheet1.RowHeader.Columns.Default.Resizable = false;
|
|
this.fpSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
|
//
|
|
// bsStaff
|
|
//
|
|
this.bsStaff.DataMember = "Staff";
|
|
this.bsStaff.DataSource = this.dsMSSQL;
|
|
//
|
|
// bindingNavigator1
|
|
//
|
|
this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem1;
|
|
this.bindingNavigator1.BindingSource = this.bsStaff;
|
|
this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem1;
|
|
this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem1;
|
|
this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.bindingNavigatorMoveFirstItem1,
|
|
this.bindingNavigatorMovePreviousItem1,
|
|
this.bindingNavigatorSeparator3,
|
|
this.bindingNavigatorPositionItem1,
|
|
this.bindingNavigatorCountItem1,
|
|
this.bindingNavigatorSeparator4,
|
|
this.bindingNavigatorMoveNextItem1,
|
|
this.bindingNavigatorMoveLastItem1,
|
|
this.bindingNavigatorSeparator5,
|
|
this.bindingNavigatorAddNewItem1,
|
|
this.bindingNavigatorDeleteItem1,
|
|
this.toolStripButton2,
|
|
this.toolStripButton3});
|
|
this.bindingNavigator1.Location = new System.Drawing.Point(10, 160);
|
|
this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem1;
|
|
this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem1;
|
|
this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem1;
|
|
this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem1;
|
|
this.bindingNavigator1.Name = "bindingNavigator1";
|
|
this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem1;
|
|
this.bindingNavigator1.Size = new System.Drawing.Size(1114, 25);
|
|
this.bindingNavigator1.TabIndex = 1;
|
|
this.bindingNavigator1.Text = "bindingNavigator1";
|
|
//
|
|
// bindingNavigatorAddNewItem1
|
|
//
|
|
this.bindingNavigatorAddNewItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem1.Image")));
|
|
this.bindingNavigatorAddNewItem1.Name = "bindingNavigatorAddNewItem1";
|
|
this.bindingNavigatorAddNewItem1.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorAddNewItem1.Size = new System.Drawing.Size(102, 22);
|
|
this.bindingNavigatorAddNewItem1.Text = "담당자 추가(&I)";
|
|
//
|
|
// bindingNavigatorCountItem1
|
|
//
|
|
this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem1";
|
|
this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(27, 22);
|
|
this.bindingNavigatorCountItem1.Text = "/{0}";
|
|
this.bindingNavigatorCountItem1.ToolTipText = "전체 항목 수";
|
|
//
|
|
// bindingNavigatorDeleteItem1
|
|
//
|
|
this.bindingNavigatorDeleteItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem1.Image")));
|
|
this.bindingNavigatorDeleteItem1.Name = "bindingNavigatorDeleteItem1";
|
|
this.bindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorDeleteItem1.Size = new System.Drawing.Size(91, 22);
|
|
this.bindingNavigatorDeleteItem1.Text = "담당자 삭제";
|
|
//
|
|
// bindingNavigatorMoveFirstItem1
|
|
//
|
|
this.bindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image")));
|
|
this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem1";
|
|
this.bindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(23, 22);
|
|
this.bindingNavigatorMoveFirstItem1.Text = "처음으로 이동";
|
|
//
|
|
// bindingNavigatorMovePreviousItem1
|
|
//
|
|
this.bindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image")));
|
|
this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem1";
|
|
this.bindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(23, 22);
|
|
this.bindingNavigatorMovePreviousItem1.Text = "이전으로 이동";
|
|
//
|
|
// bindingNavigatorSeparator3
|
|
//
|
|
this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
|
|
this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// bindingNavigatorPositionItem1
|
|
//
|
|
this.bindingNavigatorPositionItem1.AccessibleName = "위치";
|
|
this.bindingNavigatorPositionItem1.AutoSize = false;
|
|
this.bindingNavigatorPositionItem1.Name = "bindingNavigatorPositionItem1";
|
|
this.bindingNavigatorPositionItem1.Size = new System.Drawing.Size(50, 23);
|
|
this.bindingNavigatorPositionItem1.Text = "0";
|
|
this.bindingNavigatorPositionItem1.ToolTipText = "현재 위치";
|
|
//
|
|
// bindingNavigatorSeparator4
|
|
//
|
|
this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
|
|
this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// bindingNavigatorMoveNextItem1
|
|
//
|
|
this.bindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image")));
|
|
this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem1";
|
|
this.bindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(23, 22);
|
|
this.bindingNavigatorMoveNextItem1.Text = "다음으로 이동";
|
|
//
|
|
// bindingNavigatorMoveLastItem1
|
|
//
|
|
this.bindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image")));
|
|
this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem1";
|
|
this.bindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(23, 22);
|
|
this.bindingNavigatorMoveLastItem1.Text = "마지막으로 이동";
|
|
//
|
|
// bindingNavigatorSeparator5
|
|
//
|
|
this.bindingNavigatorSeparator5.Name = "bindingNavigatorSeparator5";
|
|
this.bindingNavigatorSeparator5.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// toolStripButton2
|
|
//
|
|
this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.toolStripButton2.Image = global::FCM0000.Properties.Resources.action_refresh;
|
|
this.toolStripButton2.Name = "toolStripButton2";
|
|
this.toolStripButton2.Size = new System.Drawing.Size(111, 22);
|
|
this.toolStripButton2.Text = "담당자새로고침";
|
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
|
//
|
|
// toolStripButton3
|
|
//
|
|
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
|
|
this.toolStripButton3.Name = "toolStripButton3";
|
|
this.toolStripButton3.Size = new System.Drawing.Size(91, 22);
|
|
this.toolStripButton3.Text = "담당자 저장";
|
|
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
|
//
|
|
// fCustoms
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1134, 669);
|
|
this.Controls.Add(this.fpSpread1);
|
|
this.Controls.Add(this.bn);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "fCustoms";
|
|
this.Text = "업체 및 담당자 정보";
|
|
this.Load += new System.EventHandler(this.@__Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
|
|
this.bn.ResumeLayout(false);
|
|
this.bn.PerformLayout();
|
|
this.cm1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).EndInit();
|
|
this.cm2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsStaff)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
|
|
this.bindingNavigator1.ResumeLayout(false);
|
|
this.bindingNavigator1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private dsMSSQL dsMSSQL;
|
|
private System.Windows.Forms.BindingSource bs;
|
|
private dsMSSQLTableAdapters.CustomsTableAdapter ta;
|
|
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 customsBindingNavigatorSaveItem;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
private System.Windows.Forms.ContextMenuStrip cm1;
|
|
private FarPoint.Win.Spread.FpSpread fpSpread1;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
|
|
private System.Windows.Forms.ToolStripTextBox tbFind;
|
|
private System.Windows.Forms.ToolStripButton btFind;
|
|
private System.Windows.Forms.ToolStripMenuItem columnSizeToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem autoToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem resetToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private FarPoint.Win.Spread.FpSpread fpSpread2;
|
|
private System.Windows.Forms.BindingSource bsStaff;
|
|
private dsMSSQLTableAdapters.StaffTableAdapter taStaff;
|
|
private System.Windows.Forms.BindingNavigator bindingNavigator1;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem1;
|
|
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem1;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem1;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem1;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem1;
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator3;
|
|
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem1;
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator4;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem1;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem1;
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator5;
|
|
private FarPoint.Win.Spread.SheetView fpSpread2_Sheet1;
|
|
private System.Windows.Forms.ContextMenuStrip cm2;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton3;
|
|
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
|
}
|
|
} |