F_PM_1701.Designer.cs 30 KB

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