1562 lines
98 KiB
C#
1562 lines
98 KiB
C#
namespace InvoicingTool
|
|
{
|
|
partial class ServerPartPurchase
|
|
{
|
|
/// <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
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle55 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle46 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle47 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle48 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle49 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle50 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle51 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle52 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle53 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle54 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle56 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle63 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle64 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle57 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle58 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle59 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle60 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle61 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle62 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.lblMess = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.txtstatic = new System.Windows.Forms.TextBox();
|
|
this.txtcode = new System.Windows.Forms.TextBox();
|
|
this.txtprice = new System.Windows.Forms.TextBox();
|
|
this.txtname = new System.Windows.Forms.TextBox();
|
|
this.txttime = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.lblMain = new System.Windows.Forms.Label();
|
|
this.dgv_Purchase = new System.Windows.Forms.DataGridView();
|
|
this.purchase_ids = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.purchase_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Submit = new System.Windows.Forms.DataGridViewLinkColumn();
|
|
this.purchase_amount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.purchase_date = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.purchase_state = new System.Windows.Forms.DataGridViewLinkColumn();
|
|
this.purchase_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.purchase_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CommodityInfo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Delete = new System.Windows.Forms.DataGridViewLinkColumn();
|
|
this.PurchaseChecked = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.dgv_Detail = new System.Windows.Forms.DataGridView();
|
|
this.Purchase_I = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.purchasedetail_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.commodity_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.commodity_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.commodity_rule = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.purchase_count = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ComboxUnit = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
this.unitcount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.count = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.purchase_price = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.total_count = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.total_price = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.DetailDelete = new System.Windows.Forms.DataGridViewLinkColumn();
|
|
this.box_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.commodity_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.box_price = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.box_count = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dgv_Commodity = new System.Windows.Forms.DataGridView();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.Choose = new System.Windows.Forms.DataGridViewLinkColumn();
|
|
this.commodity_boxcostprice = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.sellercommodity_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.boxentry_count = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.commodity_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.supplier_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.selltaxprice = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.commodity_boxsellprice = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.PicURI = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cobOneType = new System.Windows.Forms.ComboBox();
|
|
this.cobTwoType = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtBarcodeAdd = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.cobState = new System.Windows.Forms.ComboBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.btnPurchaseAdd = new System.Windows.Forms.Button();
|
|
this.btnUpLoad = new System.Windows.Forms.Button();
|
|
this.btnReturn = new System.Windows.Forms.Button();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.btnRefresh = new System.Windows.Forms.Button();
|
|
this.btnOrderEnd = new System.Windows.Forms.Button();
|
|
this.lblOrderMess = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.btnPriceUpdate = new System.Windows.Forms.Button();
|
|
this.btnColse = new System.Windows.Forms.Button();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.lblUpdate = new System.Windows.Forms.Label();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.lblSale = new System.Windows.Forms.Label();
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.picGoods = new System.Windows.Forms.PictureBox();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_Purchase)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_Detail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_Commodity)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.panel4.SuspendLayout();
|
|
this.panel5.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picGoods)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblMess
|
|
//
|
|
this.lblMess.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblMess.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblMess.ForeColor = System.Drawing.Color.Red;
|
|
this.lblMess.Location = new System.Drawing.Point(3, 246);
|
|
this.lblMess.Name = "lblMess";
|
|
this.lblMess.Size = new System.Drawing.Size(439, 23);
|
|
this.lblMess.TabIndex = 56;
|
|
this.lblMess.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.lblMess.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
this.lblMess.MouseEnter += new System.EventHandler(this.lblMess_MouseEnter);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.White;
|
|
this.panel2.Controls.Add(this.txtstatic);
|
|
this.panel2.Controls.Add(this.txtcode);
|
|
this.panel2.Controls.Add(this.txtprice);
|
|
this.panel2.Controls.Add(this.txtname);
|
|
this.panel2.Controls.Add(this.txttime);
|
|
this.panel2.Controls.Add(this.label7);
|
|
this.panel2.Controls.Add(this.label5);
|
|
this.panel2.Controls.Add(this.label2);
|
|
this.panel2.Controls.Add(this.label4);
|
|
this.panel2.Controls.Add(this.label3);
|
|
this.panel2.Location = new System.Drawing.Point(650, 2);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(43, 26);
|
|
this.panel2.TabIndex = 55;
|
|
this.panel2.Visible = false;
|
|
//
|
|
// txtstatic
|
|
//
|
|
this.txtstatic.Enabled = false;
|
|
this.txtstatic.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtstatic.Location = new System.Drawing.Point(588, 57);
|
|
this.txtstatic.Name = "txtstatic";
|
|
this.txtstatic.Size = new System.Drawing.Size(120, 25);
|
|
this.txtstatic.TabIndex = 54;
|
|
//
|
|
// txtcode
|
|
//
|
|
this.txtcode.Enabled = false;
|
|
this.txtcode.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtcode.Location = new System.Drawing.Point(94, 15);
|
|
this.txtcode.Name = "txtcode";
|
|
this.txtcode.Size = new System.Drawing.Size(165, 25);
|
|
this.txtcode.TabIndex = 46;
|
|
//
|
|
// txtprice
|
|
//
|
|
this.txtprice.Enabled = false;
|
|
this.txtprice.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtprice.Location = new System.Drawing.Point(350, 56);
|
|
this.txtprice.Name = "txtprice";
|
|
this.txtprice.Size = new System.Drawing.Size(135, 25);
|
|
this.txtprice.TabIndex = 52;
|
|
//
|
|
// txtname
|
|
//
|
|
this.txtname.Enabled = false;
|
|
this.txtname.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtname.Location = new System.Drawing.Point(350, 15);
|
|
this.txtname.Name = "txtname";
|
|
this.txtname.Size = new System.Drawing.Size(135, 25);
|
|
this.txtname.TabIndex = 48;
|
|
//
|
|
// txttime
|
|
//
|
|
this.txttime.Enabled = false;
|
|
this.txttime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txttime.Location = new System.Drawing.Point(94, 56);
|
|
this.txttime.Name = "txttime";
|
|
this.txttime.Size = new System.Drawing.Size(165, 25);
|
|
this.txttime.TabIndex = 50;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label7.ForeColor = System.Drawing.Color.Black;
|
|
this.label7.Location = new System.Drawing.Point(14, 18);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(74, 19);
|
|
this.label7.TabIndex = 45;
|
|
this.label7.Text = "采购编号:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label5.ForeColor = System.Drawing.Color.Black;
|
|
this.label5.Location = new System.Drawing.Point(508, 59);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(74, 19);
|
|
this.label5.TabIndex = 53;
|
|
this.label5.Text = "采购状态:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.ForeColor = System.Drawing.Color.Black;
|
|
this.label2.Location = new System.Drawing.Point(273, 18);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(74, 19);
|
|
this.label2.TabIndex = 47;
|
|
this.label2.Text = "采购人员:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label4.ForeColor = System.Drawing.Color.Black;
|
|
this.label4.Location = new System.Drawing.Point(273, 59);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(74, 19);
|
|
this.label4.TabIndex = 51;
|
|
this.label4.Text = "采购金额:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.ForeColor = System.Drawing.Color.Black;
|
|
this.label3.Location = new System.Drawing.Point(14, 59);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(74, 19);
|
|
this.label3.TabIndex = 49;
|
|
this.label3.Text = "采购时间:";
|
|
//
|
|
// lblMain
|
|
//
|
|
this.lblMain.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lblMain.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblMain.Font = new System.Drawing.Font("微软雅黑", 18F);
|
|
this.lblMain.ForeColor = System.Drawing.Color.White;
|
|
this.lblMain.Location = new System.Drawing.Point(307, 749);
|
|
this.lblMain.Name = "lblMain";
|
|
this.lblMain.Size = new System.Drawing.Size(20, 14);
|
|
this.lblMain.TabIndex = 43;
|
|
this.lblMain.Text = "骋客·优品自助报货系统";
|
|
this.lblMain.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.lblMain.Visible = false;
|
|
this.lblMain.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
//
|
|
// dgv_Purchase
|
|
//
|
|
this.dgv_Purchase.AllowUserToAddRows = false;
|
|
this.dgv_Purchase.AllowUserToDeleteRows = false;
|
|
this.dgv_Purchase.AllowUserToResizeColumns = false;
|
|
this.dgv_Purchase.AllowUserToResizeRows = false;
|
|
this.dgv_Purchase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.dgv_Purchase.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dgv_Purchase.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgv_Purchase.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dgv_Purchase.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
|
|
this.dgv_Purchase.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle33.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle33.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle33.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle33.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle33.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgv_Purchase.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle33;
|
|
this.dgv_Purchase.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dgv_Purchase.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.purchase_ids,
|
|
this.purchase_id,
|
|
this.Submit,
|
|
this.purchase_amount,
|
|
this.purchase_date,
|
|
this.purchase_state,
|
|
this.purchase_code,
|
|
this.purchase_name,
|
|
this.CommodityInfo,
|
|
this.Delete,
|
|
this.PurchaseChecked});
|
|
dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle42.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle42.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle42.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle42.SelectionBackColor = System.Drawing.Color.PowderBlue;
|
|
dataGridViewCellStyle42.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle42.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgv_Purchase.DefaultCellStyle = dataGridViewCellStyle42;
|
|
this.dgv_Purchase.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
this.dgv_Purchase.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(209)))), ((int)(((byte)(209)))));
|
|
this.dgv_Purchase.Location = new System.Drawing.Point(0, 0);
|
|
this.dgv_Purchase.MultiSelect = false;
|
|
this.dgv_Purchase.Name = "dgv_Purchase";
|
|
this.dgv_Purchase.ReadOnly = true;
|
|
dataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle43.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle43.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle43.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle43.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle43.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
this.dgv_Purchase.RowHeadersDefaultCellStyle = dataGridViewCellStyle43;
|
|
this.dgv_Purchase.RowHeadersVisible = false;
|
|
this.dgv_Purchase.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
this.dgv_Purchase.RowTemplate.Height = 23;
|
|
this.dgv_Purchase.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgv_Purchase.Size = new System.Drawing.Size(311, 316);
|
|
this.dgv_Purchase.TabIndex = 40;
|
|
this.dgv_Purchase.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Purchase_CellClick);
|
|
this.dgv_Purchase.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Purchase_CellContentClick);
|
|
this.dgv_Purchase.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Purchase_RowEnter);
|
|
//
|
|
// purchase_ids
|
|
//
|
|
this.purchase_ids.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.purchase_ids.DataPropertyName = "id";
|
|
dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.purchase_ids.DefaultCellStyle = dataGridViewCellStyle34;
|
|
this.purchase_ids.FillWeight = 8F;
|
|
this.purchase_ids.HeaderText = "序号";
|
|
this.purchase_ids.Name = "purchase_ids";
|
|
this.purchase_ids.ReadOnly = true;
|
|
//
|
|
// purchase_id
|
|
//
|
|
this.purchase_id.DataPropertyName = "purchase_id";
|
|
this.purchase_id.HeaderText = "purchase_id";
|
|
this.purchase_id.Name = "purchase_id";
|
|
this.purchase_id.ReadOnly = true;
|
|
this.purchase_id.Visible = false;
|
|
//
|
|
// Submit
|
|
//
|
|
this.Submit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle35.NullValue = "添加";
|
|
this.Submit.DefaultCellStyle = dataGridViewCellStyle35;
|
|
this.Submit.FillWeight = 8F;
|
|
this.Submit.HeaderText = "操作";
|
|
this.Submit.Name = "Submit";
|
|
this.Submit.ReadOnly = true;
|
|
this.Submit.Text = "添加";
|
|
this.Submit.Visible = false;
|
|
//
|
|
// purchase_amount
|
|
//
|
|
this.purchase_amount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.purchase_amount.DataPropertyName = "purchase_amount";
|
|
dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle36.Format = "N2";
|
|
dataGridViewCellStyle36.NullValue = "0";
|
|
this.purchase_amount.DefaultCellStyle = dataGridViewCellStyle36;
|
|
this.purchase_amount.FillWeight = 15F;
|
|
this.purchase_amount.HeaderText = "金额";
|
|
this.purchase_amount.Name = "purchase_amount";
|
|
this.purchase_amount.ReadOnly = true;
|
|
//
|
|
// purchase_date
|
|
//
|
|
this.purchase_date.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.purchase_date.DataPropertyName = "purchase_date";
|
|
dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle37.Format = "d";
|
|
dataGridViewCellStyle37.NullValue = null;
|
|
this.purchase_date.DefaultCellStyle = dataGridViewCellStyle37;
|
|
this.purchase_date.FillWeight = 15F;
|
|
this.purchase_date.HeaderText = "采购时间";
|
|
this.purchase_date.Name = "purchase_date";
|
|
this.purchase_date.ReadOnly = true;
|
|
//
|
|
// purchase_state
|
|
//
|
|
this.purchase_state.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.purchase_state.DataPropertyName = "purchase_state";
|
|
dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.purchase_state.DefaultCellStyle = dataGridViewCellStyle38;
|
|
this.purchase_state.FillWeight = 10F;
|
|
this.purchase_state.HeaderText = "状态";
|
|
this.purchase_state.Name = "purchase_state";
|
|
this.purchase_state.ReadOnly = true;
|
|
this.purchase_state.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.purchase_state.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
//
|
|
// purchase_code
|
|
//
|
|
this.purchase_code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.purchase_code.DataPropertyName = "purchase_code";
|
|
dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.purchase_code.DefaultCellStyle = dataGridViewCellStyle39;
|
|
this.purchase_code.FillWeight = 15F;
|
|
this.purchase_code.HeaderText = "采购编号";
|
|
this.purchase_code.Name = "purchase_code";
|
|
this.purchase_code.ReadOnly = true;
|
|
this.purchase_code.Visible = false;
|
|
//
|
|
// purchase_name
|
|
//
|
|
this.purchase_name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.purchase_name.DataPropertyName = "purchase_person";
|
|
this.purchase_name.FillWeight = 15F;
|
|
this.purchase_name.HeaderText = "采购人";
|
|
this.purchase_name.Name = "purchase_name";
|
|
this.purchase_name.ReadOnly = true;
|
|
this.purchase_name.Visible = false;
|
|
//
|
|
// CommodityInfo
|
|
//
|
|
this.CommodityInfo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.CommodityInfo.DataPropertyName = "CommodityInfo";
|
|
dataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
this.CommodityInfo.DefaultCellStyle = dataGridViewCellStyle40;
|
|
this.CommodityInfo.FillWeight = 20F;
|
|
this.CommodityInfo.HeaderText = "采购信息";
|
|
this.CommodityInfo.Name = "CommodityInfo";
|
|
this.CommodityInfo.ReadOnly = true;
|
|
this.CommodityInfo.Visible = false;
|
|
//
|
|
// Delete
|
|
//
|
|
this.Delete.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
dataGridViewCellStyle41.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle41.NullValue = "删除";
|
|
this.Delete.DefaultCellStyle = dataGridViewCellStyle41;
|
|
this.Delete.FillWeight = 8F;
|
|
this.Delete.HeaderText = "删除";
|
|
this.Delete.Name = "Delete";
|
|
this.Delete.ReadOnly = true;
|
|
this.Delete.Text = "删除";
|
|
//
|
|
// PurchaseChecked
|
|
//
|
|
this.PurchaseChecked.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.PurchaseChecked.FillWeight = 8F;
|
|
this.PurchaseChecked.HeaderText = "选择";
|
|
this.PurchaseChecked.Name = "PurchaseChecked";
|
|
this.PurchaseChecked.ReadOnly = true;
|
|
this.PurchaseChecked.Visible = false;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.BackColor = System.Drawing.Color.Transparent;
|
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label10.ForeColor = System.Drawing.Color.Black;
|
|
this.label10.Location = new System.Drawing.Point(831, 749);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(187, 19);
|
|
this.label10.TabIndex = 42;
|
|
this.label10.Text = "©2018 杭州驿商科技有限公司";
|
|
this.label10.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
//
|
|
// dgv_Detail
|
|
//
|
|
this.dgv_Detail.AllowUserToAddRows = false;
|
|
this.dgv_Detail.AllowUserToDeleteRows = false;
|
|
this.dgv_Detail.AllowUserToResizeColumns = false;
|
|
this.dgv_Detail.AllowUserToResizeRows = false;
|
|
this.dgv_Detail.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dgv_Detail.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgv_Detail.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dgv_Detail.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
|
|
this.dgv_Detail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle44.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle44.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle44.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle44.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle44.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
this.dgv_Detail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle44;
|
|
this.dgv_Detail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dgv_Detail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Purchase_I,
|
|
this.purchasedetail_id,
|
|
this.commodity_barcode,
|
|
this.commodity_name,
|
|
this.commodity_rule,
|
|
this.unit,
|
|
this.purchase_count,
|
|
this.ComboxUnit,
|
|
this.unitcount,
|
|
this.count,
|
|
this.purchase_price,
|
|
this.total_count,
|
|
this.total_price,
|
|
this.DetailDelete,
|
|
this.box_unit,
|
|
this.commodity_unit,
|
|
this.box_price,
|
|
this.box_count});
|
|
this.dgv_Detail.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
this.dgv_Detail.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(209)))), ((int)(((byte)(209)))));
|
|
this.dgv_Detail.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
this.dgv_Detail.Location = new System.Drawing.Point(0, 275);
|
|
this.dgv_Detail.Margin = new System.Windows.Forms.Padding(0);
|
|
this.dgv_Detail.MultiSelect = false;
|
|
this.dgv_Detail.Name = "dgv_Detail";
|
|
dataGridViewCellStyle55.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle55.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle55.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle55.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle55.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle55.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
this.dgv_Detail.RowHeadersDefaultCellStyle = dataGridViewCellStyle55;
|
|
this.dgv_Detail.RowHeadersVisible = false;
|
|
this.dgv_Detail.RowTemplate.Height = 23;
|
|
this.dgv_Detail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
this.dgv_Detail.Size = new System.Drawing.Size(693, 320);
|
|
this.dgv_Detail.TabIndex = 57;
|
|
this.dgv_Detail.DataSourceChanged += new System.EventHandler(this.dgv_Detail_DataSourceChanged);
|
|
this.dgv_Detail.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Detail_CellClick);
|
|
this.dgv_Detail.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Detail_CellEndEdit);
|
|
this.dgv_Detail.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Detail_CellMouseEnter);
|
|
this.dgv_Detail.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgv_Detail_ColumnHeaderMouseClick);
|
|
this.dgv_Detail.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgv_Detail_DataError);
|
|
//
|
|
// Purchase_I
|
|
//
|
|
this.Purchase_I.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.Purchase_I.DataPropertyName = "id";
|
|
dataGridViewCellStyle45.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.Purchase_I.DefaultCellStyle = dataGridViewCellStyle45;
|
|
this.Purchase_I.FillWeight = 8F;
|
|
this.Purchase_I.HeaderText = "序号";
|
|
this.Purchase_I.Name = "Purchase_I";
|
|
this.Purchase_I.ReadOnly = true;
|
|
this.Purchase_I.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.Purchase_I.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// purchasedetail_id
|
|
//
|
|
this.purchasedetail_id.DataPropertyName = "purchasedetail_id";
|
|
this.purchasedetail_id.HeaderText = "purchasedetail_id";
|
|
this.purchasedetail_id.Name = "purchasedetail_id";
|
|
this.purchasedetail_id.ReadOnly = true;
|
|
this.purchasedetail_id.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.purchasedetail_id.Visible = false;
|
|
//
|
|
// commodity_barcode
|
|
//
|
|
this.commodity_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.commodity_barcode.DataPropertyName = "commodity_barcode";
|
|
dataGridViewCellStyle46.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.commodity_barcode.DefaultCellStyle = dataGridViewCellStyle46;
|
|
this.commodity_barcode.FillWeight = 15F;
|
|
this.commodity_barcode.HeaderText = "商品条码";
|
|
this.commodity_barcode.Name = "commodity_barcode";
|
|
this.commodity_barcode.ReadOnly = true;
|
|
this.commodity_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
//
|
|
// commodity_name
|
|
//
|
|
this.commodity_name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.commodity_name.DataPropertyName = "commodity_name";
|
|
this.commodity_name.FillWeight = 20F;
|
|
this.commodity_name.HeaderText = "商品名称";
|
|
this.commodity_name.Name = "commodity_name";
|
|
this.commodity_name.ReadOnly = true;
|
|
this.commodity_name.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// commodity_rule
|
|
//
|
|
this.commodity_rule.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.commodity_rule.DataPropertyName = "commodity_rule";
|
|
dataGridViewCellStyle47.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.commodity_rule.DefaultCellStyle = dataGridViewCellStyle47;
|
|
this.commodity_rule.FillWeight = 12F;
|
|
this.commodity_rule.HeaderText = "规格";
|
|
this.commodity_rule.Name = "commodity_rule";
|
|
this.commodity_rule.ReadOnly = true;
|
|
this.commodity_rule.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// unit
|
|
//
|
|
this.unit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.unit.DataPropertyName = "unit";
|
|
dataGridViewCellStyle48.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.unit.DefaultCellStyle = dataGridViewCellStyle48;
|
|
this.unit.FillWeight = 7F;
|
|
this.unit.HeaderText = "单位";
|
|
this.unit.Name = "unit";
|
|
this.unit.ReadOnly = true;
|
|
this.unit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.unit.Visible = false;
|
|
//
|
|
// purchase_count
|
|
//
|
|
this.purchase_count.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.purchase_count.DataPropertyName = "purchase_count";
|
|
dataGridViewCellStyle49.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
dataGridViewCellStyle49.Format = "N2";
|
|
dataGridViewCellStyle49.NullValue = "0";
|
|
dataGridViewCellStyle49.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.purchase_count.DefaultCellStyle = dataGridViewCellStyle49;
|
|
this.purchase_count.FillWeight = 10F;
|
|
this.purchase_count.HeaderText = "采购数量";
|
|
this.purchase_count.Name = "purchase_count";
|
|
this.purchase_count.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.purchase_count.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// ComboxUnit
|
|
//
|
|
this.ComboxUnit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
dataGridViewCellStyle50.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.ComboxUnit.DefaultCellStyle = dataGridViewCellStyle50;
|
|
this.ComboxUnit.FillWeight = 8F;
|
|
this.ComboxUnit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.ComboxUnit.HeaderText = "单位";
|
|
this.ComboxUnit.Name = "ComboxUnit";
|
|
//
|
|
// unitcount
|
|
//
|
|
this.unitcount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.unitcount.DataPropertyName = "unitcount";
|
|
dataGridViewCellStyle51.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
dataGridViewCellStyle51.Format = "N2";
|
|
dataGridViewCellStyle51.NullValue = "0";
|
|
this.unitcount.DefaultCellStyle = dataGridViewCellStyle51;
|
|
this.unitcount.FillWeight = 10F;
|
|
this.unitcount.HeaderText = "箱入数";
|
|
this.unitcount.Name = "unitcount";
|
|
this.unitcount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.unitcount.Visible = false;
|
|
//
|
|
// count
|
|
//
|
|
this.count.DataPropertyName = "count";
|
|
this.count.HeaderText = "初始数量";
|
|
this.count.Name = "count";
|
|
this.count.ReadOnly = true;
|
|
this.count.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.count.Visible = false;
|
|
//
|
|
// purchase_price
|
|
//
|
|
this.purchase_price.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.purchase_price.DataPropertyName = "purchase_price";
|
|
dataGridViewCellStyle52.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle52.Format = "N2";
|
|
dataGridViewCellStyle52.NullValue = "0";
|
|
this.purchase_price.DefaultCellStyle = dataGridViewCellStyle52;
|
|
this.purchase_price.FillWeight = 10F;
|
|
this.purchase_price.HeaderText = "单价";
|
|
this.purchase_price.Name = "purchase_price";
|
|
this.purchase_price.ReadOnly = true;
|
|
this.purchase_price.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.purchase_price.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// total_count
|
|
//
|
|
this.total_count.DataPropertyName = "total_count";
|
|
this.total_count.HeaderText = "商品总数";
|
|
this.total_count.Name = "total_count";
|
|
this.total_count.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.total_count.Visible = false;
|
|
//
|
|
// total_price
|
|
//
|
|
this.total_price.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.total_price.DataPropertyName = "total_price";
|
|
dataGridViewCellStyle53.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle53.Format = "N2";
|
|
dataGridViewCellStyle53.NullValue = "0";
|
|
this.total_price.DefaultCellStyle = dataGridViewCellStyle53;
|
|
this.total_price.FillWeight = 10F;
|
|
this.total_price.HeaderText = "总价";
|
|
this.total_price.Name = "total_price";
|
|
this.total_price.ReadOnly = true;
|
|
this.total_price.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.total_price.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// DetailDelete
|
|
//
|
|
this.DetailDelete.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
dataGridViewCellStyle54.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle54.NullValue = "删除";
|
|
this.DetailDelete.DefaultCellStyle = dataGridViewCellStyle54;
|
|
this.DetailDelete.FillWeight = 8F;
|
|
this.DetailDelete.HeaderText = "操作";
|
|
this.DetailDelete.Name = "DetailDelete";
|
|
this.DetailDelete.ReadOnly = true;
|
|
this.DetailDelete.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.DetailDelete.Text = "删除";
|
|
//
|
|
// box_unit
|
|
//
|
|
this.box_unit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.box_unit.DataPropertyName = "box_unit";
|
|
this.box_unit.FillWeight = 8F;
|
|
this.box_unit.HeaderText = "box_unit";
|
|
this.box_unit.Name = "box_unit";
|
|
this.box_unit.Visible = false;
|
|
//
|
|
// commodity_unit
|
|
//
|
|
this.commodity_unit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.commodity_unit.DataPropertyName = "commodity_unit";
|
|
this.commodity_unit.FillWeight = 8F;
|
|
this.commodity_unit.HeaderText = "commodity_unit";
|
|
this.commodity_unit.Name = "commodity_unit";
|
|
this.commodity_unit.Visible = false;
|
|
//
|
|
// box_price
|
|
//
|
|
this.box_price.HeaderText = "box_price";
|
|
this.box_price.Name = "box_price";
|
|
this.box_price.Visible = false;
|
|
//
|
|
// box_count
|
|
//
|
|
this.box_count.DataPropertyName = "boxentry_count";
|
|
this.box_count.HeaderText = "box_count";
|
|
this.box_count.Name = "box_count";
|
|
this.box_count.Visible = false;
|
|
//
|
|
// dgv_Commodity
|
|
//
|
|
this.dgv_Commodity.AllowUserToAddRows = false;
|
|
this.dgv_Commodity.AllowUserToDeleteRows = false;
|
|
this.dgv_Commodity.AllowUserToResizeColumns = false;
|
|
this.dgv_Commodity.AllowUserToResizeRows = false;
|
|
this.dgv_Commodity.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dgv_Commodity.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgv_Commodity.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dgv_Commodity.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
|
|
this.dgv_Commodity.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle56.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle56.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle56.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle56.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle56.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle56.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle56.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgv_Commodity.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle56;
|
|
this.dgv_Commodity.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dgv_Commodity.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn1,
|
|
this.dataGridViewCheckBoxColumn1,
|
|
this.Choose,
|
|
this.commodity_boxcostprice,
|
|
this.Barcode,
|
|
this.GoodsName,
|
|
this.sellercommodity_id,
|
|
this.dataGridViewTextBoxColumn4,
|
|
this.boxentry_count,
|
|
this.commodity_code,
|
|
this.supplier_id,
|
|
this.dataGridViewTextBoxColumn5,
|
|
this.selltaxprice,
|
|
this.commodity_boxsellprice,
|
|
this.PicURI});
|
|
dataGridViewCellStyle63.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle63.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle63.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle63.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle63.SelectionBackColor = System.Drawing.Color.SkyBlue;
|
|
dataGridViewCellStyle63.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle63.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgv_Commodity.DefaultCellStyle = dataGridViewCellStyle63;
|
|
this.dgv_Commodity.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
this.dgv_Commodity.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(209)))), ((int)(((byte)(209)))));
|
|
this.dgv_Commodity.Location = new System.Drawing.Point(0, 0);
|
|
this.dgv_Commodity.Margin = new System.Windows.Forms.Padding(0);
|
|
this.dgv_Commodity.MultiSelect = false;
|
|
this.dgv_Commodity.Name = "dgv_Commodity";
|
|
this.dgv_Commodity.ReadOnly = true;
|
|
dataGridViewCellStyle64.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle64.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle64.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle64.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle64.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle64.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
this.dgv_Commodity.RowHeadersDefaultCellStyle = dataGridViewCellStyle64;
|
|
this.dgv_Commodity.RowHeadersVisible = false;
|
|
this.dgv_Commodity.RowTemplate.Height = 23;
|
|
this.dgv_Commodity.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgv_Commodity.Size = new System.Drawing.Size(693, 234);
|
|
this.dgv_Commodity.TabIndex = 58;
|
|
this.dgv_Commodity.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Commodity_CellContentClick);
|
|
this.dgv_Commodity.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Commodity_RowEnter);
|
|
this.dgv_Commodity.MouseMove += new System.Windows.Forms.MouseEventHandler(this.dgv_Commodity_MouseMove);
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "id";
|
|
dataGridViewCellStyle57.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle57;
|
|
this.dataGridViewTextBoxColumn1.FillWeight = 1F;
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "序号";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridViewTextBoxColumn1.Width = 60;
|
|
//
|
|
// dataGridViewCheckBoxColumn1
|
|
//
|
|
this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.dataGridViewCheckBoxColumn1.FalseValue = "2";
|
|
this.dataGridViewCheckBoxColumn1.FillWeight = 7.192739F;
|
|
this.dataGridViewCheckBoxColumn1.HeaderText = "按箱采购";
|
|
this.dataGridViewCheckBoxColumn1.IndeterminateValue = "2";
|
|
this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
|
|
this.dataGridViewCheckBoxColumn1.ReadOnly = true;
|
|
this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.dataGridViewCheckBoxColumn1.TrueValue = "1";
|
|
this.dataGridViewCheckBoxColumn1.Visible = false;
|
|
//
|
|
// Choose
|
|
//
|
|
this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
dataGridViewCellStyle58.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle58.NullValue = "选择";
|
|
this.Choose.DefaultCellStyle = dataGridViewCellStyle58;
|
|
this.Choose.FillWeight = 6F;
|
|
this.Choose.HeaderText = "操作";
|
|
this.Choose.Name = "Choose";
|
|
this.Choose.ReadOnly = true;
|
|
this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.Choose.Text = "选择";
|
|
//
|
|
// commodity_boxcostprice
|
|
//
|
|
this.commodity_boxcostprice.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.commodity_boxcostprice.DataPropertyName = "commodity_boxcostprice";
|
|
dataGridViewCellStyle59.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
dataGridViewCellStyle59.Format = "N2";
|
|
dataGridViewCellStyle59.NullValue = null;
|
|
dataGridViewCellStyle59.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
|
this.commodity_boxcostprice.DefaultCellStyle = dataGridViewCellStyle59;
|
|
this.commodity_boxcostprice.FillWeight = 7F;
|
|
this.commodity_boxcostprice.HeaderText = "剩余库存";
|
|
this.commodity_boxcostprice.Name = "commodity_boxcostprice";
|
|
this.commodity_boxcostprice.ReadOnly = true;
|
|
this.commodity_boxcostprice.Visible = false;
|
|
//
|
|
// Barcode
|
|
//
|
|
this.Barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.Barcode.DataPropertyName = "commodity_barcode";
|
|
dataGridViewCellStyle60.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.Barcode.DefaultCellStyle = dataGridViewCellStyle60;
|
|
this.Barcode.FillWeight = 13.48639F;
|
|
this.Barcode.HeaderText = "商品条码";
|
|
this.Barcode.Name = "Barcode";
|
|
this.Barcode.ReadOnly = true;
|
|
this.Barcode.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
//
|
|
// GoodsName
|
|
//
|
|
this.GoodsName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.GoodsName.DataPropertyName = "commodity_name";
|
|
this.GoodsName.FillWeight = 13.48639F;
|
|
this.GoodsName.HeaderText = "商品名称";
|
|
this.GoodsName.Name = "GoodsName";
|
|
this.GoodsName.ReadOnly = true;
|
|
this.GoodsName.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
//
|
|
// sellercommodity_id
|
|
//
|
|
this.sellercommodity_id.DataPropertyName = "sellercommodity_id";
|
|
this.sellercommodity_id.HeaderText = "商品内码";
|
|
this.sellercommodity_id.Name = "sellercommodity_id";
|
|
this.sellercommodity_id.ReadOnly = true;
|
|
this.sellercommodity_id.Visible = false;
|
|
//
|
|
// dataGridViewTextBoxColumn4
|
|
//
|
|
this.dataGridViewTextBoxColumn4.DataPropertyName = "commodity_unit";
|
|
this.dataGridViewTextBoxColumn4.HeaderText = "单位";
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn4.Visible = false;
|
|
//
|
|
// boxentry_count
|
|
//
|
|
this.boxentry_count.DataPropertyName = "boxentry_count";
|
|
this.boxentry_count.HeaderText = "箱入数";
|
|
this.boxentry_count.Name = "boxentry_count";
|
|
this.boxentry_count.ReadOnly = true;
|
|
this.boxentry_count.Visible = false;
|
|
//
|
|
// commodity_code
|
|
//
|
|
this.commodity_code.DataPropertyName = "commodity_code";
|
|
this.commodity_code.HeaderText = "商品编号";
|
|
this.commodity_code.Name = "commodity_code";
|
|
this.commodity_code.ReadOnly = true;
|
|
this.commodity_code.Visible = false;
|
|
//
|
|
// supplier_id
|
|
//
|
|
this.supplier_id.DataPropertyName = "supplier_id";
|
|
this.supplier_id.HeaderText = "供应商内码";
|
|
this.supplier_id.Name = "supplier_id";
|
|
this.supplier_id.ReadOnly = true;
|
|
this.supplier_id.Visible = false;
|
|
//
|
|
// dataGridViewTextBoxColumn5
|
|
//
|
|
this.dataGridViewTextBoxColumn5.DataPropertyName = "commodity_rule";
|
|
this.dataGridViewTextBoxColumn5.HeaderText = "商品规格";
|
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn5.Visible = false;
|
|
//
|
|
// selltaxprice
|
|
//
|
|
this.selltaxprice.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.selltaxprice.DataPropertyName = "selltaxprice";
|
|
dataGridViewCellStyle61.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle61.Format = "N2";
|
|
dataGridViewCellStyle61.NullValue = "0";
|
|
this.selltaxprice.DefaultCellStyle = dataGridViewCellStyle61;
|
|
this.selltaxprice.FillWeight = 8.990925F;
|
|
this.selltaxprice.HeaderText = "单价";
|
|
this.selltaxprice.Name = "selltaxprice";
|
|
this.selltaxprice.ReadOnly = true;
|
|
this.selltaxprice.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
//
|
|
// commodity_boxsellprice
|
|
//
|
|
this.commodity_boxsellprice.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.commodity_boxsellprice.DataPropertyName = "commodity_boxsellprice";
|
|
dataGridViewCellStyle62.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle62.Format = "N2";
|
|
dataGridViewCellStyle62.NullValue = "0";
|
|
this.commodity_boxsellprice.DefaultCellStyle = dataGridViewCellStyle62;
|
|
this.commodity_boxsellprice.FillWeight = 8.990925F;
|
|
this.commodity_boxsellprice.HeaderText = "箱价";
|
|
this.commodity_boxsellprice.Name = "commodity_boxsellprice";
|
|
this.commodity_boxsellprice.ReadOnly = true;
|
|
this.commodity_boxsellprice.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
//
|
|
// PicURI
|
|
//
|
|
this.PicURI.DataPropertyName = "commodity_desc";
|
|
this.PicURI.HeaderText = "图片";
|
|
this.PicURI.Name = "PicURI";
|
|
this.PicURI.ReadOnly = true;
|
|
this.PicURI.Visible = false;
|
|
//
|
|
// cobOneType
|
|
//
|
|
this.cobOneType.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.cobOneType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cobOneType.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.cobOneType.FormattingEnabled = true;
|
|
this.cobOneType.Location = new System.Drawing.Point(593, 14);
|
|
this.cobOneType.Name = "cobOneType";
|
|
this.cobOneType.Size = new System.Drawing.Size(129, 27);
|
|
this.cobOneType.TabIndex = 60;
|
|
this.cobOneType.DropDownClosed += new System.EventHandler(this.cobOneType_DropDownClosed);
|
|
//
|
|
// cobTwoType
|
|
//
|
|
this.cobTwoType.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.cobTwoType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cobTwoType.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.cobTwoType.FormattingEnabled = true;
|
|
this.cobTwoType.Location = new System.Drawing.Point(728, 14);
|
|
this.cobTwoType.Name = "cobTwoType";
|
|
this.cobTwoType.Size = new System.Drawing.Size(128, 27);
|
|
this.cobTwoType.TabIndex = 61;
|
|
this.cobTwoType.DropDownClosed += new System.EventHandler(this.cobTwoType_DropDownClosed);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.label6.AutoSize = true;
|
|
this.label6.BackColor = System.Drawing.Color.Transparent;
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label6.ForeColor = System.Drawing.Color.Transparent;
|
|
this.label6.Location = new System.Drawing.Point(529, 18);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(58, 21);
|
|
this.label6.TabIndex = 62;
|
|
this.label6.Text = "类别:";
|
|
this.label6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
//
|
|
// txtBarcodeAdd
|
|
//
|
|
this.txtBarcodeAdd.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.txtBarcodeAdd.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtBarcodeAdd.Location = new System.Drawing.Point(394, 16);
|
|
this.txtBarcodeAdd.Name = "txtBarcodeAdd";
|
|
this.txtBarcodeAdd.Size = new System.Drawing.Size(129, 25);
|
|
this.txtBarcodeAdd.TabIndex = 1;
|
|
this.txtBarcodeAdd.TextChanged += new System.EventHandler(this.txtBarcodeAdd_TextChanged);
|
|
this.txtBarcodeAdd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBarcodeAdd_KeyDown);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.label8.AutoSize = true;
|
|
this.label8.BackColor = System.Drawing.Color.Transparent;
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label8.ForeColor = System.Drawing.Color.Transparent;
|
|
this.label8.Location = new System.Drawing.Point(330, 18);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(58, 21);
|
|
this.label8.TabIndex = 64;
|
|
this.label8.Text = "搜索:";
|
|
this.label8.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
this.panel1.Controls.Add(this.dgv_Purchase);
|
|
this.panel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.panel1.Location = new System.Drawing.Point(6, 377);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(311, 316);
|
|
this.panel1.TabIndex = 66;
|
|
//
|
|
// cobState
|
|
//
|
|
this.cobState.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.cobState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cobState.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.cobState.ForeColor = System.Drawing.Color.Black;
|
|
this.cobState.FormattingEnabled = true;
|
|
this.cobState.Location = new System.Drawing.Point(98, 8);
|
|
this.cobState.Name = "cobState";
|
|
this.cobState.Size = new System.Drawing.Size(118, 27);
|
|
this.cobState.TabIndex = 67;
|
|
this.cobState.DropDownClosed += new System.EventHandler(this.cobState_DropDownClosed);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.label9.AutoSize = true;
|
|
this.label9.BackColor = System.Drawing.Color.Transparent;
|
|
this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label9.ForeColor = System.Drawing.Color.Black;
|
|
this.label9.Location = new System.Drawing.Point(16, 10);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(90, 21);
|
|
this.label9.TabIndex = 68;
|
|
this.label9.Text = "订单状态:";
|
|
this.label9.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.tableLayoutPanel1.ColumnCount = 5;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16F));
|
|
this.tableLayoutPanel1.Controls.Add(this.btnPurchaseAdd, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnUpLoad, 3, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnReturn, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnOrderEnd, 4, 0);
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 704);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1015, 40);
|
|
this.tableLayoutPanel1.TabIndex = 69;
|
|
this.tableLayoutPanel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
//
|
|
// btnPurchaseAdd
|
|
//
|
|
this.btnPurchaseAdd.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btnPurchaseAdd.AutoSize = true;
|
|
this.btnPurchaseAdd.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.btnPurchaseAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnPurchaseAdd.FlatAppearance.BorderSize = 0;
|
|
this.btnPurchaseAdd.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(88)))), ((int)(((byte)(55)))));
|
|
this.btnPurchaseAdd.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(112)))), ((int)(((byte)(80)))));
|
|
this.btnPurchaseAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnPurchaseAdd.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.btnPurchaseAdd.ForeColor = System.Drawing.Color.White;
|
|
this.btnPurchaseAdd.Location = new System.Drawing.Point(397, 4);
|
|
this.btnPurchaseAdd.Name = "btnPurchaseAdd";
|
|
this.btnPurchaseAdd.Size = new System.Drawing.Size(98, 31);
|
|
this.btnPurchaseAdd.TabIndex = 41;
|
|
this.btnPurchaseAdd.Text = "新增报货";
|
|
this.btnPurchaseAdd.UseVisualStyleBackColor = false;
|
|
this.btnPurchaseAdd.Click += new System.EventHandler(this.btnPurchaseAdd_Click);
|
|
//
|
|
// btnUpLoad
|
|
//
|
|
this.btnUpLoad.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btnUpLoad.AutoSize = true;
|
|
this.btnUpLoad.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.btnUpLoad.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnUpLoad.FlatAppearance.BorderSize = 0;
|
|
this.btnUpLoad.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(88)))), ((int)(((byte)(55)))));
|
|
this.btnUpLoad.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(112)))), ((int)(((byte)(80)))));
|
|
this.btnUpLoad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnUpLoad.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.btnUpLoad.ForeColor = System.Drawing.Color.White;
|
|
this.btnUpLoad.Location = new System.Drawing.Point(721, 4);
|
|
this.btnUpLoad.Name = "btnUpLoad";
|
|
this.btnUpLoad.Size = new System.Drawing.Size(98, 31);
|
|
this.btnUpLoad.TabIndex = 42;
|
|
this.btnUpLoad.Text = "提交订单";
|
|
this.btnUpLoad.UseVisualStyleBackColor = false;
|
|
this.btnUpLoad.Click += new System.EventHandler(this.btnUpLoad_Click);
|
|
//
|
|
// btnReturn
|
|
//
|
|
this.btnReturn.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btnReturn.AutoSize = true;
|
|
this.btnReturn.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.btnReturn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnReturn.FlatAppearance.BorderSize = 0;
|
|
this.btnReturn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(88)))), ((int)(((byte)(55)))));
|
|
this.btnReturn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(112)))), ((int)(((byte)(80)))));
|
|
this.btnReturn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnReturn.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.btnReturn.ForeColor = System.Drawing.Color.White;
|
|
this.btnReturn.Location = new System.Drawing.Point(559, 4);
|
|
this.btnReturn.Name = "btnReturn";
|
|
this.btnReturn.Size = new System.Drawing.Size(98, 31);
|
|
this.btnReturn.TabIndex = 45;
|
|
this.btnReturn.Text = "退货申请";
|
|
this.btnReturn.UseVisualStyleBackColor = false;
|
|
this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.cobState);
|
|
this.panel3.Controls.Add(this.btnRefresh);
|
|
this.panel3.Controls.Add(this.label9);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(365, 40);
|
|
this.panel3.TabIndex = 43;
|
|
//
|
|
// btnRefresh
|
|
//
|
|
this.btnRefresh.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btnRefresh.AutoSize = true;
|
|
this.btnRefresh.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.btnRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnRefresh.FlatAppearance.BorderSize = 0;
|
|
this.btnRefresh.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(88)))), ((int)(((byte)(55)))));
|
|
this.btnRefresh.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(112)))), ((int)(((byte)(80)))));
|
|
this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnRefresh.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnRefresh.ForeColor = System.Drawing.Color.White;
|
|
this.btnRefresh.Location = new System.Drawing.Point(225, 5);
|
|
this.btnRefresh.Name = "btnRefresh";
|
|
this.btnRefresh.Size = new System.Drawing.Size(84, 31);
|
|
this.btnRefresh.TabIndex = 65;
|
|
this.btnRefresh.Text = "刷 新";
|
|
this.btnRefresh.UseVisualStyleBackColor = false;
|
|
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
|
|
//
|
|
// btnOrderEnd
|
|
//
|
|
this.btnOrderEnd.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btnOrderEnd.AutoSize = true;
|
|
this.btnOrderEnd.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.btnOrderEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnOrderEnd.FlatAppearance.BorderSize = 0;
|
|
this.btnOrderEnd.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(88)))), ((int)(((byte)(55)))));
|
|
this.btnOrderEnd.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(112)))), ((int)(((byte)(80)))));
|
|
this.btnOrderEnd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnOrderEnd.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.btnOrderEnd.ForeColor = System.Drawing.Color.White;
|
|
this.btnOrderEnd.Location = new System.Drawing.Point(884, 4);
|
|
this.btnOrderEnd.Name = "btnOrderEnd";
|
|
this.btnOrderEnd.Size = new System.Drawing.Size(98, 31);
|
|
this.btnOrderEnd.TabIndex = 44;
|
|
this.btnOrderEnd.Text = "确认收货";
|
|
this.btnOrderEnd.UseVisualStyleBackColor = false;
|
|
this.btnOrderEnd.Click += new System.EventHandler(this.btnOrderEnd_Click);
|
|
//
|
|
// lblOrderMess
|
|
//
|
|
this.lblOrderMess.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblOrderMess.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblOrderMess.ForeColor = System.Drawing.Color.Black;
|
|
this.lblOrderMess.Location = new System.Drawing.Point(445, 247);
|
|
this.lblOrderMess.Name = "lblOrderMess";
|
|
this.lblOrderMess.Size = new System.Drawing.Size(244, 20);
|
|
this.lblOrderMess.TabIndex = 70;
|
|
this.lblOrderMess.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.lblOrderMess.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tableLayoutPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(78)))), ((int)(((byte)(63)))));
|
|
this.tableLayoutPanel2.ColumnCount = 8;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 327F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel2.Controls.Add(this.label8, 1, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.txtBarcodeAdd, 2, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.label6, 3, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.btnPriceUpdate, 6, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.cobOneType, 4, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.cobTwoType, 5, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.btnColse, 7, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.pictureBox1, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblUpdate, 5, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.panel4, 1, 1);
|
|
this.tableLayoutPanel2.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.RowCount = 2;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60.6383F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 39.3617F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(1024, 94);
|
|
this.tableLayoutPanel2.TabIndex = 66;
|
|
this.tableLayoutPanel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
//
|
|
// btnPriceUpdate
|
|
//
|
|
this.btnPriceUpdate.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btnPriceUpdate.AutoSize = true;
|
|
this.btnPriceUpdate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(122)))), ((int)(((byte)(67)))));
|
|
this.btnPriceUpdate.BackgroundImage = global::InvoicingTool.Properties.Resources.保存2;
|
|
this.btnPriceUpdate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnPriceUpdate.FlatAppearance.BorderSize = 0;
|
|
this.btnPriceUpdate.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(88)))), ((int)(((byte)(55)))));
|
|
this.btnPriceUpdate.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(112)))), ((int)(((byte)(80)))));
|
|
this.btnPriceUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnPriceUpdate.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.btnPriceUpdate.ForeColor = System.Drawing.Color.White;
|
|
this.btnPriceUpdate.Location = new System.Drawing.Point(880, 13);
|
|
this.btnPriceUpdate.Name = "btnPriceUpdate";
|
|
this.btnPriceUpdate.Size = new System.Drawing.Size(94, 31);
|
|
this.btnPriceUpdate.TabIndex = 66;
|
|
this.btnPriceUpdate.Text = "商品同步";
|
|
this.btnPriceUpdate.UseVisualStyleBackColor = false;
|
|
this.btnPriceUpdate.Click += new System.EventHandler(this.btnPriceUpdate_Click);
|
|
//
|
|
// btnColse
|
|
//
|
|
this.btnColse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnColse.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnColse.BackgroundImage = global::InvoicingTool.Properties.Resources.Close;
|
|
this.btnColse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.btnColse.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(78)))), ((int)(((byte)(63)))));
|
|
this.btnColse.FlatAppearance.BorderSize = 0;
|
|
this.btnColse.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Sienna;
|
|
this.btnColse.FlatAppearance.MouseOverBackColor = System.Drawing.Color.SaddleBrown;
|
|
this.btnColse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnColse.Location = new System.Drawing.Point(1001, 3);
|
|
this.btnColse.Name = "btnColse";
|
|
this.btnColse.Size = new System.Drawing.Size(20, 20);
|
|
this.btnColse.TabIndex = 38;
|
|
this.btnColse.UseVisualStyleBackColor = false;
|
|
this.btnColse.Click += new System.EventHandler(this.btnColse_Click);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox1.Image = global::InvoicingTool.Properties.Resources.logo1;
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.tableLayoutPanel2.SetRowSpan(this.pictureBox1, 2);
|
|
this.pictureBox1.Size = new System.Drawing.Size(327, 94);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 67;
|
|
this.pictureBox1.TabStop = false;
|
|
this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
//
|
|
// lblUpdate
|
|
//
|
|
this.lblUpdate.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.lblUpdate.BackColor = System.Drawing.Color.Transparent;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.lblUpdate, 3);
|
|
this.lblUpdate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblUpdate.ForeColor = System.Drawing.Color.White;
|
|
this.lblUpdate.Location = new System.Drawing.Point(725, 67);
|
|
this.lblUpdate.Margin = new System.Windows.Forms.Padding(0, 0, 20, 0);
|
|
this.lblUpdate.Name = "lblUpdate";
|
|
this.lblUpdate.Size = new System.Drawing.Size(279, 17);
|
|
this.lblUpdate.TabIndex = 69;
|
|
this.lblUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.lblUpdate.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
//
|
|
// panel4
|
|
//
|
|
this.tableLayoutPanel2.SetColumnSpan(this.panel4, 4);
|
|
this.panel4.Controls.Add(this.lblSale);
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel4.Location = new System.Drawing.Point(327, 57);
|
|
this.panel4.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(398, 37);
|
|
this.panel4.TabIndex = 70;
|
|
this.panel4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
//
|
|
// lblSale
|
|
//
|
|
this.lblSale.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.lblSale.AutoSize = true;
|
|
this.lblSale.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblSale.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblSale.ForeColor = System.Drawing.Color.White;
|
|
this.lblSale.Location = new System.Drawing.Point(50, 10);
|
|
this.lblSale.Margin = new System.Windows.Forms.Padding(0);
|
|
this.lblSale.Name = "lblSale";
|
|
this.lblSale.Size = new System.Drawing.Size(0, 19);
|
|
this.lblSale.TabIndex = 68;
|
|
this.lblSale.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.lblSale.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.Controls.Add(this.dgv_Commodity);
|
|
this.panel5.Controls.Add(this.lblMess);
|
|
this.panel5.Controls.Add(this.dgv_Detail);
|
|
this.panel5.Controls.Add(this.lblOrderMess);
|
|
this.panel5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.panel5.Location = new System.Drawing.Point(325, 102);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(695, 592);
|
|
this.panel5.TabIndex = 71;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btnSave.AutoSize = true;
|
|
this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(122)))), ((int)(((byte)(67)))));
|
|
this.btnSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnSave.Enabled = false;
|
|
this.btnSave.FlatAppearance.BorderSize = 0;
|
|
this.btnSave.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(88)))), ((int)(((byte)(55)))));
|
|
this.btnSave.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(112)))), ((int)(((byte)(80)))));
|
|
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.btnSave.ForeColor = System.Drawing.Color.White;
|
|
this.btnSave.Location = new System.Drawing.Point(438, 2);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(98, 31);
|
|
this.btnSave.TabIndex = 44;
|
|
this.btnSave.Text = "审核";
|
|
this.btnSave.UseVisualStyleBackColor = false;
|
|
this.btnSave.Visible = false;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// picGoods
|
|
//
|
|
this.picGoods.BackColor = System.Drawing.Color.Transparent;
|
|
this.picGoods.Location = new System.Drawing.Point(6, 102);
|
|
this.picGoods.Name = "picGoods";
|
|
this.picGoods.Size = new System.Drawing.Size(311, 254);
|
|
this.picGoods.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picGoods.TabIndex = 41;
|
|
this.picGoods.TabStop = false;
|
|
this.picGoods.Visible = false;
|
|
//
|
|
// ServerPartPurchase
|
|
//
|
|
this.AccessibleRole = System.Windows.Forms.AccessibleRole.Cursor;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.ClientSize = new System.Drawing.Size(1024, 768);
|
|
this.Controls.Add(this.picGoods);
|
|
this.Controls.Add(this.panel5);
|
|
this.Controls.Add(this.lblMain);
|
|
this.Controls.Add(this.tableLayoutPanel2);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.panel2);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
this.KeyPreview = true;
|
|
this.Name = "ServerPartPurchase";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Purchase";
|
|
this.TopMost = true;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ServerPartPurchase_FormClosing);
|
|
this.Load += new System.EventHandler(this.Purchase_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ServerPartPurchase_KeyDown);
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_Purchase)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_Detail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_Commodity)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel4.PerformLayout();
|
|
this.panel5.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picGoods)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button btnColse;
|
|
private System.Windows.Forms.Button btnUpLoad;
|
|
private System.Windows.Forms.Button btnPurchaseAdd;
|
|
private System.Windows.Forms.Label lblMain;
|
|
private System.Windows.Forms.DataGridView dgv_Purchase;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox txttime;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtname;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtcode;
|
|
private System.Windows.Forms.TextBox txtstatic;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txtprice;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label lblMess;
|
|
private System.Windows.Forms.DataGridView dgv_Detail;
|
|
private System.Windows.Forms.DataGridView dgv_Commodity;
|
|
private System.Windows.Forms.ComboBox cobOneType;
|
|
private System.Windows.Forms.ComboBox cobTwoType;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txtBarcodeAdd;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Button btnRefresh;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btnPriceUpdate;
|
|
private System.Windows.Forms.ComboBox cobState;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label lblOrderMess;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn purchase_ids;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn purchase_id;
|
|
private System.Windows.Forms.DataGridViewLinkColumn Submit;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn purchase_amount;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn purchase_date;
|
|
private System.Windows.Forms.DataGridViewLinkColumn purchase_state;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn purchase_code;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn purchase_name;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CommodityInfo;
|
|
private System.Windows.Forms.DataGridViewLinkColumn Delete;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn PurchaseChecked;
|
|
private System.Windows.Forms.Label lblSale;
|
|
private System.Windows.Forms.Label lblUpdate;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Purchase_I;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn purchasedetail_id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_barcode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_name;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_rule;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn unit;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn purchase_count;
|
|
private System.Windows.Forms.DataGridViewComboBoxColumn ComboxUnit;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn unitcount;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn count;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn purchase_price;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn total_count;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn total_price;
|
|
private System.Windows.Forms.DataGridViewLinkColumn DetailDelete;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn box_unit;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_unit;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn box_price;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn box_count;
|
|
private System.Windows.Forms.Button btnOrderEnd;
|
|
private System.Windows.Forms.PictureBox picGoods;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewLinkColumn Choose;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_boxcostprice;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Barcode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sellercommodity_id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn boxentry_count;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_code;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn supplier_id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn selltaxprice;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_boxsellprice;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PicURI;
|
|
private System.Windows.Forms.Button btnReturn;
|
|
}
|
|
} |