namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_1702 { /// /// 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.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_1702)); 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.lblRecordTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpRecordTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.dgvCelsiusRecord = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.btnAddDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); 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(); ((System.ComponentModel.ISupportInitialize)(this.dgvCelsiusRecord)).BeginInit(); this.SuspendLayout(); // // lblRecordTime // this.lblRecordTime.AutoSize = true; this.lblRecordTime.BackColor = System.Drawing.Color.Transparent; this.lblRecordTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRecordTime.ForeColor = System.Drawing.SystemColors.ControlText; this.lblRecordTime.Location = new System.Drawing.Point(12, 18); this.lblRecordTime.Name = "lblRecordTime"; this.lblRecordTime.Size = new System.Drawing.Size(53, 12); this.lblRecordTime.TabIndex = 116; this.lblRecordTime.Text = "记录时间"; // // dtpRecordTime // this.dtpRecordTime.CustomFormat = "yyyy-MM-dd HH:mm"; this.dtpRecordTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpRecordTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpRecordTime.Location = new System.Drawing.Point(71, 12); this.dtpRecordTime.Name = "dtpRecordTime"; this.dtpRecordTime.Size = new System.Drawing.Size(135, 21); this.dtpRecordTime.TabIndex = 117; // // 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(12, 45); this.dgvCelsiusRecord.MultiSelect = false; this.dgvCelsiusRecord.Name = "dgvCelsiusRecord"; 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(709, 308); this.dgvCelsiusRecord.SortOrderColumnName = null; this.dgvCelsiusRecord.TabIndex = 127; this.dgvCelsiusRecord.Tag = true; this.dgvCelsiusRecord.TotalSumColumns = null; this.dgvCelsiusRecord.ViewRowFilter = ""; this.dgvCelsiusRecord.VirtualMode = true; // // btnAddDetail // this.btnAddDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAddDetail.BackColor = System.Drawing.Color.Transparent; this.btnAddDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAddDetail.BackgroundImage"))); this.btnAddDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnAddDetail.ForeColor = System.Drawing.Color.White; this.btnAddDetail.Location = new System.Drawing.Point(636, 9); this.btnAddDetail.Name = "btnAddDetail"; this.btnAddDetail.Size = new System.Drawing.Size(85, 30); this.btnAddDetail.TabIndex = 128; this.btnAddDetail.Text = "生成明细(&Q)"; this.btnAddDetail.UseVisualStyleBackColor = false; this.btnAddDetail.Click += new System.EventHandler(this.btnAddDetail_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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(545, 359); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 129; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSubmit_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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(636, 359); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 130; this.btnCancel.Text = "取消(&C)"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnClose_Click); // // RecordID // this.RecordID.DataPropertyName = "RecordID"; this.RecordID.HeaderText = "温湿度记录ID"; this.RecordID.Name = "RecordID"; this.RecordID.Visible = false; // // ThermometerID // this.ThermometerID.DataPropertyName = "ThermometerID"; this.ThermometerID.HeaderText = "温湿计ID"; this.ThermometerID.Name = "ThermometerID"; this.ThermometerID.Visible = false; // // RecorderID // this.RecorderID.DataPropertyName = "RecorderID"; this.RecorderID.HeaderText = "记录人工号ID"; this.RecorderID.Name = "RecorderID"; this.RecorderID.Visible = false; // // ThermometerCode // this.ThermometerCode.DataPropertyName = "ThermometerCode"; this.ThermometerCode.HeaderText = "温湿计编码"; this.ThermometerCode.Name = "ThermometerCode"; this.ThermometerCode.ReadOnly = true; this.ThermometerCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // 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.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.RecordDate.Visible = false; this.RecordDate.Width = 120; // // 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.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // 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.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; this.Remarks.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Remarks.Width = 150; // // F_PM_1702 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(733, 414); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnAddDetail); this.Controls.Add(this.dgvCelsiusRecord); this.Controls.Add(this.dtpRecordTime); this.Controls.Add(this.lblRecordTime); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_PM_1702"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_PM_1702"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.F_PM_1702_Load); this.Controls.SetChildIndex(this.lblRecordTime, 0); this.Controls.SetChildIndex(this.dtpRecordTime, 0); this.Controls.SetChildIndex(this.dgvCelsiusRecord, 0); this.Controls.SetChildIndex(this.btnAddDetail, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvCelsiusRecord)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblRecordTime; private Basics.BaseControls.C_DateTimePicker dtpRecordTime; private Basics.BaseControls.C_DataGridView dgvCelsiusRecord; private Basics.BaseControls.C_Button btnAddDetail; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; 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; } }