namespace SuperMap.RealEstate.HighWay.PrintBarcode
{
partial class frmPrintMain
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.BtnReset = new System.Windows.Forms.Button();
this.CommodityList = new System.Windows.Forms.TreeView();
this.label2 = new System.Windows.Forms.Label();
this.BtnSelect = new System.Windows.Forms.Button();
this.Commodity_Barcode = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
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.label6 = new System.Windows.Forms.Label();
this.PrintCount = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.btnPrint = new System.Windows.Forms.Button();
this.btnSet = new System.Windows.Forms.Button();
this.lblpx_Y = new System.Windows.Forms.Label();
this.txtHeight = new System.Windows.Forms.TextBox();
this.lblOfferY = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.BarcodeName = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label7 = 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.label8 = new System.Windows.Forms.Label();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.BtnReset);
this.groupBox2.Controls.Add(this.CommodityList);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.BtnSelect);
this.groupBox2.Controls.Add(this.Commodity_Barcode);
this.groupBox2.Controls.Add(this.label3);
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(1, 3);
this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.groupBox2.Size = new System.Drawing.Size(574, 469);
this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "数据检索";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(8, 58);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(79, 20);
this.label4.TabIndex = 13;
this.label4.Text = "检索结果:";
//
// BtnReset
//
this.BtnReset.Location = new System.Drawing.Point(522, 56);
this.BtnReset.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.BtnReset.Name = "BtnReset";
this.BtnReset.Size = new System.Drawing.Size(42, 25);
this.BtnReset.TabIndex = 12;
this.BtnReset.Text = "重置";
this.BtnReset.UseVisualStyleBackColor = true;
this.BtnReset.Click += new System.EventHandler(this.BtnReset_Click);
//
// CommodityList
//
this.CommodityList.CheckBoxes = true;
this.CommodityList.Location = new System.Drawing.Point(9, 84);
this.CommodityList.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.CommodityList.Name = "CommodityList";
this.CommodityList.Size = new System.Drawing.Size(267, 373);
this.CommodityList.TabIndex = 11;
this.CommodityList.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.CommodityList_AfterSelect);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label2.Location = new System.Drawing.Point(290, 58);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(107, 20);
this.label2.TabIndex = 10;
this.label2.Text = "已选择的商品:";
//
// BtnSelect
//
this.BtnSelect.Location = new System.Drawing.Point(234, 56);
this.BtnSelect.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.BtnSelect.Name = "BtnSelect";
this.BtnSelect.Size = new System.Drawing.Size(42, 25);
this.BtnSelect.TabIndex = 8;
this.BtnSelect.Text = "选择";
this.BtnSelect.UseVisualStyleBackColor = true;
this.BtnSelect.Click += new System.EventHandler(this.BtnSelect_Click);
//
// Commodity_Barcode
//
this.Commodity_Barcode.Location = new System.Drawing.Point(355, 29);
this.Commodity_Barcode.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.Commodity_Barcode.Name = "Commodity_Barcode";
this.Commodity_Barcode.Size = new System.Drawing.Size(159, 23);
this.Commodity_Barcode.TabIndex = 7;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(291, 32);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(68, 17);
this.label3.TabIndex = 6;
this.label3.Text = "商品条码:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 17);
this.label1.TabIndex = 3;
this.label1.Text = "商品名称:";
//
// txtSearch
//
this.txtSearch.Location = new System.Drawing.Point(83, 29);
this.txtSearch.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.txtSearch.Name = "txtSearch";
this.txtSearch.Size = new System.Drawing.Size(193, 23);
this.txtSearch.TabIndex = 2;
//
// btnSearch
//
this.btnSearch.Location = new System.Drawing.Point(522, 29);
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(42, 25);
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(294, 84);
this.treeView1.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(270, 373);
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);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(113, 417);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(26, 21);
this.label6.TabIndex = 16;
this.label6.Text = "份";
//
// PrintCount
//
this.PrintCount.Location = new System.Drawing.Point(62, 418);
this.PrintCount.Multiline = true;
this.PrintCount.Name = "PrintCount";
this.PrintCount.Size = new System.Drawing.Size(45, 23);
this.PrintCount.TabIndex = 15;
this.PrintCount.Text = "1";
this.PrintCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(14, 417);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(42, 21);
this.label5.TabIndex = 14;
this.label5.Text = "打印";
//
// btnPrint
//
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(143, 408);
this.btnPrint.Margin = new System.Windows.Forms.Padding(1, 4, 1, 4);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(116, 40);
this.btnPrint.TabIndex = 0;
this.btnPrint.Text = "打印条码";
this.btnPrint.UseVisualStyleBackColor = true;
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// btnSet
//
this.btnSet.Font = new System.Drawing.Font("微软雅黑", 10F);
this.btnSet.Location = new System.Drawing.Point(202, 370);
this.btnSet.Margin = new System.Windows.Forms.Padding(1, 4, 1, 4);
this.btnSet.Name = "btnSet";
this.btnSet.Size = new System.Drawing.Size(57, 30);
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.AutoSize = true;
this.lblpx_Y.Location = new System.Drawing.Point(171, 378);
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)";
//
// txtHeight
//
this.txtHeight.AllowDrop = true;
this.txtHeight.Location = new System.Drawing.Point(83, 375);
this.txtHeight.Margin = new System.Windows.Forms.Padding(1, 4, 1, 4);
this.txtHeight.Name = "txtHeight";
this.txtHeight.Size = new System.Drawing.Size(86, 23);
this.txtHeight.TabIndex = 10;
this.txtHeight.Text = "0";
//
// lblOfferY
//
this.lblOfferY.AllowDrop = true;
this.lblOfferY.AutoSize = true;
this.lblOfferY.Location = new System.Drawing.Point(13, 378);
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;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.lblOfferX);
this.groupBox1.Controls.Add(this.txtX);
this.groupBox1.Controls.Add(this.txtY);
this.groupBox1.Controls.Add(this.lblpx_X);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.BarcodeName);
this.groupBox1.Controls.Add(this.btnPrint);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.PrintCount);
this.groupBox1.Controls.Add(this.pictureBox1);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.lblOfferY);
this.groupBox1.Controls.Add(this.btnSet);
this.groupBox1.Controls.Add(this.txtHeight);
this.groupBox1.Controls.Add(this.lblpx_Y);
this.groupBox1.Location = new System.Drawing.Point(581, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(279, 466);
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "条码";
//
// BarcodeName
//
this.BarcodeName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BarcodeName.Location = new System.Drawing.Point(33, 28);
this.BarcodeName.Name = "BarcodeName";
this.BarcodeName.Size = new System.Drawing.Size(213, 26);
this.BarcodeName.TabIndex = 17;
this.BarcodeName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictureBox1
//
this.pictureBox1.ErrorImage = null;
this.pictureBox1.Location = new System.Drawing.Point(33, 57);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(213, 229);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(197, 334);
this.label7.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(30, 17);
this.label7.TabIndex = 23;
this.label7.Text = "(px)";
//
// lblOfferX
//
this.lblOfferX.AllowDrop = true;
this.lblOfferX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblOfferX.AutoSize = true;
this.lblOfferX.Location = new System.Drawing.Point(14, 294);
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 = 18;
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.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.txtX.Location = new System.Drawing.Point(84, 291);
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 = 20;
this.txtX.Text = "0";
//
// txtY
//
this.txtY.AllowDrop = true;
this.txtY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.txtY.Location = new System.Drawing.Point(84, 331);
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 = 21;
this.txtY.Text = "0";
//
// lblpx_X
//
this.lblpx_X.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblpx_X.AutoSize = true;
this.lblpx_X.Location = new System.Drawing.Point(197, 294);
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 = 22;
this.lblpx_X.Text = "(px)";
//
// label8
//
this.label8.AllowDrop = true;
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(13, 334);
this.label8.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(68, 17);
this.label8.TabIndex = 19;
this.label8.Text = "上偏移量:";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// frmPrintMain
//
this.AcceptButton = this.btnSearch;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(872, 481);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
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.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button BtnReset;
private System.Windows.Forms.TreeView CommodityList;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button BtnSelect;
private System.Windows.Forms.TextBox Commodity_Barcode;
private System.Windows.Forms.Label label3;
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.Label label6;
private System.Windows.Forms.TextBox PrintCount;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnPrint;
private System.Windows.Forms.Button btnSet;
private System.Windows.Forms.Label lblpx_Y;
private System.Windows.Forms.TextBox txtHeight;
private System.Windows.Forms.Label lblOfferY;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label BarcodeName;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label lblOfferX;
private System.Windows.Forms.TextBox txtX;
private System.Windows.Forms.TextBox txtY;
private System.Windows.Forms.Label lblpx_X;
private System.Windows.Forms.Label label8;
}
}