frmCalibration.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. namespace StorageMeterSystem
  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.lbMsgInfo = new System.Windows.Forms.Label();
  30. this.cbCalibrationType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  31. this.cbWorkMonitor = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  32. this.cbSpotType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  33. this.txtWgt = new System.Windows.Forms.NumericUpDown();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.btnSave = new System.Windows.Forms.Button();
  39. this.btnClose = new System.Windows.Forms.Button();
  40. this.timer1 = new System.Windows.Forms.Timer(this.components);
  41. ((System.ComponentModel.ISupportInitialize)(this.cbCalibrationType)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.cbWorkMonitor)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.cbSpotType)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.txtWgt)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // lbMsgInfo
  48. //
  49. this.lbMsgInfo.AutoSize = true;
  50. this.lbMsgInfo.BackColor = System.Drawing.Color.Transparent;
  51. this.lbMsgInfo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.lbMsgInfo.ForeColor = System.Drawing.Color.Red;
  53. this.lbMsgInfo.Location = new System.Drawing.Point(6, 198);
  54. this.lbMsgInfo.Name = "lbMsgInfo";
  55. this.lbMsgInfo.Size = new System.Drawing.Size(427, 28);
  56. this.lbMsgInfo.TabIndex = 105;
  57. this.lbMsgInfo.Text = "*校秤未通过\r\n若需与其它计量点对比则选下一个对比计量点保存,否则点取消";
  58. this.lbMsgInfo.Visible = false;
  59. //
  60. // cbCalibrationType
  61. //
  62. this.cbCalibrationType.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.cbCalibrationType.Location = new System.Drawing.Point(114, 103);
  64. this.cbCalibrationType.Margin = new System.Windows.Forms.Padding(2);
  65. this.cbCalibrationType.Name = "cbCalibrationType";
  66. this.cbCalibrationType.Size = new System.Drawing.Size(298, 28);
  67. this.cbCalibrationType.TabIndex = 104;
  68. this.cbCalibrationType.SelectionChanged += new System.EventHandler(this.cbCalibrationType_SelectionChanged);
  69. //
  70. // cbWorkMonitor
  71. //
  72. this.cbWorkMonitor.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.cbWorkMonitor.Location = new System.Drawing.Point(114, 147);
  74. this.cbWorkMonitor.Margin = new System.Windows.Forms.Padding(2);
  75. this.cbWorkMonitor.Name = "cbWorkMonitor";
  76. this.cbWorkMonitor.Size = new System.Drawing.Size(298, 28);
  77. this.cbWorkMonitor.TabIndex = 103;
  78. this.cbWorkMonitor.Visible = false;
  79. //
  80. // cbSpotType
  81. //
  82. this.cbSpotType.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.cbSpotType.Location = new System.Drawing.Point(114, 18);
  84. this.cbSpotType.Margin = new System.Windows.Forms.Padding(2);
  85. this.cbSpotType.Name = "cbSpotType";
  86. this.cbSpotType.ReadOnly = true;
  87. this.cbSpotType.Size = new System.Drawing.Size(298, 28);
  88. this.cbSpotType.TabIndex = 102;
  89. //
  90. // txtWgt
  91. //
  92. this.txtWgt.Enabled = false;
  93. this.txtWgt.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.txtWgt.Location = new System.Drawing.Point(114, 59);
  95. this.txtWgt.Margin = new System.Windows.Forms.Padding(2);
  96. this.txtWgt.Maximum = new decimal(new int[] {
  97. 999999,
  98. 0,
  99. 0,
  100. 0});
  101. this.txtWgt.Name = "txtWgt";
  102. this.txtWgt.Size = new System.Drawing.Size(298, 29);
  103. this.txtWgt.TabIndex = 101;
  104. //
  105. // label4
  106. //
  107. this.label4.AutoSize = true;
  108. this.label4.BackColor = System.Drawing.Color.Transparent;
  109. this.label4.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.label4.ForeColor = System.Drawing.Color.Black;
  111. this.label4.Location = new System.Drawing.Point(40, 66);
  112. this.label4.Name = "label4";
  113. this.label4.Size = new System.Drawing.Size(71, 15);
  114. this.label4.TabIndex = 100;
  115. this.label4.Text = "校秤重量";
  116. //
  117. // label3
  118. //
  119. this.label3.AutoSize = true;
  120. this.label3.BackColor = System.Drawing.Color.Transparent;
  121. this.label3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.label3.ForeColor = System.Drawing.Color.Black;
  123. this.label3.Location = new System.Drawing.Point(39, 110);
  124. this.label3.Name = "label3";
  125. this.label3.Size = new System.Drawing.Size(71, 15);
  126. this.label3.TabIndex = 99;
  127. this.label3.Text = "校秤类型";
  128. //
  129. // label1
  130. //
  131. this.label1.AutoSize = true;
  132. this.label1.BackColor = System.Drawing.Color.Transparent;
  133. this.label1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.label1.ForeColor = System.Drawing.Color.Black;
  135. this.label1.Location = new System.Drawing.Point(24, 154);
  136. this.label1.Name = "label1";
  137. this.label1.Size = new System.Drawing.Size(87, 15);
  138. this.label1.TabIndex = 98;
  139. this.label1.Text = "对比计量点";
  140. this.label1.Visible = false;
  141. //
  142. // label2
  143. //
  144. this.label2.AutoSize = true;
  145. this.label2.BackColor = System.Drawing.Color.Transparent;
  146. this.label2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.label2.ForeColor = System.Drawing.Color.Black;
  148. this.label2.Location = new System.Drawing.Point(24, 24);
  149. this.label2.Name = "label2";
  150. this.label2.Size = new System.Drawing.Size(87, 15);
  151. this.label2.TabIndex = 97;
  152. this.label2.Text = "计量点类型";
  153. //
  154. // btnSave
  155. //
  156. this.btnSave.BackColor = System.Drawing.Color.DodgerBlue;
  157. this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  158. this.btnSave.Font = new System.Drawing.Font("楷体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  159. this.btnSave.ForeColor = System.Drawing.Color.White;
  160. this.btnSave.Location = new System.Drawing.Point(289, 239);
  161. this.btnSave.Name = "btnSave";
  162. this.btnSave.Size = new System.Drawing.Size(123, 43);
  163. this.btnSave.TabIndex = 96;
  164. this.btnSave.Text = "保存";
  165. this.btnSave.UseVisualStyleBackColor = false;
  166. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  167. //
  168. // btnClose
  169. //
  170. this.btnClose.BackColor = System.Drawing.Color.White;
  171. this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  172. this.btnClose.Font = new System.Drawing.Font("楷体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  173. this.btnClose.ForeColor = System.Drawing.Color.Black;
  174. this.btnClose.Location = new System.Drawing.Point(27, 239);
  175. this.btnClose.Name = "btnClose";
  176. this.btnClose.Size = new System.Drawing.Size(123, 43);
  177. this.btnClose.TabIndex = 95;
  178. this.btnClose.Text = "取消";
  179. this.btnClose.UseVisualStyleBackColor = false;
  180. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  181. //
  182. // timer1
  183. //
  184. this.timer1.Interval = 1000;
  185. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  186. //
  187. // frmCalibration
  188. //
  189. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  190. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  191. this.BackColor = System.Drawing.Color.LightBlue;
  192. this.ClientSize = new System.Drawing.Size(445, 295);
  193. this.Controls.Add(this.lbMsgInfo);
  194. this.Controls.Add(this.cbCalibrationType);
  195. this.Controls.Add(this.cbWorkMonitor);
  196. this.Controls.Add(this.cbSpotType);
  197. this.Controls.Add(this.txtWgt);
  198. this.Controls.Add(this.label4);
  199. this.Controls.Add(this.label3);
  200. this.Controls.Add(this.label1);
  201. this.Controls.Add(this.label2);
  202. this.Controls.Add(this.btnSave);
  203. this.Controls.Add(this.btnClose);
  204. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  205. this.Name = "frmCalibration";
  206. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  207. this.Text = "frmCalibration";
  208. this.TopMost = true;
  209. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCalibration_FormClosing);
  210. this.Load += new System.EventHandler(this.frmCalibration_Load);
  211. ((System.ComponentModel.ISupportInitialize)(this.cbCalibrationType)).EndInit();
  212. ((System.ComponentModel.ISupportInitialize)(this.cbWorkMonitor)).EndInit();
  213. ((System.ComponentModel.ISupportInitialize)(this.cbSpotType)).EndInit();
  214. ((System.ComponentModel.ISupportInitialize)(this.txtWgt)).EndInit();
  215. this.ResumeLayout(false);
  216. this.PerformLayout();
  217. }
  218. #endregion
  219. private System.Windows.Forms.Label lbMsgInfo;
  220. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbCalibrationType;
  221. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbWorkMonitor;
  222. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbSpotType;
  223. private System.Windows.Forms.NumericUpDown txtWgt;
  224. private System.Windows.Forms.Label label4;
  225. private System.Windows.Forms.Label label3;
  226. private System.Windows.Forms.Label label1;
  227. private System.Windows.Forms.Label label2;
  228. private System.Windows.Forms.Button btnSave;
  229. private System.Windows.Forms.Button btnClose;
  230. private System.Windows.Forms.Timer timer1;
  231. }
  232. }