frmPlusPickDescription.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class frmPlusPickDescription
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPlusPickDescription));
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.tx_PickupProduct = new System.Windows.Forms.TextBox();
  32. this.btn_save = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.nb_totalMoney = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.nb_thisMoney = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.plExMainContainer.SuspendLayout();
  39. this.plFormMainContent.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.nb_totalMoney)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.nb_thisMoney)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // plExMainContainer
  45. //
  46. this.plExMainContainer.Controls.Add(this.nb_thisMoney);
  47. this.plExMainContainer.Controls.Add(this.nb_totalMoney);
  48. this.plExMainContainer.Controls.Add(this.btn_Cancel);
  49. this.plExMainContainer.Controls.Add(this.btn_save);
  50. this.plExMainContainer.Controls.Add(this.label3);
  51. this.plExMainContainer.Controls.Add(this.label2);
  52. this.plExMainContainer.Controls.Add(this.tx_PickupProduct);
  53. this.plExMainContainer.Controls.Add(this.label1);
  54. this.plExMainContainer.Size = new System.Drawing.Size(444, 174);
  55. //
  56. // plFormMainContent
  57. //
  58. this.plFormMainContent.Size = new System.Drawing.Size(444, 174);
  59. //
  60. // btnAppFormMaximize
  61. //
  62. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  63. this.btnAppFormMaximize.Location = new System.Drawing.Point(461, 0);
  64. //
  65. // btnAppFormExit
  66. //
  67. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  68. this.btnAppFormExit.Location = new System.Drawing.Point(412, 0);
  69. //
  70. // btnAppFormMinimize
  71. //
  72. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  73. this.btnAppFormMinimize.Location = new System.Drawing.Point(461, 0);
  74. //
  75. // label1
  76. //
  77. this.label1.AutoSize = true;
  78. this.label1.Location = new System.Drawing.Point(35, 24);
  79. this.label1.Name = "label1";
  80. this.label1.Size = new System.Drawing.Size(77, 12);
  81. this.label1.TabIndex = 0;
  82. this.label1.Text = "加挑总金额:";
  83. //
  84. // tx_PickupProduct
  85. //
  86. this.tx_PickupProduct.Location = new System.Drawing.Point(118, 88);
  87. this.tx_PickupProduct.Name = "tx_PickupProduct";
  88. this.tx_PickupProduct.Size = new System.Drawing.Size(283, 21);
  89. this.tx_PickupProduct.TabIndex = 2;
  90. //
  91. // btn_save
  92. //
  93. this.btn_save.BackColor = System.Drawing.Color.Transparent;
  94. this.btn_save.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_save.BackImg")));
  95. this.btn_save.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  96. this.btn_save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  97. this.btn_save.ForeColor = System.Drawing.Color.White;
  98. this.btn_save.IsCustomBackImg = false;
  99. this.btn_save.IsShowText = true;
  100. this.btn_save.Location = new System.Drawing.Point(118, 129);
  101. this.btn_save.Name = "btn_save";
  102. this.btn_save.Size = new System.Drawing.Size(85, 28);
  103. this.btn_save.TabIndex = 3;
  104. this.btn_save.Text = "确定";
  105. this.btn_save.UseVisualStyleBackColor = false;
  106. //
  107. // btn_Cancel
  108. //
  109. this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
  110. this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
  111. this.btn_Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  112. this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  113. this.btn_Cancel.ForeColor = System.Drawing.Color.White;
  114. this.btn_Cancel.IsCustomBackImg = false;
  115. this.btn_Cancel.IsShowText = true;
  116. this.btn_Cancel.Location = new System.Drawing.Point(232, 129);
  117. this.btn_Cancel.Name = "btn_Cancel";
  118. this.btn_Cancel.Size = new System.Drawing.Size(85, 28);
  119. this.btn_Cancel.TabIndex = 4;
  120. this.btn_Cancel.Text = "取消";
  121. this.btn_Cancel.UseVisualStyleBackColor = false;
  122. //
  123. // nb_totalMoney
  124. //
  125. this.nb_totalMoney.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  126. this.nb_totalMoney.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  127. this.nb_totalMoney.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  128. this.nb_totalMoney.IsCustomColor = false;
  129. this.nb_totalMoney.Location = new System.Drawing.Point(118, 21);
  130. this.nb_totalMoney.Maximum = new decimal(new int[] {
  131. 100000000,
  132. 0,
  133. 0,
  134. 0});
  135. this.nb_totalMoney.Name = "nb_totalMoney";
  136. this.nb_totalMoney.ReadOnly = true;
  137. this.nb_totalMoney.Size = new System.Drawing.Size(159, 21);
  138. this.nb_totalMoney.TabIndex = 0;
  139. //
  140. // label2
  141. //
  142. this.label2.AutoSize = true;
  143. this.label2.Location = new System.Drawing.Point(23, 58);
  144. this.label2.Name = "label2";
  145. this.label2.Size = new System.Drawing.Size(89, 12);
  146. this.label2.TabIndex = 0;
  147. this.label2.Text = "本次加挑金额:";
  148. //
  149. // nb_thisMoney
  150. //
  151. this.nb_thisMoney.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  152. this.nb_thisMoney.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  153. this.nb_thisMoney.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  154. this.nb_thisMoney.IsCustomColor = false;
  155. this.nb_thisMoney.Location = new System.Drawing.Point(118, 54);
  156. this.nb_thisMoney.Maximum = new decimal(new int[] {
  157. 100000000,
  158. 0,
  159. 0,
  160. 0});
  161. this.nb_thisMoney.Name = "nb_thisMoney";
  162. this.nb_thisMoney.Size = new System.Drawing.Size(159, 21);
  163. this.nb_thisMoney.TabIndex = 1;
  164. //
  165. // label3
  166. //
  167. this.label3.AutoSize = true;
  168. this.label3.Location = new System.Drawing.Point(23, 92);
  169. this.label3.Name = "label3";
  170. this.label3.Size = new System.Drawing.Size(89, 12);
  171. this.label3.TabIndex = 0;
  172. this.label3.Text = "本次加挑物品:";
  173. //
  174. // frmPlusPickDescription
  175. //
  176. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  178. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  179. this.ClientSize = new System.Drawing.Size(444, 239);
  180. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  181. this.MaximizeBox = false;
  182. this.MinimizeBox = false;
  183. this.Name = "frmPlusPickDescription";
  184. this.Text = "加挑详情";
  185. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  186. this.plExMainContainer.ResumeLayout(false);
  187. this.plExMainContainer.PerformLayout();
  188. this.plFormMainContent.ResumeLayout(false);
  189. ((System.ComponentModel.ISupportInitialize)(this.nb_totalMoney)).EndInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.nb_thisMoney)).EndInit();
  191. this.ResumeLayout(false);
  192. }
  193. #endregion
  194. private System.Windows.Forms.Label label3;
  195. private System.Windows.Forms.Label label2;
  196. private System.Windows.Forms.Label label1;
  197. public ComponentLibrary.NumericUpDownEx nb_thisMoney;
  198. public System.Windows.Forms.TextBox tx_PickupProduct;
  199. public ComponentLibrary.NumericUpDownEx nb_totalMoney;
  200. public ComponentLibrary.ButtonEx btn_Cancel;
  201. public ComponentLibrary.ButtonEx btn_save;
  202. }
  203. }