frmCalibration.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. namespace CarRemoteMeter
  2. {
  3. partial class frmCalibration
  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. this.btnSave = new System.Windows.Forms.Button();
  30. this.btnClose = new System.Windows.Forms.Button();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.txtWgt = new System.Windows.Forms.NumericUpDown();
  36. this.cbSpotType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  37. this.cbWorkMonitor = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  38. this.cbCalibrationType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  39. this.timer1 = new System.Windows.Forms.Timer(this.components);
  40. this.lbMsgInfo = new System.Windows.Forms.Label();
  41. this.txtCarNo = new System.Windows.Forms.TextBox();
  42. this.cbCarNo = new System.Windows.Forms.ComboBox();
  43. this.label5 = new System.Windows.Forms.Label();
  44. ((System.ComponentModel.ISupportInitialize)(this.txtWgt)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.cbSpotType)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.cbWorkMonitor)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.cbCalibrationType)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // btnSave
  51. //
  52. this.btnSave.BackColor = System.Drawing.Color.DodgerBlue;
  53. this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  54. this.btnSave.Font = new System.Drawing.Font("楷体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  55. this.btnSave.ForeColor = System.Drawing.Color.White;
  56. this.btnSave.Location = new System.Drawing.Point(289, 238);
  57. this.btnSave.Name = "btnSave";
  58. this.btnSave.Size = new System.Drawing.Size(123, 43);
  59. this.btnSave.TabIndex = 9;
  60. this.btnSave.Text = "保存";
  61. this.btnSave.UseVisualStyleBackColor = false;
  62. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  63. //
  64. // btnClose
  65. //
  66. this.btnClose.BackColor = System.Drawing.Color.White;
  67. this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  68. this.btnClose.Font = new System.Drawing.Font("楷体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  69. this.btnClose.ForeColor = System.Drawing.Color.Black;
  70. this.btnClose.Location = new System.Drawing.Point(27, 238);
  71. this.btnClose.Name = "btnClose";
  72. this.btnClose.Size = new System.Drawing.Size(123, 43);
  73. this.btnClose.TabIndex = 8;
  74. this.btnClose.Text = "取消";
  75. this.btnClose.UseVisualStyleBackColor = false;
  76. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  77. //
  78. // label2
  79. //
  80. this.label2.AutoSize = true;
  81. this.label2.BackColor = System.Drawing.Color.Transparent;
  82. this.label2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.label2.ForeColor = System.Drawing.Color.Black;
  84. this.label2.Location = new System.Drawing.Point(24, 50);
  85. this.label2.Name = "label2";
  86. this.label2.Size = new System.Drawing.Size(87, 15);
  87. this.label2.TabIndex = 83;
  88. this.label2.Text = "计量点类型";
  89. //
  90. // label1
  91. //
  92. this.label1.AutoSize = true;
  93. this.label1.BackColor = System.Drawing.Color.Transparent;
  94. this.label1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.label1.ForeColor = System.Drawing.Color.Black;
  96. this.label1.Location = new System.Drawing.Point(24, 205);
  97. this.label1.Name = "label1";
  98. this.label1.Size = new System.Drawing.Size(87, 15);
  99. this.label1.TabIndex = 85;
  100. this.label1.Text = "对比计量点";
  101. this.label1.Visible = false;
  102. //
  103. // label3
  104. //
  105. this.label3.AutoSize = true;
  106. this.label3.BackColor = System.Drawing.Color.Transparent;
  107. this.label3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.label3.ForeColor = System.Drawing.Color.Black;
  109. this.label3.Location = new System.Drawing.Point(39, 165);
  110. this.label3.Name = "label3";
  111. this.label3.Size = new System.Drawing.Size(71, 15);
  112. this.label3.TabIndex = 87;
  113. this.label3.Text = "校秤类型";
  114. //
  115. // label4
  116. //
  117. this.label4.AutoSize = true;
  118. this.label4.BackColor = System.Drawing.Color.Transparent;
  119. this.label4.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.label4.ForeColor = System.Drawing.Color.Black;
  121. this.label4.Location = new System.Drawing.Point(40, 124);
  122. this.label4.Name = "label4";
  123. this.label4.Size = new System.Drawing.Size(71, 15);
  124. this.label4.TabIndex = 89;
  125. this.label4.Text = "校秤重量";
  126. //
  127. // txtWgt
  128. //
  129. this.txtWgt.Enabled = false;
  130. this.txtWgt.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.txtWgt.Location = new System.Drawing.Point(114, 117);
  132. this.txtWgt.Margin = new System.Windows.Forms.Padding(2);
  133. this.txtWgt.Maximum = new decimal(new int[] {
  134. 999999,
  135. 0,
  136. 0,
  137. 0});
  138. this.txtWgt.Name = "txtWgt";
  139. this.txtWgt.Size = new System.Drawing.Size(298, 29);
  140. this.txtWgt.TabIndex = 90;
  141. //
  142. // cbSpotType
  143. //
  144. this.cbSpotType.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.cbSpotType.Location = new System.Drawing.Point(114, 44);
  146. this.cbSpotType.Margin = new System.Windows.Forms.Padding(2);
  147. this.cbSpotType.Name = "cbSpotType";
  148. this.cbSpotType.ReadOnly = true;
  149. this.cbSpotType.Size = new System.Drawing.Size(298, 28);
  150. this.cbSpotType.TabIndex = 91;
  151. //
  152. // cbWorkMonitor
  153. //
  154. this.cbWorkMonitor.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.cbWorkMonitor.Location = new System.Drawing.Point(114, 198);
  156. this.cbWorkMonitor.Margin = new System.Windows.Forms.Padding(2);
  157. this.cbWorkMonitor.Name = "cbWorkMonitor";
  158. this.cbWorkMonitor.Size = new System.Drawing.Size(298, 28);
  159. this.cbWorkMonitor.TabIndex = 92;
  160. this.cbWorkMonitor.Visible = false;
  161. //
  162. // cbCalibrationType
  163. //
  164. this.cbCalibrationType.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.cbCalibrationType.Location = new System.Drawing.Point(114, 158);
  166. this.cbCalibrationType.Margin = new System.Windows.Forms.Padding(2);
  167. this.cbCalibrationType.Name = "cbCalibrationType";
  168. this.cbCalibrationType.Size = new System.Drawing.Size(298, 28);
  169. this.cbCalibrationType.TabIndex = 93;
  170. this.cbCalibrationType.SelectionChanged += new System.EventHandler(this.cbCalibrationType_SelectionChanged);
  171. //
  172. // timer1
  173. //
  174. this.timer1.Interval = 1000;
  175. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  176. //
  177. // lbMsgInfo
  178. //
  179. this.lbMsgInfo.AutoSize = true;
  180. this.lbMsgInfo.BackColor = System.Drawing.Color.Transparent;
  181. this.lbMsgInfo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.lbMsgInfo.ForeColor = System.Drawing.Color.Red;
  183. this.lbMsgInfo.Location = new System.Drawing.Point(5, 5);
  184. this.lbMsgInfo.Name = "lbMsgInfo";
  185. this.lbMsgInfo.Size = new System.Drawing.Size(427, 28);
  186. this.lbMsgInfo.TabIndex = 94;
  187. this.lbMsgInfo.Text = "*校秤未通过\r\n若需与其它计量点对比则选下一个对比计量点保存,否则点取消";
  188. this.lbMsgInfo.Visible = false;
  189. //
  190. // txtCarNo
  191. //
  192. this.txtCarNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.txtCarNo.Location = new System.Drawing.Point(181, 82);
  194. this.txtCarNo.Margin = new System.Windows.Forms.Padding(2);
  195. this.txtCarNo.Name = "txtCarNo";
  196. this.txtCarNo.Size = new System.Drawing.Size(231, 26);
  197. this.txtCarNo.TabIndex = 95;
  198. //
  199. // cbCarNo
  200. //
  201. this.cbCarNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  202. this.cbCarNo.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.cbCarNo.Items.AddRange(new object[] {
  204. "甘",
  205. "陕",
  206. "青",
  207. "宁",
  208. "藏",
  209. "新",
  210. "川",
  211. "渝",
  212. "京",
  213. "津",
  214. "冀",
  215. "晋",
  216. "蒙",
  217. "辽",
  218. "吉",
  219. "黑",
  220. "沪",
  221. "苏",
  222. "浙",
  223. "皖",
  224. "闽",
  225. "赣",
  226. "鲁",
  227. "豫",
  228. "湘",
  229. "粤",
  230. "桂",
  231. "琼",
  232. "贵",
  233. "云"});
  234. this.cbCarNo.Location = new System.Drawing.Point(114, 82);
  235. this.cbCarNo.Margin = new System.Windows.Forms.Padding(2);
  236. this.cbCarNo.Name = "cbCarNo";
  237. this.cbCarNo.Size = new System.Drawing.Size(65, 25);
  238. this.cbCarNo.TabIndex = 96;
  239. this.cbCarNo.SelectedIndexChanged += new System.EventHandler(this.cbCarNo_SelectedIndexChanged);
  240. //
  241. // label5
  242. //
  243. this.label5.AutoSize = true;
  244. this.label5.BackColor = System.Drawing.Color.Transparent;
  245. this.label5.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.label5.ForeColor = System.Drawing.Color.Black;
  247. this.label5.Location = new System.Drawing.Point(72, 87);
  248. this.label5.Name = "label5";
  249. this.label5.Size = new System.Drawing.Size(39, 15);
  250. this.label5.TabIndex = 97;
  251. this.label5.Text = "车号";
  252. //
  253. // frmCalibration
  254. //
  255. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  256. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  257. this.BackColor = System.Drawing.Color.LightBlue;
  258. this.ClientSize = new System.Drawing.Size(438, 296);
  259. this.Controls.Add(this.label5);
  260. this.Controls.Add(this.txtCarNo);
  261. this.Controls.Add(this.cbCarNo);
  262. this.Controls.Add(this.lbMsgInfo);
  263. this.Controls.Add(this.cbCalibrationType);
  264. this.Controls.Add(this.cbWorkMonitor);
  265. this.Controls.Add(this.cbSpotType);
  266. this.Controls.Add(this.txtWgt);
  267. this.Controls.Add(this.label4);
  268. this.Controls.Add(this.label3);
  269. this.Controls.Add(this.label1);
  270. this.Controls.Add(this.label2);
  271. this.Controls.Add(this.btnSave);
  272. this.Controls.Add(this.btnClose);
  273. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  274. this.Margin = new System.Windows.Forms.Padding(2);
  275. this.MaximizeBox = false;
  276. this.MinimizeBox = false;
  277. this.Name = "frmCalibration";
  278. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  279. this.Text = "frmCalibration";
  280. this.TopMost = true;
  281. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCalibration_FormClosing);
  282. this.Load += new System.EventHandler(this.frmCalibration_Load);
  283. ((System.ComponentModel.ISupportInitialize)(this.txtWgt)).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.cbSpotType)).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)(this.cbWorkMonitor)).EndInit();
  286. ((System.ComponentModel.ISupportInitialize)(this.cbCalibrationType)).EndInit();
  287. this.ResumeLayout(false);
  288. this.PerformLayout();
  289. }
  290. #endregion
  291. private System.Windows.Forms.Button btnSave;
  292. private System.Windows.Forms.Button btnClose;
  293. private System.Windows.Forms.Label label2;
  294. private System.Windows.Forms.Label label1;
  295. private System.Windows.Forms.Label label3;
  296. private System.Windows.Forms.Label label4;
  297. private System.Windows.Forms.NumericUpDown txtWgt;
  298. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbSpotType;
  299. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbWorkMonitor;
  300. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbCalibrationType;
  301. private System.Windows.Forms.Timer timer1;
  302. private System.Windows.Forms.Label lbMsgInfo;
  303. private System.Windows.Forms.TextBox txtCarNo;
  304. private System.Windows.Forms.ComboBox cbCarNo;
  305. private System.Windows.Forms.Label label5;
  306. }
  307. }