namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_0602 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0602)); this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.cbValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblLocationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtLocationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblThermometerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblManagerName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtManagerName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtThermometerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.SuspendLayout(); // // lblRemarks // this.lblRemarks.AutoSize = true; this.lblRemarks.BackColor = System.Drawing.Color.Transparent; this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText; this.lblRemarks.Location = new System.Drawing.Point(48, 69); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(29, 12); this.lblRemarks.TabIndex = 98; this.lblRemarks.Text = "备注"; // // txtRemarks // this.txtRemarks.BackColor = System.Drawing.SystemColors.Window; this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window; this.txtRemarks.ErrorMessage = ""; this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRemarks.Location = new System.Drawing.Point(83, 66); this.txtRemarks.MaxLength = 500; this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(478, 135); this.txtRemarks.TabIndex = 7; this.txtRemarks.TextValue = ""; // // btnSave // this.btnSave.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(385, 207); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 138; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(476, 207); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 139; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // cbValueFlag // this.cbValueFlag.AutoSize = true; this.cbValueFlag.Checked = true; this.cbValueFlag.CheckState = System.Windows.Forms.CheckState.Checked; this.cbValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbValueFlag.Location = new System.Drawing.Point(489, 44); this.cbValueFlag.Name = "cbValueFlag"; this.cbValueFlag.Size = new System.Drawing.Size(72, 16); this.cbValueFlag.TabIndex = 6; this.cbValueFlag.Text = "正常使用"; this.cbValueFlag.UseVisualStyleBackColor = true; // // lblBuildingNo // this.lblBuildingNo.AutoSize = true; this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent; this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblBuildingNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblBuildingNo.IsMustInput = true; this.lblBuildingNo.Location = new System.Drawing.Point(48, 15); this.lblBuildingNo.Name = "lblBuildingNo"; this.lblBuildingNo.Size = new System.Drawing.Size(29, 12); this.lblBuildingNo.TabIndex = 141; this.lblBuildingNo.Text = "楼号"; // // txtBuildingNo // this.txtBuildingNo.BackColor = System.Drawing.Color.Yellow; this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window; this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtBuildingNo.ErrorMessage = "必须输入项目"; this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBuildingNo.HasError = true; this.txtBuildingNo.IsMustInput = true; this.txtBuildingNo.Location = new System.Drawing.Point(83, 12); this.txtBuildingNo.MaxLength = 50; this.txtBuildingNo.Name = "txtBuildingNo"; this.txtBuildingNo.Size = new System.Drawing.Size(120, 21); this.txtBuildingNo.TabIndex = 1; this.txtBuildingNo.TextChanged += new System.EventHandler(this.txtBuildingNo_TextChanged); // // lblFloorNo // this.lblFloorNo.AutoSize = true; this.lblFloorNo.BackColor = System.Drawing.Color.Transparent; this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblFloorNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblFloorNo.IsMustInput = true; this.lblFloorNo.Location = new System.Drawing.Point(221, 15); this.lblFloorNo.Name = "lblFloorNo"; this.lblFloorNo.Size = new System.Drawing.Size(29, 12); this.lblFloorNo.TabIndex = 143; this.lblFloorNo.Text = "楼层"; // // txtFloorNo // this.txtFloorNo.BackColor = System.Drawing.Color.Yellow; this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window; this.txtFloorNo.ErrorMessage = "必须输入项目"; this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtFloorNo.HasError = true; this.txtFloorNo.IsMustInput = true; this.txtFloorNo.Location = new System.Drawing.Point(256, 12); this.txtFloorNo.MaxLength = 5; this.txtFloorNo.Name = "txtFloorNo"; this.txtFloorNo.Size = new System.Drawing.Size(120, 21); this.txtFloorNo.TabIndex = 2; this.txtFloorNo.TextChanged += new System.EventHandler(this.txtFloorNo_TextChanged); // // lblLocationCode // this.lblLocationCode.AutoSize = true; this.lblLocationCode.BackColor = System.Drawing.Color.Transparent; this.lblLocationCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblLocationCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblLocationCode.IsMustInput = true; this.lblLocationCode.Location = new System.Drawing.Point(382, 15); this.lblLocationCode.Name = "lblLocationCode"; this.lblLocationCode.Size = new System.Drawing.Size(53, 12); this.lblLocationCode.TabIndex = 145; this.lblLocationCode.Text = "位置编码"; // // txtLocationCode // this.txtLocationCode.BackColor = System.Drawing.Color.Yellow; this.txtLocationCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtLocationCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtLocationCode.ErrorMessage = "必须输入项目"; this.txtLocationCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtLocationCode.HasError = true; this.txtLocationCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtLocationCode.IsMustInput = true; this.txtLocationCode.Location = new System.Drawing.Point(441, 12); this.txtLocationCode.MaxLength = 5; this.txtLocationCode.Name = "txtLocationCode"; this.txtLocationCode.Size = new System.Drawing.Size(120, 21); this.txtLocationCode.TabIndex = 3; this.txtLocationCode.TextChanged += new System.EventHandler(this.txtLocationCode_TextChanged); // // lblThermometerCode // this.lblThermometerCode.AutoSize = true; this.lblThermometerCode.BackColor = System.Drawing.Color.Transparent; this.lblThermometerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblThermometerCode.Location = new System.Drawing.Point(14, 42); this.lblThermometerCode.Name = "lblThermometerCode"; this.lblThermometerCode.Size = new System.Drawing.Size(65, 12); this.lblThermometerCode.TabIndex = 147; this.lblThermometerCode.Text = "温湿计编码"; // // lblManagerName // this.lblManagerName.AutoSize = true; this.lblManagerName.BackColor = System.Drawing.Color.Transparent; this.lblManagerName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblManagerName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblManagerName.IsMustInput = true; this.lblManagerName.Location = new System.Drawing.Point(211, 42); this.lblManagerName.Name = "lblManagerName"; this.lblManagerName.Size = new System.Drawing.Size(41, 12); this.lblManagerName.TabIndex = 149; this.lblManagerName.Text = "责任人"; // // txtManagerName // this.txtManagerName.BackColor = System.Drawing.Color.Yellow; this.txtManagerName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtManagerName.ErrorMessage = "必须输入项目"; this.txtManagerName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtManagerName.HasError = true; this.txtManagerName.IsMustInput = true; this.txtManagerName.Location = new System.Drawing.Point(256, 39); this.txtManagerName.MaxLength = 50; this.txtManagerName.Name = "txtManagerName"; this.txtManagerName.Size = new System.Drawing.Size(120, 21); this.txtManagerName.TabIndex = 5; // // txtThermometerCode // this.txtThermometerCode.BackColor = System.Drawing.SystemColors.Window; this.txtThermometerCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtThermometerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtThermometerCode.Enabled = false; this.txtThermometerCode.ErrorMessage = ""; this.txtThermometerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtThermometerCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtThermometerCode.Location = new System.Drawing.Point(85, 39); this.txtThermometerCode.Name = "txtThermometerCode"; this.txtThermometerCode.Size = new System.Drawing.Size(118, 21); this.txtThermometerCode.TabIndex = 150; this.txtThermometerCode.TextValue = ""; // // F_MST_0602 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(575, 263); this.Controls.Add(this.txtThermometerCode); this.Controls.Add(this.txtManagerName); this.Controls.Add(this.lblManagerName); this.Controls.Add(this.lblThermometerCode); this.Controls.Add(this.txtLocationCode); this.Controls.Add(this.lblLocationCode); this.Controls.Add(this.txtFloorNo); this.Controls.Add(this.lblFloorNo); this.Controls.Add(this.txtBuildingNo); this.Controls.Add(this.lblBuildingNo); this.Controls.Add(this.cbValueFlag); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.lblRemarks); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_MST_0602"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "新建、编辑温湿度"; this.Load += new System.EventHandler(this.F_MST_0602_Load); this.Controls.SetChildIndex(this.lblRemarks, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.cbValueFlag, 0); this.Controls.SetChildIndex(this.lblBuildingNo, 0); this.Controls.SetChildIndex(this.txtBuildingNo, 0); this.Controls.SetChildIndex(this.lblFloorNo, 0); this.Controls.SetChildIndex(this.txtFloorNo, 0); this.Controls.SetChildIndex(this.lblLocationCode, 0); this.Controls.SetChildIndex(this.txtLocationCode, 0); this.Controls.SetChildIndex(this.lblThermometerCode, 0); this.Controls.SetChildIndex(this.lblManagerName, 0); this.Controls.SetChildIndex(this.txtManagerName, 0); this.Controls.SetChildIndex(this.txtThermometerCode, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblRemarks; private Basics.BaseControls.C_TextBox txtRemarks; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_CheckBox cbValueFlag; private Basics.BaseControls.C_Label lblBuildingNo; private Basics.BaseControls.C_TextBox txtBuildingNo; private Basics.BaseControls.C_Label lblFloorNo; private Basics.BaseControls.C_TextBox txtFloorNo; private Basics.BaseControls.C_Label lblLocationCode; private Basics.BaseControls.C_TextBox txtLocationCode; private Basics.BaseControls.C_Label lblThermometerCode; private Basics.BaseControls.C_Label lblManagerName; private Basics.BaseControls.C_TextBox txtManagerName; private Basics.BaseControls.C_TextBox txtThermometerCode; } }