123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293 |
- namespace LYFZ.Software.UI.CustomerSatisfactionRecord.Satisfaction
- {
- partial class FrmObjectSet
- {
- /// <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(FrmObjectSet));
- 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();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtSfss_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnCanle = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- this.plExMainContainer.Size = new System.Drawing.Size(440, 550);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(440, 550);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(408, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.txtSfss_Name);
- this.panelEx1.Controls.Add(this.btnDelete);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.dgv);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Controls.Add(this.btnSave);
- this.panelEx1.Controls.Add(this.btnCanle);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(10, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(420, 530);
- this.panelEx1.TabIndex = 2;
- //
- // txtSfss_Name
- //
- this.txtSfss_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtSfss_Name.EmptyTextTip = null;
- this.txtSfss_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtSfss_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtSfss_Name.Location = new System.Drawing.Point(83, 15);
- this.txtSfss_Name.Name = "txtSfss_Name";
- this.txtSfss_Name.Size = new System.Drawing.Size(328, 23);
- this.txtSfss_Name.TabIndex = 2;
- //
- // btnDelete
- //
- this.btnDelete.BackColor = System.Drawing.Color.Transparent;
- this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
- this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDelete.ForeColor = System.Drawing.Color.White;
- this.btnDelete.IsCustomBackImg = false;
- this.btnDelete.IsShowText = true;
- this.btnDelete.Location = new System.Drawing.Point(231, 70);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(87, 26);
- this.btnDelete.TabIndex = 337;
- this.btnDelete.Text = "删除";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.BackColor = System.Drawing.Color.Transparent;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx2.Location = new System.Drawing.Point(9, 41);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(228, 16);
- this.labelEx2.TabIndex = 336;
- this.labelEx2.Text = "注释:增加的对象显示在【其它调查】类型中";
- //
- // dgv
- //
- this.dgv.AllowUserToAddRows = false;
- this.dgv.AllowUserToDeleteRows = false;
- this.dgv.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv.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.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgv.BackgroundColor = System.Drawing.Color.White;
- this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv.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.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv.ColumnHeadersHeight = 24;
- this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Id,
- this.Column1,
- this.Column4,
- this.Column2,
- this.Column3});
- 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.dgv.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgv.EnableHeadersVisualStyles = false;
- this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
- this.dgv.IsCompleteBonding = false;
- this.dgv.Location = new System.Drawing.Point(5, 102);
- this.dgv.MultiSelect = false;
- this.dgv.Name = "dgv";
- this.dgv.ReadOnly = true;
- this.dgv.RowHeadersVisible = false;
- this.dgv.RowTemplate.Height = 23;
- this.dgv.RowTemplate.ReadOnly = true;
- this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv.Size = new System.Drawing.Size(409, 423);
- this.dgv.TabIndex = 335;
- //
- // Id
- //
- this.Id.HeaderText = "ID";
- this.Id.Name = "Id";
- this.Id.ReadOnly = true;
- this.Id.Visible = false;
- //
- // Column1
- //
- this.Column1.HeaderText = "调查对象";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- //
- // Column4
- //
- this.Column4.HeaderText = "类型";
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- //
- // Column2
- //
- this.Column2.HeaderText = "启用状态";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- this.Column2.Visible = false;
- //
- // Column3
- //
- this.Column3.HeaderText = "删除状态";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- this.Column3.Visible = false;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(9, 18);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(77, 17);
- this.labelEx3.TabIndex = 161;
- this.labelEx3.Text = "* 对象名称:";
- //
- // 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(138, 70);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(87, 26);
- this.btnSave.TabIndex = 163;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // btnCanle
- //
- this.btnCanle.BackColor = System.Drawing.Color.Transparent;
- this.btnCanle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanle.BackImg")));
- this.btnCanle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCanle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCanle.ForeColor = System.Drawing.Color.White;
- this.btnCanle.IsCustomBackImg = false;
- this.btnCanle.IsShowText = true;
- this.btnCanle.Location = new System.Drawing.Point(324, 70);
- this.btnCanle.Name = "btnCanle";
- this.btnCanle.Size = new System.Drawing.Size(87, 26);
- this.btnCanle.TabIndex = 164;
- this.btnCanle.Text = "取消";
- this.btnCanle.UseVisualStyleBackColor = false;
- //
- // FrmObjectSet
- //
- 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(440, 615);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MinimizeBox = false;
- this.Name = "FrmObjectSet";
- this.Text = "回访对象设置";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.LabelEx labelEx3;
- protected ComponentLibrary.ButtonEx btnSave;
- protected ComponentLibrary.ButtonEx btnCanle;
- protected ComponentLibrary.TextBoxBasicEx txtSfss_Name;
- protected ComponentLibrary.DataGridViewEx dgv;
- private ComponentLibrary.LabelEx labelEx2;
- protected ComponentLibrary.ButtonEx btnDelete;
- private System.Windows.Forms.DataGridViewTextBoxColumn Id;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- }
- }
|