namespace LYFZ.Software.UI.CustomerSatisfactionRecord.Satisfaction { partial class FrmSatisfactionInvestigation { /// /// 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSatisfactionInvestigation)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.cmSfrs_Scores = new LYFZ.ComponentLibrary.ComboBoxEx(); this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx(); this.btnSave = new LYFZ.ComponentLibrary.ButtonEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx(); this.Numbering = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.label4 = new System.Windows.Forms.Label(); this.cmbObject = new LYFZ.ComponentLibrary.ComboBoxEx(); this.label1 = new System.Windows.Forms.Label(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Sfrs_Scores = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Sfs_ReturningMattersSetID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.满意分值 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx2); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10); this.plExMainContainer.Size = new System.Drawing.Size(850, 580); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(850, 580); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(876, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(818, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(849, 0); // // panelEx2 // this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEx2.BorderWidth = 1; this.panelEx2.Controls.Add(this.cmSfrs_Scores); this.panelEx2.Controls.Add(this.dgv2); this.panelEx2.Controls.Add(this.btnSave); this.panelEx2.Controls.Add(this.btnClose); this.panelEx2.Controls.Add(this.dgv1); this.panelEx2.Controls.Add(this.panelEx3); this.panelEx2.Controls.Add(this.label4); this.panelEx2.Controls.Add(this.cmbObject); this.panelEx2.Controls.Add(this.label1); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx2.Location = new System.Drawing.Point(10, 10); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(830, 560); this.panelEx2.TabIndex = 335; // // cmSfrs_Scores // this.cmSfrs_Scores.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cmSfrs_Scores.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cmSfrs_Scores.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cmSfrs_Scores.Font = new System.Drawing.Font("宋体", 10.5F); this.cmSfrs_Scores.FormattingEnabled = true; this.cmSfrs_Scores.IsCustomColor = false; this.cmSfrs_Scores.Location = new System.Drawing.Point(550, 87); this.cmSfrs_Scores.Name = "cmSfrs_Scores"; this.cmSfrs_Scores.ReadOnly = true; this.cmSfrs_Scores.Size = new System.Drawing.Size(63, 22); this.cmSfrs_Scores.TabIndex = 340; this.cmSfrs_Scores.Visible = false; // // dgv2 // this.dgv2.AllowUserToAddRows = false; this.dgv2.AllowUserToDeleteRows = false; this.dgv2.AllowUserToOrderColumns = true; this.dgv2.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan; this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgv2.BackgroundColor = System.Drawing.Color.White; this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgv2.ColumnHeadersHeight = 24; this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column7, this.Sfrs_Scores, this.Remark, this.Sfs_ReturningMattersSetID, this.满意分值}); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 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.dgv2.DefaultCellStyle = dataGridViewCellStyle3; this.dgv2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dgv2.EnableHeadersVisualStyles = false; this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgv2.GridViewUniquelyIdentify = resources.GetString("dgv2.GridViewUniquelyIdentify"); this.dgv2.IsCompleteBonding = false; this.dgv2.Location = new System.Drawing.Point(309, 42); this.dgv2.Name = "dgv2"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv2.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgv2.RowHeadersVisible = false; this.dgv2.RowTemplate.Height = 23; this.dgv2.RowTemplate.ReadOnly = true; this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv2.Size = new System.Drawing.Size(509, 505); this.dgv2.TabIndex = 339; // // btnSave // this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg"))); this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.IsCustomBackImg = false; this.btnSave.IsShowText = true; this.btnSave.Location = new System.Drawing.Point(637, 5); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 26); this.btnSave.TabIndex = 330; this.btnSave.Text = " 保 存"; this.btnSave.UseVisualStyleBackColor = false; // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg"))); this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.IsCustomBackImg = false; this.btnClose.IsShowText = true; this.btnClose.Location = new System.Drawing.Point(730, 5); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 26); this.btnClose.TabIndex = 331; this.btnClose.Text = " 取 消"; this.btnClose.UseVisualStyleBackColor = false; // // dgv1 // this.dgv1.AllowUserToAddRows = false; this.dgv1.AllowUserToDeleteRows = false; this.dgv1.AllowUserToResizeRows = false; dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan; this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5; this.dgv1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgv1.BackgroundColor = System.Drawing.Color.White; this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240))))); dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Navy; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6; this.dgv1.ColumnHeadersHeight = 24; this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Numbering, this.Column1}); dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv1.DefaultCellStyle = dataGridViewCellStyle7; this.dgv1.EnableHeadersVisualStyles = false; this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgv1.GridViewUniquelyIdentify = resources.GetString("dgv1.GridViewUniquelyIdentify"); this.dgv1.IsCompleteBonding = false; this.dgv1.Location = new System.Drawing.Point(10, 42); this.dgv1.MultiSelect = false; this.dgv1.Name = "dgv1"; this.dgv1.ReadOnly = true; this.dgv1.RowHeadersVisible = false; this.dgv1.RowTemplate.Height = 23; this.dgv1.RowTemplate.ReadOnly = true; this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv1.Size = new System.Drawing.Size(300, 505); this.dgv1.TabIndex = 334; // // Numbering // this.Numbering.HeaderText = "编号"; this.Numbering.Name = "Numbering"; this.Numbering.ReadOnly = true; this.Numbering.Visible = false; // // Column1 // this.Column1.HeaderText = "调查对象"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // panelEx3 // this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderWidth = 1; this.panelEx3.Location = new System.Drawing.Point(1, 35); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(827, 1); this.panelEx3.TabIndex = 197; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(8, 12); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 326; this.label4.Text = "当前客户:"; // // cmbObject // this.cmbObject.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cmbObject.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cmbObject.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cmbObject.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbObject.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cmbObject.Font = new System.Drawing.Font("宋体", 10.5F); this.cmbObject.FormattingEnabled = true; this.cmbObject.IsCustomColor = false; this.cmbObject.Location = new System.Drawing.Point(444, 7); this.cmbObject.Name = "cmbObject"; this.cmbObject.ReadOnly = false; this.cmbObject.Size = new System.Drawing.Size(169, 22); this.cmbObject.TabIndex = 332; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(377, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 329; this.label1.Text = "回访对象:"; // // Column7 // this.Column7.HeaderText = "回访事项"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; // // Sfrs_Scores // this.Sfrs_Scores.HeaderText = "满意度"; this.Sfrs_Scores.Name = "Sfrs_Scores"; this.Sfrs_Scores.ReadOnly = true; // // Remark // this.Remark.HeaderText = "备注"; this.Remark.Name = "Remark"; // // Sfs_ReturningMattersSetID // this.Sfs_ReturningMattersSetID.HeaderText = "回访事项ID"; this.Sfs_ReturningMattersSetID.Name = "Sfs_ReturningMattersSetID"; this.Sfs_ReturningMattersSetID.Visible = false; // // 满意分值 // this.满意分值.HeaderText = "满意分值"; this.满意分值.Name = "满意分值"; this.满意分值.ReadOnly = true; // // FrmSatisfactionInvestigation // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(850, 645); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.MinimizeBox = false; this.Name = "FrmSatisfactionInvestigation"; this.Text = "调查"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx2.ResumeLayout(false); this.panelEx2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx2; protected ComponentLibrary.DataGridViewEx dgv1; private ComponentLibrary.PanelEx panelEx3; protected ComponentLibrary.ButtonEx btnClose; protected ComponentLibrary.ComboBoxEx cmbObject; private System.Windows.Forms.Label label1; protected ComponentLibrary.ButtonEx btnSave; protected ComponentLibrary.DataGridViewEx dgv2; protected ComponentLibrary.ComboBoxEx cmSfrs_Scores; private System.Windows.Forms.DataGridViewTextBoxColumn Numbering; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; protected internal System.Windows.Forms.Label label4; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn Sfrs_Scores; private System.Windows.Forms.DataGridViewTextBoxColumn Remark; private System.Windows.Forms.DataGridViewTextBoxColumn Sfs_ReturningMattersSetID; private System.Windows.Forms.DataGridViewTextBoxColumn 满意分值; } }