F_MST_0602.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0602
  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_0602));
  29. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  31. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.cbValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  34. this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  36. this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.lblLocationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.txtLocationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.lblThermometerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.lblManagerName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtManagerName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.txtThermometerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.SuspendLayout();
  45. //
  46. // lblRemarks
  47. //
  48. this.lblRemarks.AutoSize = true;
  49. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  50. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  52. this.lblRemarks.Location = new System.Drawing.Point(48, 69);
  53. this.lblRemarks.Name = "lblRemarks";
  54. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  55. this.lblRemarks.TabIndex = 98;
  56. this.lblRemarks.Text = "备注";
  57. //
  58. // txtRemarks
  59. //
  60. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  61. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  62. this.txtRemarks.ErrorMessage = "";
  63. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.txtRemarks.Location = new System.Drawing.Point(83, 66);
  65. this.txtRemarks.MaxLength = 500;
  66. this.txtRemarks.Multiline = true;
  67. this.txtRemarks.Name = "txtRemarks";
  68. this.txtRemarks.Size = new System.Drawing.Size(478, 135);
  69. this.txtRemarks.TabIndex = 7;
  70. this.txtRemarks.TextValue = "";
  71. //
  72. // btnSave
  73. //
  74. this.btnSave.Anchor = System.Windows.Forms.AnchorStyles.None;
  75. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  76. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  77. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.btnSave.ForeColor = System.Drawing.Color.White;
  79. this.btnSave.Location = new System.Drawing.Point(385, 207);
  80. this.btnSave.Name = "btnSave";
  81. this.btnSave.Size = new System.Drawing.Size(85, 30);
  82. this.btnSave.TabIndex = 138;
  83. this.btnSave.Text = "保存(&S)";
  84. this.btnSave.UseVisualStyleBackColor = false;
  85. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  86. //
  87. // btnCancel
  88. //
  89. this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.None;
  90. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  91. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  92. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  93. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.btnCancel.ForeColor = System.Drawing.Color.White;
  95. this.btnCancel.Location = new System.Drawing.Point(476, 207);
  96. this.btnCancel.Name = "btnCancel";
  97. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  98. this.btnCancel.TabIndex = 139;
  99. this.btnCancel.Text = "关闭";
  100. this.btnCancel.UseVisualStyleBackColor = false;
  101. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  102. //
  103. // cbValueFlag
  104. //
  105. this.cbValueFlag.AutoSize = true;
  106. this.cbValueFlag.Checked = true;
  107. this.cbValueFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  108. this.cbValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.cbValueFlag.Location = new System.Drawing.Point(489, 44);
  110. this.cbValueFlag.Name = "cbValueFlag";
  111. this.cbValueFlag.Size = new System.Drawing.Size(72, 16);
  112. this.cbValueFlag.TabIndex = 6;
  113. this.cbValueFlag.Text = "正常使用";
  114. this.cbValueFlag.UseVisualStyleBackColor = true;
  115. //
  116. // lblBuildingNo
  117. //
  118. this.lblBuildingNo.AutoSize = true;
  119. this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent;
  120. this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.lblBuildingNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  122. this.lblBuildingNo.IsMustInput = true;
  123. this.lblBuildingNo.Location = new System.Drawing.Point(48, 15);
  124. this.lblBuildingNo.Name = "lblBuildingNo";
  125. this.lblBuildingNo.Size = new System.Drawing.Size(29, 12);
  126. this.lblBuildingNo.TabIndex = 141;
  127. this.lblBuildingNo.Text = "楼号";
  128. //
  129. // txtBuildingNo
  130. //
  131. this.txtBuildingNo.BackColor = System.Drawing.Color.Yellow;
  132. this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window;
  133. this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  134. this.txtBuildingNo.ErrorMessage = "必须输入项目";
  135. this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.txtBuildingNo.HasError = true;
  137. this.txtBuildingNo.IsMustInput = true;
  138. this.txtBuildingNo.Location = new System.Drawing.Point(83, 12);
  139. this.txtBuildingNo.MaxLength = 50;
  140. this.txtBuildingNo.Name = "txtBuildingNo";
  141. this.txtBuildingNo.Size = new System.Drawing.Size(120, 21);
  142. this.txtBuildingNo.TabIndex = 1;
  143. this.txtBuildingNo.TextChanged += new System.EventHandler(this.txtBuildingNo_TextChanged);
  144. //
  145. // lblFloorNo
  146. //
  147. this.lblFloorNo.AutoSize = true;
  148. this.lblFloorNo.BackColor = System.Drawing.Color.Transparent;
  149. this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.lblFloorNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  151. this.lblFloorNo.IsMustInput = true;
  152. this.lblFloorNo.Location = new System.Drawing.Point(221, 15);
  153. this.lblFloorNo.Name = "lblFloorNo";
  154. this.lblFloorNo.Size = new System.Drawing.Size(29, 12);
  155. this.lblFloorNo.TabIndex = 143;
  156. this.lblFloorNo.Text = "楼层";
  157. //
  158. // txtFloorNo
  159. //
  160. this.txtFloorNo.BackColor = System.Drawing.Color.Yellow;
  161. this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
  162. this.txtFloorNo.ErrorMessage = "必须输入项目";
  163. this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.txtFloorNo.HasError = true;
  165. this.txtFloorNo.IsMustInput = true;
  166. this.txtFloorNo.Location = new System.Drawing.Point(256, 12);
  167. this.txtFloorNo.MaxLength = 5;
  168. this.txtFloorNo.Name = "txtFloorNo";
  169. this.txtFloorNo.Size = new System.Drawing.Size(120, 21);
  170. this.txtFloorNo.TabIndex = 2;
  171. this.txtFloorNo.TextChanged += new System.EventHandler(this.txtFloorNo_TextChanged);
  172. //
  173. // lblLocationCode
  174. //
  175. this.lblLocationCode.AutoSize = true;
  176. this.lblLocationCode.BackColor = System.Drawing.Color.Transparent;
  177. this.lblLocationCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.lblLocationCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  179. this.lblLocationCode.IsMustInput = true;
  180. this.lblLocationCode.Location = new System.Drawing.Point(382, 15);
  181. this.lblLocationCode.Name = "lblLocationCode";
  182. this.lblLocationCode.Size = new System.Drawing.Size(53, 12);
  183. this.lblLocationCode.TabIndex = 145;
  184. this.lblLocationCode.Text = "位置编码";
  185. //
  186. // txtLocationCode
  187. //
  188. this.txtLocationCode.BackColor = System.Drawing.Color.Yellow;
  189. this.txtLocationCode.BackgroundColor = System.Drawing.SystemColors.Window;
  190. this.txtLocationCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  191. this.txtLocationCode.ErrorMessage = "必须输入项目";
  192. this.txtLocationCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.txtLocationCode.HasError = true;
  194. this.txtLocationCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  195. this.txtLocationCode.IsMustInput = true;
  196. this.txtLocationCode.Location = new System.Drawing.Point(441, 12);
  197. this.txtLocationCode.MaxLength = 5;
  198. this.txtLocationCode.Name = "txtLocationCode";
  199. this.txtLocationCode.Size = new System.Drawing.Size(120, 21);
  200. this.txtLocationCode.TabIndex = 3;
  201. this.txtLocationCode.TextChanged += new System.EventHandler(this.txtLocationCode_TextChanged);
  202. //
  203. // lblThermometerCode
  204. //
  205. this.lblThermometerCode.AutoSize = true;
  206. this.lblThermometerCode.BackColor = System.Drawing.Color.Transparent;
  207. this.lblThermometerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.lblThermometerCode.Location = new System.Drawing.Point(14, 42);
  209. this.lblThermometerCode.Name = "lblThermometerCode";
  210. this.lblThermometerCode.Size = new System.Drawing.Size(65, 12);
  211. this.lblThermometerCode.TabIndex = 147;
  212. this.lblThermometerCode.Text = "温湿计编码";
  213. //
  214. // lblManagerName
  215. //
  216. this.lblManagerName.AutoSize = true;
  217. this.lblManagerName.BackColor = System.Drawing.Color.Transparent;
  218. this.lblManagerName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.lblManagerName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  220. this.lblManagerName.IsMustInput = true;
  221. this.lblManagerName.Location = new System.Drawing.Point(211, 42);
  222. this.lblManagerName.Name = "lblManagerName";
  223. this.lblManagerName.Size = new System.Drawing.Size(41, 12);
  224. this.lblManagerName.TabIndex = 149;
  225. this.lblManagerName.Text = "责任人";
  226. //
  227. // txtManagerName
  228. //
  229. this.txtManagerName.BackColor = System.Drawing.Color.Yellow;
  230. this.txtManagerName.BackgroundColor = System.Drawing.SystemColors.Window;
  231. this.txtManagerName.ErrorMessage = "必须输入项目";
  232. this.txtManagerName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.txtManagerName.HasError = true;
  234. this.txtManagerName.IsMustInput = true;
  235. this.txtManagerName.Location = new System.Drawing.Point(256, 39);
  236. this.txtManagerName.MaxLength = 50;
  237. this.txtManagerName.Name = "txtManagerName";
  238. this.txtManagerName.Size = new System.Drawing.Size(120, 21);
  239. this.txtManagerName.TabIndex = 5;
  240. //
  241. // txtThermometerCode
  242. //
  243. this.txtThermometerCode.BackColor = System.Drawing.SystemColors.Window;
  244. this.txtThermometerCode.BackgroundColor = System.Drawing.SystemColors.Window;
  245. this.txtThermometerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  246. this.txtThermometerCode.Enabled = false;
  247. this.txtThermometerCode.ErrorMessage = "";
  248. this.txtThermometerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.txtThermometerCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  250. this.txtThermometerCode.Location = new System.Drawing.Point(85, 39);
  251. this.txtThermometerCode.Name = "txtThermometerCode";
  252. this.txtThermometerCode.Size = new System.Drawing.Size(118, 21);
  253. this.txtThermometerCode.TabIndex = 150;
  254. this.txtThermometerCode.TextValue = "";
  255. //
  256. // F_MST_0602
  257. //
  258. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  259. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  260. this.CancelButton = this.btnCancel;
  261. this.ClientSize = new System.Drawing.Size(575, 263);
  262. this.Controls.Add(this.txtThermometerCode);
  263. this.Controls.Add(this.txtManagerName);
  264. this.Controls.Add(this.lblManagerName);
  265. this.Controls.Add(this.lblThermometerCode);
  266. this.Controls.Add(this.txtLocationCode);
  267. this.Controls.Add(this.lblLocationCode);
  268. this.Controls.Add(this.txtFloorNo);
  269. this.Controls.Add(this.lblFloorNo);
  270. this.Controls.Add(this.txtBuildingNo);
  271. this.Controls.Add(this.lblBuildingNo);
  272. this.Controls.Add(this.cbValueFlag);
  273. this.Controls.Add(this.btnCancel);
  274. this.Controls.Add(this.btnSave);
  275. this.Controls.Add(this.txtRemarks);
  276. this.Controls.Add(this.lblRemarks);
  277. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  278. this.IsSaveFormSize = false;
  279. this.MaximizeBox = false;
  280. this.MinimizeBox = false;
  281. this.Name = "F_MST_0602";
  282. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  283. this.StatusSizingGrip = false;
  284. this.Text = "新建、编辑温湿度";
  285. this.Load += new System.EventHandler(this.F_MST_0602_Load);
  286. this.Controls.SetChildIndex(this.lblRemarks, 0);
  287. this.Controls.SetChildIndex(this.txtRemarks, 0);
  288. this.Controls.SetChildIndex(this.btnSave, 0);
  289. this.Controls.SetChildIndex(this.btnCancel, 0);
  290. this.Controls.SetChildIndex(this.cbValueFlag, 0);
  291. this.Controls.SetChildIndex(this.lblBuildingNo, 0);
  292. this.Controls.SetChildIndex(this.txtBuildingNo, 0);
  293. this.Controls.SetChildIndex(this.lblFloorNo, 0);
  294. this.Controls.SetChildIndex(this.txtFloorNo, 0);
  295. this.Controls.SetChildIndex(this.lblLocationCode, 0);
  296. this.Controls.SetChildIndex(this.txtLocationCode, 0);
  297. this.Controls.SetChildIndex(this.lblThermometerCode, 0);
  298. this.Controls.SetChildIndex(this.lblManagerName, 0);
  299. this.Controls.SetChildIndex(this.txtManagerName, 0);
  300. this.Controls.SetChildIndex(this.txtThermometerCode, 0);
  301. this.ResumeLayout(false);
  302. this.PerformLayout();
  303. }
  304. #endregion
  305. private Basics.BaseControls.C_Label lblRemarks;
  306. private Basics.BaseControls.C_TextBox txtRemarks;
  307. private Basics.BaseControls.C_Button btnSave;
  308. private Basics.BaseControls.C_Button btnCancel;
  309. private Basics.BaseControls.C_CheckBox cbValueFlag;
  310. private Basics.BaseControls.C_Label lblBuildingNo;
  311. private Basics.BaseControls.C_TextBox txtBuildingNo;
  312. private Basics.BaseControls.C_Label lblFloorNo;
  313. private Basics.BaseControls.C_TextBox txtFloorNo;
  314. private Basics.BaseControls.C_Label lblLocationCode;
  315. private Basics.BaseControls.C_TextBox txtLocationCode;
  316. private Basics.BaseControls.C_Label lblThermometerCode;
  317. private Basics.BaseControls.C_Label lblManagerName;
  318. private Basics.BaseControls.C_TextBox txtManagerName;
  319. private Basics.BaseControls.C_TextBox txtThermometerCode;
  320. }
  321. }