namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_1701
{
///
/// 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_PM_1701));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = 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.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.dkThermometer = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkThermometerSearchBox();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtRecordDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.txtRecordDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.lblRecordDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dgvCelsiusRecord = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.RecordID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ThermometerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RecorderID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ThermometerCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RecordDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Celsius = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.Humidity = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
this.tsrOperate.SuspendLayout();
this.c_GroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvCelsiusRecord)).BeginInit();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.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.tsbtnDelete,
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(971, 35);
this.tsrOperate.TabIndex = 1;
//
// 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);
//
// c_GroupBox1
//
this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
this.c_GroupBox1.Controls.Add(this.dkThermometer);
this.c_GroupBox1.Controls.Add(this.btnClearCondition);
this.c_GroupBox1.Controls.Add(this.btnSearch);
this.c_GroupBox1.Controls.Add(this.txtRemarks);
this.c_GroupBox1.Controls.Add(this.lblRemarks);
this.c_GroupBox1.Controls.Add(this.c_Label1);
this.c_GroupBox1.Controls.Add(this.txtRecordDateEnd);
this.c_GroupBox1.Controls.Add(this.txtRecordDateStart);
this.c_GroupBox1.Controls.Add(this.lblRecordDate);
this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_GroupBox1.IsMustInput = false;
this.c_GroupBox1.Location = new System.Drawing.Point(0, 38);
this.c_GroupBox1.Name = "c_GroupBox1";
this.c_GroupBox1.OriginalHeight = -1;
this.c_GroupBox1.Size = new System.Drawing.Size(959, 72);
this.c_GroupBox1.TabIndex = 2;
this.c_GroupBox1.TabStop = false;
this.c_GroupBox1.Text = "查询条件 ▼";
//
// dkThermometer
//
this.dkThermometer.DataSource = null;
this.dkThermometer.Enabled = true;
this.dkThermometer.IsEnablePurview = false;
this.dkThermometer.IsMustInput = false;
this.dkThermometer.Location = new System.Drawing.Point(6, 19);
this.dkThermometer.ManagerName = "";
this.dkThermometer.Name = "dkThermometer";
this.dkThermometer.OPTimeStamp = new System.DateTime(((long)(0)));
this.dkThermometer.Purview = null;
this.dkThermometer.Size = new System.Drawing.Size(182, 21);
this.dkThermometer.TabIndex = 1;
this.dkThermometer.ThermometerCode = "";
this.dkThermometer.ThermometerID = null;
this.dkThermometer.ThermometerIDS = null;
this.dkThermometer.Title = "温湿计";
this.dkThermometer.TxtMouldTypeBackColor = System.Drawing.SystemColors.Control;
//
// 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(868, 36);
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 = 6;
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(777, 36);
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 = 5;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// 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(52, 45);
this.txtRemarks.MaxLength = 500;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(298, 21);
this.txtRemarks.TabIndex = 4;
//
// 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(17, 48);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(29, 12);
this.lblRemarks.TabIndex = 15;
this.lblRemarks.Text = "备注";
//
// c_Label1
//
this.c_Label1.AutoSize = true;
this.c_Label1.BackColor = System.Drawing.Color.Transparent;
this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label1.Location = new System.Drawing.Point(356, 26);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(17, 12);
this.c_Label1.TabIndex = 7;
this.c_Label1.Text = "至";
//
// txtRecordDateEnd
//
this.txtRecordDateEnd.CustomFormat = "yyyy-MM-dd";
this.txtRecordDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRecordDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtRecordDateEnd.Location = new System.Drawing.Point(379, 20);
this.txtRecordDateEnd.Name = "txtRecordDateEnd";
this.txtRecordDateEnd.Size = new System.Drawing.Size(97, 21);
this.txtRecordDateEnd.TabIndex = 3;
//
// txtRecordDateStart
//
this.txtRecordDateStart.CustomFormat = "yyyy-MM-dd";
this.txtRecordDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRecordDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtRecordDateStart.Location = new System.Drawing.Point(253, 20);
this.txtRecordDateStart.Name = "txtRecordDateStart";
this.txtRecordDateStart.Size = new System.Drawing.Size(97, 21);
this.txtRecordDateStart.TabIndex = 2;
//
// lblRecordDate
//
this.lblRecordDate.AutoSize = true;
this.lblRecordDate.BackColor = System.Drawing.Color.Transparent;
this.lblRecordDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRecordDate.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblRecordDate.Location = new System.Drawing.Point(194, 23);
this.lblRecordDate.Name = "lblRecordDate";
this.lblRecordDate.Size = new System.Drawing.Size(53, 12);
this.lblRecordDate.TabIndex = 5;
this.lblRecordDate.Text = "记录日期";
//
// dgvCelsiusRecord
//
this.dgvCelsiusRecord.AllowUserToAddRows = false;
this.dgvCelsiusRecord.AllowUserToDeleteRows = false;
this.dgvCelsiusRecord.AllowUserToModifyRows = true;
this.dgvCelsiusRecord.AllowUserToOrderColumns = true;
dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvCelsiusRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
this.dgvCelsiusRecord.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.dgvCelsiusRecord.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvCelsiusRecord.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvCelsiusRecord.CellHeight = 23;
this.dgvCelsiusRecord.ChildNodeColumnName = null;
this.dgvCelsiusRecord.ChildNodeColumnText = null;
this.dgvCelsiusRecord.ColumnDeep = 1;
this.dgvCelsiusRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvCelsiusRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.dgvCelsiusRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvCelsiusRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.RecordID,
this.ThermometerID,
this.RecorderID,
this.ThermometerCode,
this.RecordDate,
this.Celsius,
this.Humidity,
this.Remarks});
this.dgvCelsiusRecord.ColumnTreeView = null;
this.dgvCelsiusRecord.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)));
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvCelsiusRecord.DefaultCellStyle = dataGridViewCellStyle13;
this.dgvCelsiusRecord.DynamicColumnName = "";
this.dgvCelsiusRecord.EnableHeadersVisualStyles = false;
this.dgvCelsiusRecord.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvCelsiusRecord.IsAutoCountSum = true;
this.dgvCelsiusRecord.IsAutoResizeColumns = false;
this.dgvCelsiusRecord.IsClickF12 = false;
this.dgvCelsiusRecord.IsSubTotalFlag = false;
this.dgvCelsiusRecord.Location = new System.Drawing.Point(0, 116);
this.dgvCelsiusRecord.MultiSelect = false;
this.dgvCelsiusRecord.Name = "dgvCelsiusRecord";
this.dgvCelsiusRecord.ReadOnly = true;
this.dgvCelsiusRecord.RefreshAtHscroll = false;
this.dgvCelsiusRecord.RowHeadersWidth = 50;
this.dgvCelsiusRecord.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvCelsiusRecord.RowsDefaultCellStyle = dataGridViewCellStyle14;
this.dgvCelsiusRecord.RowTemplate.Height = 21;
this.dgvCelsiusRecord.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvCelsiusRecord.Size = new System.Drawing.Size(959, 444);
this.dgvCelsiusRecord.SortOrderColumnName = null;
this.dgvCelsiusRecord.TabIndex = 21;
this.dgvCelsiusRecord.Tag = true;
this.dgvCelsiusRecord.TotalSumColumns = null;
this.dgvCelsiusRecord.ViewRowFilter = "";
this.dgvCelsiusRecord.VirtualMode = true;
this.dgvCelsiusRecord.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvThermometer_CellDoubleClick);
//
// RecordID
//
this.RecordID.DataPropertyName = "RecordID";
this.RecordID.HeaderText = "温湿度记录ID";
this.RecordID.Name = "RecordID";
this.RecordID.ReadOnly = true;
this.RecordID.Visible = false;
//
// ThermometerID
//
this.ThermometerID.DataPropertyName = "ThermometerID";
this.ThermometerID.HeaderText = "温湿计ID";
this.ThermometerID.Name = "ThermometerID";
this.ThermometerID.ReadOnly = true;
this.ThermometerID.Visible = false;
//
// RecorderID
//
this.RecorderID.DataPropertyName = "RecorderID";
this.RecorderID.HeaderText = "记录人工号ID";
this.RecorderID.Name = "RecorderID";
this.RecorderID.ReadOnly = true;
this.RecorderID.Visible = false;
//
// ThermometerCode
//
this.ThermometerCode.DataPropertyName = "ThermometerCode";
this.ThermometerCode.HeaderText = "温湿计";
this.ThermometerCode.Name = "ThermometerCode";
this.ThermometerCode.ReadOnly = true;
//
// RecordDate
//
this.RecordDate.DataPropertyName = "RecordDate";
dataGridViewCellStyle10.Format = "yyyy-MM-dd HH:mm";
this.RecordDate.DefaultCellStyle = dataGridViewCellStyle10;
this.RecordDate.HeaderText = "记录时间";
this.RecordDate.Name = "RecordDate";
this.RecordDate.ReadOnly = true;
this.RecordDate.Width = 150;
//
// Celsius
//
this.Celsius.DataPropertyName = "Celsius";
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.Celsius.DefaultCellStyle = dataGridViewCellStyle11;
this.Celsius.HeaderText = "温度(℃)";
this.Celsius.MaxValue = new decimal(new int[] {
999999,
0,
0,
0});
this.Celsius.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.Celsius.Name = "Celsius";
this.Celsius.Number = new System.Drawing.Point(3, 1);
this.Celsius.ReadOnly = true;
this.Celsius.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Celsius.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// Humidity
//
this.Humidity.DataPropertyName = "Humidity";
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.Humidity.DefaultCellStyle = dataGridViewCellStyle12;
this.Humidity.HeaderText = "湿度(%RH)";
this.Humidity.MaxValue = new decimal(new int[] {
99999,
0,
0,
0});
this.Humidity.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.Humidity.Name = "Humidity";
this.Humidity.Number = new System.Drawing.Point(3, 1);
this.Humidity.ReadOnly = true;
this.Humidity.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Humidity.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// Remarks
//
this.Remarks.DataPropertyName = "Remarks";
this.Remarks.HeaderText = "备注";
this.Remarks.Name = "Remarks";
this.Remarks.ReadOnly = true;
this.Remarks.Width = 200;
//
// tsbtnDelete
//
this.tsbtnDelete.AutoSize = false;
this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnDelete.Name = "tsbtnDelete";
this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
this.tsbtnDelete.Text = "删除(&D)";
this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_Click);
//
// F_PM_1701
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(971, 562);
this.Controls.Add(this.dgvCelsiusRecord);
this.Controls.Add(this.c_GroupBox1);
this.Controls.Add(this.tsrOperate);
this.Name = "F_PM_1701";
this.Text = "F_PM_1701";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1701_FormClosed);
this.Load += new System.EventHandler(this.F_PM_1701_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.c_GroupBox1.ResumeLayout(false);
this.c_GroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvCelsiusRecord)).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 c_GroupBox1;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_TextBox txtRemarks;
private Basics.BaseControls.C_Label lblRemarks;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_DateTimePicker txtRecordDateEnd;
private Basics.BaseControls.C_DateTimePicker txtRecordDateStart;
private Basics.BaseControls.C_Label lblRecordDate;
private Controls.SearchTextBox.dkThermometerSearchBox dkThermometer;
private Basics.BaseControls.C_DataGridView dgvCelsiusRecord;
private System.Windows.Forms.DataGridViewTextBoxColumn RecordID;
private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerID;
private System.Windows.Forms.DataGridViewTextBoxColumn RecorderID;
private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerCode;
private System.Windows.Forms.DataGridViewTextBoxColumn RecordDate;
private Basics.BaseControls.C_DGV_Column_Digital Celsius;
private Basics.BaseControls.C_DGV_Column_Digital Humidity;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
private System.Windows.Forms.ToolStripButton tsbtnDelete;
}
}