| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- namespace Pur.Pop_upWindow
- {
- partial class frmPopDeliverySubSplit
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPopDeliverySubSplit));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label4 = new System.Windows.Forms.Label();
- this.txt_canSplit = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label3 = new System.Windows.Forms.Label();
- this.txt_remark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.label1 = new System.Windows.Forms.Label();
- this.txt_split = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.panel2 = new System.Windows.Forms.Panel();
- this.btn_doSplit = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_canSplit)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_remark)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_split)).BeginInit();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.txt_canSplit);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.txt_remark);
- this.panel1.Controls.Add(this.ultraLabel4);
- this.panel1.Controls.Add(this.ultraLabel3);
- this.panel1.Controls.Add(this.ultraLabel2);
- this.panel1.Controls.Add(this.ultraLabel1);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.txt_split);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(400, 179);
- this.panel1.TabIndex = 0;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(6, 15);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 10;
- this.label4.Text = "最大可拆";
- //
- // txt_canSplit
- //
- this.txt_canSplit.Location = new System.Drawing.Point(64, 12);
- this.txt_canSplit.Name = "txt_canSplit";
- this.txt_canSplit.ReadOnly = true;
- this.txt_canSplit.Size = new System.Drawing.Size(309, 21);
- this.txt_canSplit.TabIndex = 9;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(6, 72);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 8;
- this.label3.Text = "拆分说明";
- //
- // txt_remark
- //
- this.txt_remark.Location = new System.Drawing.Point(64, 60);
- this.txt_remark.Multiline = true;
- this.txt_remark.Name = "txt_remark";
- this.txt_remark.Size = new System.Drawing.Size(309, 44);
- this.txt_remark.TabIndex = 7;
- //
- // ultraLabel4
- //
- this.ultraLabel4.Location = new System.Drawing.Point(31, 140);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(58, 15);
- this.ultraLabel4.TabIndex = 6;
- this.ultraLabel4.Text = "XXX";
- //
- // ultraLabel3
- //
- this.ultraLabel3.Location = new System.Drawing.Point(30, 109);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(343, 29);
- this.ultraLabel3.TabIndex = 5;
- this.ultraLabel3.Text = "说明:拆分出一个重量为XXX(最多3位小数位将自动取整为3位),输入格式为";
- //
- // ultraLabel2
- //
- this.ultraLabel2.Location = new System.Drawing.Point(305, 159);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(58, 14);
- this.ultraLabel2.TabIndex = 4;
- this.ultraLabel2.Text = "200;300";
- //
- // ultraLabel1
- //
- this.ultraLabel1.Location = new System.Drawing.Point(30, 159);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(281, 12);
- this.ultraLabel1.TabIndex = 3;
- this.ultraLabel1.Text = "例子:若需拆分出一个200和一个300,输入格式为";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(6, 40);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 1;
- this.label1.Text = "拆 分 量";
- //
- // txt_split
- //
- this.txt_split.Location = new System.Drawing.Point(64, 36);
- this.txt_split.Name = "txt_split";
- this.txt_split.Size = new System.Drawing.Size(309, 21);
- this.txt_split.TabIndex = 0;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.btn_doSplit);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(0, 179);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(400, 36);
- this.panel2.TabIndex = 1;
- //
- // btn_doSplit
- //
- this.btn_doSplit.Dock = System.Windows.Forms.DockStyle.Right;
- this.btn_doSplit.Location = new System.Drawing.Point(280, 0);
- this.btn_doSplit.Name = "btn_doSplit";
- this.btn_doSplit.Size = new System.Drawing.Size(120, 36);
- this.btn_doSplit.TabIndex = 0;
- this.btn_doSplit.Text = "确定";
- this.btn_doSplit.UseVisualStyleBackColor = true;
- this.btn_doSplit.Click += new System.EventHandler(this.btn_doSplit_Click);
- //
- // frmPopDeliverySubSplit
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(400, 215);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.panel2);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmPopDeliverySubSplit";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "送货单行拆分";
- this.Load += new System.EventHandler(this.frmPopDeliverySubSplit_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_canSplit)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_remark)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_split)).EndInit();
- this.panel2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Button btn_doSplit;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_split;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.Misc.UltraLabel ultraLabel3;
- private System.Windows.Forms.Label label3;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_remark;
- private System.Windows.Forms.Label label4;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_canSplit;
- }
- }
|