📄 companyreport.designer.cs
字号:
namespace GoodsReportManage.CrystalReport
{
partial class CompanyReport
{
/// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnFindOk = new System.Windows.Forms.Button();
this.txtAddress = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtDirector = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.crystalReportViewer1);
this.splitContainer1.Size = new System.Drawing.Size(870, 495);
this.splitContainer1.SplitterDistance = 190;
this.splitContainer1.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnFindOk);
this.groupBox1.Controls.Add(this.txtAddress);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtDirector);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(12, 127);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(169, 185);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询条件";
//
// btnFindOk
//
this.btnFindOk.Location = new System.Drawing.Point(46, 136);
this.btnFindOk.Name = "btnFindOk";
this.btnFindOk.Size = new System.Drawing.Size(75, 23);
this.btnFindOk.TabIndex = 8;
this.btnFindOk.Text = "查询并显示";
this.btnFindOk.UseVisualStyleBackColor = true;
this.btnFindOk.Click += new System.EventHandler(this.btnFindOk_Click);
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(78, 99);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(85, 21);
this.txtAddress.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(9, 103);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 12);
this.label4.TabIndex = 6;
this.label4.Text = "供应商地址:";
//
// txtDirector
//
this.txtDirector.Location = new System.Drawing.Point(78, 67);
this.txtDirector.Name = "txtDirector";
this.txtDirector.Size = new System.Drawing.Size(85, 21);
this.txtDirector.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 71);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(83, 12);
this.label3.TabIndex = 4;
this.label3.Text = "供应商负责人:";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(78, 35);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(85, 21);
this.txtName.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 39);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 12);
this.label2.TabIndex = 2;
this.label2.Text = "供应商名称:";
//
// crystalReportViewer1
//
this.crystalReportViewer1.ActiveViewIndex = -1;
this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.crystalReportViewer1.Location = new System.Drawing.Point(0, 0);
this.crystalReportViewer1.Name = "crystalReportViewer1";
this.crystalReportViewer1.SelectionFormula = "";
this.crystalReportViewer1.Size = new System.Drawing.Size(676, 495);
this.crystalReportViewer1.TabIndex = 0;
this.crystalReportViewer1.ViewTimeSelectionFormula = "";
//
// CompanyReport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(870, 495);
this.Controls.Add(this.splitContainer1);
this.Name = "CompanyReport";
this.Text = "供应商信息报表";
this.Load += new System.EventHandler(this.CompanyReport_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.GroupBox groupBox1;
private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtDirector;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnFindOk;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.Label label4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -