F_MST_0601.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0601
  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_MST_0601));
  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. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  33. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  34. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  36. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  38. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  39. this.txtManagerName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.txtThermometerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.txtLocationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  45. this.lblThermometerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.lblManagerName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.lblLocationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  53. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  54. this.dgvThermometer = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  55. this.ThermometerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.BuildingNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.FloorNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.LocationCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.ThermometerCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.ManagerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  63. this.tsrOperate.SuspendLayout();
  64. this.gbxCondition.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.dgvThermometer)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // tsrOperate
  69. //
  70. this.tsrOperate.AutoSize = false;
  71. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  72. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  73. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  75. this.tsbtnAdd,
  76. this.tsbtnEdit,
  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(919, 35);
  85. this.tsrOperate.TabIndex = 2;
  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. // gbxCondition
  138. //
  139. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  140. | System.Windows.Forms.AnchorStyles.Right)));
  141. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  142. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  143. this.gbxCondition.Controls.Add(this.txtManagerName);
  144. this.gbxCondition.Controls.Add(this.txtThermometerCode);
  145. this.gbxCondition.Controls.Add(this.txtLocationCode);
  146. this.gbxCondition.Controls.Add(this.txtFloorNo);
  147. this.gbxCondition.Controls.Add(this.txtBuildingNo);
  148. this.gbxCondition.Controls.Add(this.chkValueFlag);
  149. this.gbxCondition.Controls.Add(this.lblThermometerCode);
  150. this.gbxCondition.Controls.Add(this.lblManagerName);
  151. this.gbxCondition.Controls.Add(this.txtRemarks);
  152. this.gbxCondition.Controls.Add(this.lblRemarks);
  153. this.gbxCondition.Controls.Add(this.lblLocationCode);
  154. this.gbxCondition.Controls.Add(this.lblFloorNo);
  155. this.gbxCondition.Controls.Add(this.lblBuildingNo);
  156. this.gbxCondition.Controls.Add(this.btnClearCondition);
  157. this.gbxCondition.Controls.Add(this.btnSearch);
  158. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  160. this.gbxCondition.IsMustInput = false;
  161. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  162. this.gbxCondition.Name = "gbxCondition";
  163. this.gbxCondition.OriginalHeight = -1;
  164. this.gbxCondition.Size = new System.Drawing.Size(907, 81);
  165. this.gbxCondition.TabIndex = 24;
  166. this.gbxCondition.TabStop = false;
  167. this.gbxCondition.Text = "查询条件 ▼";
  168. //
  169. // txtManagerName
  170. //
  171. this.txtManagerName.BackColor = System.Drawing.SystemColors.Window;
  172. this.txtManagerName.BackgroundColor = System.Drawing.SystemColors.Window;
  173. this.txtManagerName.ErrorMessage = "";
  174. this.txtManagerName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.txtManagerName.Location = new System.Drawing.Point(75, 47);
  176. this.txtManagerName.MaxLength = 50;
  177. this.txtManagerName.Name = "txtManagerName";
  178. this.txtManagerName.Size = new System.Drawing.Size(120, 21);
  179. this.txtManagerName.TabIndex = 5;
  180. this.txtManagerName.TextValue = "";
  181. //
  182. // txtThermometerCode
  183. //
  184. this.txtThermometerCode.BackColor = System.Drawing.SystemColors.Window;
  185. this.txtThermometerCode.BackgroundColor = System.Drawing.SystemColors.Window;
  186. this.txtThermometerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  187. this.txtThermometerCode.ErrorMessage = "";
  188. this.txtThermometerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.txtThermometerCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  190. this.txtThermometerCode.Location = new System.Drawing.Point(618, 20);
  191. this.txtThermometerCode.MaxLength = 62;
  192. this.txtThermometerCode.Name = "txtThermometerCode";
  193. this.txtThermometerCode.Size = new System.Drawing.Size(97, 21);
  194. this.txtThermometerCode.TabIndex = 4;
  195. this.txtThermometerCode.TextValue = "";
  196. //
  197. // txtLocationCode
  198. //
  199. this.txtLocationCode.BackColor = System.Drawing.SystemColors.Window;
  200. this.txtLocationCode.BackgroundColor = System.Drawing.SystemColors.Window;
  201. this.txtLocationCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  202. this.txtLocationCode.ErrorMessage = "";
  203. this.txtLocationCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.txtLocationCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  205. this.txtLocationCode.Location = new System.Drawing.Point(421, 20);
  206. this.txtLocationCode.MaxLength = 5;
  207. this.txtLocationCode.Name = "txtLocationCode";
  208. this.txtLocationCode.Size = new System.Drawing.Size(120, 21);
  209. this.txtLocationCode.TabIndex = 3;
  210. this.txtLocationCode.TextValue = "";
  211. //
  212. // txtFloorNo
  213. //
  214. this.txtFloorNo.BackColor = System.Drawing.SystemColors.Window;
  215. this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
  216. this.txtFloorNo.ErrorMessage = "";
  217. this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.txtFloorNo.Location = new System.Drawing.Point(236, 20);
  219. this.txtFloorNo.MaxLength = 5;
  220. this.txtFloorNo.Name = "txtFloorNo";
  221. this.txtFloorNo.Size = new System.Drawing.Size(120, 21);
  222. this.txtFloorNo.TabIndex = 2;
  223. this.txtFloorNo.TextValue = "";
  224. //
  225. // txtBuildingNo
  226. //
  227. this.txtBuildingNo.BackColor = System.Drawing.SystemColors.Window;
  228. this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window;
  229. this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  230. this.txtBuildingNo.ErrorMessage = "";
  231. this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.txtBuildingNo.Location = new System.Drawing.Point(75, 20);
  233. this.txtBuildingNo.MaxLength = 50;
  234. this.txtBuildingNo.Name = "txtBuildingNo";
  235. this.txtBuildingNo.Size = new System.Drawing.Size(120, 21);
  236. this.txtBuildingNo.TabIndex = 1;
  237. this.txtBuildingNo.TextValue = "";
  238. //
  239. // chkValueFlag
  240. //
  241. this.chkValueFlag.BackColor = System.Drawing.SystemColors.Control;
  242. this.chkValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkValueFlag.BackgroundImage")));
  243. this.chkValueFlag.FalseText = "否";
  244. this.chkValueFlag.Location = new System.Drawing.Point(549, 50);
  245. this.chkValueFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  246. this.chkValueFlag.Name = "chkValueFlag";
  247. this.chkValueFlag.Size = new System.Drawing.Size(136, 20);
  248. this.chkValueFlag.TabIndex = 7;
  249. this.chkValueFlag.Title = "正常使用";
  250. this.chkValueFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  251. this.chkValueFlag.TrueText = "是";
  252. //
  253. // lblThermometerCode
  254. //
  255. this.lblThermometerCode.AutoSize = true;
  256. this.lblThermometerCode.BackColor = System.Drawing.Color.Transparent;
  257. this.lblThermometerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.lblThermometerCode.Location = new System.Drawing.Point(547, 24);
  259. this.lblThermometerCode.Name = "lblThermometerCode";
  260. this.lblThermometerCode.Size = new System.Drawing.Size(65, 12);
  261. this.lblThermometerCode.TabIndex = 97;
  262. this.lblThermometerCode.Text = "温湿计编码";
  263. //
  264. // lblManagerName
  265. //
  266. this.lblManagerName.AutoSize = true;
  267. this.lblManagerName.BackColor = System.Drawing.Color.Transparent;
  268. this.lblManagerName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.lblManagerName.ForeColor = System.Drawing.SystemColors.ControlText;
  270. this.lblManagerName.Location = new System.Drawing.Point(28, 50);
  271. this.lblManagerName.Name = "lblManagerName";
  272. this.lblManagerName.Size = new System.Drawing.Size(41, 12);
  273. this.lblManagerName.TabIndex = 95;
  274. this.lblManagerName.Text = "责任人";
  275. //
  276. // txtRemarks
  277. //
  278. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  279. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  280. this.txtRemarks.ErrorMessage = "";
  281. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.txtRemarks.Location = new System.Drawing.Point(236, 47);
  283. this.txtRemarks.MaxLength = 500;
  284. this.txtRemarks.Name = "txtRemarks";
  285. this.txtRemarks.Size = new System.Drawing.Size(305, 21);
  286. this.txtRemarks.TabIndex = 6;
  287. //
  288. // lblRemarks
  289. //
  290. this.lblRemarks.AutoSize = true;
  291. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  292. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  294. this.lblRemarks.Location = new System.Drawing.Point(201, 50);
  295. this.lblRemarks.Name = "lblRemarks";
  296. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  297. this.lblRemarks.TabIndex = 93;
  298. this.lblRemarks.Text = "备注";
  299. //
  300. // lblLocationCode
  301. //
  302. this.lblLocationCode.AutoSize = true;
  303. this.lblLocationCode.BackColor = System.Drawing.Color.Transparent;
  304. this.lblLocationCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.lblLocationCode.ForeColor = System.Drawing.SystemColors.ControlText;
  306. this.lblLocationCode.Location = new System.Drawing.Point(362, 24);
  307. this.lblLocationCode.Name = "lblLocationCode";
  308. this.lblLocationCode.Size = new System.Drawing.Size(53, 12);
  309. this.lblLocationCode.TabIndex = 79;
  310. this.lblLocationCode.Text = "位置编码";
  311. //
  312. // lblFloorNo
  313. //
  314. this.lblFloorNo.AutoSize = true;
  315. this.lblFloorNo.BackColor = System.Drawing.Color.Transparent;
  316. this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.lblFloorNo.ForeColor = System.Drawing.SystemColors.ControlText;
  318. this.lblFloorNo.Location = new System.Drawing.Point(201, 24);
  319. this.lblFloorNo.Name = "lblFloorNo";
  320. this.lblFloorNo.Size = new System.Drawing.Size(29, 12);
  321. this.lblFloorNo.TabIndex = 77;
  322. this.lblFloorNo.Text = "楼层";
  323. //
  324. // lblBuildingNo
  325. //
  326. this.lblBuildingNo.AutoSize = true;
  327. this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent;
  328. this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.lblBuildingNo.ForeColor = System.Drawing.SystemColors.ControlText;
  330. this.lblBuildingNo.Location = new System.Drawing.Point(40, 24);
  331. this.lblBuildingNo.Name = "lblBuildingNo";
  332. this.lblBuildingNo.Size = new System.Drawing.Size(29, 12);
  333. this.lblBuildingNo.TabIndex = 75;
  334. this.lblBuildingNo.Text = "楼号";
  335. //
  336. // btnClearCondition
  337. //
  338. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  339. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  340. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  341. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  343. this.btnClearCondition.Location = new System.Drawing.Point(815, 44);
  344. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  345. this.btnClearCondition.Name = "btnClearCondition";
  346. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  347. this.btnClearCondition.TabIndex = 9;
  348. this.btnClearCondition.Text = "清空条件(&C)";
  349. this.btnClearCondition.UseVisualStyleBackColor = false;
  350. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  351. //
  352. // btnSearch
  353. //
  354. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  355. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  356. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  357. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.btnSearch.ForeColor = System.Drawing.Color.White;
  359. this.btnSearch.Location = new System.Drawing.Point(724, 44);
  360. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  361. this.btnSearch.Name = "btnSearch";
  362. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  363. this.btnSearch.TabIndex = 8;
  364. this.btnSearch.Text = "查询(&Q)";
  365. this.btnSearch.UseVisualStyleBackColor = false;
  366. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  367. //
  368. // dgvThermometer
  369. //
  370. this.dgvThermometer.AllowUserToAddRows = false;
  371. this.dgvThermometer.AllowUserToDeleteRows = false;
  372. this.dgvThermometer.AllowUserToModifyRows = true;
  373. this.dgvThermometer.AllowUserToOrderColumns = true;
  374. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  375. this.dgvThermometer.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  376. this.dgvThermometer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  377. | System.Windows.Forms.AnchorStyles.Left)
  378. | System.Windows.Forms.AnchorStyles.Right)));
  379. this.dgvThermometer.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  380. this.dgvThermometer.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  381. this.dgvThermometer.CellHeight = 23;
  382. this.dgvThermometer.ChildNodeColumnName = null;
  383. this.dgvThermometer.ChildNodeColumnText = null;
  384. this.dgvThermometer.ColumnDeep = 1;
  385. this.dgvThermometer.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  386. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  387. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  388. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  390. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  391. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  392. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  393. this.dgvThermometer.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  394. this.dgvThermometer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  395. this.dgvThermometer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  396. this.ThermometerID,
  397. this.BuildingNo,
  398. this.FloorNo,
  399. this.LocationCode,
  400. this.ThermometerCode,
  401. this.ManagerName,
  402. this.Remarks,
  403. this.ValueFlag});
  404. this.dgvThermometer.ColumnTreeView = null;
  405. this.dgvThermometer.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)));
  406. this.dgvThermometer.DynamicColumnName = "";
  407. this.dgvThermometer.EnableHeadersVisualStyles = false;
  408. this.dgvThermometer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.dgvThermometer.IsAutoCountSum = true;
  410. this.dgvThermometer.IsAutoResizeColumns = false;
  411. this.dgvThermometer.IsClickF12 = false;
  412. this.dgvThermometer.IsSubTotalFlag = false;
  413. this.dgvThermometer.Location = new System.Drawing.Point(0, 125);
  414. this.dgvThermometer.Name = "dgvThermometer";
  415. this.dgvThermometer.RefreshAtHscroll = false;
  416. this.dgvThermometer.RowHeadersWidth = 50;
  417. this.dgvThermometer.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  418. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  419. this.dgvThermometer.RowsDefaultCellStyle = dataGridViewCellStyle3;
  420. this.dgvThermometer.RowTemplate.Height = 25;
  421. this.dgvThermometer.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  422. this.dgvThermometer.Size = new System.Drawing.Size(907, 309);
  423. this.dgvThermometer.SortOrderColumnName = null;
  424. this.dgvThermometer.TabIndex = 25;
  425. this.dgvThermometer.Tag = true;
  426. this.dgvThermometer.TotalSumColumns = null;
  427. this.dgvThermometer.ViewRowFilter = "";
  428. this.dgvThermometer.VirtualMode = true;
  429. //
  430. // ThermometerID
  431. //
  432. this.ThermometerID.DataPropertyName = "ThermometerID";
  433. this.ThermometerID.HeaderText = "温湿计ID";
  434. this.ThermometerID.Name = "ThermometerID";
  435. this.ThermometerID.Visible = false;
  436. //
  437. // BuildingNo
  438. //
  439. this.BuildingNo.DataPropertyName = "BuildingNo";
  440. this.BuildingNo.HeaderText = "楼号";
  441. this.BuildingNo.Name = "BuildingNo";
  442. //
  443. // FloorNo
  444. //
  445. this.FloorNo.DataPropertyName = "FloorNo";
  446. this.FloorNo.HeaderText = "楼层";
  447. this.FloorNo.Name = "FloorNo";
  448. //
  449. // LocationCode
  450. //
  451. this.LocationCode.DataPropertyName = "LocationCode";
  452. this.LocationCode.HeaderText = "位置编码";
  453. this.LocationCode.Name = "LocationCode";
  454. //
  455. // ThermometerCode
  456. //
  457. this.ThermometerCode.DataPropertyName = "ThermometerCode";
  458. this.ThermometerCode.HeaderText = "温湿计编码";
  459. this.ThermometerCode.Name = "ThermometerCode";
  460. //
  461. // ManagerName
  462. //
  463. this.ManagerName.DataPropertyName = "ManagerName";
  464. this.ManagerName.HeaderText = "责任人";
  465. this.ManagerName.Name = "ManagerName";
  466. //
  467. // Remarks
  468. //
  469. this.Remarks.DataPropertyName = "Remarks";
  470. this.Remarks.HeaderText = "备注";
  471. this.Remarks.Name = "Remarks";
  472. //
  473. // ValueFlag
  474. //
  475. this.ValueFlag.DataPropertyName = "ValueFlag";
  476. this.ValueFlag.FalseValue = "0";
  477. this.ValueFlag.HeaderText = "正常";
  478. this.ValueFlag.Name = "ValueFlag";
  479. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  480. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  481. this.ValueFlag.TrueValue = "1";
  482. //
  483. // F_MST_0601
  484. //
  485. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  486. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  487. this.ClientSize = new System.Drawing.Size(919, 446);
  488. this.Controls.Add(this.dgvThermometer);
  489. this.Controls.Add(this.gbxCondition);
  490. this.Controls.Add(this.tsrOperate);
  491. this.Name = "F_MST_0601";
  492. this.Text = "温湿度管理";
  493. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0601_FormClosed);
  494. this.Load += new System.EventHandler(this.F_MST_0601_Load);
  495. this.tsrOperate.ResumeLayout(false);
  496. this.tsrOperate.PerformLayout();
  497. this.gbxCondition.ResumeLayout(false);
  498. this.gbxCondition.PerformLayout();
  499. ((System.ComponentModel.ISupportInitialize)(this.dgvThermometer)).EndInit();
  500. this.ResumeLayout(false);
  501. }
  502. #endregion
  503. private Basics.BaseControls.C_ToolStrip tsrOperate;
  504. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  505. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  506. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  507. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  508. private System.Windows.Forms.ToolStripButton tsbtnClose;
  509. private Basics.BaseControls.C_GroupBox gbxCondition;
  510. private Basics.BaseControls.C_Button btnClearCondition;
  511. private Basics.BaseControls.C_Button btnSearch;
  512. private Basics.BaseControls.C_Label lblBuildingNo;
  513. private Basics.BaseControls.C_Label lblFloorNo;
  514. private Basics.BaseControls.C_Label lblLocationCode;
  515. private Basics.BaseControls.C_Label lblRemarks;
  516. private Basics.BaseControls.C_TextBox txtRemarks;
  517. private Basics.BaseControls.C_Label lblManagerName;
  518. private Basics.BaseControls.C_Label lblThermometerCode;
  519. private Basics.BaseControls.C_StatusCheckBox chkValueFlag;
  520. private Basics.BaseControls.C_DataGridView dgvThermometer;
  521. private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerID;
  522. private System.Windows.Forms.DataGridViewTextBoxColumn BuildingNo;
  523. private System.Windows.Forms.DataGridViewTextBoxColumn FloorNo;
  524. private System.Windows.Forms.DataGridViewTextBoxColumn LocationCode;
  525. private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerCode;
  526. private System.Windows.Forms.DataGridViewTextBoxColumn ManagerName;
  527. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  528. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  529. private Basics.BaseControls.C_TextBox txtBuildingNo;
  530. private Basics.BaseControls.C_TextBox txtManagerName;
  531. private Basics.BaseControls.C_TextBox txtThermometerCode;
  532. private Basics.BaseControls.C_TextBox txtLocationCode;
  533. private Basics.BaseControls.C_TextBox txtFloorNo;
  534. }
  535. }