namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_0601
{
///
/// 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_0601));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.txtManagerName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtThermometerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtLocationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
this.lblThermometerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblManagerName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblLocationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.dgvThermometer = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.ThermometerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BuildingNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FloorNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LocationCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ThermometerCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ManagerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.tsrOperate.SuspendLayout();
this.gbxCondition.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvThermometer)).BeginInit();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnAdd,
this.tsbtnEdit,
this.toolStripSeparator3,
this.tsbtnAdaptive,
this.tsbtnClose});
this.tsrOperate.Location = new System.Drawing.Point(0, 0);
this.tsrOperate.Name = "tsrOperate";
this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.tsrOperate.ShowItemToolTips = false;
this.tsrOperate.Size = new System.Drawing.Size(919, 35);
this.tsrOperate.TabIndex = 2;
//
// tsbtnAdd
//
this.tsbtnAdd.AutoSize = false;
this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdd.Name = "tsbtnAdd";
this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
this.tsbtnAdd.Text = "新建(&N)";
this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
//
// tsbtnEdit
//
this.tsbtnEdit.AutoSize = false;
this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnEdit.Name = "tsbtnEdit";
this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
this.tsbtnEdit.Text = "编辑(&E)";
this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.AutoSize = false;
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// tsbtnAdaptive
//
this.tsbtnAdaptive.AutoSize = false;
this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdaptive.Name = "tsbtnAdaptive";
this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
this.tsbtnAdaptive.Text = "自适应列宽(&A)";
this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
//
// tsbtnClose
//
this.tsbtnClose.AutoSize = false;
this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnClose.Name = "tsbtnClose";
this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
this.tsbtnClose.Text = "关闭(&X)";
this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
//
// gbxCondition
//
this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
this.gbxCondition.Controls.Add(this.txtManagerName);
this.gbxCondition.Controls.Add(this.txtThermometerCode);
this.gbxCondition.Controls.Add(this.txtLocationCode);
this.gbxCondition.Controls.Add(this.txtFloorNo);
this.gbxCondition.Controls.Add(this.txtBuildingNo);
this.gbxCondition.Controls.Add(this.chkValueFlag);
this.gbxCondition.Controls.Add(this.lblThermometerCode);
this.gbxCondition.Controls.Add(this.lblManagerName);
this.gbxCondition.Controls.Add(this.txtRemarks);
this.gbxCondition.Controls.Add(this.lblRemarks);
this.gbxCondition.Controls.Add(this.lblLocationCode);
this.gbxCondition.Controls.Add(this.lblFloorNo);
this.gbxCondition.Controls.Add(this.lblBuildingNo);
this.gbxCondition.Controls.Add(this.btnClearCondition);
this.gbxCondition.Controls.Add(this.btnSearch);
this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
this.gbxCondition.IsMustInput = false;
this.gbxCondition.Location = new System.Drawing.Point(0, 38);
this.gbxCondition.Name = "gbxCondition";
this.gbxCondition.OriginalHeight = -1;
this.gbxCondition.Size = new System.Drawing.Size(907, 81);
this.gbxCondition.TabIndex = 24;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "查询条件 ▼";
//
// txtManagerName
//
this.txtManagerName.BackColor = System.Drawing.SystemColors.Window;
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.Location = new System.Drawing.Point(75, 47);
this.txtManagerName.MaxLength = 50;
this.txtManagerName.Name = "txtManagerName";
this.txtManagerName.Size = new System.Drawing.Size(120, 21);
this.txtManagerName.TabIndex = 5;
this.txtManagerName.TextValue = "";
//
// 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.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(618, 20);
this.txtThermometerCode.MaxLength = 62;
this.txtThermometerCode.Name = "txtThermometerCode";
this.txtThermometerCode.Size = new System.Drawing.Size(97, 21);
this.txtThermometerCode.TabIndex = 4;
this.txtThermometerCode.TextValue = "";
//
// txtLocationCode
//
this.txtLocationCode.BackColor = System.Drawing.SystemColors.Window;
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.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtLocationCode.Location = new System.Drawing.Point(421, 20);
this.txtLocationCode.MaxLength = 5;
this.txtLocationCode.Name = "txtLocationCode";
this.txtLocationCode.Size = new System.Drawing.Size(120, 21);
this.txtLocationCode.TabIndex = 3;
this.txtLocationCode.TextValue = "";
//
// txtFloorNo
//
this.txtFloorNo.BackColor = System.Drawing.SystemColors.Window;
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.Location = new System.Drawing.Point(236, 20);
this.txtFloorNo.MaxLength = 5;
this.txtFloorNo.Name = "txtFloorNo";
this.txtFloorNo.Size = new System.Drawing.Size(120, 21);
this.txtFloorNo.TabIndex = 2;
this.txtFloorNo.TextValue = "";
//
// txtBuildingNo
//
this.txtBuildingNo.BackColor = System.Drawing.SystemColors.Window;
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.Location = new System.Drawing.Point(75, 20);
this.txtBuildingNo.MaxLength = 50;
this.txtBuildingNo.Name = "txtBuildingNo";
this.txtBuildingNo.Size = new System.Drawing.Size(120, 21);
this.txtBuildingNo.TabIndex = 1;
this.txtBuildingNo.TextValue = "";
//
// chkValueFlag
//
this.chkValueFlag.BackColor = System.Drawing.SystemColors.Control;
this.chkValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkValueFlag.BackgroundImage")));
this.chkValueFlag.FalseText = "否";
this.chkValueFlag.Location = new System.Drawing.Point(549, 50);
this.chkValueFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
this.chkValueFlag.Name = "chkValueFlag";
this.chkValueFlag.Size = new System.Drawing.Size(136, 20);
this.chkValueFlag.TabIndex = 7;
this.chkValueFlag.Title = "正常使用";
this.chkValueFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.chkValueFlag.TrueText = "是";
//
// 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(547, 24);
this.lblThermometerCode.Name = "lblThermometerCode";
this.lblThermometerCode.Size = new System.Drawing.Size(65, 12);
this.lblThermometerCode.TabIndex = 97;
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.SystemColors.ControlText;
this.lblManagerName.Location = new System.Drawing.Point(28, 50);
this.lblManagerName.Name = "lblManagerName";
this.lblManagerName.Size = new System.Drawing.Size(41, 12);
this.lblManagerName.TabIndex = 95;
this.lblManagerName.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(236, 47);
this.txtRemarks.MaxLength = 500;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(305, 21);
this.txtRemarks.TabIndex = 6;
//
// 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(201, 50);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(29, 12);
this.lblRemarks.TabIndex = 93;
this.lblRemarks.Text = "备注";
//
// 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.SystemColors.ControlText;
this.lblLocationCode.Location = new System.Drawing.Point(362, 24);
this.lblLocationCode.Name = "lblLocationCode";
this.lblLocationCode.Size = new System.Drawing.Size(53, 12);
this.lblLocationCode.TabIndex = 79;
this.lblLocationCode.Text = "位置编码";
//
// 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.SystemColors.ControlText;
this.lblFloorNo.Location = new System.Drawing.Point(201, 24);
this.lblFloorNo.Name = "lblFloorNo";
this.lblFloorNo.Size = new System.Drawing.Size(29, 12);
this.lblFloorNo.TabIndex = 77;
this.lblFloorNo.Text = "楼层";
//
// 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.SystemColors.ControlText;
this.lblBuildingNo.Location = new System.Drawing.Point(40, 24);
this.lblBuildingNo.Name = "lblBuildingNo";
this.lblBuildingNo.Size = new System.Drawing.Size(29, 12);
this.lblBuildingNo.TabIndex = 75;
this.lblBuildingNo.Text = "楼号";
//
// btnClearCondition
//
this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClearCondition.ForeColor = System.Drawing.Color.White;
this.btnClearCondition.Location = new System.Drawing.Point(815, 44);
this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnClearCondition.Name = "btnClearCondition";
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
this.btnClearCondition.TabIndex = 9;
this.btnClearCondition.Text = "清空条件(&C)";
this.btnClearCondition.UseVisualStyleBackColor = false;
this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
//
// btnSearch
//
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSearch.BackColor = System.Drawing.Color.Gray;
this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSearch.ForeColor = System.Drawing.Color.White;
this.btnSearch.Location = new System.Drawing.Point(724, 44);
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(85, 30);
this.btnSearch.TabIndex = 8;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// dgvThermometer
//
this.dgvThermometer.AllowUserToAddRows = false;
this.dgvThermometer.AllowUserToDeleteRows = false;
this.dgvThermometer.AllowUserToModifyRows = true;
this.dgvThermometer.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvThermometer.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvThermometer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvThermometer.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvThermometer.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvThermometer.CellHeight = 23;
this.dgvThermometer.ChildNodeColumnName = null;
this.dgvThermometer.ChildNodeColumnText = null;
this.dgvThermometer.ColumnDeep = 1;
this.dgvThermometer.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvThermometer.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvThermometer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvThermometer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ThermometerID,
this.BuildingNo,
this.FloorNo,
this.LocationCode,
this.ThermometerCode,
this.ManagerName,
this.Remarks,
this.ValueFlag});
this.dgvThermometer.ColumnTreeView = null;
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)));
this.dgvThermometer.DynamicColumnName = "";
this.dgvThermometer.EnableHeadersVisualStyles = false;
this.dgvThermometer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvThermometer.IsAutoCountSum = true;
this.dgvThermometer.IsAutoResizeColumns = false;
this.dgvThermometer.IsClickF12 = false;
this.dgvThermometer.IsSubTotalFlag = false;
this.dgvThermometer.Location = new System.Drawing.Point(0, 125);
this.dgvThermometer.Name = "dgvThermometer";
this.dgvThermometer.RefreshAtHscroll = false;
this.dgvThermometer.RowHeadersWidth = 50;
this.dgvThermometer.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvThermometer.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvThermometer.RowTemplate.Height = 25;
this.dgvThermometer.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvThermometer.Size = new System.Drawing.Size(907, 309);
this.dgvThermometer.SortOrderColumnName = null;
this.dgvThermometer.TabIndex = 25;
this.dgvThermometer.Tag = true;
this.dgvThermometer.TotalSumColumns = null;
this.dgvThermometer.ViewRowFilter = "";
this.dgvThermometer.VirtualMode = true;
//
// ThermometerID
//
this.ThermometerID.DataPropertyName = "ThermometerID";
this.ThermometerID.HeaderText = "温湿计ID";
this.ThermometerID.Name = "ThermometerID";
this.ThermometerID.Visible = false;
//
// BuildingNo
//
this.BuildingNo.DataPropertyName = "BuildingNo";
this.BuildingNo.HeaderText = "楼号";
this.BuildingNo.Name = "BuildingNo";
//
// FloorNo
//
this.FloorNo.DataPropertyName = "FloorNo";
this.FloorNo.HeaderText = "楼层";
this.FloorNo.Name = "FloorNo";
//
// LocationCode
//
this.LocationCode.DataPropertyName = "LocationCode";
this.LocationCode.HeaderText = "位置编码";
this.LocationCode.Name = "LocationCode";
//
// ThermometerCode
//
this.ThermometerCode.DataPropertyName = "ThermometerCode";
this.ThermometerCode.HeaderText = "温湿计编码";
this.ThermometerCode.Name = "ThermometerCode";
//
// ManagerName
//
this.ManagerName.DataPropertyName = "ManagerName";
this.ManagerName.HeaderText = "责任人";
this.ManagerName.Name = "ManagerName";
//
// Remarks
//
this.Remarks.DataPropertyName = "Remarks";
this.Remarks.HeaderText = "备注";
this.Remarks.Name = "Remarks";
//
// ValueFlag
//
this.ValueFlag.DataPropertyName = "ValueFlag";
this.ValueFlag.FalseValue = "0";
this.ValueFlag.HeaderText = "正常";
this.ValueFlag.Name = "ValueFlag";
this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.ValueFlag.TrueValue = "1";
//
// F_MST_0601
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(919, 446);
this.Controls.Add(this.dgvThermometer);
this.Controls.Add(this.gbxCondition);
this.Controls.Add(this.tsrOperate);
this.Name = "F_MST_0601";
this.Text = "温湿度管理";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0601_FormClosed);
this.Load += new System.EventHandler(this.F_MST_0601_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvThermometer)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_GroupBox gbxCondition;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_Label lblBuildingNo;
private Basics.BaseControls.C_Label lblFloorNo;
private Basics.BaseControls.C_Label lblLocationCode;
private Basics.BaseControls.C_Label lblRemarks;
private Basics.BaseControls.C_TextBox txtRemarks;
private Basics.BaseControls.C_Label lblManagerName;
private Basics.BaseControls.C_Label lblThermometerCode;
private Basics.BaseControls.C_StatusCheckBox chkValueFlag;
private Basics.BaseControls.C_DataGridView dgvThermometer;
private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerID;
private System.Windows.Forms.DataGridViewTextBoxColumn BuildingNo;
private System.Windows.Forms.DataGridViewTextBoxColumn FloorNo;
private System.Windows.Forms.DataGridViewTextBoxColumn LocationCode;
private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerCode;
private System.Windows.Forms.DataGridViewTextBoxColumn ManagerName;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
private Basics.BaseControls.C_TextBox txtBuildingNo;
private Basics.BaseControls.C_TextBox txtManagerName;
private Basics.BaseControls.C_TextBox txtThermometerCode;
private Basics.BaseControls.C_TextBox txtLocationCode;
private Basics.BaseControls.C_TextBox txtFloorNo;
}
}