frmMotoriaTareSave.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. 
  2. namespace RailMeterSystem
  3. {
  4. partial class frmMotoriaTareSave
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.cbCalibrationType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  31. this.cbSpotType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  32. this.txtWgt = new System.Windows.Forms.NumericUpDown();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.btnSave = new System.Windows.Forms.Button();
  37. this.btnClose = new System.Windows.Forms.Button();
  38. this.timer1 = new System.Windows.Forms.Timer(this.components);
  39. this.txtCarNum = new System.Windows.Forms.NumericUpDown();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.txtWgtPj = new System.Windows.Forms.NumericUpDown();
  42. this.label1 = new System.Windows.Forms.Label();
  43. ((System.ComponentModel.ISupportInitialize)(this.cbCalibrationType)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.cbSpotType)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.txtWgt)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtCarNum)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtWgtPj)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // cbCalibrationType
  51. //
  52. this.cbCalibrationType.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.cbCalibrationType.Location = new System.Drawing.Point(106, 162);
  54. this.cbCalibrationType.Margin = new System.Windows.Forms.Padding(2);
  55. this.cbCalibrationType.Name = "cbCalibrationType";
  56. this.cbCalibrationType.Size = new System.Drawing.Size(298, 28);
  57. this.cbCalibrationType.TabIndex = 107;
  58. //
  59. // cbSpotType
  60. //
  61. this.cbSpotType.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.cbSpotType.Location = new System.Drawing.Point(106, 15);
  63. this.cbSpotType.Margin = new System.Windows.Forms.Padding(2);
  64. this.cbSpotType.Name = "cbSpotType";
  65. this.cbSpotType.ReadOnly = true;
  66. this.cbSpotType.Size = new System.Drawing.Size(298, 28);
  67. this.cbSpotType.TabIndex = 105;
  68. //
  69. // txtWgt
  70. //
  71. this.txtWgt.DecimalPlaces = 2;
  72. this.txtWgt.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.txtWgt.Location = new System.Drawing.Point(106, 90);
  74. this.txtWgt.Margin = new System.Windows.Forms.Padding(2);
  75. this.txtWgt.Maximum = new decimal(new int[] {
  76. 999999,
  77. 0,
  78. 0,
  79. 0});
  80. this.txtWgt.Name = "txtWgt";
  81. this.txtWgt.ReadOnly = true;
  82. this.txtWgt.Size = new System.Drawing.Size(298, 29);
  83. this.txtWgt.TabIndex = 104;
  84. //
  85. // label4
  86. //
  87. this.label4.AutoSize = true;
  88. this.label4.BackColor = System.Drawing.Color.Transparent;
  89. this.label4.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.label4.ForeColor = System.Drawing.Color.Black;
  91. this.label4.Location = new System.Drawing.Point(48, 97);
  92. this.label4.Name = "label4";
  93. this.label4.Size = new System.Drawing.Size(55, 15);
  94. this.label4.TabIndex = 103;
  95. this.label4.Text = "总重量";
  96. //
  97. // label3
  98. //
  99. this.label3.AutoSize = true;
  100. this.label3.BackColor = System.Drawing.Color.Transparent;
  101. this.label3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.label3.ForeColor = System.Drawing.Color.Black;
  103. this.label3.Location = new System.Drawing.Point(32, 169);
  104. this.label3.Name = "label3";
  105. this.label3.Size = new System.Drawing.Size(71, 15);
  106. this.label3.TabIndex = 102;
  107. this.label3.Text = "留皮类型";
  108. //
  109. // label2
  110. //
  111. this.label2.AutoSize = true;
  112. this.label2.BackColor = System.Drawing.Color.Transparent;
  113. this.label2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.label2.ForeColor = System.Drawing.Color.Black;
  115. this.label2.Location = new System.Drawing.Point(48, 22);
  116. this.label2.Name = "label2";
  117. this.label2.Size = new System.Drawing.Size(55, 15);
  118. this.label2.TabIndex = 100;
  119. this.label2.Text = "计量点";
  120. //
  121. // btnSave
  122. //
  123. this.btnSave.BackColor = System.Drawing.Color.DodgerBlue;
  124. this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  125. this.btnSave.Font = new System.Drawing.Font("楷体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  126. this.btnSave.ForeColor = System.Drawing.Color.White;
  127. this.btnSave.Location = new System.Drawing.Point(281, 209);
  128. this.btnSave.Name = "btnSave";
  129. this.btnSave.Size = new System.Drawing.Size(123, 43);
  130. this.btnSave.TabIndex = 99;
  131. this.btnSave.Text = "保存";
  132. this.btnSave.UseVisualStyleBackColor = false;
  133. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  134. //
  135. // btnClose
  136. //
  137. this.btnClose.BackColor = System.Drawing.Color.White;
  138. this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  139. this.btnClose.Font = new System.Drawing.Font("楷体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  140. this.btnClose.ForeColor = System.Drawing.Color.Black;
  141. this.btnClose.Location = new System.Drawing.Point(19, 209);
  142. this.btnClose.Name = "btnClose";
  143. this.btnClose.Size = new System.Drawing.Size(123, 43);
  144. this.btnClose.TabIndex = 98;
  145. this.btnClose.Text = "取消";
  146. this.btnClose.UseVisualStyleBackColor = false;
  147. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  148. //
  149. // timer1
  150. //
  151. this.timer1.Interval = 1000;
  152. //
  153. // txtCarNum
  154. //
  155. this.txtCarNum.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.txtCarNum.Location = new System.Drawing.Point(106, 53);
  157. this.txtCarNum.Margin = new System.Windows.Forms.Padding(2);
  158. this.txtCarNum.Maximum = new decimal(new int[] {
  159. 999999,
  160. 0,
  161. 0,
  162. 0});
  163. this.txtCarNum.Name = "txtCarNum";
  164. this.txtCarNum.ReadOnly = true;
  165. this.txtCarNum.Size = new System.Drawing.Size(298, 29);
  166. this.txtCarNum.TabIndex = 109;
  167. //
  168. // label5
  169. //
  170. this.label5.AutoSize = true;
  171. this.label5.BackColor = System.Drawing.Color.Transparent;
  172. this.label5.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.label5.ForeColor = System.Drawing.Color.Black;
  174. this.label5.Location = new System.Drawing.Point(32, 60);
  175. this.label5.Name = "label5";
  176. this.label5.Size = new System.Drawing.Size(71, 15);
  177. this.label5.TabIndex = 108;
  178. this.label5.Text = "选中车数";
  179. //
  180. // txtWgtPj
  181. //
  182. this.txtWgtPj.DecimalPlaces = 2;
  183. this.txtWgtPj.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.txtWgtPj.Location = new System.Drawing.Point(106, 127);
  185. this.txtWgtPj.Margin = new System.Windows.Forms.Padding(2);
  186. this.txtWgtPj.Maximum = new decimal(new int[] {
  187. 999999,
  188. 0,
  189. 0,
  190. 0});
  191. this.txtWgtPj.Name = "txtWgtPj";
  192. this.txtWgtPj.ReadOnly = true;
  193. this.txtWgtPj.Size = new System.Drawing.Size(298, 29);
  194. this.txtWgtPj.TabIndex = 111;
  195. //
  196. // label1
  197. //
  198. this.label1.AutoSize = true;
  199. this.label1.BackColor = System.Drawing.Color.Transparent;
  200. this.label1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.label1.ForeColor = System.Drawing.Color.Black;
  202. this.label1.Location = new System.Drawing.Point(32, 134);
  203. this.label1.Name = "label1";
  204. this.label1.Size = new System.Drawing.Size(71, 15);
  205. this.label1.TabIndex = 110;
  206. this.label1.Text = "平均重量";
  207. //
  208. // frmMotoriaTareSave
  209. //
  210. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  211. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  212. this.BackColor = System.Drawing.Color.LightBlue;
  213. this.ClientSize = new System.Drawing.Size(420, 268);
  214. this.Controls.Add(this.txtWgtPj);
  215. this.Controls.Add(this.label1);
  216. this.Controls.Add(this.txtCarNum);
  217. this.Controls.Add(this.label5);
  218. this.Controls.Add(this.cbCalibrationType);
  219. this.Controls.Add(this.cbSpotType);
  220. this.Controls.Add(this.txtWgt);
  221. this.Controls.Add(this.label4);
  222. this.Controls.Add(this.label3);
  223. this.Controls.Add(this.label2);
  224. this.Controls.Add(this.btnSave);
  225. this.Controls.Add(this.btnClose);
  226. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  227. this.Name = "frmMotoriaTareSave";
  228. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  229. this.Text = "保存期限皮";
  230. this.TopMost = true;
  231. this.Load += new System.EventHandler(this.frmMotoriaTareSave_Load);
  232. ((System.ComponentModel.ISupportInitialize)(this.cbCalibrationType)).EndInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.cbSpotType)).EndInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.txtWgt)).EndInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.txtCarNum)).EndInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.txtWgtPj)).EndInit();
  237. this.ResumeLayout(false);
  238. this.PerformLayout();
  239. }
  240. #endregion
  241. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbCalibrationType;
  242. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbSpotType;
  243. private System.Windows.Forms.NumericUpDown txtWgt;
  244. private System.Windows.Forms.Label label4;
  245. private System.Windows.Forms.Label label3;
  246. private System.Windows.Forms.Label label2;
  247. private System.Windows.Forms.Button btnSave;
  248. private System.Windows.Forms.Button btnClose;
  249. private System.Windows.Forms.Timer timer1;
  250. private System.Windows.Forms.NumericUpDown txtCarNum;
  251. private System.Windows.Forms.Label label5;
  252. private System.Windows.Forms.NumericUpDown txtWgtPj;
  253. private System.Windows.Forms.Label label1;
  254. }
  255. }