⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.designer.cs

📁 界面美观,功能齐全,连接数据库,适合初学者
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 24);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.lvQs);
            this.splitContainer1.Panel1.Controls.Add(this.bntEm);
            this.splitContainer1.Panel1.Controls.Add(this.bntQt);
            this.splitContainer1.Panel1.Controls.Add(this.bntKu);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.dataGridView1);
            this.splitContainer1.Panel2.Controls.Add(this.ChnlState_LV);
            this.splitContainer1.Panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel2_Paint);
            this.splitContainer1.Size = new System.Drawing.Size(698, 419);
            this.splitContainer1.SplitterDistance = 98;
            this.splitContainer1.TabIndex = 2;
            // 
            // lvQs
            // 
            this.lvQs.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.lvQs.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.lvQs.Location = new System.Drawing.Point(3, 25);
            this.lvQs.Name = "lvQs";
            this.lvQs.Size = new System.Drawing.Size(92, 342);
            this.lvQs.TabIndex = 4;
            this.lvQs.UseCompatibleStateImageBehavior = false;
            this.lvQs.Click += new System.EventHandler(this.listView1_Click);
            // 
            // bntEm
            // 
            this.bntEm.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.bntEm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bntEm.Location = new System.Drawing.Point(0, 373);
            this.bntEm.Name = "bntEm";
            this.bntEm.Size = new System.Drawing.Size(98, 23);
            this.bntEm.TabIndex = 3;
            this.bntEm.Text = "员工管理";
            this.bntEm.UseVisualStyleBackColor = true;
            this.bntEm.Click += new System.EventHandler(this.bntEm_Click);
            // 
            // bntQt
            // 
            this.bntQt.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.bntQt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bntQt.Location = new System.Drawing.Point(0, 396);
            this.bntQt.Name = "bntQt";
            this.bntQt.Size = new System.Drawing.Size(98, 23);
            this.bntQt.TabIndex = 2;
            this.bntQt.Text = "其他管理";
            this.bntQt.UseVisualStyleBackColor = true;
            this.bntQt.Click += new System.EventHandler(this.bntQt_Click);
            // 
            // bntKu
            // 
            this.bntKu.Dock = System.Windows.Forms.DockStyle.Top;
            this.bntKu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bntKu.Location = new System.Drawing.Point(0, 0);
            this.bntKu.Name = "bntKu";
            this.bntKu.Size = new System.Drawing.Size(98, 27);
            this.bntKu.TabIndex = 1;
            this.bntKu.Text = "客户管理";
            this.bntKu.UseVisualStyleBackColor = true;
            this.bntKu.Click += new System.EventHandler(this.bntKu_Click);
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5});
            this.dataGridView1.Location = new System.Drawing.Point(26, 206);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(534, 201);
            this.dataGridView1.TabIndex = 9;
            // 
            // Column1
            // 
            this.Column1.FillWeight = 200F;
            this.Column1.HeaderText = "客户编号";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            this.Column1.Width = 120;
            // 
            // Column2
            // 
            this.Column2.HeaderText = "公司名称";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            // 
            // Column3
            // 
            this.Column3.HeaderText = "客户姓名";
            this.Column3.Name = "Column3";
            this.Column3.ReadOnly = true;
            // 
            // Column4
            // 
            this.Column4.HeaderText = "公司电话";
            this.Column4.Name = "Column4";
            this.Column4.ReadOnly = true;
            // 
            // Column5
            // 
            this.Column5.HeaderText = "购买产品";
            this.Column5.Name = "Column5";
            this.Column5.ReadOnly = true;
            // 
            // ChnlState_LV
            // 
            this.ChnlState_LV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.ChnlNo,
            this.ChnlType,
            this.ChnlState,
            this.CallerID,
            this.DTMF,
            this.ChnlMsg});
            this.ChnlState_LV.GridLines = true;
            this.ChnlState_LV.Location = new System.Drawing.Point(26, 20);
            this.ChnlState_LV.Name = "ChnlState_LV";
            this.ChnlState_LV.Size = new System.Drawing.Size(534, 172);
            this.ChnlState_LV.TabIndex = 4;
            this.ChnlState_LV.UseCompatibleStateImageBehavior = false;
            this.ChnlState_LV.View = System.Windows.Forms.View.Details;
            // 
            // ChnlNo
            // 
            this.ChnlNo.Text = "通道号";
            // 
            // ChnlType
            // 
            this.ChnlType.Text = "线路类型";
            this.ChnlType.Width = 73;
            // 
            // ChnlState
            // 
            this.ChnlState.Text = "线路状态";
            this.ChnlState.Width = 80;
            // 
            // CallerID
            // 
            this.CallerID.Text = "来电号码";
            this.CallerID.Width = 90;
            // 
            // DTMF
            // 
            this.DTMF.Text = "按键号";
            this.DTMF.Width = 100;
            // 
            // ChnlMsg
            // 
            this.ChnlMsg.Text = "提示信息";
            this.ChnlMsg.Width = 250;
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(698, 443);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.munStMain);
            this.MainMenuStrip = this.munStMain;
            this.Name = "frmMain";
            this.Text = "企业电话客服系统";
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.munStMain.ResumeLayout(false);
            this.munStMain.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip munStMain;
        private System.Windows.Forms.ToolStripMenuItem tlsKu;
        private System.Windows.Forms.ToolStripMenuItem tlsKuMenuItemAdd;
        private System.Windows.Forms.ToolStripMenuItem tlsKuMenuItemDelete;
        private System.Windows.Forms.ToolStripMenuItem tlsKuMenuItemUpdate;
        private System.Windows.Forms.ToolStripMenuItem tlsKuMenuItemSecar;
        private System.Windows.Forms.ToolStripMenuItem tlsEm;
        private System.Windows.Forms.ToolStripMenuItem tlsEmMenuItenAdd;
        private System.Windows.Forms.ToolStripMenuItem tlsEmMenuItemDelete;
        private System.Windows.Forms.ToolStripMenuItem tlsEmMenuItemUpdate;
        private System.Windows.Forms.ToolStripMenuItem tlsEmMenuItemSecar;
        private System.Windows.Forms.ToolStripMenuItem tlsCp;
        private System.Windows.Forms.ToolStripMenuItem tlsCpMenuItemInfo;
        private System.Windows.Forms.ToolStripMenuItem tlsCpMenuItemKind;
        private System.Windows.Forms.ToolStripMenuItem tlsDa;
        private System.Windows.Forms.ToolStripMenuItem tlsDaMenuItemSecar;
        private System.Windows.Forms.ToolStripMenuItem tlsDaMenuItemLaida;
        private System.Windows.Forms.ImageList imageList1;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.ListView lvQs;
        private System.Windows.Forms.Button bntEm;
        private System.Windows.Forms.Button bntQt;
        private System.Windows.Forms.Button bntKu;
        private System.Windows.Forms.ListView ChnlState_LV;
        private System.Windows.Forms.ColumnHeader ChnlNo;
        private System.Windows.Forms.ColumnHeader ChnlType;
        private System.Windows.Forms.ColumnHeader ChnlState;
        private System.Windows.Forms.ColumnHeader CallerID;
        private System.Windows.Forms.ColumnHeader DTMF;
        private System.Windows.Forms.ColumnHeader ChnlMsg;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.ToolStripMenuItem 退出EToolStripMenuItem;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;

    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -