namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon { partial class S_CMN_019 { /// /// 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(S_CMN_019)); 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.lblThermometerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtThermometerCode = new System.Windows.Forms.TextBox(); this.lblManagerName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtManagerName = new System.Windows.Forms.TextBox(); this.dgvThermometer = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ThermometerID = 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(); ((System.ComponentModel.ISupportInitialize)(this.dgvThermometer)).BeginInit(); this.SuspendLayout(); // // 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.ForeColor = System.Drawing.SystemColors.ControlText; this.lblThermometerCode.Image = ((System.Drawing.Image)(resources.GetObject("lblThermometerCode.Image"))); this.lblThermometerCode.Location = new System.Drawing.Point(12, 14); this.lblThermometerCode.Name = "lblThermometerCode"; this.lblThermometerCode.Size = new System.Drawing.Size(65, 12); this.lblThermometerCode.TabIndex = 0; this.lblThermometerCode.Text = "温湿计编码"; // // txtThermometerCode // this.txtThermometerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtThermometerCode.Font = new System.Drawing.Font("宋体", 9F); this.txtThermometerCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtThermometerCode.Location = new System.Drawing.Point(83, 11); this.txtThermometerCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtThermometerCode.MaxLength = 21; this.txtThermometerCode.Name = "txtThermometerCode"; this.txtThermometerCode.Size = new System.Drawing.Size(110, 21); this.txtThermometerCode.TabIndex = 1; // // 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.Image = ((System.Drawing.Image)(resources.GetObject("lblManagerName.Image"))); this.lblManagerName.Location = new System.Drawing.Point(199, 14); this.lblManagerName.Name = "lblManagerName"; this.lblManagerName.Size = new System.Drawing.Size(65, 12); this.lblManagerName.TabIndex = 2; this.lblManagerName.Text = "责任人姓名"; // // txtManagerName // this.txtManagerName.Font = new System.Drawing.Font("宋体", 9F); this.txtManagerName.Location = new System.Drawing.Point(270, 11); this.txtManagerName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtManagerName.MaxLength = 20; this.txtManagerName.Name = "txtManagerName"; this.txtManagerName.Size = new System.Drawing.Size(110, 21); this.txtManagerName.TabIndex = 3; // // dgvThermometer // this.dgvThermometer.AllowUserToAddRows = false; this.dgvThermometer.AllowUserToDeleteRows = false; this.dgvThermometer.AllowUserToModifyRows = true; this.dgvThermometer.AllowUserToOrderColumns = true; this.dgvThermometer.AllowUserToResizeRows = false; 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.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.dgvThermometer.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvThermometer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvThermometer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Sel, this.ThermometerID, this.ThermometerCode, this.ManagerName, this.REMARKS}); this.dgvThermometer.ColumnTreeView = null; this.dgvThermometer.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvThermometer.DefaultCellStyle = dataGridViewCellStyle3; 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.HorizontalMergeColumn = null; this.dgvThermometer.IsAutoCountSum = true; this.dgvThermometer.IsAutoResizeColumns = false; this.dgvThermometer.IsClickF12 = false; this.dgvThermometer.IsOpenMergeCellFlag = false; this.dgvThermometer.IsSubTotalFlag = false; this.dgvThermometer.IsTopDeep = false; this.dgvThermometer.Location = new System.Drawing.Point(12, 40); this.dgvThermometer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvThermometer.MergeColumnNames = null; this.dgvThermometer.MergeDetailColumnNames = null; this.dgvThermometer.MergeDetailOnlyColumn = null; this.dgvThermometer.MergeOnlyColumn = null; this.dgvThermometer.MultiSelect = false; this.dgvThermometer.Name = "dgvThermometer"; this.dgvThermometer.RefreshAtHscroll = false; this.dgvThermometer.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvThermometer.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvThermometer.RowTemplate.Height = 21; this.dgvThermometer.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvThermometer.Size = new System.Drawing.Size(551, 322); this.dgvThermometer.SortOrderColumnName = null; this.dgvThermometer.TabIndex = 6; this.dgvThermometer.Tag = true; this.dgvThermometer.TotalSumColumns = null; this.dgvThermometer.ViewRowFilter = ""; this.dgvThermometer.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvThermometer_CellMouseDoubleClick); this.dgvThermometer.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvThermometer_KeyDown); // // btnSearch // this.btnSearch.BackColor = System.Drawing.Color.Transparent; this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage"))); this.btnSearch.Font = new System.Drawing.Font("宋体", 9F); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(387, 5); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 4; this.btnSearch.Text = "查询"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // chkChooseAll // this.chkChooseAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.chkChooseAll.AutoSize = true; this.chkChooseAll.BackColor = System.Drawing.Color.Transparent; this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkChooseAll.Location = new System.Drawing.Point(12, 371); this.chkChooseAll.Name = "chkChooseAll"; this.chkChooseAll.Size = new System.Drawing.Size(48, 16); this.chkChooseAll.TabIndex = 7; this.chkChooseAll.Text = "全选"; this.chkChooseAll.UseVisualStyleBackColor = false; this.chkChooseAll.Visible = false; // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage"))); this.btnOK.Font = new System.Drawing.Font("宋体", 9F); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.Location = new System.Drawing.Point(387, 371); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 8; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.Font = new System.Drawing.Font("宋体", 9F); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(478, 371); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 9; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnClearCondition // this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClearCondition.BackColor = System.Drawing.Color.Transparent; 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(478, 5); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 5; this.btnClearCondition.Text = "清空条件"; this.btnClearCondition.UseVisualStyleBackColor = false; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // Sel // this.Sel.DataPropertyName = "Sel"; this.Sel.FalseValue = "0"; this.Sel.FillWeight = 50F; this.Sel.HeaderText = "选择"; this.Sel.IndeterminateValue = "0"; this.Sel.Name = "Sel"; this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Sel.TrueValue = "1"; this.Sel.Visible = false; this.Sel.Width = 50; // // ThermometerID // this.ThermometerID.DataPropertyName = "ThermometerID"; this.ThermometerID.HeaderText = "ThermometerID"; this.ThermometerID.Name = "ThermometerID"; this.ThermometerID.ReadOnly = true; this.ThermometerID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.ThermometerID.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; // // ManagerName // this.ManagerName.DataPropertyName = "ManagerName"; this.ManagerName.HeaderText = "责任人姓名"; this.ManagerName.Name = "ManagerName"; this.ManagerName.ReadOnly = true; this.ManagerName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // REMARKS // this.REMARKS.DataPropertyName = "REMARKS"; this.REMARKS.FillWeight = 200F; this.REMARKS.HeaderText = "备注"; this.REMARKS.Name = "REMARKS"; this.REMARKS.ReadOnly = true; this.REMARKS.Width = 200; // // S_CMN_019 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(575, 426); this.Controls.Add(this.btnClearCondition); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnOK); this.Controls.Add(this.chkChooseAll); this.Controls.Add(this.btnSearch); this.Controls.Add(this.dgvThermometer); this.Controls.Add(this.txtManagerName); this.Controls.Add(this.lblManagerName); this.Controls.Add(this.txtThermometerCode); this.Controls.Add(this.lblThermometerCode); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "S_CMN_019"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "温湿计"; this.Load += new System.EventHandler(this.S_CMN_019_Load); this.Controls.SetChildIndex(this.lblThermometerCode, 0); this.Controls.SetChildIndex(this.txtThermometerCode, 0); this.Controls.SetChildIndex(this.lblManagerName, 0); this.Controls.SetChildIndex(this.txtManagerName, 0); this.Controls.SetChildIndex(this.dgvThermometer, 0); this.Controls.SetChildIndex(this.btnSearch, 0); this.Controls.SetChildIndex(this.chkChooseAll, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.btnClearCondition, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvThermometer)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblThermometerCode; private System.Windows.Forms.TextBox txtThermometerCode; private Basics.BaseControls.C_Label lblManagerName; private System.Windows.Forms.TextBox txtManagerName; private Basics.BaseControls.C_DataGridView dgvThermometer; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_CheckBox chkChooseAll; private Basics.BaseControls.C_Button btnOK; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnClearCondition; private System.Windows.Forms.DataGridViewCheckBoxColumn Sel; private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerID; private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerCode; private System.Windows.Forms.DataGridViewTextBoxColumn ManagerName; private System.Windows.Forms.DataGridViewTextBoxColumn REMARKS; } }