|
|
@@ -97,6 +97,12 @@
|
|
|
this.rtbLimitRange = new System.Windows.Forms.RichTextBox();
|
|
|
this.gbConnotation = new System.Windows.Forms.GroupBox();
|
|
|
this.rtbConnotation = new System.Windows.Forms.RichTextBox();
|
|
|
+ this.cbxListType = new System.Windows.Forms.ComboBox();
|
|
|
+ this.cbxChargeItemType = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.tbMinPackagingQuantity = new System.Windows.Forms.TextBox();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
this.pnlTop.SuspendLayout();
|
|
|
this.pnlBottom.SuspendLayout();
|
|
|
this.pnlClient.SuspendLayout();
|
|
|
@@ -631,6 +637,12 @@
|
|
|
//
|
|
|
// pnlClient
|
|
|
//
|
|
|
+ this.pnlClient.Controls.Add(this.cbxListType);
|
|
|
+ this.pnlClient.Controls.Add(this.cbxChargeItemType);
|
|
|
+ this.pnlClient.Controls.Add(this.label3);
|
|
|
+ this.pnlClient.Controls.Add(this.label2);
|
|
|
+ this.pnlClient.Controls.Add(this.tbMinPackagingQuantity);
|
|
|
+ this.pnlClient.Controls.Add(this.label1);
|
|
|
this.pnlClient.Controls.Add(this.cbxChargeItemLevel);
|
|
|
this.pnlClient.Controls.Add(this.tbCompany);
|
|
|
this.pnlClient.Controls.Add(this.lbCompany);
|
|
|
@@ -838,6 +850,60 @@
|
|
|
this.rtbConnotation.TabIndex = 0;
|
|
|
this.rtbConnotation.Text = "";
|
|
|
//
|
|
|
+ // cbxListType
|
|
|
+ //
|
|
|
+ this.cbxListType.FormattingEnabled = true;
|
|
|
+ this.cbxListType.Location = new System.Drawing.Point(799, 243);
|
|
|
+ this.cbxListType.Name = "cbxListType";
|
|
|
+ this.cbxListType.Size = new System.Drawing.Size(225, 23);
|
|
|
+ this.cbxListType.TabIndex = 101;
|
|
|
+ //
|
|
|
+ // cbxChargeItemType
|
|
|
+ //
|
|
|
+ this.cbxChargeItemType.FormattingEnabled = true;
|
|
|
+ this.cbxChargeItemType.Location = new System.Drawing.Point(455, 243);
|
|
|
+ this.cbxChargeItemType.Name = "cbxChargeItemType";
|
|
|
+ this.cbxChargeItemType.Size = new System.Drawing.Size(225, 23);
|
|
|
+ this.cbxChargeItemType.TabIndex = 100;
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Location = new System.Drawing.Point(700, 247);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.label3.TabIndex = 99;
|
|
|
+ this.label3.Text = "目录类别";
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(356, 247);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(97, 15);
|
|
|
+ this.label2.TabIndex = 98;
|
|
|
+ this.label2.Text = "收费项目类别";
|
|
|
+ //
|
|
|
+ // tbMinPackagingQuantity
|
|
|
+ //
|
|
|
+ this.tbMinPackagingQuantity.Location = new System.Drawing.Point(154, 243);
|
|
|
+ this.tbMinPackagingQuantity.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.tbMinPackagingQuantity.Name = "tbMinPackagingQuantity";
|
|
|
+ this.tbMinPackagingQuantity.Size = new System.Drawing.Size(179, 25);
|
|
|
+ this.tbMinPackagingQuantity.TabIndex = 97;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(34, 247);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(112, 15);
|
|
|
+ this.label1.TabIndex = 96;
|
|
|
+ this.label1.Text = "最小包装转换数";
|
|
|
+ //
|
|
|
// AddSingleDirectory
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
@@ -938,5 +1004,11 @@
|
|
|
private System.Windows.Forms.TextBox tbCompany;
|
|
|
private System.Windows.Forms.Label lbCompany;
|
|
|
private System.Windows.Forms.ComboBox cbxChargeItemLevel;
|
|
|
+ private System.Windows.Forms.ComboBox cbxListType;
|
|
|
+ private System.Windows.Forms.ComboBox cbxChargeItemType;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.TextBox tbMinPackagingQuantity;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
}
|
|
|
}
|