namespace ryPrint.Mod { partial class frmAddMod { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddMod)); this.label1 = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtDes = new System.Windows.Forms.TextBox(); this.picExpress = new System.Windows.Forms.PictureBox(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.btnAddControl = new System.Windows.Forms.Button(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.寄件人姓名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.寄件人电话ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.寄件人地址ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.寄件人地址类型ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.省份ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.寄件人市地址ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.寄件人所在县区ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.寄件人详细地址ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.寄件人邮编ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.寄件人单位ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.收件人姓名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.收件人电话ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.收件人地址ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.收件人地址类型ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.收件人省份ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.收件人所在市ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.收件人所在县区ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.收件人详细地址ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.收件人邮编ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.收件人单位ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.自定义ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.label3 = new System.Windows.Forms.Label(); this.txtPicPath = new System.Windows.Forms.TextBox(); this.btnUpdate = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.numWidth = new System.Windows.Forms.NumericUpDown(); this.btnAddShop = new System.Windows.Forms.Button(); this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components); this.货品名称ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.货品单位ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.货品规格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.货品数量ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.货品价格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.货品总价格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); this.订单单号ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.发货备注ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.订单优惠前价格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.优惠减免ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.订单优惠后价格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.客户姓名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.客户电话ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.客户公司ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.客户地址ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.btnBrowser = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.label5 = new System.Windows.Forms.Label(); this.cbbType = new System.Windows.Forms.ComboBox(); this.panel1 = new System.Windows.Forms.Panel(); this.numHeight = new System.Windows.Forms.NumericUpDown(); this.label6 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.picExpress)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numWidth)).BeginInit(); this.contextMenuStrip2.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numHeight)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 0; this.label1.Text = "名称"; // // txtName // this.txtName.Location = new System.Drawing.Point(12, 26); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(243, 21); this.txtName.TabIndex = 1; this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(10, 50); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 2; this.label2.Text = "备注"; // // txtDes // this.txtDes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDes.Location = new System.Drawing.Point(12, 65); this.txtDes.Name = "txtDes"; this.txtDes.Size = new System.Drawing.Size(1117, 21); this.txtDes.TabIndex = 3; this.txtDes.TextChanged += new System.EventHandler(this.txtDes_TextChanged); // // picExpress // this.picExpress.Location = new System.Drawing.Point(3, 3); this.picExpress.Name = "picExpress"; this.picExpress.Size = new System.Drawing.Size(887, 521); this.picExpress.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picExpress.TabIndex = 4; this.picExpress.TabStop = false; this.picExpress.Click += new System.EventHandler(this.picExpress_Click); this.picExpress.DragEnter += new System.Windows.Forms.DragEventHandler(this.picEXpress_DragEnter); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(1061, 622); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(68, 23); this.btnCancel.TabIndex = 6; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Location = new System.Drawing.Point(987, 622); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(68, 23); this.btnOK.TabIndex = 5; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // propertyGrid1 // this.propertyGrid1.Location = new System.Drawing.Point(12, 140); this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.Size = new System.Drawing.Size(224, 473); this.propertyGrid1.TabIndex = 15; this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged); this.propertyGrid1.Click += new System.EventHandler(this.propertyGrid1_Click); // // btnAddControl // this.btnAddControl.ContextMenuStrip = this.contextMenuStrip1; this.btnAddControl.Location = new System.Drawing.Point(13, 95); this.btnAddControl.Name = "btnAddControl"; this.btnAddControl.Size = new System.Drawing.Size(95, 32); this.btnAddControl.TabIndex = 17; this.btnAddControl.Text = "添加快递信息"; this.btnAddControl.UseVisualStyleBackColor = true; this.btnAddControl.Click += new System.EventHandler(this.btnAddControl_Click); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.寄件人姓名ToolStripMenuItem, this.寄件人电话ToolStripMenuItem, this.寄件人地址ToolStripMenuItem, this.寄件人地址类型ToolStripMenuItem, this.寄件人邮编ToolStripMenuItem, this.寄件人单位ToolStripMenuItem, this.toolStripMenuItem1, this.收件人姓名ToolStripMenuItem, this.收件人电话ToolStripMenuItem, this.收件人地址ToolStripMenuItem, this.收件人地址类型ToolStripMenuItem, this.收件人邮编ToolStripMenuItem, this.收件人单位ToolStripMenuItem, this.toolStripMenuItem2, this.自定义ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(161, 302); // // 寄件人姓名ToolStripMenuItem // this.寄件人姓名ToolStripMenuItem.Name = "寄件人姓名ToolStripMenuItem"; this.寄件人姓名ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.寄件人姓名ToolStripMenuItem.Text = "寄件人姓名"; this.寄件人姓名ToolStripMenuItem.Click += new System.EventHandler(this.寄件人姓名ToolStripMenuItem_Click); // // 寄件人电话ToolStripMenuItem // this.寄件人电话ToolStripMenuItem.Name = "寄件人电话ToolStripMenuItem"; this.寄件人电话ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.寄件人电话ToolStripMenuItem.Text = "寄件人电话"; this.寄件人电话ToolStripMenuItem.Click += new System.EventHandler(this.寄件人电话ToolStripMenuItem_Click); // // 寄件人地址ToolStripMenuItem // this.寄件人地址ToolStripMenuItem.Name = "寄件人地址ToolStripMenuItem"; this.寄件人地址ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.寄件人地址ToolStripMenuItem.Text = "寄件人地址"; this.寄件人地址ToolStripMenuItem.Click += new System.EventHandler(this.寄件人地址ToolStripMenuItem_Click); // // 寄件人地址类型ToolStripMenuItem // this.寄件人地址类型ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.省份ToolStripMenuItem, this.寄件人市地址ToolStripMenuItem, this.寄件人所在县区ToolStripMenuItem, this.寄件人详细地址ToolStripMenuItem}); this.寄件人地址类型ToolStripMenuItem.Name = "寄件人地址类型ToolStripMenuItem"; this.寄件人地址类型ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.寄件人地址类型ToolStripMenuItem.Text = "寄件人地址类型"; // // 省份ToolStripMenuItem // this.省份ToolStripMenuItem.Name = "省份ToolStripMenuItem"; this.省份ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.省份ToolStripMenuItem.Text = "寄件人省份"; this.省份ToolStripMenuItem.Click += new System.EventHandler(this.省份ToolStripMenuItem_Click); // // 寄件人市地址ToolStripMenuItem // this.寄件人市地址ToolStripMenuItem.Name = "寄件人市地址ToolStripMenuItem"; this.寄件人市地址ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.寄件人市地址ToolStripMenuItem.Text = "寄件人所在市"; this.寄件人市地址ToolStripMenuItem.Click += new System.EventHandler(this.寄件人市地址ToolStripMenuItem_Click); // // 寄件人所在县区ToolStripMenuItem // this.寄件人所在县区ToolStripMenuItem.Name = "寄件人所在县区ToolStripMenuItem"; this.寄件人所在县区ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.寄件人所在县区ToolStripMenuItem.Text = "寄件人所在县区"; this.寄件人所在县区ToolStripMenuItem.Click += new System.EventHandler(this.寄件人所在县区ToolStripMenuItem_Click); // // 寄件人详细地址ToolStripMenuItem // this.寄件人详细地址ToolStripMenuItem.Name = "寄件人详细地址ToolStripMenuItem"; this.寄件人详细地址ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.寄件人详细地址ToolStripMenuItem.Text = "寄件人详细地址"; this.寄件人详细地址ToolStripMenuItem.Click += new System.EventHandler(this.寄件人详细地址ToolStripMenuItem_Click); // // 寄件人邮编ToolStripMenuItem // this.寄件人邮编ToolStripMenuItem.Name = "寄件人邮编ToolStripMenuItem"; this.寄件人邮编ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.寄件人邮编ToolStripMenuItem.Text = "寄件人邮编"; this.寄件人邮编ToolStripMenuItem.Click += new System.EventHandler(this.寄件人邮编ToolStripMenuItem_Click); // // 寄件人单位ToolStripMenuItem // this.寄件人单位ToolStripMenuItem.Name = "寄件人单位ToolStripMenuItem"; this.寄件人单位ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.寄件人单位ToolStripMenuItem.Text = "寄件人公司"; this.寄件人单位ToolStripMenuItem.Click += new System.EventHandler(this.寄件人单位ToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(157, 6); // // 收件人姓名ToolStripMenuItem // this.收件人姓名ToolStripMenuItem.Name = "收件人姓名ToolStripMenuItem"; this.收件人姓名ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.收件人姓名ToolStripMenuItem.Text = "收件人姓名"; this.收件人姓名ToolStripMenuItem.Click += new System.EventHandler(this.收件人姓名ToolStripMenuItem_Click); // // 收件人电话ToolStripMenuItem // this.收件人电话ToolStripMenuItem.Name = "收件人电话ToolStripMenuItem"; this.收件人电话ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.收件人电话ToolStripMenuItem.Text = "收件人电话"; this.收件人电话ToolStripMenuItem.Click += new System.EventHandler(this.收件人电话ToolStripMenuItem_Click); // // 收件人地址ToolStripMenuItem // this.收件人地址ToolStripMenuItem.Name = "收件人地址ToolStripMenuItem"; this.收件人地址ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.收件人地址ToolStripMenuItem.Text = "收件人地址"; this.收件人地址ToolStripMenuItem.Click += new System.EventHandler(this.收件人地址ToolStripMenuItem_Click); // // 收件人地址类型ToolStripMenuItem // this.收件人地址类型ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.收件人省份ToolStripMenuItem, this.收件人所在市ToolStripMenuItem, this.收件人所在县区ToolStripMenuItem, this.收件人详细地址ToolStripMenuItem}); this.收件人地址类型ToolStripMenuItem.Name = "收件人地址类型ToolStripMenuItem"; this.收件人地址类型ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.收件人地址类型ToolStripMenuItem.Text = "收件人地址类型"; // // 收件人省份ToolStripMenuItem // this.收件人省份ToolStripMenuItem.Name = "收件人省份ToolStripMenuItem"; this.收件人省份ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.收件人省份ToolStripMenuItem.Text = "收件人省份"; this.收件人省份ToolStripMenuItem.Click += new System.EventHandler(this.收件人省份ToolStripMenuItem_Click); // // 收件人所在市ToolStripMenuItem // this.收件人所在市ToolStripMenuItem.Name = "收件人所在市ToolStripMenuItem"; this.收件人所在市ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.收件人所在市ToolStripMenuItem.Text = "收件人所在市"; this.收件人所在市ToolStripMenuItem.Click += new System.EventHandler(this.收件人所在市ToolStripMenuItem_Click); // // 收件人所在县区ToolStripMenuItem // this.收件人所在县区ToolStripMenuItem.Name = "收件人所在县区ToolStripMenuItem"; this.收件人所在县区ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.收件人所在县区ToolStripMenuItem.Text = "收件人所在县区"; this.收件人所在县区ToolStripMenuItem.Click += new System.EventHandler(this.收件人所在县区ToolStripMenuItem_Click); // // 收件人详细地址ToolStripMenuItem // this.收件人详细地址ToolStripMenuItem.Name = "收件人详细地址ToolStripMenuItem"; this.收件人详细地址ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.收件人详细地址ToolStripMenuItem.Text = "收件人详细地址"; this.收件人详细地址ToolStripMenuItem.Click += new System.EventHandler(this.收件人详细地址ToolStripMenuItem_Click); // // 收件人邮编ToolStripMenuItem // this.收件人邮编ToolStripMenuItem.Name = "收件人邮编ToolStripMenuItem"; this.收件人邮编ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.收件人邮编ToolStripMenuItem.Text = "收件人邮编"; this.收件人邮编ToolStripMenuItem.Click += new System.EventHandler(this.收件人邮编ToolStripMenuItem_Click); // // 收件人单位ToolStripMenuItem // this.收件人单位ToolStripMenuItem.Name = "收件人单位ToolStripMenuItem"; this.收件人单位ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.收件人单位ToolStripMenuItem.Text = "收件人公司"; this.收件人单位ToolStripMenuItem.Click += new System.EventHandler(this.收件人单位ToolStripMenuItem_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(157, 6); // // 自定义ToolStripMenuItem // this.自定义ToolStripMenuItem.Name = "自定义ToolStripMenuItem"; this.自定义ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.自定义ToolStripMenuItem.Text = "自定义"; this.自定义ToolStripMenuItem.Click += new System.EventHandler(this.自定义ToolStripMenuItem_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(270, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 12); this.label3.TabIndex = 19; this.label3.Text = "背景参考图片"; // // txtPicPath // this.txtPicPath.Location = new System.Drawing.Point(272, 26); this.txtPicPath.Name = "txtPicPath"; this.txtPicPath.Size = new System.Drawing.Size(272, 21); this.txtPicPath.TabIndex = 20; this.txtPicPath.TextChanged += new System.EventHandler(this.txtPicPath_TextChanged); // // btnUpdate // this.btnUpdate.Location = new System.Drawing.Point(592, 24); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(51, 23); this.btnUpdate.TabIndex = 21; this.btnUpdate.Text = "刷新"; this.btnUpdate.UseVisualStyleBackColor = true; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(647, 9); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 22; this.label4.Text = "长(毫米)"; // // numWidth // this.numWidth.DecimalPlaces = 3; this.numWidth.Location = new System.Drawing.Point(649, 24); this.numWidth.Maximum = new decimal(new int[] { 100000, 0, 0, 0}); this.numWidth.Name = "numWidth"; this.numWidth.Size = new System.Drawing.Size(81, 21); this.numWidth.TabIndex = 23; // // btnAddShop // this.btnAddShop.ContextMenuStrip = this.contextMenuStrip1; this.btnAddShop.Location = new System.Drawing.Point(114, 95); this.btnAddShop.Name = "btnAddShop"; this.btnAddShop.Size = new System.Drawing.Size(95, 32); this.btnAddShop.TabIndex = 25; this.btnAddShop.Text = "添加货品信息"; this.btnAddShop.UseVisualStyleBackColor = true; this.btnAddShop.Click += new System.EventHandler(this.btnAddShop_Click); // // contextMenuStrip2 // this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.货品名称ToolStripMenuItem, this.货品单位ToolStripMenuItem, this.货品规格ToolStripMenuItem, this.货品数量ToolStripMenuItem, this.货品价格ToolStripMenuItem, this.货品总价格ToolStripMenuItem, this.toolStripMenuItem3, this.订单单号ToolStripMenuItem, this.发货备注ToolStripMenuItem, this.订单优惠前价格ToolStripMenuItem, this.优惠减免ToolStripMenuItem, this.订单优惠后价格ToolStripMenuItem, this.客户姓名ToolStripMenuItem, this.客户电话ToolStripMenuItem, this.客户公司ToolStripMenuItem, this.客户地址ToolStripMenuItem}); this.contextMenuStrip2.Name = "contextMenuStrip2"; this.contextMenuStrip2.Size = new System.Drawing.Size(161, 340); // // 货品名称ToolStripMenuItem // this.货品名称ToolStripMenuItem.Name = "货品名称ToolStripMenuItem"; this.货品名称ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.货品名称ToolStripMenuItem.Text = "货品名称"; this.货品名称ToolStripMenuItem.Click += new System.EventHandler(this.货品名称ToolStripMenuItem_Click); // // 货品单位ToolStripMenuItem // this.货品单位ToolStripMenuItem.Name = "货品单位ToolStripMenuItem"; this.货品单位ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.货品单位ToolStripMenuItem.Text = "货品单位"; this.货品单位ToolStripMenuItem.Click += new System.EventHandler(this.货品单位ToolStripMenuItem_Click); // // 货品规格ToolStripMenuItem // this.货品规格ToolStripMenuItem.Name = "货品规格ToolStripMenuItem"; this.货品规格ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.货品规格ToolStripMenuItem.Text = "货品规格"; this.货品规格ToolStripMenuItem.Click += new System.EventHandler(this.货品规格ToolStripMenuItem_Click); // // 货品数量ToolStripMenuItem // this.货品数量ToolStripMenuItem.Name = "货品数量ToolStripMenuItem"; this.货品数量ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.货品数量ToolStripMenuItem.Text = "货品数量"; this.货品数量ToolStripMenuItem.Click += new System.EventHandler(this.货品数量ToolStripMenuItem_Click); // // 货品价格ToolStripMenuItem // this.货品价格ToolStripMenuItem.Name = "货品价格ToolStripMenuItem"; this.货品价格ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.货品价格ToolStripMenuItem.Text = "货品价格"; this.货品价格ToolStripMenuItem.Click += new System.EventHandler(this.货品价格ToolStripMenuItem_Click); // // 货品总价格ToolStripMenuItem // this.货品总价格ToolStripMenuItem.Name = "货品总价格ToolStripMenuItem"; this.货品总价格ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.货品总价格ToolStripMenuItem.Text = "货品总价"; this.货品总价格ToolStripMenuItem.Click += new System.EventHandler(this.货品总价格ToolStripMenuItem_Click); // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(157, 6); // // 订单单号ToolStripMenuItem // this.订单单号ToolStripMenuItem.Name = "订单单号ToolStripMenuItem"; this.订单单号ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.订单单号ToolStripMenuItem.Text = "订单单号"; this.订单单号ToolStripMenuItem.Click += new System.EventHandler(this.订单单号ToolStripMenuItem_Click); // // 发货备注ToolStripMenuItem // this.发货备注ToolStripMenuItem.Name = "发货备注ToolStripMenuItem"; this.发货备注ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.发货备注ToolStripMenuItem.Text = "发货备注"; this.发货备注ToolStripMenuItem.Click += new System.EventHandler(this.发货备注ToolStripMenuItem_Click); // // 订单优惠前价格ToolStripMenuItem // this.订单优惠前价格ToolStripMenuItem.Name = "订单优惠前价格ToolStripMenuItem"; this.订单优惠前价格ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.订单优惠前价格ToolStripMenuItem.Text = "订单优惠前价格"; this.订单优惠前价格ToolStripMenuItem.Click += new System.EventHandler(this.订单优惠前价格ToolStripMenuItem_Click); // // 优惠减免ToolStripMenuItem // this.优惠减免ToolStripMenuItem.Name = "优惠减免ToolStripMenuItem"; this.优惠减免ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.优惠减免ToolStripMenuItem.Text = "优惠减免"; this.优惠减免ToolStripMenuItem.Click += new System.EventHandler(this.优惠减免ToolStripMenuItem_Click); // // 订单优惠后价格ToolStripMenuItem // this.订单优惠后价格ToolStripMenuItem.Name = "订单优惠后价格ToolStripMenuItem"; this.订单优惠后价格ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.订单优惠后价格ToolStripMenuItem.Text = "订单优惠后价格"; this.订单优惠后价格ToolStripMenuItem.Click += new System.EventHandler(this.订单优惠后价格ToolStripMenuItem_Click); // // 客户姓名ToolStripMenuItem // this.客户姓名ToolStripMenuItem.Name = "客户姓名ToolStripMenuItem"; this.客户姓名ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.客户姓名ToolStripMenuItem.Text = "客户姓名"; this.客户姓名ToolStripMenuItem.Click += new System.EventHandler(this.客户姓名ToolStripMenuItem_Click); // // 客户电话ToolStripMenuItem // this.客户电话ToolStripMenuItem.Name = "客户电话ToolStripMenuItem"; this.客户电话ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.客户电话ToolStripMenuItem.Text = "客户电话"; this.客户电话ToolStripMenuItem.Click += new System.EventHandler(this.客户电话ToolStripMenuItem_Click); // // 客户公司ToolStripMenuItem // this.客户公司ToolStripMenuItem.Name = "客户公司ToolStripMenuItem"; this.客户公司ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.客户公司ToolStripMenuItem.Text = "客户公司"; this.客户公司ToolStripMenuItem.Click += new System.EventHandler(this.客户公司ToolStripMenuItem_Click); // // 客户地址ToolStripMenuItem // this.客户地址ToolStripMenuItem.Name = "客户地址ToolStripMenuItem"; this.客户地址ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.客户地址ToolStripMenuItem.Text = "客户地址"; this.客户地址ToolStripMenuItem.Click += new System.EventHandler(this.客户地址ToolStripMenuItem_Click); // // btnBrowser // this.btnBrowser.Location = new System.Drawing.Point(550, 24); this.btnBrowser.Name = "btnBrowser"; this.btnBrowser.Size = new System.Drawing.Size(36, 23); this.btnBrowser.TabIndex = 27; this.btnBrowser.Text = "..."; this.toolTip1.SetToolTip(this.btnBrowser, "选择背景图"); this.btnBrowser.UseVisualStyleBackColor = true; this.btnBrowser.Click += new System.EventHandler(this.btnBrowser_Click); // // openFileDialog1 // this.openFileDialog1.Filter = "图片|*.jpg;*.png;*.gif;*.bmp"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(821, 9); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 28; this.label5.Text = "单据类型"; // // cbbType // this.cbbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbbType.FormattingEnabled = true; this.cbbType.Items.AddRange(new object[] { "快递单", "发货单"}); this.cbbType.Location = new System.Drawing.Point(823, 23); this.cbbType.Name = "cbbType"; this.cbbType.Size = new System.Drawing.Size(121, 22); this.cbbType.TabIndex = 29; // // panel1 // this.panel1.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.panel1.AutoScroll = true; this.panel1.Controls.Add(this.picExpress); this.panel1.Location = new System.Drawing.Point(242, 92); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(887, 521); this.panel1.TabIndex = 30; // // numHeight // this.numHeight.DecimalPlaces = 3; this.numHeight.Location = new System.Drawing.Point(736, 24); this.numHeight.Maximum = new decimal(new int[] { 100000, 0, 0, 0}); this.numHeight.Name = "numHeight"; this.numHeight.Size = new System.Drawing.Size(81, 21); this.numHeight.TabIndex = 32; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(734, 9); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 31; this.label6.Text = "宽(毫米)"; // // frmAddMod // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1141, 654); this.Controls.Add(this.numHeight); this.Controls.Add(this.label6); this.Controls.Add(this.cbbType); this.Controls.Add(this.label5); this.Controls.Add(this.btnBrowser); this.Controls.Add(this.btnAddShop); this.Controls.Add(this.numWidth); this.Controls.Add(this.label4); this.Controls.Add(this.btnUpdate); this.Controls.Add(this.txtPicPath); this.Controls.Add(this.label3); this.Controls.Add(this.btnAddControl); this.Controls.Add(this.propertyGrid1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.txtDes); this.Controls.Add(this.label2); this.Controls.Add(this.txtName); this.Controls.Add(this.label1); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmAddMod"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "添加模板"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAddMod_FormClosing); this.Load += new System.EventHandler(this.frmAddMod_Load); ((System.ComponentModel.ISupportInitialize)(this.picExpress)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.numWidth)).EndInit(); this.contextMenuStrip2.ResumeLayout(false); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.numHeight)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtDes; private System.Windows.Forms.PictureBox picExpress; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.PropertyGrid propertyGrid1; private System.Windows.Forms.Button btnAddControl; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 寄件人姓名ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 寄件人电话ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 寄件人地址ToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 收件人姓名ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 收件人电话ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 收件人地址ToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; private System.Windows.Forms.ToolStripMenuItem 自定义ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 寄件人邮编ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 收件人邮编ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 寄件人单位ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 收件人单位ToolStripMenuItem; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtPicPath; private System.Windows.Forms.Button btnUpdate; private System.Windows.Forms.ToolStripMenuItem 寄件人地址类型ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 省份ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 寄件人市地址ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 寄件人所在县区ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 寄件人详细地址ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 收件人地址类型ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 收件人省份ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 收件人所在市ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 收件人所在县区ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 收件人详细地址ToolStripMenuItem; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown numWidth; private System.Windows.Forms.Button btnAddShop; private System.Windows.Forms.ContextMenuStrip contextMenuStrip2; private System.Windows.Forms.ToolStripMenuItem 货品名称ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 货品单位ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 货品规格ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 货品数量ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 货品价格ToolStripMenuItem; private System.Windows.Forms.Button btnBrowser; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox cbbType; private System.Windows.Forms.ToolStripMenuItem 货品总价格ToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3; private System.Windows.Forms.ToolStripMenuItem 订单单号ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 发货备注ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 订单优惠前价格ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 优惠减免ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 订单优惠后价格ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 客户姓名ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 客户电话ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 客户公司ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 客户地址ToolStripMenuItem; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.NumericUpDown numHeight; private System.Windows.Forms.Label label6; } }