📄 frmcranalyse.designer.cs
字号:
namespace CRM.SumManage
{
partial class frmCRAnalyse
{
/// <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(frmCRAnalyse));
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.tscboxCRoot = new System.Windows.Forms.ToolStripComboBox();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnLook = new System.Windows.Forms.ToolStripButton();
this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
this.CReportViewer = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
this.bindingNavigator1.SuspendLayout();
this.SuspendLayout();
//
// bindingNavigator1
//
this.bindingNavigator1.AddNewItem = null;
this.bindingNavigator1.CountItem = null;
this.bindingNavigator1.DeleteItem = null;
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1,
this.tscboxCRoot,
this.toolStripSeparator1,
this.tsbtnLook,
this.tsbtnExit});
this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
this.bindingNavigator1.MoveFirstItem = null;
this.bindingNavigator1.MoveLastItem = null;
this.bindingNavigator1.MoveNextItem = null;
this.bindingNavigator1.MovePreviousItem = null;
this.bindingNavigator1.Name = "bindingNavigator1";
this.bindingNavigator1.PositionItem = null;
this.bindingNavigator1.Size = new System.Drawing.Size(639, 25);
this.bindingNavigator1.TabIndex = 0;
this.bindingNavigator1.Text = "bindingNavigator1";
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(65, 22);
this.toolStripLabel1.Text = "客户来源:";
//
// tscboxCRoot
//
this.tscboxCRoot.Items.AddRange(new object[] {
"网络",
"发布会",
"业务员开拓",
"朋友介绍",
"不清楚"});
this.tscboxCRoot.Name = "tscboxCRoot";
this.tscboxCRoot.Size = new System.Drawing.Size(121, 25);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tsbtnLook
//
this.tsbtnLook.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnLook.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnLook.Image")));
this.tsbtnLook.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnLook.Name = "tsbtnLook";
this.tsbtnLook.Size = new System.Drawing.Size(23, 22);
this.tsbtnLook.Text = "查找";
this.tsbtnLook.Click += new System.EventHandler(this.tsbtnLook_Click);
//
// tsbtnExit
//
this.tsbtnExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnExit.Name = "tsbtnExit";
this.tsbtnExit.Size = new System.Drawing.Size(23, 22);
this.tsbtnExit.Text = "退出";
this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
//
// CReportViewer
//
this.CReportViewer.ActiveViewIndex = -1;
this.CReportViewer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.CReportViewer.Dock = System.Windows.Forms.DockStyle.Fill;
this.CReportViewer.Location = new System.Drawing.Point(0, 25);
this.CReportViewer.Name = "CReportViewer";
this.CReportViewer.SelectionFormula = "";
this.CReportViewer.Size = new System.Drawing.Size(639, 479);
this.CReportViewer.TabIndex = 1;
this.CReportViewer.ViewTimeSelectionFormula = "";
//
// frmCRAnalyse
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(639, 504);
this.Controls.Add(this.CReportViewer);
this.Controls.Add(this.bindingNavigator1);
this.Name = "frmCRAnalyse";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "客户来源分析";
this.Load += new System.EventHandler(this.frmCRAnalyse_Load);
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
this.bindingNavigator1.ResumeLayout(false);
this.bindingNavigator1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.BindingNavigator bindingNavigator1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripComboBox tscboxCRoot;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnLook;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private CrystalDecisions.Windows.Forms.CrystalReportViewer CReportViewer;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -