CNAS取数仪器端升级
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

frmHistory.Designer.cs 48KB

4 달 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926
  1. namespace CNAS_BalanceClient
  2. {
  3. partial class frmHistory
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHistory));
  33. this.pnlAll = new System.Windows.Forms.Panel();
  34. this.pnlCenter = new System.Windows.Forms.Panel();
  35. this.pnlCenterBody = new System.Windows.Forms.Panel();
  36. this.dgvShuiFen = new System.Windows.Forms.DataGridView();
  37. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Mad = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dgvHuiFen = new System.Windows.Forms.DataGridView();
  52. this.ID3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.DecrementValue2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.AAD = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dgvHuiFaFen = new System.Windows.Forms.DataGridView();
  67. this.ID4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.VR = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.MAD2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.VAD = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.dgvQuanShuiFen = new System.Windows.Forms.DataGridView();
  82. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.Sample_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.Instrument_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.Crucible_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.Empty_Crucible_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.Sample_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.AddSample_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.Drying_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.SecondDrying_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.ThirdDrying_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.Mt = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.Auto_Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.pnlCenterTop = new System.Windows.Forms.Panel();
  96. this.btnFind = new System.Windows.Forms.Button();
  97. this.txtCode = new System.Windows.Forms.TextBox();
  98. this.label3 = new System.Windows.Forms.Label();
  99. this.comType = new System.Windows.Forms.ComboBox();
  100. this.label2 = new System.Windows.Forms.Label();
  101. this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
  102. this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
  103. this.label1 = new System.Windows.Forms.Label();
  104. this.pnlBottom = new System.Windows.Forms.Panel();
  105. this.pnlRight = new System.Windows.Forms.Panel();
  106. this.pnlLeft = new System.Windows.Forms.Panel();
  107. this.pnlTop = new System.Windows.Forms.Panel();
  108. this.pnlAll.SuspendLayout();
  109. this.pnlCenter.SuspendLayout();
  110. this.pnlCenterBody.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.dgvShuiFen)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.dgvHuiFen)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.dgvHuiFaFen)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.dgvQuanShuiFen)).BeginInit();
  115. this.pnlCenterTop.SuspendLayout();
  116. this.SuspendLayout();
  117. //
  118. // pnlAll
  119. //
  120. this.pnlAll.Controls.Add(this.pnlCenter);
  121. this.pnlAll.Controls.Add(this.pnlBottom);
  122. this.pnlAll.Controls.Add(this.pnlRight);
  123. this.pnlAll.Controls.Add(this.pnlLeft);
  124. this.pnlAll.Controls.Add(this.pnlTop);
  125. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  127. this.pnlAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  128. this.pnlAll.Name = "pnlAll";
  129. this.pnlAll.Size = new System.Drawing.Size(919, 558);
  130. this.pnlAll.TabIndex = 0;
  131. //
  132. // pnlCenter
  133. //
  134. this.pnlCenter.Controls.Add(this.pnlCenterBody);
  135. this.pnlCenter.Controls.Add(this.pnlCenterTop);
  136. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.pnlCenter.Location = new System.Drawing.Point(10, 10);
  138. this.pnlCenter.Name = "pnlCenter";
  139. this.pnlCenter.Size = new System.Drawing.Size(899, 538);
  140. this.pnlCenter.TabIndex = 4;
  141. //
  142. // pnlCenterBody
  143. //
  144. this.pnlCenterBody.Controls.Add(this.dgvShuiFen);
  145. this.pnlCenterBody.Controls.Add(this.dgvHuiFen);
  146. this.pnlCenterBody.Controls.Add(this.dgvHuiFaFen);
  147. this.pnlCenterBody.Controls.Add(this.dgvQuanShuiFen);
  148. this.pnlCenterBody.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.pnlCenterBody.Location = new System.Drawing.Point(0, 48);
  150. this.pnlCenterBody.Name = "pnlCenterBody";
  151. this.pnlCenterBody.Size = new System.Drawing.Size(899, 490);
  152. this.pnlCenterBody.TabIndex = 1;
  153. //
  154. // dgvShuiFen
  155. //
  156. this.dgvShuiFen.AllowUserToAddRows = false;
  157. this.dgvShuiFen.BackgroundColor = System.Drawing.Color.White;
  158. this.dgvShuiFen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  159. this.dgvShuiFen.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  160. this.dataGridViewTextBoxColumn1,
  161. this.dataGridViewTextBoxColumn2,
  162. this.dataGridViewTextBoxColumn3,
  163. this.dataGridViewTextBoxColumn4,
  164. this.dataGridViewTextBoxColumn5,
  165. this.dataGridViewTextBoxColumn6,
  166. this.dataGridViewTextBoxColumn7,
  167. this.dataGridViewTextBoxColumn8,
  168. this.dataGridViewTextBoxColumn9,
  169. this.dataGridViewTextBoxColumn10,
  170. this.Column9,
  171. this.Mad,
  172. this.dataGridViewTextBoxColumn12,
  173. this.Column1});
  174. this.dgvShuiFen.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.dgvShuiFen.Location = new System.Drawing.Point(0, 0);
  176. this.dgvShuiFen.Name = "dgvShuiFen";
  177. this.dgvShuiFen.ReadOnly = true;
  178. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.DimGray;
  179. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
  180. this.dgvShuiFen.RowsDefaultCellStyle = dataGridViewCellStyle1;
  181. this.dgvShuiFen.RowTemplate.Height = 23;
  182. this.dgvShuiFen.Size = new System.Drawing.Size(899, 490);
  183. this.dgvShuiFen.TabIndex = 5;
  184. //
  185. // dataGridViewTextBoxColumn1
  186. //
  187. this.dataGridViewTextBoxColumn1.DataPropertyName = "GUID";
  188. this.dataGridViewTextBoxColumn1.HeaderText = "编号";
  189. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  190. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  191. this.dataGridViewTextBoxColumn1.Visible = false;
  192. this.dataGridViewTextBoxColumn1.Width = 55;
  193. //
  194. // dataGridViewTextBoxColumn2
  195. //
  196. this.dataGridViewTextBoxColumn2.DataPropertyName = "Sample_Number";
  197. this.dataGridViewTextBoxColumn2.HeaderText = "样品编号";
  198. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  199. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  200. //
  201. // dataGridViewTextBoxColumn3
  202. //
  203. this.dataGridViewTextBoxColumn3.DataPropertyName = "Instrument_Number";
  204. this.dataGridViewTextBoxColumn3.HeaderText = "仪器编号";
  205. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  206. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  207. //
  208. // dataGridViewTextBoxColumn4
  209. //
  210. this.dataGridViewTextBoxColumn4.DataPropertyName = "Crucible_Number";
  211. this.dataGridViewTextBoxColumn4.HeaderText = "坩埚号";
  212. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  213. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  214. //
  215. // dataGridViewTextBoxColumn5
  216. //
  217. this.dataGridViewTextBoxColumn5.DataPropertyName = "Empty_Crucible_Weight";
  218. this.dataGridViewTextBoxColumn5.HeaderText = "空坩埚重(g)";
  219. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  220. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  221. //
  222. // dataGridViewTextBoxColumn6
  223. //
  224. this.dataGridViewTextBoxColumn6.DataPropertyName = "Sample_Weight";
  225. this.dataGridViewTextBoxColumn6.HeaderText = "样重(g)";
  226. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  227. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  228. this.dataGridViewTextBoxColumn6.Width = 80;
  229. //
  230. // dataGridViewTextBoxColumn7
  231. //
  232. this.dataGridViewTextBoxColumn7.DataPropertyName = "AddSample_Weight";
  233. this.dataGridViewTextBoxColumn7.HeaderText = "加样重(g)";
  234. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  235. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  236. this.dataGridViewTextBoxColumn7.Width = 90;
  237. //
  238. // dataGridViewTextBoxColumn8
  239. //
  240. this.dataGridViewTextBoxColumn8.DataPropertyName = "Drying_Weight";
  241. this.dataGridViewTextBoxColumn8.HeaderText = "烘干重(g)";
  242. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  243. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  244. this.dataGridViewTextBoxColumn8.Width = 90;
  245. //
  246. // dataGridViewTextBoxColumn9
  247. //
  248. this.dataGridViewTextBoxColumn9.DataPropertyName = "SecondDrying_Weight";
  249. this.dataGridViewTextBoxColumn9.HeaderText = "二次烘干重(g)";
  250. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  251. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  252. this.dataGridViewTextBoxColumn9.Width = 120;
  253. //
  254. // dataGridViewTextBoxColumn10
  255. //
  256. this.dataGridViewTextBoxColumn10.DataPropertyName = "ThirdDrying_Weight";
  257. this.dataGridViewTextBoxColumn10.HeaderText = "三次烘干重(g)";
  258. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  259. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  260. this.dataGridViewTextBoxColumn10.Width = 120;
  261. //
  262. // Column9
  263. //
  264. this.Column9.DataPropertyName = "DecrementValue";
  265. this.Column9.HeaderText = "减量";
  266. this.Column9.Name = "Column9";
  267. this.Column9.ReadOnly = true;
  268. //
  269. // Mad
  270. //
  271. this.Mad.DataPropertyName = "Mad";
  272. this.Mad.HeaderText = "Mad(%)";
  273. this.Mad.Name = "Mad";
  274. this.Mad.ReadOnly = true;
  275. this.Mad.Width = 50;
  276. //
  277. // dataGridViewTextBoxColumn12
  278. //
  279. this.dataGridViewTextBoxColumn12.DataPropertyName = "Auto_Code";
  280. this.dataGridViewTextBoxColumn12.HeaderText = "自动编号";
  281. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  282. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  283. //
  284. // Column1
  285. //
  286. this.Column1.DataPropertyName = "OperaDateTime";
  287. this.Column1.HeaderText = "称量日期";
  288. this.Column1.Name = "Column1";
  289. this.Column1.ReadOnly = true;
  290. this.Column1.Width = 150;
  291. //
  292. // dgvHuiFen
  293. //
  294. this.dgvHuiFen.AllowUserToAddRows = false;
  295. this.dgvHuiFen.BackgroundColor = System.Drawing.Color.White;
  296. this.dgvHuiFen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  297. this.dgvHuiFen.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  298. this.ID3,
  299. this.dataGridViewTextBoxColumn14,
  300. this.dataGridViewTextBoxColumn15,
  301. this.dataGridViewTextBoxColumn16,
  302. this.dataGridViewTextBoxColumn17,
  303. this.dataGridViewTextBoxColumn18,
  304. this.dataGridViewTextBoxColumn19,
  305. this.dataGridViewTextBoxColumn20,
  306. this.dataGridViewTextBoxColumn21,
  307. this.dataGridViewTextBoxColumn22,
  308. this.DecrementValue2,
  309. this.AAD,
  310. this.Column17,
  311. this.dataGridViewTextBoxColumn11});
  312. this.dgvHuiFen.Dock = System.Windows.Forms.DockStyle.Fill;
  313. this.dgvHuiFen.Location = new System.Drawing.Point(0, 0);
  314. this.dgvHuiFen.Name = "dgvHuiFen";
  315. this.dgvHuiFen.ReadOnly = true;
  316. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.DimGray;
  317. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
  318. this.dgvHuiFen.RowsDefaultCellStyle = dataGridViewCellStyle2;
  319. this.dgvHuiFen.RowTemplate.Height = 23;
  320. this.dgvHuiFen.Size = new System.Drawing.Size(899, 490);
  321. this.dgvHuiFen.TabIndex = 4;
  322. //
  323. // ID3
  324. //
  325. this.ID3.DataPropertyName = "GUID";
  326. this.ID3.HeaderText = "编号";
  327. this.ID3.Name = "ID3";
  328. this.ID3.ReadOnly = true;
  329. this.ID3.Visible = false;
  330. this.ID3.Width = 55;
  331. //
  332. // dataGridViewTextBoxColumn14
  333. //
  334. this.dataGridViewTextBoxColumn14.DataPropertyName = "Sample_Number";
  335. this.dataGridViewTextBoxColumn14.HeaderText = "样品编号";
  336. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  337. this.dataGridViewTextBoxColumn14.ReadOnly = true;
  338. //
  339. // dataGridViewTextBoxColumn15
  340. //
  341. this.dataGridViewTextBoxColumn15.DataPropertyName = "Instrument_Number";
  342. this.dataGridViewTextBoxColumn15.HeaderText = "仪器编号";
  343. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  344. this.dataGridViewTextBoxColumn15.ReadOnly = true;
  345. //
  346. // dataGridViewTextBoxColumn16
  347. //
  348. this.dataGridViewTextBoxColumn16.DataPropertyName = "Crucible_Number";
  349. this.dataGridViewTextBoxColumn16.HeaderText = "坩埚号";
  350. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  351. this.dataGridViewTextBoxColumn16.ReadOnly = true;
  352. //
  353. // dataGridViewTextBoxColumn17
  354. //
  355. this.dataGridViewTextBoxColumn17.DataPropertyName = "Empty_Crucible_Weight";
  356. this.dataGridViewTextBoxColumn17.HeaderText = "空坩埚重(g)";
  357. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  358. this.dataGridViewTextBoxColumn17.ReadOnly = true;
  359. //
  360. // dataGridViewTextBoxColumn18
  361. //
  362. this.dataGridViewTextBoxColumn18.DataPropertyName = "Sample_Weight";
  363. this.dataGridViewTextBoxColumn18.HeaderText = "样重(g)";
  364. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  365. this.dataGridViewTextBoxColumn18.ReadOnly = true;
  366. this.dataGridViewTextBoxColumn18.Width = 80;
  367. //
  368. // dataGridViewTextBoxColumn19
  369. //
  370. this.dataGridViewTextBoxColumn19.DataPropertyName = "AddSample_Weight";
  371. this.dataGridViewTextBoxColumn19.HeaderText = "加样重(g)";
  372. this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
  373. this.dataGridViewTextBoxColumn19.ReadOnly = true;
  374. this.dataGridViewTextBoxColumn19.Width = 90;
  375. //
  376. // dataGridViewTextBoxColumn20
  377. //
  378. this.dataGridViewTextBoxColumn20.DataPropertyName = "BurningResidue_Weight";
  379. this.dataGridViewTextBoxColumn20.HeaderText = "烧残重(g)";
  380. this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
  381. this.dataGridViewTextBoxColumn20.ReadOnly = true;
  382. this.dataGridViewTextBoxColumn20.Width = 90;
  383. //
  384. // dataGridViewTextBoxColumn21
  385. //
  386. this.dataGridViewTextBoxColumn21.DataPropertyName = "SecondBurningResidue_Weight";
  387. this.dataGridViewTextBoxColumn21.HeaderText = "二次灼烧残重(g)";
  388. this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
  389. this.dataGridViewTextBoxColumn21.ReadOnly = true;
  390. this.dataGridViewTextBoxColumn21.Width = 120;
  391. //
  392. // dataGridViewTextBoxColumn22
  393. //
  394. this.dataGridViewTextBoxColumn22.DataPropertyName = "ThirdBurningResidue_Weight";
  395. this.dataGridViewTextBoxColumn22.HeaderText = "三次灼烧重(g)";
  396. this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
  397. this.dataGridViewTextBoxColumn22.ReadOnly = true;
  398. this.dataGridViewTextBoxColumn22.Width = 120;
  399. //
  400. // DecrementValue2
  401. //
  402. this.DecrementValue2.DataPropertyName = "DecrementValue";
  403. this.DecrementValue2.HeaderText = "减量";
  404. this.DecrementValue2.Name = "DecrementValue2";
  405. this.DecrementValue2.ReadOnly = true;
  406. //
  407. // AAD
  408. //
  409. this.AAD.DataPropertyName = "AAD";
  410. this.AAD.HeaderText = "Aad(%)";
  411. this.AAD.Name = "AAD";
  412. this.AAD.ReadOnly = true;
  413. //
  414. // Column17
  415. //
  416. this.Column17.DataPropertyName = "Auto_Code";
  417. this.Column17.HeaderText = "自动编号";
  418. this.Column17.Name = "Column17";
  419. this.Column17.ReadOnly = true;
  420. //
  421. // dataGridViewTextBoxColumn11
  422. //
  423. this.dataGridViewTextBoxColumn11.DataPropertyName = "OperaDateTime";
  424. this.dataGridViewTextBoxColumn11.HeaderText = "称量日期";
  425. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  426. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  427. this.dataGridViewTextBoxColumn11.Width = 150;
  428. //
  429. // dgvHuiFaFen
  430. //
  431. this.dgvHuiFaFen.AllowUserToAddRows = false;
  432. this.dgvHuiFaFen.BackgroundColor = System.Drawing.Color.White;
  433. this.dgvHuiFaFen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  434. this.dgvHuiFaFen.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  435. this.ID4,
  436. this.dataGridViewTextBoxColumn24,
  437. this.dataGridViewTextBoxColumn25,
  438. this.dataGridViewTextBoxColumn26,
  439. this.dataGridViewTextBoxColumn27,
  440. this.dataGridViewTextBoxColumn28,
  441. this.dataGridViewTextBoxColumn29,
  442. this.dataGridViewTextBoxColumn30,
  443. this.VR,
  444. this.MAD2,
  445. this.VAD,
  446. this.Column13,
  447. this.Column14,
  448. this.dataGridViewTextBoxColumn13});
  449. this.dgvHuiFaFen.Dock = System.Windows.Forms.DockStyle.Fill;
  450. this.dgvHuiFaFen.Location = new System.Drawing.Point(0, 0);
  451. this.dgvHuiFaFen.Name = "dgvHuiFaFen";
  452. this.dgvHuiFaFen.ReadOnly = true;
  453. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DimGray;
  454. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
  455. this.dgvHuiFaFen.RowsDefaultCellStyle = dataGridViewCellStyle3;
  456. this.dgvHuiFaFen.RowTemplate.Height = 23;
  457. this.dgvHuiFaFen.Size = new System.Drawing.Size(899, 490);
  458. this.dgvHuiFaFen.TabIndex = 3;
  459. //
  460. // ID4
  461. //
  462. this.ID4.DataPropertyName = "GUID";
  463. this.ID4.HeaderText = "编号";
  464. this.ID4.Name = "ID4";
  465. this.ID4.ReadOnly = true;
  466. this.ID4.Visible = false;
  467. this.ID4.Width = 55;
  468. //
  469. // dataGridViewTextBoxColumn24
  470. //
  471. this.dataGridViewTextBoxColumn24.DataPropertyName = "Sample_Number";
  472. this.dataGridViewTextBoxColumn24.HeaderText = "样品编号";
  473. this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
  474. this.dataGridViewTextBoxColumn24.ReadOnly = true;
  475. //
  476. // dataGridViewTextBoxColumn25
  477. //
  478. this.dataGridViewTextBoxColumn25.DataPropertyName = "Instrument_Number";
  479. this.dataGridViewTextBoxColumn25.HeaderText = "仪器编号";
  480. this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25";
  481. this.dataGridViewTextBoxColumn25.ReadOnly = true;
  482. //
  483. // dataGridViewTextBoxColumn26
  484. //
  485. this.dataGridViewTextBoxColumn26.DataPropertyName = "Crucible_Number";
  486. this.dataGridViewTextBoxColumn26.HeaderText = "坩埚号";
  487. this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26";
  488. this.dataGridViewTextBoxColumn26.ReadOnly = true;
  489. //
  490. // dataGridViewTextBoxColumn27
  491. //
  492. this.dataGridViewTextBoxColumn27.DataPropertyName = "Empty_Crucible_Weight";
  493. this.dataGridViewTextBoxColumn27.HeaderText = "空坩埚重(g)";
  494. this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";
  495. this.dataGridViewTextBoxColumn27.ReadOnly = true;
  496. //
  497. // dataGridViewTextBoxColumn28
  498. //
  499. this.dataGridViewTextBoxColumn28.DataPropertyName = "Sample_Weight";
  500. this.dataGridViewTextBoxColumn28.HeaderText = "样重(g)";
  501. this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28";
  502. this.dataGridViewTextBoxColumn28.ReadOnly = true;
  503. this.dataGridViewTextBoxColumn28.Width = 80;
  504. //
  505. // dataGridViewTextBoxColumn29
  506. //
  507. this.dataGridViewTextBoxColumn29.DataPropertyName = "AddSample_Weight";
  508. this.dataGridViewTextBoxColumn29.HeaderText = "加样重(g)";
  509. this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29";
  510. this.dataGridViewTextBoxColumn29.ReadOnly = true;
  511. this.dataGridViewTextBoxColumn29.Width = 90;
  512. //
  513. // dataGridViewTextBoxColumn30
  514. //
  515. this.dataGridViewTextBoxColumn30.DataPropertyName = "Drying_Weight";
  516. this.dataGridViewTextBoxColumn30.HeaderText = "烧残重(g)";
  517. this.dataGridViewTextBoxColumn30.Name = "dataGridViewTextBoxColumn30";
  518. this.dataGridViewTextBoxColumn30.ReadOnly = true;
  519. this.dataGridViewTextBoxColumn30.Width = 90;
  520. //
  521. // VR
  522. //
  523. this.VR.DataPropertyName = "VR";
  524. this.VR.HeaderText = "Vr(%)";
  525. this.VR.Name = "VR";
  526. this.VR.ReadOnly = true;
  527. //
  528. // MAD2
  529. //
  530. this.MAD2.DataPropertyName = "MAD";
  531. this.MAD2.HeaderText = "Mad(%)";
  532. this.MAD2.Name = "MAD2";
  533. this.MAD2.ReadOnly = true;
  534. //
  535. // VAD
  536. //
  537. this.VAD.DataPropertyName = "VAD";
  538. this.VAD.HeaderText = "Vad(%)";
  539. this.VAD.Name = "VAD";
  540. this.VAD.ReadOnly = true;
  541. //
  542. // Column13
  543. //
  544. this.Column13.DataPropertyName = "Cinder_Characteristics";
  545. this.Column13.HeaderText = "焦渣特征";
  546. this.Column13.Name = "Column13";
  547. this.Column13.ReadOnly = true;
  548. //
  549. // Column14
  550. //
  551. this.Column14.DataPropertyName = "Auto_Code";
  552. this.Column14.HeaderText = "自动编号";
  553. this.Column14.Name = "Column14";
  554. this.Column14.ReadOnly = true;
  555. //
  556. // dataGridViewTextBoxColumn13
  557. //
  558. this.dataGridViewTextBoxColumn13.DataPropertyName = "OperaDateTime";
  559. this.dataGridViewTextBoxColumn13.HeaderText = "称量日期";
  560. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  561. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  562. this.dataGridViewTextBoxColumn13.Width = 150;
  563. //
  564. // dgvQuanShuiFen
  565. //
  566. this.dgvQuanShuiFen.AllowUserToAddRows = false;
  567. this.dgvQuanShuiFen.BackgroundColor = System.Drawing.Color.White;
  568. this.dgvQuanShuiFen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  569. this.dgvQuanShuiFen.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  570. this.ID,
  571. this.Sample_Number,
  572. this.Instrument_Number,
  573. this.Crucible_Number,
  574. this.Empty_Crucible_Weight,
  575. this.Sample_Weight,
  576. this.AddSample_Weight,
  577. this.Drying_Weight,
  578. this.SecondDrying_Weight,
  579. this.ThirdDrying_Weight,
  580. this.Mt,
  581. this.Auto_Code,
  582. this.Column2});
  583. this.dgvQuanShuiFen.Dock = System.Windows.Forms.DockStyle.Fill;
  584. this.dgvQuanShuiFen.Location = new System.Drawing.Point(0, 0);
  585. this.dgvQuanShuiFen.Name = "dgvQuanShuiFen";
  586. this.dgvQuanShuiFen.ReadOnly = true;
  587. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DimGray;
  588. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
  589. this.dgvQuanShuiFen.RowsDefaultCellStyle = dataGridViewCellStyle4;
  590. this.dgvQuanShuiFen.RowTemplate.Height = 23;
  591. this.dgvQuanShuiFen.Size = new System.Drawing.Size(899, 490);
  592. this.dgvQuanShuiFen.TabIndex = 1;
  593. //
  594. // ID
  595. //
  596. this.ID.DataPropertyName = "GUID";
  597. this.ID.HeaderText = "编号";
  598. this.ID.Name = "ID";
  599. this.ID.ReadOnly = true;
  600. this.ID.Visible = false;
  601. this.ID.Width = 55;
  602. //
  603. // Sample_Number
  604. //
  605. this.Sample_Number.DataPropertyName = "Sample_Number";
  606. this.Sample_Number.HeaderText = "样品编号";
  607. this.Sample_Number.Name = "Sample_Number";
  608. this.Sample_Number.ReadOnly = true;
  609. //
  610. // Instrument_Number
  611. //
  612. this.Instrument_Number.DataPropertyName = "Instrument_Number";
  613. this.Instrument_Number.HeaderText = "仪器编号";
  614. this.Instrument_Number.Name = "Instrument_Number";
  615. this.Instrument_Number.ReadOnly = true;
  616. //
  617. // Crucible_Number
  618. //
  619. this.Crucible_Number.DataPropertyName = "Crucible_Number";
  620. this.Crucible_Number.HeaderText = "坩埚号";
  621. this.Crucible_Number.Name = "Crucible_Number";
  622. this.Crucible_Number.ReadOnly = true;
  623. //
  624. // Empty_Crucible_Weight
  625. //
  626. this.Empty_Crucible_Weight.DataPropertyName = "Empty_Crucible_Weight";
  627. this.Empty_Crucible_Weight.HeaderText = "空坩埚重(g)";
  628. this.Empty_Crucible_Weight.Name = "Empty_Crucible_Weight";
  629. this.Empty_Crucible_Weight.ReadOnly = true;
  630. //
  631. // Sample_Weight
  632. //
  633. this.Sample_Weight.DataPropertyName = "Sample_Weight";
  634. this.Sample_Weight.HeaderText = "样重(g)";
  635. this.Sample_Weight.Name = "Sample_Weight";
  636. this.Sample_Weight.ReadOnly = true;
  637. this.Sample_Weight.Width = 80;
  638. //
  639. // AddSample_Weight
  640. //
  641. this.AddSample_Weight.DataPropertyName = "AddSample_Weight";
  642. this.AddSample_Weight.HeaderText = "加样重(g)";
  643. this.AddSample_Weight.Name = "AddSample_Weight";
  644. this.AddSample_Weight.ReadOnly = true;
  645. this.AddSample_Weight.Width = 90;
  646. //
  647. // Drying_Weight
  648. //
  649. this.Drying_Weight.DataPropertyName = "Drying_Weight";
  650. this.Drying_Weight.HeaderText = "烘干重(g)";
  651. this.Drying_Weight.Name = "Drying_Weight";
  652. this.Drying_Weight.ReadOnly = true;
  653. this.Drying_Weight.Width = 90;
  654. //
  655. // SecondDrying_Weight
  656. //
  657. this.SecondDrying_Weight.DataPropertyName = "SecondDrying_Weight";
  658. this.SecondDrying_Weight.HeaderText = "二次烘干重(g)";
  659. this.SecondDrying_Weight.Name = "SecondDrying_Weight";
  660. this.SecondDrying_Weight.ReadOnly = true;
  661. this.SecondDrying_Weight.Width = 120;
  662. //
  663. // ThirdDrying_Weight
  664. //
  665. this.ThirdDrying_Weight.DataPropertyName = "ThirdDrying_Weight";
  666. this.ThirdDrying_Weight.HeaderText = "三次烘干重(g)";
  667. this.ThirdDrying_Weight.Name = "ThirdDrying_Weight";
  668. this.ThirdDrying_Weight.ReadOnly = true;
  669. this.ThirdDrying_Weight.Width = 120;
  670. //
  671. // Mt
  672. //
  673. this.Mt.DataPropertyName = "Mt";
  674. this.Mt.HeaderText = "Mt(%)";
  675. this.Mt.Name = "Mt";
  676. this.Mt.ReadOnly = true;
  677. this.Mt.Width = 50;
  678. //
  679. // Auto_Code
  680. //
  681. this.Auto_Code.DataPropertyName = "Auto_Code";
  682. this.Auto_Code.HeaderText = "自动编号";
  683. this.Auto_Code.Name = "Auto_Code";
  684. this.Auto_Code.ReadOnly = true;
  685. //
  686. // Column2
  687. //
  688. this.Column2.DataPropertyName = "OperaDateTime";
  689. this.Column2.HeaderText = "称量日期";
  690. this.Column2.Name = "Column2";
  691. this.Column2.ReadOnly = true;
  692. this.Column2.Width = 150;
  693. //
  694. // pnlCenterTop
  695. //
  696. this.pnlCenterTop.Controls.Add(this.btnFind);
  697. this.pnlCenterTop.Controls.Add(this.txtCode);
  698. this.pnlCenterTop.Controls.Add(this.label3);
  699. this.pnlCenterTop.Controls.Add(this.comType);
  700. this.pnlCenterTop.Controls.Add(this.label2);
  701. this.pnlCenterTop.Controls.Add(this.dtpEndDate);
  702. this.pnlCenterTop.Controls.Add(this.dtpStartTime);
  703. this.pnlCenterTop.Controls.Add(this.label1);
  704. this.pnlCenterTop.Dock = System.Windows.Forms.DockStyle.Top;
  705. this.pnlCenterTop.Location = new System.Drawing.Point(0, 0);
  706. this.pnlCenterTop.Name = "pnlCenterTop";
  707. this.pnlCenterTop.Size = new System.Drawing.Size(899, 48);
  708. this.pnlCenterTop.TabIndex = 0;
  709. //
  710. // btnFind
  711. //
  712. this.btnFind.Location = new System.Drawing.Point(808, 12);
  713. this.btnFind.Name = "btnFind";
  714. this.btnFind.Size = new System.Drawing.Size(75, 25);
  715. this.btnFind.TabIndex = 10;
  716. this.btnFind.Text = "查询";
  717. this.btnFind.UseVisualStyleBackColor = true;
  718. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  719. //
  720. // txtCode
  721. //
  722. this.txtCode.Location = new System.Drawing.Point(593, 13);
  723. this.txtCode.Name = "txtCode";
  724. this.txtCode.Size = new System.Drawing.Size(173, 23);
  725. this.txtCode.TabIndex = 6;
  726. //
  727. // label3
  728. //
  729. this.label3.AutoSize = true;
  730. this.label3.Location = new System.Drawing.Point(530, 16);
  731. this.label3.Name = "label3";
  732. this.label3.Size = new System.Drawing.Size(56, 17);
  733. this.label3.TabIndex = 5;
  734. this.label3.Text = "样品编码";
  735. //
  736. // comType
  737. //
  738. this.comType.FormattingEnabled = true;
  739. this.comType.Items.AddRange(new object[] {
  740. "全水分",
  741. "水分",
  742. "灰分",
  743. "挥发分"});
  744. this.comType.Location = new System.Drawing.Point(398, 11);
  745. this.comType.Name = "comType";
  746. this.comType.Size = new System.Drawing.Size(121, 25);
  747. this.comType.TabIndex = 4;
  748. this.comType.SelectedValueChanged += new System.EventHandler(this.comType_SelectedValueChanged);
  749. //
  750. // label2
  751. //
  752. this.label2.AutoSize = true;
  753. this.label2.Location = new System.Drawing.Point(359, 15);
  754. this.label2.Name = "label2";
  755. this.label2.Size = new System.Drawing.Size(32, 17);
  756. this.label2.TabIndex = 3;
  757. this.label2.Text = "类型";
  758. //
  759. // dtpEndDate
  760. //
  761. this.dtpEndDate.CustomFormat = "yyyy-MM-dd HH:mm";
  762. this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  763. this.dtpEndDate.Location = new System.Drawing.Point(212, 11);
  764. this.dtpEndDate.Name = "dtpEndDate";
  765. this.dtpEndDate.Size = new System.Drawing.Size(139, 23);
  766. this.dtpEndDate.TabIndex = 2;
  767. //
  768. // dtpStartTime
  769. //
  770. this.dtpStartTime.CustomFormat = "yyyy-MM-dd HH:mm";
  771. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  772. this.dtpStartTime.Location = new System.Drawing.Point(69, 11);
  773. this.dtpStartTime.Name = "dtpStartTime";
  774. this.dtpStartTime.Size = new System.Drawing.Size(139, 23);
  775. this.dtpStartTime.TabIndex = 1;
  776. //
  777. // label1
  778. //
  779. this.label1.AutoSize = true;
  780. this.label1.Location = new System.Drawing.Point(6, 15);
  781. this.label1.Name = "label1";
  782. this.label1.Size = new System.Drawing.Size(56, 17);
  783. this.label1.TabIndex = 0;
  784. this.label1.Text = "称量日期";
  785. //
  786. // pnlBottom
  787. //
  788. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  789. this.pnlBottom.Location = new System.Drawing.Point(10, 548);
  790. this.pnlBottom.Name = "pnlBottom";
  791. this.pnlBottom.Size = new System.Drawing.Size(899, 10);
  792. this.pnlBottom.TabIndex = 3;
  793. //
  794. // pnlRight
  795. //
  796. this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
  797. this.pnlRight.Location = new System.Drawing.Point(909, 10);
  798. this.pnlRight.Name = "pnlRight";
  799. this.pnlRight.Size = new System.Drawing.Size(10, 548);
  800. this.pnlRight.TabIndex = 2;
  801. //
  802. // pnlLeft
  803. //
  804. this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  805. this.pnlLeft.Location = new System.Drawing.Point(0, 10);
  806. this.pnlLeft.Name = "pnlLeft";
  807. this.pnlLeft.Size = new System.Drawing.Size(10, 548);
  808. this.pnlLeft.TabIndex = 1;
  809. //
  810. // pnlTop
  811. //
  812. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  813. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  814. this.pnlTop.Name = "pnlTop";
  815. this.pnlTop.Size = new System.Drawing.Size(919, 10);
  816. this.pnlTop.TabIndex = 0;
  817. //
  818. // frmHistory
  819. //
  820. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  821. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  822. this.ClientSize = new System.Drawing.Size(919, 558);
  823. this.Controls.Add(this.pnlAll);
  824. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  825. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  826. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  827. this.Name = "frmHistory";
  828. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  829. this.Text = "查询";
  830. this.Load += new System.EventHandler(this.frmHistory_Load);
  831. this.Shown += new System.EventHandler(this.frmHistory_Shown);
  832. this.pnlAll.ResumeLayout(false);
  833. this.pnlCenter.ResumeLayout(false);
  834. this.pnlCenterBody.ResumeLayout(false);
  835. ((System.ComponentModel.ISupportInitialize)(this.dgvShuiFen)).EndInit();
  836. ((System.ComponentModel.ISupportInitialize)(this.dgvHuiFen)).EndInit();
  837. ((System.ComponentModel.ISupportInitialize)(this.dgvHuiFaFen)).EndInit();
  838. ((System.ComponentModel.ISupportInitialize)(this.dgvQuanShuiFen)).EndInit();
  839. this.pnlCenterTop.ResumeLayout(false);
  840. this.pnlCenterTop.PerformLayout();
  841. this.ResumeLayout(false);
  842. }
  843. #endregion
  844. private System.Windows.Forms.Panel pnlAll;
  845. private System.Windows.Forms.Panel pnlCenter;
  846. private System.Windows.Forms.Panel pnlCenterBody;
  847. private System.Windows.Forms.Panel pnlCenterTop;
  848. private System.Windows.Forms.TextBox txtCode;
  849. private System.Windows.Forms.Label label3;
  850. private System.Windows.Forms.ComboBox comType;
  851. private System.Windows.Forms.Label label2;
  852. private System.Windows.Forms.DateTimePicker dtpEndDate;
  853. private System.Windows.Forms.DateTimePicker dtpStartTime;
  854. private System.Windows.Forms.Label label1;
  855. private System.Windows.Forms.Panel pnlBottom;
  856. private System.Windows.Forms.Panel pnlRight;
  857. private System.Windows.Forms.Panel pnlLeft;
  858. private System.Windows.Forms.Panel pnlTop;
  859. private System.Windows.Forms.Button btnFind;
  860. private System.Windows.Forms.DataGridView dgvQuanShuiFen;
  861. private System.Windows.Forms.DataGridView dgvHuiFaFen;
  862. private System.Windows.Forms.DataGridView dgvHuiFen;
  863. private System.Windows.Forms.DataGridView dgvShuiFen;
  864. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  865. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  866. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  867. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  868. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  869. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  870. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  871. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  872. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  873. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  874. private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  875. private System.Windows.Forms.DataGridViewTextBoxColumn Mad;
  876. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  877. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  878. private System.Windows.Forms.DataGridViewTextBoxColumn ID3;
  879. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  880. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  881. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  882. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  883. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  884. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  885. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  886. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  887. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
  888. private System.Windows.Forms.DataGridViewTextBoxColumn DecrementValue2;
  889. private System.Windows.Forms.DataGridViewTextBoxColumn AAD;
  890. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  891. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  892. private System.Windows.Forms.DataGridViewTextBoxColumn ID4;
  893. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
  894. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25;
  895. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn26;
  896. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn27;
  897. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn28;
  898. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn29;
  899. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn30;
  900. private System.Windows.Forms.DataGridViewTextBoxColumn VR;
  901. private System.Windows.Forms.DataGridViewTextBoxColumn MAD2;
  902. private System.Windows.Forms.DataGridViewTextBoxColumn VAD;
  903. private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
  904. private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
  905. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  906. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  907. private System.Windows.Forms.DataGridViewTextBoxColumn Sample_Number;
  908. private System.Windows.Forms.DataGridViewTextBoxColumn Instrument_Number;
  909. private System.Windows.Forms.DataGridViewTextBoxColumn Crucible_Number;
  910. private System.Windows.Forms.DataGridViewTextBoxColumn Empty_Crucible_Weight;
  911. private System.Windows.Forms.DataGridViewTextBoxColumn Sample_Weight;
  912. private System.Windows.Forms.DataGridViewTextBoxColumn AddSample_Weight;
  913. private System.Windows.Forms.DataGridViewTextBoxColumn Drying_Weight;
  914. private System.Windows.Forms.DataGridViewTextBoxColumn SecondDrying_Weight;
  915. private System.Windows.Forms.DataGridViewTextBoxColumn ThirdDrying_Weight;
  916. private System.Windows.Forms.DataGridViewTextBoxColumn Mt;
  917. private System.Windows.Forms.DataGridViewTextBoxColumn Auto_Code;
  918. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  919. }
  920. }