?? sellgoodsanalysisreport.designer.cs
字號:
?namespace GoodsReportManage.CrystalReport
{
partial class SellGoodsAnalysisReport
{
/// <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.label6 = new System.Windows.Forms.Label();
this.txtGoodsName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtEmployeeName = new System.Windows.Forms.TextBox();
this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
this.label7 = new System.Windows.Forms.Label();
this.txtGoodsID = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnOkFind = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.dtEndTime = new System.Windows.Forms.DateTimePicker();
this.label5 = new System.Windows.Forms.Label();
this.dtStartTime = new System.Windows.Forms.DateTimePicker();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(4, 94);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(71, 12);
this.label6.TabIndex = 4;
this.label6.Text = "銷售員姓名:";
//
// txtGoodsName
//
this.txtGoodsName.Location = new System.Drawing.Point(72, 55);
this.txtGoodsName.Name = "txtGoodsName";
this.txtGoodsName.Size = new System.Drawing.Size(134, 21);
this.txtGoodsName.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 48);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 0;
this.label4.Text = "開始時間:";
//
// txtEmployeeName
//
this.txtEmployeeName.Location = new System.Drawing.Point(72, 90);
this.txtEmployeeName.Name = "txtEmployeeName";
this.txtEmployeeName.Size = new System.Drawing.Size(134, 21);
this.txtEmployeeName.TabIndex = 5;
//
// 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(573, 493);
this.crystalReportViewer1.TabIndex = 0;
this.crystalReportViewer1.ViewTimeSelectionFormula = "";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(7, 59);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 12);
this.label7.TabIndex = 2;
this.label7.Text = "教材名稱:";
//
// txtGoodsID
//
this.txtGoodsID.Location = new System.Drawing.Point(72, 21);
this.txtGoodsID.Name = "txtGoodsID";
this.txtGoodsID.Size = new System.Drawing.Size(134, 21);
this.txtGoodsID.TabIndex = 1;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(7, 25);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(59, 12);
this.label8.TabIndex = 0;
this.label8.Text = "銷 售 ID:";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(46, 20);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(120, 16);
this.checkBox1.TabIndex = 4;
this.checkBox1.Text = "是否進行時間查詢";
this.checkBox1.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnOkFind);
this.groupBox2.Controls.Add(this.groupBox3);
this.groupBox2.Controls.Add(this.txtEmployeeName);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.txtGoodsName);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.txtGoodsID);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Location = new System.Drawing.Point(17, 123);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(212, 256);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "查詢條件";
//
// btnOkFind
//
this.btnOkFind.Location = new System.Drawing.Point(72, 227);
this.btnOkFind.Name = "btnOkFind";
this.btnOkFind.Size = new System.Drawing.Size(75, 23);
this.btnOkFind.TabIndex = 7;
this.btnOkFind.Text = "查詢并顯示";
this.btnOkFind.UseVisualStyleBackColor = true;
this.btnOkFind.Click += new System.EventHandler(this.btnOkFind_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.checkBox1);
this.groupBox3.Controls.Add(this.dtEndTime);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.dtStartTime);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Location = new System.Drawing.Point(9, 120);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(197, 101);
this.groupBox3.TabIndex = 6;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "進貨時間查詢";
//
// dtEndTime
//
this.dtEndTime.Location = new System.Drawing.Point(73, 70);
this.dtEndTime.Name = "dtEndTime";
this.dtEndTime.Size = new System.Drawing.Size(118, 21);
this.dtEndTime.TabIndex = 3;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(8, 74);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 2;
this.label5.Text = "結束時間:";
//
// dtStartTime
//
this.dtStartTime.Location = new System.Drawing.Point(73, 44);
this.dtStartTime.Name = "dtStartTime";
this.dtStartTime.Size = new System.Drawing.Size(118, 21);
this.dtStartTime.TabIndex = 1;
//
// 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.groupBox2);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.crystalReportViewer1);
this.splitContainer1.Size = new System.Drawing.Size(814, 493);
this.splitContainer1.SplitterDistance = 237;
this.splitContainer1.TabIndex = 1;
//
// SellGoodsAnalysisReport
//
this.ClientSize = new System.Drawing.Size(814, 493);
this.Controls.Add(this.splitContainer1);
this.Name = "SellGoodsAnalysisReport";
this.Text = "銷售價格分析報表";
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtGoodsName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtEmployeeName;
private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtGoodsID;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnOkFind;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.DateTimePicker dtEndTime;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DateTimePicker dtStartTime;
private System.Windows.Forms.SplitContainer splitContainer1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -