| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460 |
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_080106
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_080106));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- 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.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.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.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 = 0;
- //
- // 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 = 1;
- 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 = "11";
- this.dkThermometer.SelectMore = true;
- this.dkThermometer.Size = new System.Drawing.Size(182, 21);
- this.dkThermometer.TabIndex = 0;
- 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 = 8;
- 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 = 7;
- 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 = 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(17, 48);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 5;
- 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 = 3;
- 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 = 4;
- //
- // 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 = 1;
- this.lblRecordDate.Text = "记录日期";
- //
- // dgvCelsiusRecord
- //
- this.dgvCelsiusRecord.AllowUserToAddRows = false;
- this.dgvCelsiusRecord.AllowUserToDeleteRows = false;
- this.dgvCelsiusRecord.AllowUserToModifyRows = true;
- this.dgvCelsiusRecord.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvCelsiusRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- 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;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- 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.dgvCelsiusRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- 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)));
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvCelsiusRecord.DefaultCellStyle = dataGridViewCellStyle6;
- 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;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvCelsiusRecord.RowsDefaultCellStyle = dataGridViewCellStyle7;
- 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 = 2;
- this.dgvCelsiusRecord.Tag = true;
- this.dgvCelsiusRecord.TotalSumColumns = null;
- this.dgvCelsiusRecord.ViewRowFilter = "";
- this.dgvCelsiusRecord.VirtualMode = true;
- //
- // 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";
- dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm";
- this.RecordDate.DefaultCellStyle = dataGridViewCellStyle3;
- this.RecordDate.HeaderText = "记录时间";
- this.RecordDate.Name = "RecordDate";
- this.RecordDate.ReadOnly = true;
- this.RecordDate.Width = 150;
- //
- // Celsius
- //
- this.Celsius.DataPropertyName = "Celsius";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.Celsius.DefaultCellStyle = dataGridViewCellStyle4;
- 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";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.Humidity.DefaultCellStyle = dataGridViewCellStyle5;
- 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;
- //
- // F_RPT_080106
- //
- 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_RPT_080106";
- this.Text = "F_RPT_080106";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1701_FormClosed);
- this.Load += new System.EventHandler(this.F_RPT_080106_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 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;
- }
- }
|