2025-03-28 09:49:56 +08:00

293 lines
16 KiB
C#

namespace InvoicingTool
{
partial class CommodityChoice
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = 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();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel1 = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.txtbarcode = new System.Windows.Forms.TextBox();
this.CommodityData = new System.Windows.Forms.DataGridView();
this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Choice = new System.Windows.Forms.DataGridViewLinkColumn();
this.commodityex_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.commodity_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.commodity_rule = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.commodity_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.commodity_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.commodity_retailprice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label10 = new System.Windows.Forms.Label();
this.btnClose = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.CommodityData)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.txtbarcode);
this.panel1.Controls.Add(this.btnClose);
this.panel1.Font = new System.Drawing.Font("宋体", 10F);
this.panel1.Location = new System.Drawing.Point(3, 2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(758, 96);
this.panel1.TabIndex = 0;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.Location = new System.Drawing.Point(188, 40);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(90, 21);
this.label7.TabIndex = 18;
this.label7.Text = "商品条码:";
//
// txtbarcode
//
this.txtbarcode.Font = new System.Drawing.Font("宋体", 12F);
this.txtbarcode.Location = new System.Drawing.Point(283, 39);
this.txtbarcode.Name = "txtbarcode";
this.txtbarcode.Size = new System.Drawing.Size(243, 26);
this.txtbarcode.TabIndex = 17;
this.txtbarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtbarcode_KeyDown);
//
// CommodityData
//
this.CommodityData.AllowUserToAddRows = false;
this.CommodityData.AllowUserToDeleteRows = false;
this.CommodityData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.CommodityData.BackgroundColor = System.Drawing.Color.White;
this.CommodityData.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.CommodityData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.CommodityData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.CommodityData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.id,
this.Choice,
this.commodityex_id,
this.commodity_code,
this.commodity_rule,
this.commodity_barcode,
this.commodity_name,
this.commodity_retailprice});
this.CommodityData.GridColor = System.Drawing.SystemColors.ControlLight;
this.CommodityData.Location = new System.Drawing.Point(5, 104);
this.CommodityData.Name = "CommodityData";
this.CommodityData.ReadOnly = true;
this.CommodityData.RowHeadersVisible = false;
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CommodityData.RowsDefaultCellStyle = dataGridViewCellStyle7;
this.CommodityData.RowTemplate.Height = 23;
this.CommodityData.Size = new System.Drawing.Size(754, 409);
this.CommodityData.TabIndex = 1;
this.CommodityData.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CommodityData_CellClick);
//
// id
//
this.id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.id.DataPropertyName = "id";
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.NullValue = null;
this.id.DefaultCellStyle = dataGridViewCellStyle2;
this.id.FillWeight = 121.879F;
this.id.HeaderText = "序号";
this.id.Name = "id";
this.id.ReadOnly = true;
this.id.Width = 55;
//
// Choice
//
this.Choice.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.NullValue = "选择";
this.Choice.DefaultCellStyle = dataGridViewCellStyle3;
this.Choice.FillWeight = 81.51253F;
this.Choice.HeaderText = "操作";
this.Choice.Name = "Choice";
this.Choice.ReadOnly = true;
this.Choice.Text = "选择";
this.Choice.Width = 55;
//
// commodityex_id
//
this.commodityex_id.DataPropertyName = "commodityex_id";
this.commodityex_id.HeaderText = "内码";
this.commodityex_id.Name = "commodityex_id";
this.commodityex_id.ReadOnly = true;
this.commodityex_id.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.commodityex_id.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.commodityex_id.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;
//
// commodity_rule
//
this.commodity_rule.DataPropertyName = "commodity_rule";
this.commodity_rule.HeaderText = "规格";
this.commodity_rule.Name = "commodity_rule";
this.commodity_rule.ReadOnly = true;
this.commodity_rule.Visible = false;
//
// commodity_barcode
//
this.commodity_barcode.DataPropertyName = "commodity_barcode";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.commodity_barcode.DefaultCellStyle = dataGridViewCellStyle4;
this.commodity_barcode.FillWeight = 97.64956F;
this.commodity_barcode.HeaderText = "商品条码";
this.commodity_barcode.Name = "commodity_barcode";
this.commodity_barcode.ReadOnly = true;
//
// commodity_name
//
this.commodity_name.DataPropertyName = "commodity_name";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
this.commodity_name.DefaultCellStyle = dataGridViewCellStyle5;
this.commodity_name.FillWeight = 97.64956F;
this.commodity_name.HeaderText = "商品名称";
this.commodity_name.Name = "commodity_name";
this.commodity_name.ReadOnly = true;
//
// commodity_retailprice
//
this.commodity_retailprice.DataPropertyName = "commodity_retailprice";
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle6.Format = "N2";
dataGridViewCellStyle6.NullValue = "0";
this.commodity_retailprice.DefaultCellStyle = dataGridViewCellStyle6;
this.commodity_retailprice.FillWeight = 81.51253F;
this.commodity_retailprice.HeaderText = "售价";
this.commodity_retailprice.Name = "commodity_retailprice";
this.commodity_retailprice.ReadOnly = true;
//
// 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.White;
this.label10.Location = new System.Drawing.Point(578, 517);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(187, 19);
this.label10.TabIndex = 27;
this.label10.Text = "©2016 杭州驿商科技有限公司";
//
// btnClose
//
this.btnClose.BackgroundImage = global::InvoicingTool.Properties.Resources.Close;
this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnClose.FlatAppearance.BorderSize = 0;
this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Red;
this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DeepSkyBlue;
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnClose.Location = new System.Drawing.Point(731, 2);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(26, 23);
this.btnClose.TabIndex = 15;
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(3, 2);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(106, 21);
this.label1.TabIndex = 19;
this.label1.Text = "入库商品选择";
//
// CommodityChoice
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.DodgerBlue;
this.BackgroundImage = global::InvoicingTool.Properties.Resources.;
this.ClientSize = new System.Drawing.Size(764, 541);
this.Controls.Add(this.label10);
this.Controls.Add(this.CommodityData);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "CommodityChoice";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.TopMost = true;
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.CommodityData)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.DataGridView CommodityData;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtbarcode;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.DataGridViewTextBoxColumn id;
private System.Windows.Forms.DataGridViewLinkColumn Choice;
private System.Windows.Forms.DataGridViewTextBoxColumn commodityex_id;
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_code;
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_rule;
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_barcode;
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_name;
private System.Windows.Forms.DataGridViewTextBoxColumn commodity_retailprice;
private System.Windows.Forms.Label label1;
}
}