S_CMN_019.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon
  2. {
  3. partial class S_CMN_019
  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(S_CMN_019));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.lblThermometerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtThermometerCode = new System.Windows.Forms.TextBox();
  35. this.lblManagerName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtManagerName = new System.Windows.Forms.TextBox();
  37. this.dgvThermometer = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  38. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  40. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  44. this.ThermometerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.ThermometerCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.ManagerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.REMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. ((System.ComponentModel.ISupportInitialize)(this.dgvThermometer)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // lblThermometerCode
  52. //
  53. this.lblThermometerCode.AutoSize = true;
  54. this.lblThermometerCode.BackColor = System.Drawing.Color.Transparent;
  55. this.lblThermometerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.lblThermometerCode.ForeColor = System.Drawing.SystemColors.ControlText;
  57. this.lblThermometerCode.Image = ((System.Drawing.Image)(resources.GetObject("lblThermometerCode.Image")));
  58. this.lblThermometerCode.Location = new System.Drawing.Point(12, 14);
  59. this.lblThermometerCode.Name = "lblThermometerCode";
  60. this.lblThermometerCode.Size = new System.Drawing.Size(65, 12);
  61. this.lblThermometerCode.TabIndex = 0;
  62. this.lblThermometerCode.Text = "温湿计编码";
  63. //
  64. // txtThermometerCode
  65. //
  66. this.txtThermometerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  67. this.txtThermometerCode.Font = new System.Drawing.Font("宋体", 9F);
  68. this.txtThermometerCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  69. this.txtThermometerCode.Location = new System.Drawing.Point(83, 11);
  70. this.txtThermometerCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  71. this.txtThermometerCode.MaxLength = 21;
  72. this.txtThermometerCode.Name = "txtThermometerCode";
  73. this.txtThermometerCode.Size = new System.Drawing.Size(110, 21);
  74. this.txtThermometerCode.TabIndex = 1;
  75. //
  76. // lblManagerName
  77. //
  78. this.lblManagerName.AutoSize = true;
  79. this.lblManagerName.BackColor = System.Drawing.Color.Transparent;
  80. this.lblManagerName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.lblManagerName.ForeColor = System.Drawing.SystemColors.ControlText;
  82. this.lblManagerName.Image = ((System.Drawing.Image)(resources.GetObject("lblManagerName.Image")));
  83. this.lblManagerName.Location = new System.Drawing.Point(199, 14);
  84. this.lblManagerName.Name = "lblManagerName";
  85. this.lblManagerName.Size = new System.Drawing.Size(65, 12);
  86. this.lblManagerName.TabIndex = 2;
  87. this.lblManagerName.Text = "责任人姓名";
  88. //
  89. // txtManagerName
  90. //
  91. this.txtManagerName.Font = new System.Drawing.Font("宋体", 9F);
  92. this.txtManagerName.Location = new System.Drawing.Point(270, 11);
  93. this.txtManagerName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  94. this.txtManagerName.MaxLength = 20;
  95. this.txtManagerName.Name = "txtManagerName";
  96. this.txtManagerName.Size = new System.Drawing.Size(110, 21);
  97. this.txtManagerName.TabIndex = 3;
  98. //
  99. // dgvThermometer
  100. //
  101. this.dgvThermometer.AllowUserToAddRows = false;
  102. this.dgvThermometer.AllowUserToDeleteRows = false;
  103. this.dgvThermometer.AllowUserToModifyRows = true;
  104. this.dgvThermometer.AllowUserToOrderColumns = true;
  105. this.dgvThermometer.AllowUserToResizeRows = false;
  106. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  107. this.dgvThermometer.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  108. this.dgvThermometer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  109. | System.Windows.Forms.AnchorStyles.Left)
  110. | System.Windows.Forms.AnchorStyles.Right)));
  111. this.dgvThermometer.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  112. this.dgvThermometer.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  113. this.dgvThermometer.CellHeight = 23;
  114. this.dgvThermometer.ChildNodeColumnName = null;
  115. this.dgvThermometer.ChildNodeColumnText = null;
  116. this.dgvThermometer.ColumnDeep = 1;
  117. this.dgvThermometer.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  118. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  119. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  120. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  122. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  123. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  124. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  125. this.dgvThermometer.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  126. this.dgvThermometer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  127. this.dgvThermometer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  128. this.Sel,
  129. this.ThermometerID,
  130. this.ThermometerCode,
  131. this.ManagerName,
  132. this.REMARKS});
  133. this.dgvThermometer.ColumnTreeView = null;
  134. this.dgvThermometer.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  135. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  136. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  137. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  139. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  140. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  141. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  142. this.dgvThermometer.DefaultCellStyle = dataGridViewCellStyle3;
  143. this.dgvThermometer.DynamicColumnName = "";
  144. this.dgvThermometer.EnableHeadersVisualStyles = false;
  145. this.dgvThermometer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.dgvThermometer.HorizontalMergeColumn = null;
  147. this.dgvThermometer.IsAutoCountSum = true;
  148. this.dgvThermometer.IsAutoResizeColumns = false;
  149. this.dgvThermometer.IsClickF12 = false;
  150. this.dgvThermometer.IsOpenMergeCellFlag = false;
  151. this.dgvThermometer.IsSubTotalFlag = false;
  152. this.dgvThermometer.IsTopDeep = false;
  153. this.dgvThermometer.Location = new System.Drawing.Point(12, 40);
  154. this.dgvThermometer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  155. this.dgvThermometer.MergeColumnNames = null;
  156. this.dgvThermometer.MergeDetailColumnNames = null;
  157. this.dgvThermometer.MergeDetailOnlyColumn = null;
  158. this.dgvThermometer.MergeOnlyColumn = null;
  159. this.dgvThermometer.MultiSelect = false;
  160. this.dgvThermometer.Name = "dgvThermometer";
  161. this.dgvThermometer.RefreshAtHscroll = false;
  162. this.dgvThermometer.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  163. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  164. this.dgvThermometer.RowsDefaultCellStyle = dataGridViewCellStyle4;
  165. this.dgvThermometer.RowTemplate.Height = 21;
  166. this.dgvThermometer.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  167. this.dgvThermometer.Size = new System.Drawing.Size(551, 322);
  168. this.dgvThermometer.SortOrderColumnName = null;
  169. this.dgvThermometer.TabIndex = 6;
  170. this.dgvThermometer.Tag = true;
  171. this.dgvThermometer.TotalSumColumns = null;
  172. this.dgvThermometer.ViewRowFilter = "";
  173. this.dgvThermometer.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvThermometer_CellMouseDoubleClick);
  174. this.dgvThermometer.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvThermometer_KeyDown);
  175. //
  176. // btnSearch
  177. //
  178. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  179. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  180. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  181. this.btnSearch.ForeColor = System.Drawing.Color.White;
  182. this.btnSearch.Location = new System.Drawing.Point(387, 5);
  183. this.btnSearch.Name = "btnSearch";
  184. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  185. this.btnSearch.TabIndex = 4;
  186. this.btnSearch.Text = "查询";
  187. this.btnSearch.UseVisualStyleBackColor = true;
  188. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  189. //
  190. // chkChooseAll
  191. //
  192. this.chkChooseAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  193. this.chkChooseAll.AutoSize = true;
  194. this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
  195. this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.chkChooseAll.Location = new System.Drawing.Point(12, 371);
  197. this.chkChooseAll.Name = "chkChooseAll";
  198. this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
  199. this.chkChooseAll.TabIndex = 7;
  200. this.chkChooseAll.Text = "全选";
  201. this.chkChooseAll.UseVisualStyleBackColor = false;
  202. this.chkChooseAll.Visible = false;
  203. //
  204. // btnOK
  205. //
  206. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  207. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  208. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  209. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  210. this.btnOK.ForeColor = System.Drawing.Color.White;
  211. this.btnOK.Location = new System.Drawing.Point(387, 371);
  212. this.btnOK.Name = "btnOK";
  213. this.btnOK.Size = new System.Drawing.Size(85, 30);
  214. this.btnOK.TabIndex = 8;
  215. this.btnOK.Text = "确定";
  216. this.btnOK.UseVisualStyleBackColor = true;
  217. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  218. //
  219. // btnClose
  220. //
  221. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  222. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  223. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  224. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  225. this.btnClose.ForeColor = System.Drawing.Color.White;
  226. this.btnClose.Location = new System.Drawing.Point(478, 371);
  227. this.btnClose.Name = "btnClose";
  228. this.btnClose.Size = new System.Drawing.Size(85, 30);
  229. this.btnClose.TabIndex = 9;
  230. this.btnClose.Text = "取消";
  231. this.btnClose.UseVisualStyleBackColor = true;
  232. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  233. //
  234. // btnClearCondition
  235. //
  236. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  237. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  238. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  239. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  241. this.btnClearCondition.Location = new System.Drawing.Point(478, 5);
  242. this.btnClearCondition.Name = "btnClearCondition";
  243. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  244. this.btnClearCondition.TabIndex = 5;
  245. this.btnClearCondition.Text = "清空条件";
  246. this.btnClearCondition.UseVisualStyleBackColor = false;
  247. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  248. //
  249. // Sel
  250. //
  251. this.Sel.DataPropertyName = "Sel";
  252. this.Sel.FalseValue = "0";
  253. this.Sel.FillWeight = 50F;
  254. this.Sel.HeaderText = "选择";
  255. this.Sel.IndeterminateValue = "0";
  256. this.Sel.Name = "Sel";
  257. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  258. this.Sel.TrueValue = "1";
  259. this.Sel.Visible = false;
  260. this.Sel.Width = 50;
  261. //
  262. // ThermometerID
  263. //
  264. this.ThermometerID.DataPropertyName = "ThermometerID";
  265. this.ThermometerID.HeaderText = "ThermometerID";
  266. this.ThermometerID.Name = "ThermometerID";
  267. this.ThermometerID.ReadOnly = true;
  268. this.ThermometerID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  269. this.ThermometerID.Visible = false;
  270. //
  271. // ThermometerCode
  272. //
  273. this.ThermometerCode.DataPropertyName = "ThermometerCode";
  274. this.ThermometerCode.HeaderText = "温湿计编码";
  275. this.ThermometerCode.Name = "ThermometerCode";
  276. this.ThermometerCode.ReadOnly = true;
  277. this.ThermometerCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  278. //
  279. // ManagerName
  280. //
  281. this.ManagerName.DataPropertyName = "ManagerName";
  282. this.ManagerName.HeaderText = "责任人姓名";
  283. this.ManagerName.Name = "ManagerName";
  284. this.ManagerName.ReadOnly = true;
  285. this.ManagerName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  286. //
  287. // REMARKS
  288. //
  289. this.REMARKS.DataPropertyName = "REMARKS";
  290. this.REMARKS.FillWeight = 200F;
  291. this.REMARKS.HeaderText = "备注";
  292. this.REMARKS.Name = "REMARKS";
  293. this.REMARKS.ReadOnly = true;
  294. this.REMARKS.Width = 200;
  295. //
  296. // S_CMN_019
  297. //
  298. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  299. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  300. this.ClientSize = new System.Drawing.Size(575, 426);
  301. this.Controls.Add(this.btnClearCondition);
  302. this.Controls.Add(this.btnClose);
  303. this.Controls.Add(this.btnOK);
  304. this.Controls.Add(this.chkChooseAll);
  305. this.Controls.Add(this.btnSearch);
  306. this.Controls.Add(this.dgvThermometer);
  307. this.Controls.Add(this.txtManagerName);
  308. this.Controls.Add(this.lblManagerName);
  309. this.Controls.Add(this.txtThermometerCode);
  310. this.Controls.Add(this.lblThermometerCode);
  311. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  312. this.IsSaveFormSize = false;
  313. this.MaximizeBox = false;
  314. this.MinimizeBox = false;
  315. this.Name = "S_CMN_019";
  316. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  317. this.StatusSizingGrip = false;
  318. this.Text = "温湿计";
  319. this.Load += new System.EventHandler(this.S_CMN_019_Load);
  320. this.Controls.SetChildIndex(this.lblThermometerCode, 0);
  321. this.Controls.SetChildIndex(this.txtThermometerCode, 0);
  322. this.Controls.SetChildIndex(this.lblManagerName, 0);
  323. this.Controls.SetChildIndex(this.txtManagerName, 0);
  324. this.Controls.SetChildIndex(this.dgvThermometer, 0);
  325. this.Controls.SetChildIndex(this.btnSearch, 0);
  326. this.Controls.SetChildIndex(this.chkChooseAll, 0);
  327. this.Controls.SetChildIndex(this.btnOK, 0);
  328. this.Controls.SetChildIndex(this.btnClose, 0);
  329. this.Controls.SetChildIndex(this.btnClearCondition, 0);
  330. ((System.ComponentModel.ISupportInitialize)(this.dgvThermometer)).EndInit();
  331. this.ResumeLayout(false);
  332. this.PerformLayout();
  333. }
  334. #endregion
  335. private Basics.BaseControls.C_Label lblThermometerCode;
  336. private System.Windows.Forms.TextBox txtThermometerCode;
  337. private Basics.BaseControls.C_Label lblManagerName;
  338. private System.Windows.Forms.TextBox txtManagerName;
  339. private Basics.BaseControls.C_DataGridView dgvThermometer;
  340. private Basics.BaseControls.C_Button btnSearch;
  341. private Basics.BaseControls.C_CheckBox chkChooseAll;
  342. private Basics.BaseControls.C_Button btnOK;
  343. private Basics.BaseControls.C_Button btnClose;
  344. private Basics.BaseControls.C_Button btnClearCondition;
  345. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  346. private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerID;
  347. private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerCode;
  348. private System.Windows.Forms.DataGridViewTextBoxColumn ManagerName;
  349. private System.Windows.Forms.DataGridViewTextBoxColumn REMARKS;
  350. }
  351. }