namespace SOH.BasicSettings { partial class frmJianYiMoBan { /// /// 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() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panel2 = new System.Windows.Forms.Panel(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.panel1 = new System.Windows.Forms.Panel(); this.tb_zdPY = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.adviceBindingSource = new System.Windows.Forms.BindingSource(this.components); this.jyid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.jymc = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.jynr = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.showIndexDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.availableDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.pYDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.recordDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.userIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.isAuditedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.misCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.departmentTypeIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.isConsentItemDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.recordGUIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.recordTimeStampDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.recordTypeCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.explainInformationDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.isInReportExplainInformationDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.isHasPreventHealthDangerSolutionDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.preventHealthDangerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.preventHealthSolutionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.checkedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.groupBox1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.adviceBindingSource)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.panel2); this.groupBox1.Controls.Add(this.panel1); this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.ForeColor = System.Drawing.Color.Red; this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(566, 540); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "搜索"; // // panel2 // this.panel2.Controls.Add(this.dataGridView1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(3, 54); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(560, 483); this.panel2.TabIndex = 1; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToResizeColumns = false; this.dataGridView1.AllowUserToResizeRows = false; this.dataGridView1.AutoGenerateColumns = false; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.jyid, this.jymc, this.jynr, this.showIndexDataGridViewTextBoxColumn, this.availableDataGridViewCheckBoxColumn, this.pYDataGridViewTextBoxColumn, this.recordDateDataGridViewTextBoxColumn, this.userIDDataGridViewTextBoxColumn, this.isAuditedDataGridViewCheckBoxColumn, this.misCodeDataGridViewTextBoxColumn, this.departmentTypeIDDataGridViewTextBoxColumn, this.isConsentItemDataGridViewCheckBoxColumn, this.recordGUIDDataGridViewTextBoxColumn, this.recordTimeStampDataGridViewTextBoxColumn, this.recordTypeCodeDataGridViewTextBoxColumn, this.explainInformationDataGridViewTextBoxColumn, this.isInReportExplainInformationDataGridViewCheckBoxColumn, this.isHasPreventHealthDangerSolutionDataGridViewCheckBoxColumn, this.preventHealthDangerDataGridViewTextBoxColumn, this.preventHealthSolutionDataGridViewTextBoxColumn, this.checkedDataGridViewCheckBoxColumn}); this.dataGridView1.DataSource = this.adviceBindingSource; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Red; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle4; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(560, 483); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); // // panel1 // this.panel1.Controls.Add(this.tb_zdPY); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(3, 17); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(560, 37); this.panel1.TabIndex = 0; // // tb_zdPY // this.tb_zdPY.Location = new System.Drawing.Point(49, 7); this.tb_zdPY.Name = "tb_zdPY"; this.tb_zdPY.Size = new System.Drawing.Size(493, 21); this.tb_zdPY.TabIndex = 1; this.tb_zdPY.TextChanged += new System.EventHandler(this.tb_zdPY_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(12, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 0; this.label1.Text = "简拼:"; // // adviceBindingSource // this.adviceBindingSource.DataSource = typeof(SOH.Entities.Advice); // // jyid // this.jyid.DataPropertyName = "ID"; this.jyid.HeaderText = "ID"; this.jyid.Name = "jyid"; this.jyid.ReadOnly = true; this.jyid.Visible = false; // // jymc // this.jymc.DataPropertyName = "Name"; this.jymc.HeaderText = "建议名称"; this.jymc.Name = "jymc"; this.jymc.ReadOnly = true; this.jymc.Width = 150; // // jynr // this.jynr.DataPropertyName = "Description"; this.jynr.HeaderText = "建议内容"; this.jynr.Name = "jynr"; this.jynr.ReadOnly = true; this.jynr.Width = 365; // // showIndexDataGridViewTextBoxColumn // this.showIndexDataGridViewTextBoxColumn.DataPropertyName = "ShowIndex"; this.showIndexDataGridViewTextBoxColumn.HeaderText = "ShowIndex"; this.showIndexDataGridViewTextBoxColumn.Name = "showIndexDataGridViewTextBoxColumn"; this.showIndexDataGridViewTextBoxColumn.ReadOnly = true; this.showIndexDataGridViewTextBoxColumn.Visible = false; // // availableDataGridViewCheckBoxColumn // this.availableDataGridViewCheckBoxColumn.DataPropertyName = "Available"; this.availableDataGridViewCheckBoxColumn.HeaderText = "Available"; this.availableDataGridViewCheckBoxColumn.Name = "availableDataGridViewCheckBoxColumn"; this.availableDataGridViewCheckBoxColumn.ReadOnly = true; this.availableDataGridViewCheckBoxColumn.Visible = false; // // pYDataGridViewTextBoxColumn // this.pYDataGridViewTextBoxColumn.DataPropertyName = "PY"; this.pYDataGridViewTextBoxColumn.HeaderText = "PY"; this.pYDataGridViewTextBoxColumn.Name = "pYDataGridViewTextBoxColumn"; this.pYDataGridViewTextBoxColumn.ReadOnly = true; this.pYDataGridViewTextBoxColumn.Visible = false; // // recordDateDataGridViewTextBoxColumn // this.recordDateDataGridViewTextBoxColumn.DataPropertyName = "RecordDate"; this.recordDateDataGridViewTextBoxColumn.HeaderText = "RecordDate"; this.recordDateDataGridViewTextBoxColumn.Name = "recordDateDataGridViewTextBoxColumn"; this.recordDateDataGridViewTextBoxColumn.ReadOnly = true; this.recordDateDataGridViewTextBoxColumn.Visible = false; // // userIDDataGridViewTextBoxColumn // this.userIDDataGridViewTextBoxColumn.DataPropertyName = "UserID"; this.userIDDataGridViewTextBoxColumn.HeaderText = "UserID"; this.userIDDataGridViewTextBoxColumn.Name = "userIDDataGridViewTextBoxColumn"; this.userIDDataGridViewTextBoxColumn.ReadOnly = true; this.userIDDataGridViewTextBoxColumn.Visible = false; // // isAuditedDataGridViewCheckBoxColumn // this.isAuditedDataGridViewCheckBoxColumn.DataPropertyName = "IsAudited"; this.isAuditedDataGridViewCheckBoxColumn.HeaderText = "IsAudited"; this.isAuditedDataGridViewCheckBoxColumn.Name = "isAuditedDataGridViewCheckBoxColumn"; this.isAuditedDataGridViewCheckBoxColumn.ReadOnly = true; this.isAuditedDataGridViewCheckBoxColumn.Visible = false; // // misCodeDataGridViewTextBoxColumn // this.misCodeDataGridViewTextBoxColumn.DataPropertyName = "MisCode"; this.misCodeDataGridViewTextBoxColumn.HeaderText = "MisCode"; this.misCodeDataGridViewTextBoxColumn.Name = "misCodeDataGridViewTextBoxColumn"; this.misCodeDataGridViewTextBoxColumn.ReadOnly = true; this.misCodeDataGridViewTextBoxColumn.Visible = false; // // departmentTypeIDDataGridViewTextBoxColumn // this.departmentTypeIDDataGridViewTextBoxColumn.DataPropertyName = "DepartmentTypeID"; this.departmentTypeIDDataGridViewTextBoxColumn.HeaderText = "DepartmentTypeID"; this.departmentTypeIDDataGridViewTextBoxColumn.Name = "departmentTypeIDDataGridViewTextBoxColumn"; this.departmentTypeIDDataGridViewTextBoxColumn.ReadOnly = true; this.departmentTypeIDDataGridViewTextBoxColumn.Visible = false; // // isConsentItemDataGridViewCheckBoxColumn // this.isConsentItemDataGridViewCheckBoxColumn.DataPropertyName = "IsConsentItem"; this.isConsentItemDataGridViewCheckBoxColumn.HeaderText = "知情建议"; this.isConsentItemDataGridViewCheckBoxColumn.Name = "isConsentItemDataGridViewCheckBoxColumn"; this.isConsentItemDataGridViewCheckBoxColumn.ReadOnly = true; this.isConsentItemDataGridViewCheckBoxColumn.Visible = false; // // recordGUIDDataGridViewTextBoxColumn // this.recordGUIDDataGridViewTextBoxColumn.DataPropertyName = "RecordGUID"; this.recordGUIDDataGridViewTextBoxColumn.HeaderText = "RecordGUID"; this.recordGUIDDataGridViewTextBoxColumn.Name = "recordGUIDDataGridViewTextBoxColumn"; this.recordGUIDDataGridViewTextBoxColumn.ReadOnly = true; this.recordGUIDDataGridViewTextBoxColumn.Visible = false; // // recordTimeStampDataGridViewTextBoxColumn // this.recordTimeStampDataGridViewTextBoxColumn.DataPropertyName = "RecordTimeStamp"; this.recordTimeStampDataGridViewTextBoxColumn.HeaderText = "RecordTimeStamp"; this.recordTimeStampDataGridViewTextBoxColumn.Name = "recordTimeStampDataGridViewTextBoxColumn"; this.recordTimeStampDataGridViewTextBoxColumn.ReadOnly = true; this.recordTimeStampDataGridViewTextBoxColumn.Visible = false; // // recordTypeCodeDataGridViewTextBoxColumn // this.recordTypeCodeDataGridViewTextBoxColumn.DataPropertyName = "RecordTypeCode"; this.recordTypeCodeDataGridViewTextBoxColumn.HeaderText = "RecordTypeCode"; this.recordTypeCodeDataGridViewTextBoxColumn.Name = "recordTypeCodeDataGridViewTextBoxColumn"; this.recordTypeCodeDataGridViewTextBoxColumn.ReadOnly = true; this.recordTypeCodeDataGridViewTextBoxColumn.Visible = false; // // explainInformationDataGridViewTextBoxColumn // this.explainInformationDataGridViewTextBoxColumn.DataPropertyName = "ExplainInformation"; this.explainInformationDataGridViewTextBoxColumn.HeaderText = "名词解释"; this.explainInformationDataGridViewTextBoxColumn.Name = "explainInformationDataGridViewTextBoxColumn"; this.explainInformationDataGridViewTextBoxColumn.ReadOnly = true; this.explainInformationDataGridViewTextBoxColumn.Visible = false; // // isInReportExplainInformationDataGridViewCheckBoxColumn // this.isInReportExplainInformationDataGridViewCheckBoxColumn.DataPropertyName = "IsInReportExplainInformation"; this.isInReportExplainInformationDataGridViewCheckBoxColumn.HeaderText = "IsInReportExplainInformation"; this.isInReportExplainInformationDataGridViewCheckBoxColumn.Name = "isInReportExplainInformationDataGridViewCheckBoxColumn"; this.isInReportExplainInformationDataGridViewCheckBoxColumn.ReadOnly = true; this.isInReportExplainInformationDataGridViewCheckBoxColumn.Visible = false; // // isHasPreventHealthDangerSolutionDataGridViewCheckBoxColumn // this.isHasPreventHealthDangerSolutionDataGridViewCheckBoxColumn.DataPropertyName = "IsHasPreventHealthDangerSolution"; this.isHasPreventHealthDangerSolutionDataGridViewCheckBoxColumn.HeaderText = "IsHasPreventHealthDangerSolution"; this.isHasPreventHealthDangerSolutionDataGridViewCheckBoxColumn.Name = "isHasPreventHealthDangerSolutionDataGridViewCheckBoxColumn"; this.isHasPreventHealthDangerSolutionDataGridViewCheckBoxColumn.ReadOnly = true; this.isHasPreventHealthDangerSolutionDataGridViewCheckBoxColumn.Visible = false; // // preventHealthDangerDataGridViewTextBoxColumn // this.preventHealthDangerDataGridViewTextBoxColumn.DataPropertyName = "PreventHealthDanger"; this.preventHealthDangerDataGridViewTextBoxColumn.HeaderText = "PreventHealthDanger"; this.preventHealthDangerDataGridViewTextBoxColumn.Name = "preventHealthDangerDataGridViewTextBoxColumn"; this.preventHealthDangerDataGridViewTextBoxColumn.ReadOnly = true; this.preventHealthDangerDataGridViewTextBoxColumn.Visible = false; // // preventHealthSolutionDataGridViewTextBoxColumn // this.preventHealthSolutionDataGridViewTextBoxColumn.DataPropertyName = "PreventHealthSolution"; this.preventHealthSolutionDataGridViewTextBoxColumn.HeaderText = "PreventHealthSolution"; this.preventHealthSolutionDataGridViewTextBoxColumn.Name = "preventHealthSolutionDataGridViewTextBoxColumn"; this.preventHealthSolutionDataGridViewTextBoxColumn.ReadOnly = true; this.preventHealthSolutionDataGridViewTextBoxColumn.Visible = false; // // checkedDataGridViewCheckBoxColumn // this.checkedDataGridViewCheckBoxColumn.DataPropertyName = "Checked"; this.checkedDataGridViewCheckBoxColumn.HeaderText = "选择"; this.checkedDataGridViewCheckBoxColumn.Name = "checkedDataGridViewCheckBoxColumn"; this.checkedDataGridViewCheckBoxColumn.ReadOnly = true; this.checkedDataGridViewCheckBoxColumn.Visible = false; // // frmJianYiMoBan // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(590, 564); this.Controls.Add(this.groupBox1); this.Name = "frmJianYiMoBan"; this.Text = "建议"; this.Load += new System.EventHandler(this.frmJianYiMoBan_Load); this.groupBox1.ResumeLayout(false); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.adviceBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox tb_zdPY; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridViewTextBoxColumn jyid; private System.Windows.Forms.DataGridViewTextBoxColumn jymc; private System.Windows.Forms.DataGridViewTextBoxColumn jynr; private System.Windows.Forms.DataGridViewTextBoxColumn showIndexDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn availableDataGridViewCheckBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn pYDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn recordDateDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn userIDDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn isAuditedDataGridViewCheckBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn misCodeDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn departmentTypeIDDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn isConsentItemDataGridViewCheckBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn recordGUIDDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn recordTimeStampDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn recordTypeCodeDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn explainInformationDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn isInReportExplainInformationDataGridViewCheckBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn isHasPreventHealthDangerSolutionDataGridViewCheckBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn preventHealthDangerDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn preventHealthSolutionDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn checkedDataGridViewCheckBoxColumn; private System.Windows.Forms.BindingSource adviceBindingSource; } }