F_RPT_080106.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080106
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_080106));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  39. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  40. this.dkThermometer = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkThermometerSearchBox();
  41. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.txtRecordDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  47. this.txtRecordDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  48. this.lblRecordDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.dgvCelsiusRecord = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  50. this.RecordID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.ThermometerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.RecorderID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.ThermometerCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.RecordDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Celsius = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  56. this.Humidity = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  57. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.tsrOperate.SuspendLayout();
  59. this.c_GroupBox1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.dgvCelsiusRecord)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // tsrOperate
  64. //
  65. this.tsrOperate.AutoSize = false;
  66. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  67. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  69. this.tsbtnAdaptive,
  70. this.tsbtnClose});
  71. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  72. this.tsrOperate.Name = "tsrOperate";
  73. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  74. this.tsrOperate.ShowItemToolTips = false;
  75. this.tsrOperate.Size = new System.Drawing.Size(971, 35);
  76. this.tsrOperate.TabIndex = 0;
  77. //
  78. // tsbtnAdaptive
  79. //
  80. this.tsbtnAdaptive.AutoSize = false;
  81. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  83. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  84. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  85. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  86. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  87. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  88. //
  89. // tsbtnClose
  90. //
  91. this.tsbtnClose.AutoSize = false;
  92. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  94. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  95. this.tsbtnClose.Name = "tsbtnClose";
  96. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  97. this.tsbtnClose.Text = "关闭(&X)";
  98. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  99. //
  100. // c_GroupBox1
  101. //
  102. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  103. | System.Windows.Forms.AnchorStyles.Right)));
  104. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  105. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  106. this.c_GroupBox1.Controls.Add(this.dkThermometer);
  107. this.c_GroupBox1.Controls.Add(this.btnClearCondition);
  108. this.c_GroupBox1.Controls.Add(this.btnSearch);
  109. this.c_GroupBox1.Controls.Add(this.txtRemarks);
  110. this.c_GroupBox1.Controls.Add(this.lblRemarks);
  111. this.c_GroupBox1.Controls.Add(this.c_Label1);
  112. this.c_GroupBox1.Controls.Add(this.txtRecordDateEnd);
  113. this.c_GroupBox1.Controls.Add(this.txtRecordDateStart);
  114. this.c_GroupBox1.Controls.Add(this.lblRecordDate);
  115. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  117. this.c_GroupBox1.IsMustInput = false;
  118. this.c_GroupBox1.Location = new System.Drawing.Point(0, 38);
  119. this.c_GroupBox1.Name = "c_GroupBox1";
  120. this.c_GroupBox1.OriginalHeight = -1;
  121. this.c_GroupBox1.Size = new System.Drawing.Size(959, 72);
  122. this.c_GroupBox1.TabIndex = 1;
  123. this.c_GroupBox1.TabStop = false;
  124. this.c_GroupBox1.Text = "查询条件 ▼";
  125. //
  126. // dkThermometer
  127. //
  128. this.dkThermometer.DataSource = null;
  129. this.dkThermometer.Enabled = true;
  130. this.dkThermometer.IsEnablePurview = false;
  131. this.dkThermometer.IsMustInput = false;
  132. this.dkThermometer.Location = new System.Drawing.Point(6, 19);
  133. this.dkThermometer.ManagerName = "";
  134. this.dkThermometer.Name = "dkThermometer";
  135. this.dkThermometer.OPTimeStamp = new System.DateTime(((long)(0)));
  136. this.dkThermometer.Purview = "11";
  137. this.dkThermometer.SelectMore = true;
  138. this.dkThermometer.Size = new System.Drawing.Size(182, 21);
  139. this.dkThermometer.TabIndex = 0;
  140. this.dkThermometer.ThermometerCode = "";
  141. this.dkThermometer.ThermometerID = null;
  142. this.dkThermometer.ThermometerIDS = null;
  143. this.dkThermometer.Title = "温湿计";
  144. this.dkThermometer.TxtMouldTypeBackColor = System.Drawing.SystemColors.Control;
  145. //
  146. // btnClearCondition
  147. //
  148. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  149. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  150. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  151. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  153. this.btnClearCondition.Location = new System.Drawing.Point(868, 36);
  154. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  155. this.btnClearCondition.Name = "btnClearCondition";
  156. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  157. this.btnClearCondition.TabIndex = 8;
  158. this.btnClearCondition.Text = "清空条件(&C)";
  159. this.btnClearCondition.UseVisualStyleBackColor = false;
  160. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  161. //
  162. // btnSearch
  163. //
  164. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  165. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  166. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  167. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.btnSearch.ForeColor = System.Drawing.Color.White;
  169. this.btnSearch.Location = new System.Drawing.Point(777, 36);
  170. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  171. this.btnSearch.Name = "btnSearch";
  172. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  173. this.btnSearch.TabIndex = 7;
  174. this.btnSearch.Text = "查询(&Q)";
  175. this.btnSearch.UseVisualStyleBackColor = false;
  176. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  177. //
  178. // txtRemarks
  179. //
  180. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  181. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  182. this.txtRemarks.ErrorMessage = "";
  183. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.txtRemarks.Location = new System.Drawing.Point(52, 45);
  185. this.txtRemarks.MaxLength = 500;
  186. this.txtRemarks.Name = "txtRemarks";
  187. this.txtRemarks.Size = new System.Drawing.Size(298, 21);
  188. this.txtRemarks.TabIndex = 6;
  189. //
  190. // lblRemarks
  191. //
  192. this.lblRemarks.AutoSize = true;
  193. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  194. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  196. this.lblRemarks.Location = new System.Drawing.Point(17, 48);
  197. this.lblRemarks.Name = "lblRemarks";
  198. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  199. this.lblRemarks.TabIndex = 5;
  200. this.lblRemarks.Text = "备注";
  201. //
  202. // c_Label1
  203. //
  204. this.c_Label1.AutoSize = true;
  205. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  206. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  208. this.c_Label1.Location = new System.Drawing.Point(356, 26);
  209. this.c_Label1.Name = "c_Label1";
  210. this.c_Label1.Size = new System.Drawing.Size(17, 12);
  211. this.c_Label1.TabIndex = 3;
  212. this.c_Label1.Text = "至";
  213. //
  214. // txtRecordDateEnd
  215. //
  216. this.txtRecordDateEnd.CustomFormat = "yyyy-MM-dd";
  217. this.txtRecordDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.txtRecordDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  219. this.txtRecordDateEnd.Location = new System.Drawing.Point(379, 20);
  220. this.txtRecordDateEnd.Name = "txtRecordDateEnd";
  221. this.txtRecordDateEnd.Size = new System.Drawing.Size(97, 21);
  222. this.txtRecordDateEnd.TabIndex = 4;
  223. //
  224. // txtRecordDateStart
  225. //
  226. this.txtRecordDateStart.CustomFormat = "yyyy-MM-dd";
  227. this.txtRecordDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.txtRecordDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  229. this.txtRecordDateStart.Location = new System.Drawing.Point(253, 20);
  230. this.txtRecordDateStart.Name = "txtRecordDateStart";
  231. this.txtRecordDateStart.Size = new System.Drawing.Size(97, 21);
  232. this.txtRecordDateStart.TabIndex = 2;
  233. //
  234. // lblRecordDate
  235. //
  236. this.lblRecordDate.AutoSize = true;
  237. this.lblRecordDate.BackColor = System.Drawing.Color.Transparent;
  238. this.lblRecordDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.lblRecordDate.ForeColor = System.Drawing.SystemColors.ControlText;
  240. this.lblRecordDate.Location = new System.Drawing.Point(194, 23);
  241. this.lblRecordDate.Name = "lblRecordDate";
  242. this.lblRecordDate.Size = new System.Drawing.Size(53, 12);
  243. this.lblRecordDate.TabIndex = 1;
  244. this.lblRecordDate.Text = "记录日期";
  245. //
  246. // dgvCelsiusRecord
  247. //
  248. this.dgvCelsiusRecord.AllowUserToAddRows = false;
  249. this.dgvCelsiusRecord.AllowUserToDeleteRows = false;
  250. this.dgvCelsiusRecord.AllowUserToModifyRows = true;
  251. this.dgvCelsiusRecord.AllowUserToOrderColumns = true;
  252. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  253. this.dgvCelsiusRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  254. this.dgvCelsiusRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  255. | System.Windows.Forms.AnchorStyles.Left)
  256. | System.Windows.Forms.AnchorStyles.Right)));
  257. this.dgvCelsiusRecord.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  258. this.dgvCelsiusRecord.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  259. this.dgvCelsiusRecord.CellHeight = 23;
  260. this.dgvCelsiusRecord.ChildNodeColumnName = null;
  261. this.dgvCelsiusRecord.ChildNodeColumnText = null;
  262. this.dgvCelsiusRecord.ColumnDeep = 1;
  263. this.dgvCelsiusRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  264. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  265. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  266. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  268. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  269. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  270. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  271. this.dgvCelsiusRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  272. this.dgvCelsiusRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  273. this.dgvCelsiusRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  274. this.RecordID,
  275. this.ThermometerID,
  276. this.RecorderID,
  277. this.ThermometerCode,
  278. this.RecordDate,
  279. this.Celsius,
  280. this.Humidity,
  281. this.Remarks});
  282. this.dgvCelsiusRecord.ColumnTreeView = null;
  283. this.dgvCelsiusRecord.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  284. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  285. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  286. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  288. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  289. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  290. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  291. this.dgvCelsiusRecord.DefaultCellStyle = dataGridViewCellStyle6;
  292. this.dgvCelsiusRecord.DynamicColumnName = "";
  293. this.dgvCelsiusRecord.EnableHeadersVisualStyles = false;
  294. this.dgvCelsiusRecord.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.dgvCelsiusRecord.IsAutoCountSum = true;
  296. this.dgvCelsiusRecord.IsAutoResizeColumns = false;
  297. this.dgvCelsiusRecord.IsClickF12 = false;
  298. this.dgvCelsiusRecord.IsSubTotalFlag = false;
  299. this.dgvCelsiusRecord.Location = new System.Drawing.Point(0, 116);
  300. this.dgvCelsiusRecord.MultiSelect = false;
  301. this.dgvCelsiusRecord.Name = "dgvCelsiusRecord";
  302. this.dgvCelsiusRecord.ReadOnly = true;
  303. this.dgvCelsiusRecord.RefreshAtHscroll = false;
  304. this.dgvCelsiusRecord.RowHeadersWidth = 50;
  305. this.dgvCelsiusRecord.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  306. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  307. this.dgvCelsiusRecord.RowsDefaultCellStyle = dataGridViewCellStyle7;
  308. this.dgvCelsiusRecord.RowTemplate.Height = 21;
  309. this.dgvCelsiusRecord.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  310. this.dgvCelsiusRecord.Size = new System.Drawing.Size(959, 444);
  311. this.dgvCelsiusRecord.SortOrderColumnName = null;
  312. this.dgvCelsiusRecord.TabIndex = 2;
  313. this.dgvCelsiusRecord.Tag = true;
  314. this.dgvCelsiusRecord.TotalSumColumns = null;
  315. this.dgvCelsiusRecord.ViewRowFilter = "";
  316. this.dgvCelsiusRecord.VirtualMode = true;
  317. //
  318. // RecordID
  319. //
  320. this.RecordID.DataPropertyName = "RecordID";
  321. this.RecordID.HeaderText = "温湿度记录ID";
  322. this.RecordID.Name = "RecordID";
  323. this.RecordID.ReadOnly = true;
  324. this.RecordID.Visible = false;
  325. //
  326. // ThermometerID
  327. //
  328. this.ThermometerID.DataPropertyName = "ThermometerID";
  329. this.ThermometerID.HeaderText = "温湿计ID";
  330. this.ThermometerID.Name = "ThermometerID";
  331. this.ThermometerID.ReadOnly = true;
  332. this.ThermometerID.Visible = false;
  333. //
  334. // RecorderID
  335. //
  336. this.RecorderID.DataPropertyName = "RecorderID";
  337. this.RecorderID.HeaderText = "记录人工号ID";
  338. this.RecorderID.Name = "RecorderID";
  339. this.RecorderID.ReadOnly = true;
  340. this.RecorderID.Visible = false;
  341. //
  342. // ThermometerCode
  343. //
  344. this.ThermometerCode.DataPropertyName = "ThermometerCode";
  345. this.ThermometerCode.HeaderText = "温湿计";
  346. this.ThermometerCode.Name = "ThermometerCode";
  347. this.ThermometerCode.ReadOnly = true;
  348. //
  349. // RecordDate
  350. //
  351. this.RecordDate.DataPropertyName = "RecordDate";
  352. dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm";
  353. this.RecordDate.DefaultCellStyle = dataGridViewCellStyle3;
  354. this.RecordDate.HeaderText = "记录时间";
  355. this.RecordDate.Name = "RecordDate";
  356. this.RecordDate.ReadOnly = true;
  357. this.RecordDate.Width = 150;
  358. //
  359. // Celsius
  360. //
  361. this.Celsius.DataPropertyName = "Celsius";
  362. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  363. this.Celsius.DefaultCellStyle = dataGridViewCellStyle4;
  364. this.Celsius.HeaderText = "温度(℃)";
  365. this.Celsius.MaxValue = new decimal(new int[] {
  366. 999999,
  367. 0,
  368. 0,
  369. 0});
  370. this.Celsius.MinValue = new decimal(new int[] {
  371. 0,
  372. 0,
  373. 0,
  374. 0});
  375. this.Celsius.Name = "Celsius";
  376. this.Celsius.Number = new System.Drawing.Point(3, 1);
  377. this.Celsius.ReadOnly = true;
  378. this.Celsius.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  379. this.Celsius.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  380. //
  381. // Humidity
  382. //
  383. this.Humidity.DataPropertyName = "Humidity";
  384. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  385. this.Humidity.DefaultCellStyle = dataGridViewCellStyle5;
  386. this.Humidity.HeaderText = "湿度(%RH)";
  387. this.Humidity.MaxValue = new decimal(new int[] {
  388. 99999,
  389. 0,
  390. 0,
  391. 0});
  392. this.Humidity.MinValue = new decimal(new int[] {
  393. 0,
  394. 0,
  395. 0,
  396. 0});
  397. this.Humidity.Name = "Humidity";
  398. this.Humidity.Number = new System.Drawing.Point(3, 1);
  399. this.Humidity.ReadOnly = true;
  400. this.Humidity.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  401. this.Humidity.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  402. //
  403. // Remarks
  404. //
  405. this.Remarks.DataPropertyName = "Remarks";
  406. this.Remarks.HeaderText = "备注";
  407. this.Remarks.Name = "Remarks";
  408. this.Remarks.ReadOnly = true;
  409. this.Remarks.Width = 200;
  410. //
  411. // F_RPT_080106
  412. //
  413. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  414. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  415. this.ClientSize = new System.Drawing.Size(971, 562);
  416. this.Controls.Add(this.dgvCelsiusRecord);
  417. this.Controls.Add(this.c_GroupBox1);
  418. this.Controls.Add(this.tsrOperate);
  419. this.Name = "F_RPT_080106";
  420. this.Text = "F_RPT_080106";
  421. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1701_FormClosed);
  422. this.Load += new System.EventHandler(this.F_RPT_080106_Load);
  423. this.tsrOperate.ResumeLayout(false);
  424. this.tsrOperate.PerformLayout();
  425. this.c_GroupBox1.ResumeLayout(false);
  426. this.c_GroupBox1.PerformLayout();
  427. ((System.ComponentModel.ISupportInitialize)(this.dgvCelsiusRecord)).EndInit();
  428. this.ResumeLayout(false);
  429. }
  430. #endregion
  431. private Basics.BaseControls.C_ToolStrip tsrOperate;
  432. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  433. private System.Windows.Forms.ToolStripButton tsbtnClose;
  434. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  435. private Basics.BaseControls.C_Button btnClearCondition;
  436. private Basics.BaseControls.C_Button btnSearch;
  437. private Basics.BaseControls.C_TextBox txtRemarks;
  438. private Basics.BaseControls.C_Label lblRemarks;
  439. private Basics.BaseControls.C_Label c_Label1;
  440. private Basics.BaseControls.C_DateTimePicker txtRecordDateEnd;
  441. private Basics.BaseControls.C_DateTimePicker txtRecordDateStart;
  442. private Basics.BaseControls.C_Label lblRecordDate;
  443. private Controls.SearchTextBox.dkThermometerSearchBox dkThermometer;
  444. private Basics.BaseControls.C_DataGridView dgvCelsiusRecord;
  445. private System.Windows.Forms.DataGridViewTextBoxColumn RecordID;
  446. private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerID;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn RecorderID;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerCode;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn RecordDate;
  450. private Basics.BaseControls.C_DGV_Column_Digital Celsius;
  451. private Basics.BaseControls.C_DGV_Column_Digital Humidity;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  453. }
  454. }