513 lines
26 KiB
C#
513 lines
26 KiB
C#
namespace SuperMap.RealEstate.HighWay.PrintCommodity
|
|
{
|
|
partial class frmPrintMain
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.ServerPart_Name = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtSearch = new System.Windows.Forms.TextBox();
|
|
this.btnSearch = new System.Windows.Forms.Button();
|
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btnPrint = new System.Windows.Forms.Button();
|
|
this.groupBoxSet = new System.Windows.Forms.GroupBox();
|
|
this.btnSet = new System.Windows.Forms.Button();
|
|
this.lblpx_Y = new System.Windows.Forms.Label();
|
|
this.lblOfferX = new System.Windows.Forms.Label();
|
|
this.txtX = new System.Windows.Forms.TextBox();
|
|
this.txtY = new System.Windows.Forms.TextBox();
|
|
this.lblpx_X = new System.Windows.Forms.Label();
|
|
this.lblOfferY = new System.Windows.Forms.Label();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.Barcode = new System.Windows.Forms.PictureBox();
|
|
this.Staff = new System.Windows.Forms.TextBox();
|
|
this.Commodity_Name = new System.Windows.Forms.TextBox();
|
|
this.Specification = new System.Windows.Forms.TextBox();
|
|
this.Retail_Price = new System.Windows.Forms.TextBox();
|
|
this.Commodity_Barcode = new System.Windows.Forms.TextBox();
|
|
this.Unit = new System.Windows.Forms.TextBox();
|
|
this.Article_Num = new System.Windows.Forms.TextBox();
|
|
this.Grade = new System.Windows.Forms.TextBox();
|
|
this.ProducingArea = new System.Windows.Forms.TextBox();
|
|
this.statusStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBoxSet.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.Barcode)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabel1});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 569);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 17, 0);
|
|
this.statusStrip1.Size = new System.Drawing.Size(1000, 22);
|
|
this.statusStrip1.TabIndex = 0;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(152, 17);
|
|
this.toolStripStatusLabel1.Text = "四川蜀越驿网商业有限公司";
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.IsSplitterFixed = true;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
|
|
this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
|
|
this.splitContainer1.Panel1.Controls.Add(this.groupBoxSet);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.AutoScroll = true;
|
|
this.splitContainer1.Panel2.Controls.Add(this.panel3);
|
|
this.splitContainer1.Size = new System.Drawing.Size(1000, 569);
|
|
this.splitContainer1.SplitterDistance = 274;
|
|
this.splitContainer1.TabIndex = 1;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.label2);
|
|
this.groupBox2.Controls.Add(this.ServerPart_Name);
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.Controls.Add(this.txtSearch);
|
|
this.groupBox2.Controls.Add(this.btnSearch);
|
|
this.groupBox2.Controls.Add(this.treeView1);
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(249, 317);
|
|
this.groupBox2.TabIndex = 4;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "数据检索";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(10, 21);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(56, 17);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "服务区:";
|
|
//
|
|
// ServerPart_Name
|
|
//
|
|
this.ServerPart_Name.FormattingEnabled = true;
|
|
this.ServerPart_Name.Location = new System.Drawing.Point(72, 18);
|
|
this.ServerPart_Name.Name = "ServerPart_Name";
|
|
this.ServerPart_Name.Size = new System.Drawing.Size(171, 25);
|
|
this.ServerPart_Name.TabIndex = 4;
|
|
this.ServerPart_Name.SelectedIndexChanged += new System.EventHandler(this.ServerPart_Name_SelectedIndexChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(5, 293);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(44, 17);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "品名:";
|
|
//
|
|
// txtSearch
|
|
//
|
|
this.txtSearch.Location = new System.Drawing.Point(49, 290);
|
|
this.txtSearch.Name = "txtSearch";
|
|
this.txtSearch.Size = new System.Drawing.Size(142, 23);
|
|
this.txtSearch.TabIndex = 2;
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.Location = new System.Drawing.Point(196, 290);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.Size = new System.Drawing.Size(47, 23);
|
|
this.btnSearch.TabIndex = 1;
|
|
this.btnSearch.Text = "查询";
|
|
this.btnSearch.UseVisualStyleBackColor = true;
|
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
//
|
|
// treeView1
|
|
//
|
|
this.treeView1.CheckBoxes = true;
|
|
this.treeView1.Location = new System.Drawing.Point(7, 49);
|
|
this.treeView1.Name = "treeView1";
|
|
this.treeView1.Size = new System.Drawing.Size(236, 239);
|
|
this.treeView1.TabIndex = 0;
|
|
this.treeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCheck);
|
|
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.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.groupBox1.Controls.Add(this.btnPrint);
|
|
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox1.Location = new System.Drawing.Point(10, 334);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(1, 2, 1, 2);
|
|
this.groupBox1.Size = new System.Drawing.Size(251, 73);
|
|
this.groupBox1.TabIndex = 3;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "打印";
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.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.btnPrint.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnPrint.Location = new System.Drawing.Point(30, 22);
|
|
this.btnPrint.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(193, 39);
|
|
this.btnPrint.TabIndex = 0;
|
|
this.btnPrint.Text = "打印商品标价签";
|
|
this.btnPrint.UseVisualStyleBackColor = true;
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
//
|
|
// groupBoxSet
|
|
//
|
|
this.groupBoxSet.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.groupBoxSet.Controls.Add(this.btnSet);
|
|
this.groupBoxSet.Controls.Add(this.lblpx_Y);
|
|
this.groupBoxSet.Controls.Add(this.lblOfferX);
|
|
this.groupBoxSet.Controls.Add(this.txtX);
|
|
this.groupBoxSet.Controls.Add(this.txtY);
|
|
this.groupBoxSet.Controls.Add(this.lblpx_X);
|
|
this.groupBoxSet.Controls.Add(this.lblOfferY);
|
|
this.groupBoxSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBoxSet.Location = new System.Drawing.Point(10, 411);
|
|
this.groupBoxSet.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
|
|
this.groupBoxSet.Name = "groupBoxSet";
|
|
this.groupBoxSet.Padding = new System.Windows.Forms.Padding(1, 2, 1, 2);
|
|
this.groupBoxSet.Size = new System.Drawing.Size(251, 151);
|
|
this.groupBoxSet.TabIndex = 2;
|
|
this.groupBoxSet.TabStop = false;
|
|
this.groupBoxSet.Text = "位置";
|
|
//
|
|
// btnSet
|
|
//
|
|
this.btnSet.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.btnSet.Location = new System.Drawing.Point(26, 103);
|
|
this.btnSet.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
|
|
this.btnSet.Name = "btnSet";
|
|
this.btnSet.Size = new System.Drawing.Size(201, 37);
|
|
this.btnSet.TabIndex = 13;
|
|
this.btnSet.Text = "位置确定";
|
|
this.btnSet.UseVisualStyleBackColor = true;
|
|
this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
|
|
//
|
|
// lblpx_Y
|
|
//
|
|
this.lblpx_Y.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.lblpx_Y.AutoSize = true;
|
|
this.lblpx_Y.Location = new System.Drawing.Point(195, 66);
|
|
this.lblpx_Y.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
|
|
this.lblpx_Y.Name = "lblpx_Y";
|
|
this.lblpx_Y.Size = new System.Drawing.Size(30, 17);
|
|
this.lblpx_Y.TabIndex = 12;
|
|
this.lblpx_Y.Text = "(px)";
|
|
//
|
|
// lblOfferX
|
|
//
|
|
this.lblOfferX.AllowDrop = true;
|
|
this.lblOfferX.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.lblOfferX.AutoSize = true;
|
|
this.lblOfferX.Location = new System.Drawing.Point(12, 29);
|
|
this.lblOfferX.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
|
|
this.lblOfferX.Name = "lblOfferX";
|
|
this.lblOfferX.Size = new System.Drawing.Size(68, 17);
|
|
this.lblOfferX.TabIndex = 7;
|
|
this.lblOfferX.Text = "左偏移量:";
|
|
this.lblOfferX.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// txtX
|
|
//
|
|
this.txtX.AllowDrop = true;
|
|
this.txtX.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.txtX.Location = new System.Drawing.Point(82, 26);
|
|
this.txtX.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
|
|
this.txtX.Name = "txtX";
|
|
this.txtX.Size = new System.Drawing.Size(111, 23);
|
|
this.txtX.TabIndex = 9;
|
|
//
|
|
// txtY
|
|
//
|
|
this.txtY.AllowDrop = true;
|
|
this.txtY.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.txtY.Location = new System.Drawing.Point(82, 63);
|
|
this.txtY.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
|
|
this.txtY.Name = "txtY";
|
|
this.txtY.Size = new System.Drawing.Size(111, 23);
|
|
this.txtY.TabIndex = 10;
|
|
//
|
|
// lblpx_X
|
|
//
|
|
this.lblpx_X.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.lblpx_X.AutoSize = true;
|
|
this.lblpx_X.Location = new System.Drawing.Point(195, 29);
|
|
this.lblpx_X.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
|
|
this.lblpx_X.Name = "lblpx_X";
|
|
this.lblpx_X.Size = new System.Drawing.Size(30, 17);
|
|
this.lblpx_X.TabIndex = 11;
|
|
this.lblpx_X.Text = "(px)";
|
|
//
|
|
// lblOfferY
|
|
//
|
|
this.lblOfferY.AllowDrop = true;
|
|
this.lblOfferY.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.lblOfferY.AutoSize = true;
|
|
this.lblOfferY.Location = new System.Drawing.Point(11, 66);
|
|
this.lblOfferY.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
|
|
this.lblOfferY.Name = "lblOfferY";
|
|
this.lblOfferY.Size = new System.Drawing.Size(68, 17);
|
|
this.lblOfferY.TabIndex = 8;
|
|
this.lblOfferY.Text = "上偏移量:";
|
|
this.lblOfferY.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.AutoScroll = true;
|
|
this.panel3.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.panel3.BackgroundImage = global::SuperMap.RealEstate.HighWay.PrintCommodity.Properties.Resources.PriceTag;
|
|
this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.panel3.Controls.Add(this.Barcode);
|
|
this.panel3.Controls.Add(this.Staff);
|
|
this.panel3.Controls.Add(this.Commodity_Name);
|
|
this.panel3.Controls.Add(this.Specification);
|
|
this.panel3.Controls.Add(this.Retail_Price);
|
|
this.panel3.Controls.Add(this.Commodity_Barcode);
|
|
this.panel3.Controls.Add(this.Unit);
|
|
this.panel3.Controls.Add(this.Article_Num);
|
|
this.panel3.Controls.Add(this.Grade);
|
|
this.panel3.Controls.Add(this.ProducingArea);
|
|
this.panel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.panel3.Location = new System.Drawing.Point(3, 2);
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(309, 154);
|
|
this.panel3.TabIndex = 3;
|
|
//
|
|
// Barcode
|
|
//
|
|
this.Barcode.Location = new System.Drawing.Point(14, 92);
|
|
this.Barcode.Name = "Barcode";
|
|
this.Barcode.Size = new System.Drawing.Size(99, 22);
|
|
this.Barcode.TabIndex = 9;
|
|
this.Barcode.TabStop = false;
|
|
//
|
|
// Staff
|
|
//
|
|
this.Staff.Location = new System.Drawing.Point(153, 136);
|
|
this.Staff.Multiline = true;
|
|
this.Staff.Name = "Staff";
|
|
this.Staff.Size = new System.Drawing.Size(42, 13);
|
|
this.Staff.TabIndex = 8;
|
|
//
|
|
// Commodity_Name
|
|
//
|
|
this.Commodity_Name.Location = new System.Drawing.Point(160, 4);
|
|
this.Commodity_Name.Name = "Commodity_Name";
|
|
this.Commodity_Name.Size = new System.Drawing.Size(146, 29);
|
|
this.Commodity_Name.TabIndex = 0;
|
|
//
|
|
// Specification
|
|
//
|
|
this.Specification.Location = new System.Drawing.Point(248, 36);
|
|
this.Specification.Name = "Specification";
|
|
this.Specification.ReadOnly = true;
|
|
this.Specification.Size = new System.Drawing.Size(58, 29);
|
|
this.Specification.TabIndex = 3;
|
|
this.Specification.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// Retail_Price
|
|
//
|
|
this.Retail_Price.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Retail_Price.ForeColor = System.Drawing.Color.Red;
|
|
this.Retail_Price.Location = new System.Drawing.Point(225, 97);
|
|
this.Retail_Price.Multiline = true;
|
|
this.Retail_Price.Name = "Retail_Price";
|
|
this.Retail_Price.ReadOnly = true;
|
|
this.Retail_Price.Size = new System.Drawing.Size(81, 52);
|
|
this.Retail_Price.TabIndex = 7;
|
|
this.Retail_Price.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// Commodity_Barcode
|
|
//
|
|
this.Commodity_Barcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Commodity_Barcode.Location = new System.Drawing.Point(7, 114);
|
|
this.Commodity_Barcode.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Commodity_Barcode.Multiline = true;
|
|
this.Commodity_Barcode.Name = "Commodity_Barcode";
|
|
this.Commodity_Barcode.ReadOnly = true;
|
|
this.Commodity_Barcode.Size = new System.Drawing.Size(113, 18);
|
|
this.Commodity_Barcode.TabIndex = 4;
|
|
this.Commodity_Barcode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// Unit
|
|
//
|
|
this.Unit.Location = new System.Drawing.Point(171, 105);
|
|
this.Unit.Multiline = true;
|
|
this.Unit.Name = "Unit";
|
|
this.Unit.ReadOnly = true;
|
|
this.Unit.Size = new System.Drawing.Size(24, 25);
|
|
this.Unit.TabIndex = 6;
|
|
//
|
|
// Article_Num
|
|
//
|
|
this.Article_Num.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Article_Num.Location = new System.Drawing.Point(48, 37);
|
|
this.Article_Num.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Article_Num.Name = "Article_Num";
|
|
this.Article_Num.ReadOnly = true;
|
|
this.Article_Num.Size = new System.Drawing.Size(72, 26);
|
|
this.Article_Num.TabIndex = 1;
|
|
//
|
|
// Grade
|
|
//
|
|
this.Grade.Location = new System.Drawing.Point(153, 69);
|
|
this.Grade.Multiline = true;
|
|
this.Grade.Name = "Grade";
|
|
this.Grade.ReadOnly = true;
|
|
this.Grade.Size = new System.Drawing.Size(42, 29);
|
|
this.Grade.TabIndex = 5;
|
|
//
|
|
// ProducingArea
|
|
//
|
|
this.ProducingArea.Font = new System.Drawing.Font("华文宋体", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ProducingArea.Location = new System.Drawing.Point(154, 37);
|
|
this.ProducingArea.Margin = new System.Windows.Forms.Padding(0);
|
|
this.ProducingArea.Multiline = true;
|
|
this.ProducingArea.Name = "ProducingArea";
|
|
this.ProducingArea.ReadOnly = true;
|
|
this.ProducingArea.Size = new System.Drawing.Size(41, 14);
|
|
this.ProducingArea.TabIndex = 2;
|
|
//
|
|
// frmPrintMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1000, 591);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "frmPrintMain";
|
|
this.Text = "商品标价签--打印";
|
|
this.Load += new System.EventHandler(this.frmPrintMain_Load);
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBoxSet.ResumeLayout(false);
|
|
this.groupBoxSet.PerformLayout();
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.Barcode)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.GroupBox groupBoxSet;
|
|
private System.Windows.Forms.Button btnSet;
|
|
private System.Windows.Forms.Label lblpx_Y;
|
|
private System.Windows.Forms.Label lblpx_X;
|
|
private System.Windows.Forms.TextBox txtY;
|
|
private System.Windows.Forms.TextBox txtX;
|
|
private System.Windows.Forms.Label lblOfferY;
|
|
private System.Windows.Forms.Label lblOfferX;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button btnPrint;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtSearch;
|
|
private System.Windows.Forms.Button btnSearch;
|
|
private System.Windows.Forms.TreeView treeView1;
|
|
private System.Windows.Forms.TextBox Staff;
|
|
private System.Windows.Forms.TextBox Retail_Price;
|
|
private System.Windows.Forms.TextBox Unit;
|
|
private System.Windows.Forms.TextBox Grade;
|
|
private System.Windows.Forms.TextBox Commodity_Barcode;
|
|
private System.Windows.Forms.TextBox Specification;
|
|
private System.Windows.Forms.TextBox ProducingArea;
|
|
private System.Windows.Forms.TextBox Article_Num;
|
|
private System.Windows.Forms.TextBox Commodity_Name;
|
|
private System.Windows.Forms.PictureBox Barcode;
|
|
private System.Windows.Forms.ComboBox ServerPart_Name;
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
}
|
|
} |