528 lines
29 KiB
C#
528 lines
29 KiB
C#
namespace FCM0000
|
|
{
|
|
partial class fLovItem
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.Label manuLabel;
|
|
System.Windows.Forms.Label supplyLabel;
|
|
System.Windows.Forms.Label memoLabel;
|
|
System.Windows.Forms.Label priceLabel;
|
|
System.Windows.Forms.Label label1;
|
|
System.Windows.Forms.Label label2;
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fLovItem));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
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.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.btOK = new System.Windows.Forms.ToolStripButton();
|
|
this.dv = new System.Windows.Forms.DataGridView();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.model = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.manuTextBox = new System.Windows.Forms.TextBox();
|
|
this.supplyTextBox = new System.Windows.Forms.TextBox();
|
|
this.memoTextBox = new System.Windows.Forms.TextBox();
|
|
this.priceTextBox = new System.Windows.Forms.TextBox();
|
|
this.ta = new FCM0000.dsMSSQLTableAdapters.ItemsTableAdapter();
|
|
this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
|
|
manuLabel = new System.Windows.Forms.Label();
|
|
supplyLabel = new System.Windows.Forms.Label();
|
|
memoLabel = new System.Windows.Forms.Label();
|
|
priceLabel = new System.Windows.Forms.Label();
|
|
label1 = new System.Windows.Forms.Label();
|
|
label2 = new System.Windows.Forms.Label();
|
|
((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.dv)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// manuLabel
|
|
//
|
|
manuLabel.AutoSize = true;
|
|
manuLabel.Location = new System.Drawing.Point(18, 15);
|
|
manuLabel.Name = "manuLabel";
|
|
manuLabel.Size = new System.Drawing.Size(50, 18);
|
|
manuLabel.TabIndex = 8;
|
|
manuLabel.Text = "manu:";
|
|
//
|
|
// supplyLabel
|
|
//
|
|
supplyLabel.AutoSize = true;
|
|
supplyLabel.Location = new System.Drawing.Point(14, 47);
|
|
supplyLabel.Name = "supplyLabel";
|
|
supplyLabel.Size = new System.Drawing.Size(54, 18);
|
|
supplyLabel.TabIndex = 10;
|
|
supplyLabel.Text = "supply:";
|
|
//
|
|
// memoLabel
|
|
//
|
|
memoLabel.AutoSize = true;
|
|
memoLabel.Location = new System.Drawing.Point(13, 81);
|
|
memoLabel.Name = "memoLabel";
|
|
memoLabel.Size = new System.Drawing.Size(55, 18);
|
|
memoLabel.TabIndex = 12;
|
|
memoLabel.Text = "memo:";
|
|
//
|
|
// priceLabel
|
|
//
|
|
priceLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
priceLabel.AutoSize = true;
|
|
priceLabel.Location = new System.Drawing.Point(25, 435);
|
|
priceLabel.Name = "priceLabel";
|
|
priceLabel.Size = new System.Drawing.Size(43, 18);
|
|
priceLabel.TabIndex = 18;
|
|
priceLabel.Text = "price:";
|
|
//
|
|
// label1
|
|
//
|
|
label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
label1.AutoSize = true;
|
|
label1.Location = new System.Drawing.Point(32, 466);
|
|
label1.Name = "label1";
|
|
label1.Size = new System.Drawing.Size(36, 18);
|
|
label1.TabIndex = 20;
|
|
label1.Text = "cate";
|
|
//
|
|
// label2
|
|
//
|
|
label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
label2.AutoSize = true;
|
|
label2.Location = new System.Drawing.Point(27, 404);
|
|
label2.Name = "label2";
|
|
label2.Size = new System.Drawing.Size(41, 18);
|
|
label2.TabIndex = 22;
|
|
label2.Text = "Scale";
|
|
//
|
|
// bn
|
|
//
|
|
this.bn.AddNewItem = null;
|
|
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.btOK});
|
|
this.bn.Location = new System.Drawing.Point(0, 502);
|
|
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(985, 25);
|
|
this.bn.TabIndex = 0;
|
|
this.bn.Text = "bindingNavigator1";
|
|
//
|
|
// bs
|
|
//
|
|
this.bs.DataMember = "Items";
|
|
this.bs.DataSource = this.dsMSSQL;
|
|
this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged);
|
|
//
|
|
// 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 = "전체 항목 수";
|
|
//
|
|
// 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);
|
|
//
|
|
// btOK
|
|
//
|
|
this.btOK.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.btOK.Image = ((System.Drawing.Image)(resources.GetObject("btOK.Image")));
|
|
this.btOK.Name = "btOK";
|
|
this.btOK.Size = new System.Drawing.Size(76, 22);
|
|
this.btOK.Text = "Select(&O)";
|
|
this.btOK.Click += new System.EventHandler(this.itemsBindingNavigatorSaveItem_Click);
|
|
//
|
|
// dv
|
|
//
|
|
this.dv.AllowUserToAddRows = false;
|
|
this.dv.AllowUserToDeleteRows = false;
|
|
this.dv.AutoGenerateColumns = false;
|
|
this.dv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.dv.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn1,
|
|
this.dataGridViewTextBoxColumn2,
|
|
this.model,
|
|
this.dataGridViewTextBoxColumn3});
|
|
this.dv.DataSource = this.bs;
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle6.Padding = new System.Windows.Forms.Padding(1, 3, 1, 3);
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dv.DefaultCellStyle = dataGridViewCellStyle6;
|
|
this.dv.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dv.Location = new System.Drawing.Point(0, 0);
|
|
this.dv.Name = "dv";
|
|
this.dv.ReadOnly = true;
|
|
this.dv.RowHeadersVisible = false;
|
|
this.dv.RowTemplate.Height = 23;
|
|
this.dv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dv.Size = new System.Drawing.Size(695, 502);
|
|
this.dv.TabIndex = 1;
|
|
this.dv.DoubleClick += new System.EventHandler(this.dv_DoubleClick);
|
|
this.dv.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dv_KeyDown);
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "idx";
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle4;
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "IDX";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn1.Width = 60;
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "name";
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "Name";
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn2.Width = 74;
|
|
//
|
|
// model
|
|
//
|
|
this.model.DataPropertyName = "model";
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.model.DefaultCellStyle = dataGridViewCellStyle5;
|
|
this.model.HeaderText = "model";
|
|
this.model.Name = "model";
|
|
this.model.ReadOnly = true;
|
|
this.model.Width = 74;
|
|
//
|
|
// dataGridViewTextBoxColumn3
|
|
//
|
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "sid";
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "SID";
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn3.Width = 59;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.linkLabel1);
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Controls.Add(this.textBox3);
|
|
this.panel1.Controls.Add(label2);
|
|
this.panel1.Controls.Add(this.textBox2);
|
|
this.panel1.Controls.Add(label1);
|
|
this.panel1.Controls.Add(this.textBox1);
|
|
this.panel1.Controls.Add(manuLabel);
|
|
this.panel1.Controls.Add(this.manuTextBox);
|
|
this.panel1.Controls.Add(supplyLabel);
|
|
this.panel1.Controls.Add(this.supplyTextBox);
|
|
this.panel1.Controls.Add(memoLabel);
|
|
this.panel1.Controls.Add(this.memoTextBox);
|
|
this.panel1.Controls.Add(priceLabel);
|
|
this.panel1.Controls.Add(this.priceTextBox);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel1.Location = new System.Drawing.Point(695, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(290, 502);
|
|
this.panel1.TabIndex = 2;
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.AutoSize = true;
|
|
this.linkLabel1.Location = new System.Drawing.Point(13, 249);
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.Size = new System.Drawing.Size(51, 18);
|
|
this.linkLabel1.TabIndex = 27;
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Text = "Image";
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Black;
|
|
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pictureBox1.Location = new System.Drawing.Point(74, 248);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(202, 146);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 26;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "unit", true));
|
|
this.textBox3.Location = new System.Drawing.Point(237, 401);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.ReadOnly = true;
|
|
this.textBox3.Size = new System.Drawing.Size(38, 25);
|
|
this.textBox3.TabIndex = 24;
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "scale", true));
|
|
this.textBox2.Location = new System.Drawing.Point(75, 401);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.ReadOnly = true;
|
|
this.textBox2.Size = new System.Drawing.Size(156, 25);
|
|
this.textBox2.TabIndex = 23;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cate", true));
|
|
this.textBox1.Location = new System.Drawing.Point(75, 464);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.ReadOnly = true;
|
|
this.textBox1.Size = new System.Drawing.Size(200, 25);
|
|
this.textBox1.TabIndex = 21;
|
|
//
|
|
// manuTextBox
|
|
//
|
|
this.manuTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "manu", true));
|
|
this.manuTextBox.Location = new System.Drawing.Point(75, 13);
|
|
this.manuTextBox.Name = "manuTextBox";
|
|
this.manuTextBox.ReadOnly = true;
|
|
this.manuTextBox.Size = new System.Drawing.Size(200, 25);
|
|
this.manuTextBox.TabIndex = 9;
|
|
//
|
|
// supplyTextBox
|
|
//
|
|
this.supplyTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "supply", true));
|
|
this.supplyTextBox.Location = new System.Drawing.Point(75, 45);
|
|
this.supplyTextBox.Name = "supplyTextBox";
|
|
this.supplyTextBox.ReadOnly = true;
|
|
this.supplyTextBox.Size = new System.Drawing.Size(200, 25);
|
|
this.supplyTextBox.TabIndex = 11;
|
|
//
|
|
// memoTextBox
|
|
//
|
|
this.memoTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.memoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true));
|
|
this.memoTextBox.Location = new System.Drawing.Point(75, 79);
|
|
this.memoTextBox.Multiline = true;
|
|
this.memoTextBox.Name = "memoTextBox";
|
|
this.memoTextBox.ReadOnly = true;
|
|
this.memoTextBox.Size = new System.Drawing.Size(200, 158);
|
|
this.memoTextBox.TabIndex = 13;
|
|
//
|
|
// priceTextBox
|
|
//
|
|
this.priceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.priceTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "price", true));
|
|
this.priceTextBox.Location = new System.Drawing.Point(75, 433);
|
|
this.priceTextBox.Name = "priceTextBox";
|
|
this.priceTextBox.ReadOnly = true;
|
|
this.priceTextBox.Size = new System.Drawing.Size(200, 25);
|
|
this.priceTextBox.TabIndex = 19;
|
|
//
|
|
// ta
|
|
//
|
|
this.ta.ClearBeforeFill = true;
|
|
//
|
|
// tam
|
|
//
|
|
this.tam.BackupDataSetBeforeUpdate = false;
|
|
this.tam.BoardTableAdapter = null;
|
|
this.tam.CommonTableAdapter = null;
|
|
this.tam.CustomsTableAdapter = null;
|
|
this.tam.ItemsTableAdapter = this.ta;
|
|
this.tam.MailDataTableAdapter = null;
|
|
this.tam.MailFormTableAdapter = 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;
|
|
//
|
|
// fLovItem
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(985, 527);
|
|
this.Controls.Add(this.dv);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.bn);
|
|
this.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Name = "fLovItem";
|
|
this.Text = "Select Item";
|
|
this.Load += new System.EventHandler(this.fLovItem_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.dv)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private dsMSSQL dsMSSQL;
|
|
private System.Windows.Forms.BindingSource bs;
|
|
private dsMSSQLTableAdapters.ItemsTableAdapter ta;
|
|
private dsMSSQLTableAdapters.TableAdapterManager tam;
|
|
private System.Windows.Forms.BindingNavigator bn;
|
|
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
|
|
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 btOK;
|
|
private System.Windows.Forms.DataGridView dv;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.TextBox manuTextBox;
|
|
private System.Windows.Forms.TextBox supplyTextBox;
|
|
private System.Windows.Forms.TextBox memoTextBox;
|
|
private System.Windows.Forms.TextBox priceTextBox;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn model;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
|
|
}
|
|
} |