frmPopDeliverySubSplit.Designer.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class frmPopDeliverySubSplit
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPopDeliverySubSplit));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.label4 = new System.Windows.Forms.Label();
  31. this.txt_canSplit = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.txt_remark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  34. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  35. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  36. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  37. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.txt_split = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  40. this.panel2 = new System.Windows.Forms.Panel();
  41. this.btn_doSplit = new System.Windows.Forms.Button();
  42. this.panel1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.txt_canSplit)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.txt_remark)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.txt_split)).BeginInit();
  46. this.panel2.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // panel1
  50. //
  51. this.panel1.Controls.Add(this.label4);
  52. this.panel1.Controls.Add(this.txt_canSplit);
  53. this.panel1.Controls.Add(this.label3);
  54. this.panel1.Controls.Add(this.txt_remark);
  55. this.panel1.Controls.Add(this.ultraLabel4);
  56. this.panel1.Controls.Add(this.ultraLabel3);
  57. this.panel1.Controls.Add(this.ultraLabel2);
  58. this.panel1.Controls.Add(this.ultraLabel1);
  59. this.panel1.Controls.Add(this.label1);
  60. this.panel1.Controls.Add(this.txt_split);
  61. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.panel1.Location = new System.Drawing.Point(0, 0);
  63. this.panel1.Name = "panel1";
  64. this.panel1.Size = new System.Drawing.Size(400, 179);
  65. this.panel1.TabIndex = 0;
  66. //
  67. // label4
  68. //
  69. this.label4.AutoSize = true;
  70. this.label4.Location = new System.Drawing.Point(6, 15);
  71. this.label4.Name = "label4";
  72. this.label4.Size = new System.Drawing.Size(53, 12);
  73. this.label4.TabIndex = 10;
  74. this.label4.Text = "最大可拆";
  75. //
  76. // txt_canSplit
  77. //
  78. this.txt_canSplit.Location = new System.Drawing.Point(64, 12);
  79. this.txt_canSplit.Name = "txt_canSplit";
  80. this.txt_canSplit.ReadOnly = true;
  81. this.txt_canSplit.Size = new System.Drawing.Size(309, 21);
  82. this.txt_canSplit.TabIndex = 9;
  83. //
  84. // label3
  85. //
  86. this.label3.AutoSize = true;
  87. this.label3.Location = new System.Drawing.Point(6, 72);
  88. this.label3.Name = "label3";
  89. this.label3.Size = new System.Drawing.Size(53, 12);
  90. this.label3.TabIndex = 8;
  91. this.label3.Text = "拆分说明";
  92. //
  93. // txt_remark
  94. //
  95. this.txt_remark.Location = new System.Drawing.Point(64, 60);
  96. this.txt_remark.Multiline = true;
  97. this.txt_remark.Name = "txt_remark";
  98. this.txt_remark.Size = new System.Drawing.Size(309, 44);
  99. this.txt_remark.TabIndex = 7;
  100. //
  101. // ultraLabel4
  102. //
  103. this.ultraLabel4.Location = new System.Drawing.Point(31, 140);
  104. this.ultraLabel4.Name = "ultraLabel4";
  105. this.ultraLabel4.Size = new System.Drawing.Size(58, 15);
  106. this.ultraLabel4.TabIndex = 6;
  107. this.ultraLabel4.Text = "XXX";
  108. //
  109. // ultraLabel3
  110. //
  111. this.ultraLabel3.Location = new System.Drawing.Point(30, 109);
  112. this.ultraLabel3.Name = "ultraLabel3";
  113. this.ultraLabel3.Size = new System.Drawing.Size(343, 29);
  114. this.ultraLabel3.TabIndex = 5;
  115. this.ultraLabel3.Text = "说明:拆分出一个重量为XXX(最多3位小数位将自动取整为3位),输入格式为";
  116. //
  117. // ultraLabel2
  118. //
  119. this.ultraLabel2.Location = new System.Drawing.Point(305, 159);
  120. this.ultraLabel2.Name = "ultraLabel2";
  121. this.ultraLabel2.Size = new System.Drawing.Size(58, 14);
  122. this.ultraLabel2.TabIndex = 4;
  123. this.ultraLabel2.Text = "200;300";
  124. //
  125. // ultraLabel1
  126. //
  127. this.ultraLabel1.Location = new System.Drawing.Point(30, 159);
  128. this.ultraLabel1.Name = "ultraLabel1";
  129. this.ultraLabel1.Size = new System.Drawing.Size(281, 12);
  130. this.ultraLabel1.TabIndex = 3;
  131. this.ultraLabel1.Text = "例子:若需拆分出一个200和一个300,输入格式为";
  132. //
  133. // label1
  134. //
  135. this.label1.AutoSize = true;
  136. this.label1.Location = new System.Drawing.Point(6, 40);
  137. this.label1.Name = "label1";
  138. this.label1.Size = new System.Drawing.Size(53, 12);
  139. this.label1.TabIndex = 1;
  140. this.label1.Text = "拆 分 量";
  141. //
  142. // txt_split
  143. //
  144. this.txt_split.Location = new System.Drawing.Point(64, 36);
  145. this.txt_split.Name = "txt_split";
  146. this.txt_split.Size = new System.Drawing.Size(309, 21);
  147. this.txt_split.TabIndex = 0;
  148. //
  149. // panel2
  150. //
  151. this.panel2.Controls.Add(this.btn_doSplit);
  152. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  153. this.panel2.Location = new System.Drawing.Point(0, 179);
  154. this.panel2.Name = "panel2";
  155. this.panel2.Size = new System.Drawing.Size(400, 36);
  156. this.panel2.TabIndex = 1;
  157. //
  158. // btn_doSplit
  159. //
  160. this.btn_doSplit.Dock = System.Windows.Forms.DockStyle.Right;
  161. this.btn_doSplit.Location = new System.Drawing.Point(280, 0);
  162. this.btn_doSplit.Name = "btn_doSplit";
  163. this.btn_doSplit.Size = new System.Drawing.Size(120, 36);
  164. this.btn_doSplit.TabIndex = 0;
  165. this.btn_doSplit.Text = "确定";
  166. this.btn_doSplit.UseVisualStyleBackColor = true;
  167. this.btn_doSplit.Click += new System.EventHandler(this.btn_doSplit_Click);
  168. //
  169. // frmPopDeliverySubSplit
  170. //
  171. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  172. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  173. this.ClientSize = new System.Drawing.Size(400, 215);
  174. this.Controls.Add(this.panel1);
  175. this.Controls.Add(this.panel2);
  176. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  177. this.MaximizeBox = false;
  178. this.MinimizeBox = false;
  179. this.Name = "frmPopDeliverySubSplit";
  180. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  181. this.Text = "送货单行拆分";
  182. this.Load += new System.EventHandler(this.frmPopDeliverySubSplit_Load);
  183. this.panel1.ResumeLayout(false);
  184. this.panel1.PerformLayout();
  185. ((System.ComponentModel.ISupportInitialize)(this.txt_canSplit)).EndInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.txt_remark)).EndInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.txt_split)).EndInit();
  188. this.panel2.ResumeLayout(false);
  189. this.ResumeLayout(false);
  190. }
  191. #endregion
  192. private System.Windows.Forms.Panel panel1;
  193. private System.Windows.Forms.Panel panel2;
  194. private System.Windows.Forms.Button btn_doSplit;
  195. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_split;
  196. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  197. private System.Windows.Forms.Label label1;
  198. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  199. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  200. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  201. private System.Windows.Forms.Label label3;
  202. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_remark;
  203. private System.Windows.Forms.Label label4;
  204. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_canSplit;
  205. }
  206. }