Form_Alarm.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826
  1. namespace MainForm
  2. {
  3. partial class Form_Alarm
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.groupBox3 = new System.Windows.Forms.GroupBox();
  31. this.btnOutExcel = new System.Windows.Forms.Button();
  32. this.station = new System.Windows.Forms.ComboBox();
  33. this.gongxu = new System.Windows.Forms.Label();
  34. this.buttonSendMES = new System.Windows.Forms.Button();
  35. this.labelSendStatus = new System.Windows.Forms.Label();
  36. this.comboBoxSendStatus = new System.Windows.Forms.ComboBox();
  37. this.dataTableName = new System.Windows.Forms.ComboBox();
  38. this.dataType = new System.Windows.Forms.Label();
  39. this.end = new System.Windows.Forms.Label();
  40. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  41. this.start = new System.Windows.Forms.Label();
  42. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  43. this.equipment = new System.Windows.Forms.ComboBox();
  44. this.BeginQuery = new System.Windows.Forms.Button();
  45. this.shebei = new System.Windows.Forms.Label();
  46. this.dataBaseName = new System.Windows.Forms.ComboBox();
  47. this.db = new System.Windows.Forms.Label();
  48. this.dataGridView = new System.Windows.Forms.DataGridView();
  49. this.groupBox1 = new System.Windows.Forms.GroupBox();
  50. this.total16 = new System.Windows.Forms.TextBox();
  51. this.label16 = new System.Windows.Forms.Label();
  52. this.total15 = new System.Windows.Forms.TextBox();
  53. this.label15 = new System.Windows.Forms.Label();
  54. this.total14 = new System.Windows.Forms.TextBox();
  55. this.total13 = new System.Windows.Forms.TextBox();
  56. this.label13 = new System.Windows.Forms.Label();
  57. this.label14 = new System.Windows.Forms.Label();
  58. this.total12 = new System.Windows.Forms.TextBox();
  59. this.total11 = new System.Windows.Forms.TextBox();
  60. this.label12 = new System.Windows.Forms.Label();
  61. this.label11 = new System.Windows.Forms.Label();
  62. this.total10 = new System.Windows.Forms.TextBox();
  63. this.total9 = new System.Windows.Forms.TextBox();
  64. this.total8 = new System.Windows.Forms.TextBox();
  65. this.total7 = new System.Windows.Forms.TextBox();
  66. this.total6 = new System.Windows.Forms.TextBox();
  67. this.total5 = new System.Windows.Forms.TextBox();
  68. this.total4 = new System.Windows.Forms.TextBox();
  69. this.total3 = new System.Windows.Forms.TextBox();
  70. this.total2 = new System.Windows.Forms.TextBox();
  71. this.total1 = new System.Windows.Forms.TextBox();
  72. this.label10 = new System.Windows.Forms.Label();
  73. this.label9 = new System.Windows.Forms.Label();
  74. this.label8 = new System.Windows.Forms.Label();
  75. this.label7 = new System.Windows.Forms.Label();
  76. this.label6 = new System.Windows.Forms.Label();
  77. this.label5 = new System.Windows.Forms.Label();
  78. this.label4 = new System.Windows.Forms.Label();
  79. this.label3 = new System.Windows.Forms.Label();
  80. this.label2 = new System.Windows.Forms.Label();
  81. this.label1 = new System.Windows.Forms.Label();
  82. this.textBox1 = new System.Windows.Forms.TextBox();
  83. this.groupBox3.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  85. this.groupBox1.SuspendLayout();
  86. this.SuspendLayout();
  87. //
  88. // groupBox3
  89. //
  90. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  91. | System.Windows.Forms.AnchorStyles.Right)));
  92. this.groupBox3.Controls.Add(this.btnOutExcel);
  93. this.groupBox3.Controls.Add(this.station);
  94. this.groupBox3.Controls.Add(this.gongxu);
  95. this.groupBox3.Controls.Add(this.buttonSendMES);
  96. this.groupBox3.Controls.Add(this.labelSendStatus);
  97. this.groupBox3.Controls.Add(this.comboBoxSendStatus);
  98. this.groupBox3.Controls.Add(this.dataTableName);
  99. this.groupBox3.Controls.Add(this.dataType);
  100. this.groupBox3.Controls.Add(this.end);
  101. this.groupBox3.Controls.Add(this.dateTimePicker1);
  102. this.groupBox3.Controls.Add(this.start);
  103. this.groupBox3.Controls.Add(this.dateTimePicker2);
  104. this.groupBox3.Controls.Add(this.equipment);
  105. this.groupBox3.Controls.Add(this.BeginQuery);
  106. this.groupBox3.Controls.Add(this.shebei);
  107. this.groupBox3.Controls.Add(this.dataBaseName);
  108. this.groupBox3.Controls.Add(this.db);
  109. this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.groupBox3.Location = new System.Drawing.Point(10, 14);
  111. this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
  112. this.groupBox3.Name = "groupBox3";
  113. this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
  114. this.groupBox3.Size = new System.Drawing.Size(1025, 106);
  115. this.groupBox3.TabIndex = 8;
  116. this.groupBox3.TabStop = false;
  117. this.groupBox3.Text = "查询条件";
  118. //
  119. // btnOutExcel
  120. //
  121. this.btnOutExcel.BackColor = System.Drawing.Color.WhiteSmoke;
  122. this.btnOutExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  123. this.btnOutExcel.Location = new System.Drawing.Point(844, 70);
  124. this.btnOutExcel.Name = "btnOutExcel";
  125. this.btnOutExcel.Size = new System.Drawing.Size(75, 28);
  126. this.btnOutExcel.TabIndex = 17;
  127. this.btnOutExcel.Text = "导出";
  128. this.btnOutExcel.UseVisualStyleBackColor = false;
  129. this.btnOutExcel.Click += new System.EventHandler(this.btnOutExcel_Click);
  130. //
  131. // station
  132. //
  133. this.station.BackColor = System.Drawing.Color.WhiteSmoke;
  134. this.station.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  135. this.station.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  136. this.station.FormattingEnabled = true;
  137. this.station.Items.AddRange(new object[] {
  138. "All"});
  139. this.station.Location = new System.Drawing.Point(702, 32);
  140. this.station.Margin = new System.Windows.Forms.Padding(2);
  141. this.station.Name = "station";
  142. this.station.Size = new System.Drawing.Size(135, 28);
  143. this.station.TabIndex = 16;
  144. this.station.SelectedIndexChanged += new System.EventHandler(this.station_SelectedIndexChanged);
  145. this.station.SelectedValueChanged += new System.EventHandler(this.station_SelectedValueChanged_1);
  146. //
  147. // gongxu
  148. //
  149. this.gongxu.AutoSize = true;
  150. this.gongxu.Location = new System.Drawing.Point(656, 35);
  151. this.gongxu.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  152. this.gongxu.Name = "gongxu";
  153. this.gongxu.Size = new System.Drawing.Size(43, 20);
  154. this.gongxu.TabIndex = 15;
  155. this.gongxu.Text = "工序:";
  156. //
  157. // buttonSendMES
  158. //
  159. this.buttonSendMES.BackColor = System.Drawing.Color.WhiteSmoke;
  160. this.buttonSendMES.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  161. this.buttonSendMES.Location = new System.Drawing.Point(844, 31);
  162. this.buttonSendMES.Margin = new System.Windows.Forms.Padding(2);
  163. this.buttonSendMES.Name = "buttonSendMES";
  164. this.buttonSendMES.Size = new System.Drawing.Size(75, 30);
  165. this.buttonSendMES.TabIndex = 14;
  166. this.buttonSendMES.Text = "重传";
  167. this.buttonSendMES.UseVisualStyleBackColor = false;
  168. this.buttonSendMES.Visible = false;
  169. this.buttonSendMES.Click += new System.EventHandler(this.buttonSendMES_Click);
  170. //
  171. // labelSendStatus
  172. //
  173. this.labelSendStatus.AutoSize = true;
  174. this.labelSendStatus.Location = new System.Drawing.Point(426, 73);
  175. this.labelSendStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  176. this.labelSendStatus.Name = "labelSendStatus";
  177. this.labelSendStatus.Size = new System.Drawing.Size(73, 20);
  178. this.labelSendStatus.TabIndex = 13;
  179. this.labelSendStatus.Text = "上传状态:";
  180. //
  181. // comboBoxSendStatus
  182. //
  183. this.comboBoxSendStatus.BackColor = System.Drawing.Color.WhiteSmoke;
  184. this.comboBoxSendStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  185. this.comboBoxSendStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  186. this.comboBoxSendStatus.FormattingEnabled = true;
  187. this.comboBoxSendStatus.Items.AddRange(new object[] {
  188. "All",
  189. "已上传",
  190. "未上传"});
  191. this.comboBoxSendStatus.Location = new System.Drawing.Point(501, 69);
  192. this.comboBoxSendStatus.Margin = new System.Windows.Forms.Padding(2);
  193. this.comboBoxSendStatus.Name = "comboBoxSendStatus";
  194. this.comboBoxSendStatus.Size = new System.Drawing.Size(153, 28);
  195. this.comboBoxSendStatus.TabIndex = 12;
  196. this.comboBoxSendStatus.SelectedValueChanged += new System.EventHandler(this.comboBoxSendStatus_SelectedValueChanged);
  197. //
  198. // dataTableName
  199. //
  200. this.dataTableName.BackColor = System.Drawing.Color.WhiteSmoke;
  201. this.dataTableName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  202. this.dataTableName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  203. this.dataTableName.FormattingEnabled = true;
  204. this.dataTableName.Items.AddRange(new object[] {
  205. "加工数据",
  206. "点检数据",
  207. "整线数据",
  208. "报警数据"});
  209. this.dataTableName.Location = new System.Drawing.Point(296, 32);
  210. this.dataTableName.Name = "dataTableName";
  211. this.dataTableName.Size = new System.Drawing.Size(126, 28);
  212. this.dataTableName.TabIndex = 10;
  213. this.dataTableName.SelectedValueChanged += new System.EventHandler(this.dataTableName_SelectedValueChanged);
  214. //
  215. // dataType
  216. //
  217. this.dataType.AutoSize = true;
  218. this.dataType.Location = new System.Drawing.Point(221, 35);
  219. this.dataType.Name = "dataType";
  220. this.dataType.Size = new System.Drawing.Size(73, 20);
  221. this.dataType.TabIndex = 11;
  222. this.dataType.Text = "数据类型:";
  223. //
  224. // end
  225. //
  226. this.end.AutoSize = true;
  227. this.end.Location = new System.Drawing.Point(221, 74);
  228. this.end.Name = "end";
  229. this.end.Size = new System.Drawing.Size(73, 20);
  230. this.end.TabIndex = 8;
  231. this.end.Text = "结束日期:";
  232. //
  233. // dateTimePicker1
  234. //
  235. this.dateTimePicker1.Location = new System.Drawing.Point(93, 70);
  236. this.dateTimePicker1.Name = "dateTimePicker1";
  237. this.dateTimePicker1.Size = new System.Drawing.Size(125, 27);
  238. this.dateTimePicker1.TabIndex = 6;
  239. this.dateTimePicker1.Value = new System.DateTime(2023, 7, 12, 0, 0, 0, 0);
  240. this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
  241. //
  242. // start
  243. //
  244. this.start.AutoSize = true;
  245. this.start.Location = new System.Drawing.Point(18, 74);
  246. this.start.Name = "start";
  247. this.start.Size = new System.Drawing.Size(73, 20);
  248. this.start.TabIndex = 9;
  249. this.start.Text = "开始日期:";
  250. //
  251. // dateTimePicker2
  252. //
  253. this.dateTimePicker2.Location = new System.Drawing.Point(296, 70);
  254. this.dateTimePicker2.Name = "dateTimePicker2";
  255. this.dateTimePicker2.Size = new System.Drawing.Size(126, 27);
  256. this.dateTimePicker2.TabIndex = 7;
  257. this.dateTimePicker2.Value = new System.DateTime(2023, 7, 18, 23, 59, 59, 0);
  258. this.dateTimePicker2.ValueChanged += new System.EventHandler(this.dateTimePicker2_ValueChanged);
  259. //
  260. // equipment
  261. //
  262. this.equipment.BackColor = System.Drawing.Color.WhiteSmoke;
  263. this.equipment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  264. this.equipment.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  265. this.equipment.FormattingEnabled = true;
  266. this.equipment.Items.AddRange(new object[] {
  267. "All",
  268. "S1",
  269. "S2",
  270. "S3",
  271. "S4",
  272. "S5",
  273. "S6"});
  274. this.equipment.Location = new System.Drawing.Point(501, 32);
  275. this.equipment.Name = "equipment";
  276. this.equipment.Size = new System.Drawing.Size(153, 28);
  277. this.equipment.TabIndex = 4;
  278. this.equipment.SelectedIndexChanged += new System.EventHandler(this.equipment_SelectedIndexChanged);
  279. this.equipment.SelectedValueChanged += new System.EventHandler(this.station_SelectedValueChanged);
  280. //
  281. // BeginQuery
  282. //
  283. this.BeginQuery.BackColor = System.Drawing.Color.WhiteSmoke;
  284. this.BeginQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  285. this.BeginQuery.Location = new System.Drawing.Point(762, 71);
  286. this.BeginQuery.Name = "BeginQuery";
  287. this.BeginQuery.Size = new System.Drawing.Size(75, 27);
  288. this.BeginQuery.TabIndex = 0;
  289. this.BeginQuery.Text = "查询";
  290. this.BeginQuery.UseVisualStyleBackColor = false;
  291. this.BeginQuery.Click += new System.EventHandler(this.BeginQuery_Click);
  292. //
  293. // shebei
  294. //
  295. this.shebei.AutoSize = true;
  296. this.shebei.Location = new System.Drawing.Point(426, 35);
  297. this.shebei.Name = "shebei";
  298. this.shebei.Size = new System.Drawing.Size(73, 20);
  299. this.shebei.TabIndex = 5;
  300. this.shebei.Text = "设备编号:";
  301. //
  302. // dataBaseName
  303. //
  304. this.dataBaseName.BackColor = System.Drawing.Color.WhiteSmoke;
  305. this.dataBaseName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  306. this.dataBaseName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  307. this.dataBaseName.FormattingEnabled = true;
  308. this.dataBaseName.Items.AddRange(new object[] {
  309. "DB202310",
  310. "DB202311"});
  311. this.dataBaseName.Location = new System.Drawing.Point(93, 32);
  312. this.dataBaseName.Name = "dataBaseName";
  313. this.dataBaseName.Size = new System.Drawing.Size(125, 28);
  314. this.dataBaseName.TabIndex = 4;
  315. this.dataBaseName.SelectedValueChanged += new System.EventHandler(this.dataBaseName_SelectedValueChanged);
  316. //
  317. // db
  318. //
  319. this.db.AutoSize = true;
  320. this.db.Location = new System.Drawing.Point(20, 35);
  321. this.db.Name = "db";
  322. this.db.Size = new System.Drawing.Size(58, 20);
  323. this.db.TabIndex = 5;
  324. this.db.Text = "数据库:";
  325. //
  326. // dataGridView
  327. //
  328. this.dataGridView.AllowUserToAddRows = false;
  329. this.dataGridView.AllowUserToDeleteRows = false;
  330. this.dataGridView.AllowUserToOrderColumns = true;
  331. this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  332. | System.Windows.Forms.AnchorStyles.Left)
  333. | System.Windows.Forms.AnchorStyles.Right)));
  334. this.dataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  335. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  336. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  337. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  339. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  340. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  341. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  342. this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  343. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  344. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  345. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  346. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  348. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  349. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  350. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  351. this.dataGridView.DefaultCellStyle = dataGridViewCellStyle2;
  352. this.dataGridView.Location = new System.Drawing.Point(10, 126);
  353. this.dataGridView.Name = "dataGridView";
  354. this.dataGridView.ReadOnly = true;
  355. this.dataGridView.RowHeadersVisible = false;
  356. this.dataGridView.RowHeadersWidth = 51;
  357. this.dataGridView.RowTemplate.Height = 23;
  358. this.dataGridView.ShowCellToolTips = false;
  359. this.dataGridView.Size = new System.Drawing.Size(1025, 151);
  360. this.dataGridView.TabIndex = 7;
  361. this.dataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick);
  362. //
  363. // groupBox1
  364. //
  365. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  366. | System.Windows.Forms.AnchorStyles.Right)));
  367. this.groupBox1.Controls.Add(this.total16);
  368. this.groupBox1.Controls.Add(this.label16);
  369. this.groupBox1.Controls.Add(this.total15);
  370. this.groupBox1.Controls.Add(this.label15);
  371. this.groupBox1.Controls.Add(this.total14);
  372. this.groupBox1.Controls.Add(this.total13);
  373. this.groupBox1.Controls.Add(this.label13);
  374. this.groupBox1.Controls.Add(this.label14);
  375. this.groupBox1.Controls.Add(this.total12);
  376. this.groupBox1.Controls.Add(this.total11);
  377. this.groupBox1.Controls.Add(this.label12);
  378. this.groupBox1.Controls.Add(this.label11);
  379. this.groupBox1.Controls.Add(this.total10);
  380. this.groupBox1.Controls.Add(this.total9);
  381. this.groupBox1.Controls.Add(this.total8);
  382. this.groupBox1.Controls.Add(this.total7);
  383. this.groupBox1.Controls.Add(this.total6);
  384. this.groupBox1.Controls.Add(this.total5);
  385. this.groupBox1.Controls.Add(this.total4);
  386. this.groupBox1.Controls.Add(this.total3);
  387. this.groupBox1.Controls.Add(this.total2);
  388. this.groupBox1.Controls.Add(this.total1);
  389. this.groupBox1.Controls.Add(this.label10);
  390. this.groupBox1.Controls.Add(this.label9);
  391. this.groupBox1.Controls.Add(this.label8);
  392. this.groupBox1.Controls.Add(this.label7);
  393. this.groupBox1.Controls.Add(this.label6);
  394. this.groupBox1.Controls.Add(this.label5);
  395. this.groupBox1.Controls.Add(this.label4);
  396. this.groupBox1.Controls.Add(this.label3);
  397. this.groupBox1.Controls.Add(this.label2);
  398. this.groupBox1.Controls.Add(this.label1);
  399. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.groupBox1.Location = new System.Drawing.Point(9, 378);
  401. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  402. this.groupBox1.Name = "groupBox1";
  403. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  404. this.groupBox1.Size = new System.Drawing.Size(1025, 169);
  405. this.groupBox1.TabIndex = 9;
  406. this.groupBox1.TabStop = false;
  407. this.groupBox1.Text = "统计";
  408. //
  409. // total16
  410. //
  411. this.total16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  412. this.total16.Location = new System.Drawing.Point(836, 129);
  413. this.total16.Margin = new System.Windows.Forms.Padding(2);
  414. this.total16.Name = "total16";
  415. this.total16.ReadOnly = true;
  416. this.total16.Size = new System.Drawing.Size(50, 27);
  417. this.total16.TabIndex = 31;
  418. //
  419. // label16
  420. //
  421. this.label16.AutoSize = true;
  422. this.label16.Location = new System.Drawing.Point(657, 128);
  423. this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  424. this.label16.Name = "label16";
  425. this.label16.Size = new System.Drawing.Size(37, 20);
  426. this.label16.TabIndex = 30;
  427. this.label16.Text = "#16";
  428. //
  429. // total15
  430. //
  431. this.total15.BackColor = System.Drawing.SystemColors.ControlLightLight;
  432. this.total15.Location = new System.Drawing.Point(836, 98);
  433. this.total15.Margin = new System.Windows.Forms.Padding(2);
  434. this.total15.Name = "total15";
  435. this.total15.ReadOnly = true;
  436. this.total15.Size = new System.Drawing.Size(50, 27);
  437. this.total15.TabIndex = 29;
  438. //
  439. // label15
  440. //
  441. this.label15.AutoSize = true;
  442. this.label15.Location = new System.Drawing.Point(657, 97);
  443. this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  444. this.label15.Name = "label15";
  445. this.label15.Size = new System.Drawing.Size(37, 20);
  446. this.label15.TabIndex = 28;
  447. this.label15.Text = "#15";
  448. //
  449. // total14
  450. //
  451. this.total14.BackColor = System.Drawing.SystemColors.ControlLightLight;
  452. this.total14.Location = new System.Drawing.Point(836, 62);
  453. this.total14.Margin = new System.Windows.Forms.Padding(2);
  454. this.total14.Name = "total14";
  455. this.total14.ReadOnly = true;
  456. this.total14.Size = new System.Drawing.Size(50, 27);
  457. this.total14.TabIndex = 27;
  458. //
  459. // total13
  460. //
  461. this.total13.BackColor = System.Drawing.SystemColors.ControlLightLight;
  462. this.total13.Location = new System.Drawing.Point(836, 26);
  463. this.total13.Margin = new System.Windows.Forms.Padding(2);
  464. this.total13.Name = "total13";
  465. this.total13.ReadOnly = true;
  466. this.total13.Size = new System.Drawing.Size(50, 27);
  467. this.total13.TabIndex = 26;
  468. //
  469. // label13
  470. //
  471. this.label13.AutoSize = true;
  472. this.label13.Location = new System.Drawing.Point(657, 29);
  473. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  474. this.label13.Name = "label13";
  475. this.label13.Size = new System.Drawing.Size(37, 20);
  476. this.label13.TabIndex = 25;
  477. this.label13.Text = "#13";
  478. //
  479. // label14
  480. //
  481. this.label14.AutoSize = true;
  482. this.label14.Location = new System.Drawing.Point(657, 65);
  483. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  484. this.label14.Name = "label14";
  485. this.label14.Size = new System.Drawing.Size(37, 20);
  486. this.label14.TabIndex = 24;
  487. this.label14.Text = "#14";
  488. //
  489. // total12
  490. //
  491. this.total12.BackColor = System.Drawing.SystemColors.ControlLightLight;
  492. this.total12.Location = new System.Drawing.Point(595, 126);
  493. this.total12.Margin = new System.Windows.Forms.Padding(2);
  494. this.total12.Name = "total12";
  495. this.total12.ReadOnly = true;
  496. this.total12.Size = new System.Drawing.Size(50, 27);
  497. this.total12.TabIndex = 23;
  498. //
  499. // total11
  500. //
  501. this.total11.BackColor = System.Drawing.SystemColors.ControlLightLight;
  502. this.total11.Location = new System.Drawing.Point(595, 94);
  503. this.total11.Margin = new System.Windows.Forms.Padding(2);
  504. this.total11.Name = "total11";
  505. this.total11.ReadOnly = true;
  506. this.total11.Size = new System.Drawing.Size(50, 27);
  507. this.total11.TabIndex = 22;
  508. //
  509. // label12
  510. //
  511. this.label12.AutoSize = true;
  512. this.label12.Location = new System.Drawing.Point(430, 134);
  513. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  514. this.label12.Name = "label12";
  515. this.label12.Size = new System.Drawing.Size(37, 20);
  516. this.label12.TabIndex = 21;
  517. this.label12.Text = "#12";
  518. //
  519. // label11
  520. //
  521. this.label11.AutoSize = true;
  522. this.label11.Location = new System.Drawing.Point(430, 100);
  523. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  524. this.label11.Name = "label11";
  525. this.label11.Size = new System.Drawing.Size(37, 20);
  526. this.label11.TabIndex = 20;
  527. this.label11.Text = "#11";
  528. //
  529. // total10
  530. //
  531. this.total10.BackColor = System.Drawing.SystemColors.ControlLightLight;
  532. this.total10.Location = new System.Drawing.Point(595, 60);
  533. this.total10.Margin = new System.Windows.Forms.Padding(2);
  534. this.total10.Name = "total10";
  535. this.total10.ReadOnly = true;
  536. this.total10.Size = new System.Drawing.Size(50, 27);
  537. this.total10.TabIndex = 19;
  538. //
  539. // total9
  540. //
  541. this.total9.BackColor = System.Drawing.SystemColors.ControlLightLight;
  542. this.total9.Location = new System.Drawing.Point(595, 26);
  543. this.total9.Margin = new System.Windows.Forms.Padding(2);
  544. this.total9.Name = "total9";
  545. this.total9.ReadOnly = true;
  546. this.total9.Size = new System.Drawing.Size(50, 27);
  547. this.total9.TabIndex = 18;
  548. //
  549. // total8
  550. //
  551. this.total8.BackColor = System.Drawing.SystemColors.ControlLightLight;
  552. this.total8.Location = new System.Drawing.Point(364, 129);
  553. this.total8.Margin = new System.Windows.Forms.Padding(2);
  554. this.total8.Name = "total8";
  555. this.total8.ReadOnly = true;
  556. this.total8.Size = new System.Drawing.Size(50, 27);
  557. this.total8.TabIndex = 17;
  558. //
  559. // total7
  560. //
  561. this.total7.BackColor = System.Drawing.SystemColors.ControlLightLight;
  562. this.total7.Location = new System.Drawing.Point(364, 94);
  563. this.total7.Margin = new System.Windows.Forms.Padding(2);
  564. this.total7.Name = "total7";
  565. this.total7.ReadOnly = true;
  566. this.total7.Size = new System.Drawing.Size(50, 27);
  567. this.total7.TabIndex = 16;
  568. //
  569. // total6
  570. //
  571. this.total6.BackColor = System.Drawing.SystemColors.ControlLightLight;
  572. this.total6.Location = new System.Drawing.Point(364, 62);
  573. this.total6.Margin = new System.Windows.Forms.Padding(2);
  574. this.total6.Name = "total6";
  575. this.total6.ReadOnly = true;
  576. this.total6.Size = new System.Drawing.Size(50, 27);
  577. this.total6.TabIndex = 15;
  578. //
  579. // total5
  580. //
  581. this.total5.BackColor = System.Drawing.SystemColors.ControlLightLight;
  582. this.total5.Location = new System.Drawing.Point(364, 26);
  583. this.total5.Margin = new System.Windows.Forms.Padding(2);
  584. this.total5.Name = "total5";
  585. this.total5.ReadOnly = true;
  586. this.total5.Size = new System.Drawing.Size(50, 27);
  587. this.total5.TabIndex = 14;
  588. //
  589. // total4
  590. //
  591. this.total4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  592. this.total4.Location = new System.Drawing.Point(168, 126);
  593. this.total4.Margin = new System.Windows.Forms.Padding(2);
  594. this.total4.Name = "total4";
  595. this.total4.ReadOnly = true;
  596. this.total4.Size = new System.Drawing.Size(50, 27);
  597. this.total4.TabIndex = 13;
  598. //
  599. // total3
  600. //
  601. this.total3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  602. this.total3.Location = new System.Drawing.Point(168, 94);
  603. this.total3.Margin = new System.Windows.Forms.Padding(2);
  604. this.total3.Name = "total3";
  605. this.total3.ReadOnly = true;
  606. this.total3.Size = new System.Drawing.Size(50, 27);
  607. this.total3.TabIndex = 12;
  608. //
  609. // total2
  610. //
  611. this.total2.BackColor = System.Drawing.SystemColors.ControlLightLight;
  612. this.total2.Location = new System.Drawing.Point(168, 62);
  613. this.total2.Margin = new System.Windows.Forms.Padding(2);
  614. this.total2.Name = "total2";
  615. this.total2.ReadOnly = true;
  616. this.total2.Size = new System.Drawing.Size(50, 27);
  617. this.total2.TabIndex = 11;
  618. //
  619. // total1
  620. //
  621. this.total1.BackColor = System.Drawing.SystemColors.ControlLightLight;
  622. this.total1.Location = new System.Drawing.Point(168, 29);
  623. this.total1.Margin = new System.Windows.Forms.Padding(2);
  624. this.total1.Name = "total1";
  625. this.total1.ReadOnly = true;
  626. this.total1.Size = new System.Drawing.Size(50, 27);
  627. this.total1.TabIndex = 10;
  628. //
  629. // label10
  630. //
  631. this.label10.AutoSize = true;
  632. this.label10.Location = new System.Drawing.Point(430, 62);
  633. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  634. this.label10.Name = "label10";
  635. this.label10.Size = new System.Drawing.Size(37, 20);
  636. this.label10.TabIndex = 9;
  637. this.label10.Text = "#10";
  638. //
  639. // label9
  640. //
  641. this.label9.AutoSize = true;
  642. this.label9.Location = new System.Drawing.Point(430, 28);
  643. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  644. this.label9.Name = "label9";
  645. this.label9.Size = new System.Drawing.Size(28, 20);
  646. this.label9.TabIndex = 8;
  647. this.label9.Text = "#9";
  648. //
  649. // label8
  650. //
  651. this.label8.AutoSize = true;
  652. this.label8.Location = new System.Drawing.Point(223, 129);
  653. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  654. this.label8.Name = "label8";
  655. this.label8.Size = new System.Drawing.Size(28, 20);
  656. this.label8.TabIndex = 7;
  657. this.label8.Text = "#8";
  658. //
  659. // label7
  660. //
  661. this.label7.AutoSize = true;
  662. this.label7.Location = new System.Drawing.Point(223, 97);
  663. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  664. this.label7.Name = "label7";
  665. this.label7.Size = new System.Drawing.Size(28, 20);
  666. this.label7.TabIndex = 6;
  667. this.label7.Text = "#7";
  668. //
  669. // label6
  670. //
  671. this.label6.AutoSize = true;
  672. this.label6.Location = new System.Drawing.Point(223, 62);
  673. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  674. this.label6.Name = "label6";
  675. this.label6.Size = new System.Drawing.Size(28, 20);
  676. this.label6.TabIndex = 5;
  677. this.label6.Text = "#6";
  678. //
  679. // label5
  680. //
  681. this.label5.AutoSize = true;
  682. this.label5.Location = new System.Drawing.Point(223, 28);
  683. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  684. this.label5.Name = "label5";
  685. this.label5.Size = new System.Drawing.Size(28, 20);
  686. this.label5.TabIndex = 4;
  687. this.label5.Text = "#5";
  688. //
  689. // label4
  690. //
  691. this.label4.AutoSize = true;
  692. this.label4.Location = new System.Drawing.Point(23, 128);
  693. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  694. this.label4.Name = "label4";
  695. this.label4.Size = new System.Drawing.Size(28, 20);
  696. this.label4.TabIndex = 3;
  697. this.label4.Text = "#4";
  698. //
  699. // label3
  700. //
  701. this.label3.AutoSize = true;
  702. this.label3.Location = new System.Drawing.Point(23, 97);
  703. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  704. this.label3.Name = "label3";
  705. this.label3.Size = new System.Drawing.Size(28, 20);
  706. this.label3.TabIndex = 2;
  707. this.label3.Text = "#3";
  708. //
  709. // label2
  710. //
  711. this.label2.AutoSize = true;
  712. this.label2.Location = new System.Drawing.Point(23, 65);
  713. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  714. this.label2.Name = "label2";
  715. this.label2.Size = new System.Drawing.Size(28, 20);
  716. this.label2.TabIndex = 1;
  717. this.label2.Text = "#2";
  718. //
  719. // label1
  720. //
  721. this.label1.AutoSize = true;
  722. this.label1.Location = new System.Drawing.Point(23, 31);
  723. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  724. this.label1.Name = "label1";
  725. this.label1.Size = new System.Drawing.Size(28, 20);
  726. this.label1.TabIndex = 0;
  727. this.label1.Text = "#1";
  728. //
  729. // textBox1
  730. //
  731. this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  732. | System.Windows.Forms.AnchorStyles.Right)));
  733. this.textBox1.BackColor = System.Drawing.SystemColors.ControlLightLight;
  734. this.textBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  735. this.textBox1.Location = new System.Drawing.Point(10, 283);
  736. this.textBox1.Margin = new System.Windows.Forms.Padding(2);
  737. this.textBox1.Multiline = true;
  738. this.textBox1.Name = "textBox1";
  739. this.textBox1.ReadOnly = true;
  740. this.textBox1.Size = new System.Drawing.Size(1025, 91);
  741. this.textBox1.TabIndex = 10;
  742. //
  743. // Form_Alarm
  744. //
  745. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  746. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  747. this.BackColor = System.Drawing.Color.White;
  748. this.ClientSize = new System.Drawing.Size(1044, 561);
  749. this.Controls.Add(this.textBox1);
  750. this.Controls.Add(this.groupBox1);
  751. this.Controls.Add(this.groupBox3);
  752. this.Controls.Add(this.dataGridView);
  753. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  754. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  755. this.Name = "Form_Alarm";
  756. this.Load += new System.EventHandler(this.Form_Alarm_Load);
  757. this.groupBox3.ResumeLayout(false);
  758. this.groupBox3.PerformLayout();
  759. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  760. this.groupBox1.ResumeLayout(false);
  761. this.groupBox1.PerformLayout();
  762. this.ResumeLayout(false);
  763. this.PerformLayout();
  764. }
  765. #endregion
  766. private System.Windows.Forms.GroupBox groupBox3;
  767. private System.Windows.Forms.ComboBox equipment;
  768. private System.Windows.Forms.Button BeginQuery;
  769. private System.Windows.Forms.Label shebei;
  770. private System.Windows.Forms.ComboBox dataBaseName;
  771. private System.Windows.Forms.Label db;
  772. private System.Windows.Forms.DataGridView dataGridView;
  773. private System.Windows.Forms.GroupBox groupBox1;
  774. private System.Windows.Forms.Label label1;
  775. private System.Windows.Forms.TextBox total10;
  776. private System.Windows.Forms.TextBox total9;
  777. private System.Windows.Forms.TextBox total8;
  778. private System.Windows.Forms.TextBox total7;
  779. private System.Windows.Forms.TextBox total6;
  780. private System.Windows.Forms.TextBox total5;
  781. private System.Windows.Forms.TextBox total4;
  782. private System.Windows.Forms.TextBox total3;
  783. private System.Windows.Forms.TextBox total2;
  784. private System.Windows.Forms.TextBox total1;
  785. private System.Windows.Forms.Label label10;
  786. private System.Windows.Forms.Label label9;
  787. private System.Windows.Forms.Label label8;
  788. private System.Windows.Forms.Label label7;
  789. private System.Windows.Forms.Label label6;
  790. private System.Windows.Forms.Label label5;
  791. private System.Windows.Forms.Label label4;
  792. private System.Windows.Forms.Label label3;
  793. private System.Windows.Forms.Label label2;
  794. private System.Windows.Forms.ComboBox dataTableName;
  795. private System.Windows.Forms.Label dataType;
  796. private System.Windows.Forms.Label end;
  797. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  798. private System.Windows.Forms.Label start;
  799. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  800. private System.Windows.Forms.TextBox total12;
  801. private System.Windows.Forms.TextBox total11;
  802. private System.Windows.Forms.Label label12;
  803. private System.Windows.Forms.Label label11;
  804. private System.Windows.Forms.TextBox textBox1;
  805. private System.Windows.Forms.Label labelSendStatus;
  806. private System.Windows.Forms.ComboBox comboBoxSendStatus;
  807. private System.Windows.Forms.Button buttonSendMES;
  808. private System.Windows.Forms.TextBox total14;
  809. private System.Windows.Forms.TextBox total13;
  810. private System.Windows.Forms.Label label13;
  811. private System.Windows.Forms.Label label14;
  812. private System.Windows.Forms.TextBox total15;
  813. private System.Windows.Forms.Label label15;
  814. private System.Windows.Forms.Label gongxu;
  815. private System.Windows.Forms.ComboBox station;
  816. private System.Windows.Forms.TextBox total16;
  817. private System.Windows.Forms.Label label16;
  818. private System.Windows.Forms.Button btnOutExcel;
  819. }
  820. }