ucWeightCarTJXJG.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. namespace MeterModuleLibrary
  2. {
  3. partial class ucWeightCarTJXJG
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucWeightCarTJXJG));
  32. this.tableLayoutPanelWeigtAndType = new System.Windows.Forms.TableLayoutPanel();
  33. this.tableLayoutPanelCarNo = new System.Windows.Forms.TableLayoutPanel();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.txtCarNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.tableLayoutPanelWeightType = new System.Windows.Forms.TableLayoutPanel();
  38. this.txtWeightType = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.tableLayoutPanelWeight = new System.Windows.Forms.TableLayoutPanel();
  41. this.label8 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.txtWeight = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  44. this.panel1 = new System.Windows.Forms.Panel();
  45. this.picStable = new System.Windows.Forms.PictureBox();
  46. this.tableLayoutPanelWeigtAndType.SuspendLayout();
  47. this.tableLayoutPanelCarNo.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtCarNo)).BeginInit();
  49. this.tableLayoutPanelWeightType.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.txtWeightType)).BeginInit();
  51. this.tableLayoutPanelWeight.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).BeginInit();
  53. this.panel1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.picStable)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // tableLayoutPanelWeigtAndType
  58. //
  59. this.tableLayoutPanelWeigtAndType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  60. this.tableLayoutPanelWeigtAndType.ColumnCount = 3;
  61. this.tableLayoutPanelWeigtAndType.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  62. this.tableLayoutPanelWeigtAndType.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 155F));
  63. this.tableLayoutPanelWeigtAndType.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  64. this.tableLayoutPanelWeigtAndType.Controls.Add(this.tableLayoutPanelCarNo, 2, 0);
  65. this.tableLayoutPanelWeigtAndType.Controls.Add(this.label1, 0, 0);
  66. this.tableLayoutPanelWeigtAndType.Controls.Add(this.tableLayoutPanelWeightType, 2, 1);
  67. this.tableLayoutPanelWeigtAndType.Controls.Add(this.tableLayoutPanelWeight, 0, 1);
  68. this.tableLayoutPanelWeigtAndType.Controls.Add(this.panel1, 1, 0);
  69. this.tableLayoutPanelWeigtAndType.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.tableLayoutPanelWeigtAndType.Location = new System.Drawing.Point(0, 0);
  71. this.tableLayoutPanelWeigtAndType.Name = "tableLayoutPanelWeigtAndType";
  72. this.tableLayoutPanelWeigtAndType.RowCount = 2;
  73. this.tableLayoutPanelWeigtAndType.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  74. this.tableLayoutPanelWeigtAndType.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  75. this.tableLayoutPanelWeigtAndType.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  76. this.tableLayoutPanelWeigtAndType.Size = new System.Drawing.Size(1240, 160);
  77. this.tableLayoutPanelWeigtAndType.TabIndex = 591;
  78. //
  79. // tableLayoutPanelCarNo
  80. //
  81. this.tableLayoutPanelCarNo.ColumnCount = 2;
  82. this.tableLayoutPanelCarNo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  83. this.tableLayoutPanelCarNo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  84. this.tableLayoutPanelCarNo.Controls.Add(this.label6, 0, 0);
  85. this.tableLayoutPanelCarNo.Controls.Add(this.txtCarNo, 1, 0);
  86. this.tableLayoutPanelCarNo.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.tableLayoutPanelCarNo.Location = new System.Drawing.Point(697, 0);
  88. this.tableLayoutPanelCarNo.Margin = new System.Windows.Forms.Padding(0);
  89. this.tableLayoutPanelCarNo.Name = "tableLayoutPanelCarNo";
  90. this.tableLayoutPanelCarNo.RowCount = 1;
  91. this.tableLayoutPanelCarNo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  92. this.tableLayoutPanelCarNo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  93. this.tableLayoutPanelCarNo.Size = new System.Drawing.Size(543, 80);
  94. this.tableLayoutPanelCarNo.TabIndex = 594;
  95. //
  96. // label6
  97. //
  98. this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
  99. this.label6.AutoSize = true;
  100. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  101. this.label6.Location = new System.Drawing.Point(52, 21);
  102. this.label6.Name = "label6";
  103. this.label6.Size = new System.Drawing.Size(166, 37);
  104. this.label6.TabIndex = 592;
  105. this.label6.Tag = "";
  106. this.label6.Text = "车 牌 号:";
  107. //
  108. // txtCarNo
  109. //
  110. this.txtCarNo.Anchor = System.Windows.Forms.AnchorStyles.Left;
  111. appearance1.BackColor = System.Drawing.Color.Transparent;
  112. appearance1.ForeColor = System.Drawing.Color.Black;
  113. appearance1.ForeColorDisabled = System.Drawing.Color.Black;
  114. this.txtCarNo.Appearance = appearance1;
  115. this.txtCarNo.BackColor = System.Drawing.Color.Transparent;
  116. this.txtCarNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  117. this.txtCarNo.Enabled = false;
  118. this.txtCarNo.Font = new System.Drawing.Font("宋体", 35F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(200)));
  119. this.txtCarNo.Location = new System.Drawing.Point(274, 3);
  120. this.txtCarNo.Multiline = true;
  121. this.txtCarNo.Name = "txtCarNo";
  122. this.txtCarNo.ReadOnly = true;
  123. this.txtCarNo.Size = new System.Drawing.Size(266, 74);
  124. this.txtCarNo.TabIndex = 589;
  125. //
  126. // label1
  127. //
  128. this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
  129. this.label1.AutoSize = true;
  130. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  131. this.label1.Location = new System.Drawing.Point(11, 21);
  132. this.label1.Name = "label1";
  133. this.label1.Size = new System.Drawing.Size(519, 37);
  134. this.label1.TabIndex = 591;
  135. this.label1.Tag = "";
  136. this.label1.Text = "过磅状态(红:不具备 绿:已具备)";
  137. //
  138. // tableLayoutPanelWeightType
  139. //
  140. this.tableLayoutPanelWeightType.ColumnCount = 2;
  141. this.tableLayoutPanelWeightType.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  142. this.tableLayoutPanelWeightType.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  143. this.tableLayoutPanelWeightType.Controls.Add(this.txtWeightType, 1, 0);
  144. this.tableLayoutPanelWeightType.Controls.Add(this.label7, 0, 0);
  145. this.tableLayoutPanelWeightType.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.tableLayoutPanelWeightType.Location = new System.Drawing.Point(697, 80);
  147. this.tableLayoutPanelWeightType.Margin = new System.Windows.Forms.Padding(0);
  148. this.tableLayoutPanelWeightType.Name = "tableLayoutPanelWeightType";
  149. this.tableLayoutPanelWeightType.RowCount = 1;
  150. this.tableLayoutPanelWeightType.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  151. this.tableLayoutPanelWeightType.Size = new System.Drawing.Size(543, 80);
  152. this.tableLayoutPanelWeightType.TabIndex = 593;
  153. //
  154. // txtWeightType
  155. //
  156. this.txtWeightType.Anchor = System.Windows.Forms.AnchorStyles.Left;
  157. appearance2.BackColor = System.Drawing.Color.Transparent;
  158. appearance2.ForeColor = System.Drawing.Color.Black;
  159. appearance2.ForeColorDisabled = System.Drawing.Color.Black;
  160. this.txtWeightType.Appearance = appearance2;
  161. this.txtWeightType.BackColor = System.Drawing.Color.Transparent;
  162. this.txtWeightType.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  163. this.txtWeightType.Enabled = false;
  164. this.txtWeightType.Font = new System.Drawing.Font("宋体", 35F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(200)));
  165. this.txtWeightType.Location = new System.Drawing.Point(274, 3);
  166. this.txtWeightType.Multiline = true;
  167. this.txtWeightType.Name = "txtWeightType";
  168. this.txtWeightType.ReadOnly = true;
  169. this.txtWeightType.Size = new System.Drawing.Size(266, 74);
  170. this.txtWeightType.TabIndex = 593;
  171. //
  172. // label7
  173. //
  174. this.label7.Anchor = System.Windows.Forms.AnchorStyles.None;
  175. this.label7.AutoSize = true;
  176. this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  177. this.label7.Location = new System.Drawing.Point(56, 21);
  178. this.label7.Name = "label7";
  179. this.label7.Size = new System.Drawing.Size(159, 37);
  180. this.label7.TabIndex = 593;
  181. this.label7.Tag = "";
  182. this.label7.Text = "过磅类型:";
  183. //
  184. // tableLayoutPanelWeight
  185. //
  186. this.tableLayoutPanelWeight.ColumnCount = 3;
  187. this.tableLayoutPanelWeight.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  188. this.tableLayoutPanelWeight.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
  189. this.tableLayoutPanelWeight.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
  190. this.tableLayoutPanelWeight.Controls.Add(this.label8, 2, 0);
  191. this.tableLayoutPanelWeight.Controls.Add(this.label2, 0, 0);
  192. this.tableLayoutPanelWeight.Controls.Add(this.txtWeight, 1, 0);
  193. this.tableLayoutPanelWeight.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.tableLayoutPanelWeight.Location = new System.Drawing.Point(0, 80);
  195. this.tableLayoutPanelWeight.Margin = new System.Windows.Forms.Padding(0);
  196. this.tableLayoutPanelWeight.Name = "tableLayoutPanelWeight";
  197. this.tableLayoutPanelWeight.RowCount = 1;
  198. this.tableLayoutPanelWeight.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  199. this.tableLayoutPanelWeight.Size = new System.Drawing.Size(542, 80);
  200. this.tableLayoutPanelWeight.TabIndex = 595;
  201. //
  202. // label8
  203. //
  204. this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
  205. this.label8.AutoSize = true;
  206. this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  207. this.label8.Location = new System.Drawing.Point(482, 21);
  208. this.label8.Name = "label8";
  209. this.label8.Size = new System.Drawing.Size(38, 37);
  210. this.label8.TabIndex = 593;
  211. this.label8.Tag = "";
  212. this.label8.Text = "T";
  213. //
  214. // label2
  215. //
  216. this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
  217. this.label2.AutoSize = true;
  218. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  219. this.label2.Location = new System.Drawing.Point(44, 21);
  220. this.label2.Name = "label2";
  221. this.label2.Size = new System.Drawing.Size(182, 37);
  222. this.label2.TabIndex = 592;
  223. this.label2.Tag = "";
  224. this.label2.Text = "当前重量:";
  225. //
  226. // txtWeight
  227. //
  228. this.txtWeight.Anchor = System.Windows.Forms.AnchorStyles.Left;
  229. appearance3.BackColor = System.Drawing.Color.Transparent;
  230. appearance3.ForeColor = System.Drawing.Color.Black;
  231. appearance3.ForeColorDisabled = System.Drawing.Color.Black;
  232. this.txtWeight.Appearance = appearance3;
  233. this.txtWeight.BackColor = System.Drawing.Color.Transparent;
  234. this.txtWeight.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  235. this.txtWeight.Enabled = false;
  236. this.txtWeight.Font = new System.Drawing.Font("宋体", 35F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(200)));
  237. this.txtWeight.Location = new System.Drawing.Point(274, 3);
  238. this.txtWeight.Multiline = true;
  239. this.txtWeight.Name = "txtWeight";
  240. this.txtWeight.ReadOnly = true;
  241. this.txtWeight.Size = new System.Drawing.Size(183, 74);
  242. this.txtWeight.TabIndex = 593;
  243. //
  244. // panel1
  245. //
  246. this.panel1.Controls.Add(this.picStable);
  247. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  248. this.panel1.Location = new System.Drawing.Point(542, 0);
  249. this.panel1.Margin = new System.Windows.Forms.Padding(0);
  250. this.panel1.Name = "panel1";
  251. this.tableLayoutPanelWeigtAndType.SetRowSpan(this.panel1, 2);
  252. this.panel1.Size = new System.Drawing.Size(155, 160);
  253. this.panel1.TabIndex = 596;
  254. //
  255. // picStable
  256. //
  257. this.picStable.Anchor = System.Windows.Forms.AnchorStyles.None;
  258. this.picStable.Image = ((System.Drawing.Image)(resources.GetObject("picStable.Image")));
  259. this.picStable.Location = new System.Drawing.Point(23, 29);
  260. this.picStable.Name = "picStable";
  261. this.picStable.Size = new System.Drawing.Size(108, 109);
  262. this.picStable.TabIndex = 596;
  263. this.picStable.TabStop = false;
  264. //
  265. // ucWeightCarTJXJG
  266. //
  267. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  268. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  269. this.Controls.Add(this.tableLayoutPanelWeigtAndType);
  270. this.Margin = new System.Windows.Forms.Padding(2);
  271. this.Name = "ucWeightCarTJXJG";
  272. this.Size = new System.Drawing.Size(1240, 160);
  273. this.Load += new System.EventHandler(this.ucWeightCarTJXJG_Load);
  274. this.tableLayoutPanelWeigtAndType.ResumeLayout(false);
  275. this.tableLayoutPanelWeigtAndType.PerformLayout();
  276. this.tableLayoutPanelCarNo.ResumeLayout(false);
  277. this.tableLayoutPanelCarNo.PerformLayout();
  278. ((System.ComponentModel.ISupportInitialize)(this.txtCarNo)).EndInit();
  279. this.tableLayoutPanelWeightType.ResumeLayout(false);
  280. this.tableLayoutPanelWeightType.PerformLayout();
  281. ((System.ComponentModel.ISupportInitialize)(this.txtWeightType)).EndInit();
  282. this.tableLayoutPanelWeight.ResumeLayout(false);
  283. this.tableLayoutPanelWeight.PerformLayout();
  284. ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).EndInit();
  285. this.panel1.ResumeLayout(false);
  286. ((System.ComponentModel.ISupportInitialize)(this.picStable)).EndInit();
  287. this.ResumeLayout(false);
  288. }
  289. #endregion
  290. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelWeigtAndType;
  291. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelCarNo;
  292. private System.Windows.Forms.Label label6;
  293. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCarNo;
  294. private System.Windows.Forms.Label label1;
  295. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelWeightType;
  296. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtWeightType;
  297. private System.Windows.Forms.Label label7;
  298. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelWeight;
  299. private System.Windows.Forms.Label label8;
  300. private System.Windows.Forms.Label label2;
  301. private System.Windows.Forms.PictureBox picStable;
  302. private System.Windows.Forms.Panel panel1;
  303. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtWeight;
  304. }
  305. }