📄 frmmain.designer.cs
字号:
namespace Daila
{
partial class frmMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.munStMain = new System.Windows.Forms.MenuStrip();
this.tlsKu = new System.Windows.Forms.ToolStripMenuItem();
this.tlsKuMenuItemAdd = new System.Windows.Forms.ToolStripMenuItem();
this.tlsKuMenuItemDelete = new System.Windows.Forms.ToolStripMenuItem();
this.tlsKuMenuItemUpdate = new System.Windows.Forms.ToolStripMenuItem();
this.tlsKuMenuItemSecar = new System.Windows.Forms.ToolStripMenuItem();
this.tlsEm = new System.Windows.Forms.ToolStripMenuItem();
this.tlsEmMenuItenAdd = new System.Windows.Forms.ToolStripMenuItem();
this.tlsEmMenuItemDelete = new System.Windows.Forms.ToolStripMenuItem();
this.tlsEmMenuItemUpdate = new System.Windows.Forms.ToolStripMenuItem();
this.tlsEmMenuItemSecar = new System.Windows.Forms.ToolStripMenuItem();
this.tlsCp = new System.Windows.Forms.ToolStripMenuItem();
this.tlsCpMenuItemInfo = new System.Windows.Forms.ToolStripMenuItem();
this.tlsCpMenuItemKind = new System.Windows.Forms.ToolStripMenuItem();
this.tlsDa = new System.Windows.Forms.ToolStripMenuItem();
this.tlsDaMenuItemSecar = new System.Windows.Forms.ToolStripMenuItem();
this.tlsDaMenuItemLaida = new System.Windows.Forms.ToolStripMenuItem();
this.退出EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.lvQs = new System.Windows.Forms.ListView();
this.bntEm = new System.Windows.Forms.Button();
this.bntQt = new System.Windows.Forms.Button();
this.bntKu = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ChnlState_LV = new System.Windows.Forms.ListView();
this.ChnlNo = new System.Windows.Forms.ColumnHeader();
this.ChnlType = new System.Windows.Forms.ColumnHeader();
this.ChnlState = new System.Windows.Forms.ColumnHeader();
this.CallerID = new System.Windows.Forms.ColumnHeader();
this.DTMF = new System.Windows.Forms.ColumnHeader();
this.ChnlMsg = new System.Windows.Forms.ColumnHeader();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.munStMain.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// munStMain
//
this.munStMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tlsKu,
this.tlsEm,
this.tlsCp,
this.tlsDa,
this.退出EToolStripMenuItem});
this.munStMain.Location = new System.Drawing.Point(0, 0);
this.munStMain.Name = "munStMain";
this.munStMain.Size = new System.Drawing.Size(698, 24);
this.munStMain.TabIndex = 1;
this.munStMain.Text = "menuStrip1";
//
// tlsKu
//
this.tlsKu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tlsKuMenuItemAdd,
this.tlsKuMenuItemDelete,
this.tlsKuMenuItemUpdate,
this.tlsKuMenuItemSecar});
this.tlsKu.Name = "tlsKu";
this.tlsKu.Size = new System.Drawing.Size(83, 20);
this.tlsKu.Text = "客户管理(&K)";
//
// tlsKuMenuItemAdd
//
this.tlsKuMenuItemAdd.Name = "tlsKuMenuItemAdd";
this.tlsKuMenuItemAdd.Size = new System.Drawing.Size(166, 22);
this.tlsKuMenuItemAdd.Text = "添加客户信息(&D)";
this.tlsKuMenuItemAdd.Click += new System.EventHandler(this.tlsKuMenuItemAdd_Click);
//
// tlsKuMenuItemDelete
//
this.tlsKuMenuItemDelete.Name = "tlsKuMenuItemDelete";
this.tlsKuMenuItemDelete.Size = new System.Drawing.Size(166, 22);
this.tlsKuMenuItemDelete.Text = "删除客户信息(&R)";
this.tlsKuMenuItemDelete.Click += new System.EventHandler(this.tlsKuMenuItemDelete_Click);
//
// tlsKuMenuItemUpdate
//
this.tlsKuMenuItemUpdate.Name = "tlsKuMenuItemUpdate";
this.tlsKuMenuItemUpdate.Size = new System.Drawing.Size(166, 22);
this.tlsKuMenuItemUpdate.Text = "修改客户信息(&U)";
this.tlsKuMenuItemUpdate.Click += new System.EventHandler(this.tlsKuMenuItemUpdate_Click);
//
// tlsKuMenuItemSecar
//
this.tlsKuMenuItemSecar.Name = "tlsKuMenuItemSecar";
this.tlsKuMenuItemSecar.Size = new System.Drawing.Size(166, 22);
this.tlsKuMenuItemSecar.Text = "查询客户信息(&T)";
this.tlsKuMenuItemSecar.Click += new System.EventHandler(this.tlsKuMenuItemSecar_Click);
//
// tlsEm
//
this.tlsEm.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tlsEmMenuItenAdd,
this.tlsEmMenuItemDelete,
this.tlsEmMenuItemUpdate,
this.tlsEmMenuItemSecar});
this.tlsEm.Name = "tlsEm";
this.tlsEm.Size = new System.Drawing.Size(83, 20);
this.tlsEm.Text = "员工管理(&Y)";
//
// tlsEmMenuItenAdd
//
this.tlsEmMenuItenAdd.Name = "tlsEmMenuItenAdd";
this.tlsEmMenuItenAdd.Size = new System.Drawing.Size(160, 22);
this.tlsEmMenuItenAdd.Text = "添加员工信息(&D)";
this.tlsEmMenuItenAdd.Click += new System.EventHandler(this.tlsEmMenuItenAdd_Click);
//
// tlsEmMenuItemDelete
//
this.tlsEmMenuItemDelete.Name = "tlsEmMenuItemDelete";
this.tlsEmMenuItemDelete.Size = new System.Drawing.Size(160, 22);
this.tlsEmMenuItemDelete.Text = "删除员工信息(&F)";
this.tlsEmMenuItemDelete.Click += new System.EventHandler(this.tlsEmMenuItemDelete_Click);
//
// tlsEmMenuItemUpdate
//
this.tlsEmMenuItemUpdate.Name = "tlsEmMenuItemUpdate";
this.tlsEmMenuItemUpdate.Size = new System.Drawing.Size(160, 22);
this.tlsEmMenuItemUpdate.Text = "查询员工信息(&T)";
this.tlsEmMenuItemUpdate.Click += new System.EventHandler(this.tlsEmMenuItemUpdate_Click);
//
// tlsEmMenuItemSecar
//
this.tlsEmMenuItemSecar.Name = "tlsEmMenuItemSecar";
this.tlsEmMenuItemSecar.Size = new System.Drawing.Size(160, 22);
this.tlsEmMenuItemSecar.Text = "修改员工信息(&H)";
this.tlsEmMenuItemSecar.Click += new System.EventHandler(this.tlsEmMenuItemSecar_Click);
//
// tlsCp
//
this.tlsCp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tlsCpMenuItemInfo,
this.tlsCpMenuItemKind});
this.tlsCp.Name = "tlsCp";
this.tlsCp.Size = new System.Drawing.Size(83, 20);
this.tlsCp.Text = "产品信息(&C)";
//
// tlsCpMenuItemInfo
//
this.tlsCpMenuItemInfo.Name = "tlsCpMenuItemInfo";
this.tlsCpMenuItemInfo.Size = new System.Drawing.Size(136, 22);
this.tlsCpMenuItemInfo.Text = "产品分类(&L)";
this.tlsCpMenuItemInfo.Click += new System.EventHandler(this.tlsCpMenuItemInfo_Click);
//
// tlsCpMenuItemKind
//
this.tlsCpMenuItemKind.Name = "tlsCpMenuItemKind";
this.tlsCpMenuItemKind.Size = new System.Drawing.Size(136, 22);
this.tlsCpMenuItemKind.Text = "产品信息(&X)";
this.tlsCpMenuItemKind.Click += new System.EventHandler(this.tlsCpMenuItemKind_Click);
//
// tlsDa
//
this.tlsDa.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tlsDaMenuItemSecar,
this.tlsDaMenuItemLaida});
this.tlsDa.Name = "tlsDa";
this.tlsDa.Size = new System.Drawing.Size(83, 20);
this.tlsDa.Text = "通话管理(&T)";
//
// tlsDaMenuItemSecar
//
this.tlsDaMenuItemSecar.Name = "tlsDaMenuItemSecar";
this.tlsDaMenuItemSecar.Size = new System.Drawing.Size(136, 22);
this.tlsDaMenuItemSecar.Text = "电话查询(&C)";
this.tlsDaMenuItemSecar.Click += new System.EventHandler(this.tlsDaMenuItemSecar_Click);
//
// tlsDaMenuItemLaida
//
this.tlsDaMenuItemLaida.Name = "tlsDaMenuItemLaida";
this.tlsDaMenuItemLaida.Size = new System.Drawing.Size(136, 22);
this.tlsDaMenuItemLaida.Text = "来电信息(&D)";
this.tlsDaMenuItemLaida.Click += new System.EventHandler(this.tlsDaMenuItemLaida_Click);
//
// 退出EToolStripMenuItem
//
this.退出EToolStripMenuItem.Name = "退出EToolStripMenuItem";
this.退出EToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.退出EToolStripMenuItem.Text = "退出(&E)";
this.退出EToolStripMenuItem.Click += new System.EventHandler(this.退出EToolStripMenuItem_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "查询客户信息.bmp");
this.imageList1.Images.SetKeyName(1, "删除客户信息.bmp");
this.imageList1.Images.SetKeyName(2, "添加客户信息.bmp");
this.imageList1.Images.SetKeyName(3, "修改客户信息.bmp");
//
// splitContainer1
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -