219 lines
11 KiB
C#
219 lines
11 KiB
C#
namespace KellyReport_D
|
||
{
|
||
partial class JQSalesSummaryPanel
|
||
{
|
||
/// <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 组件设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||
this.step1Lab = new System.Windows.Forms.Label();
|
||
this.step1DescLab = new System.Windows.Forms.Label();
|
||
this.step1NoteLab = new System.Windows.Forms.Label();
|
||
this.buttonWrapper1 = new System.Windows.Forms.Panel();
|
||
this.initForecastBtn = new System.Windows.Forms.Button();
|
||
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
||
this.step2Lab = new System.Windows.Forms.Label();
|
||
this.step2DescLab = new System.Windows.Forms.Label();
|
||
this.buttonWrapper2 = new System.Windows.Forms.Panel();
|
||
this.importSalesBtn = new System.Windows.Forms.Button();
|
||
this.flowLayoutPanel1.SuspendLayout();
|
||
this.buttonWrapper1.SuspendLayout();
|
||
this.flowLayoutPanel2.SuspendLayout();
|
||
this.buttonWrapper2.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// flowLayoutPanel1
|
||
//
|
||
this.flowLayoutPanel1.AutoSize = true;
|
||
this.flowLayoutPanel1.Controls.Add(this.step1Lab);
|
||
this.flowLayoutPanel1.Controls.Add(this.step1DescLab);
|
||
this.flowLayoutPanel1.Controls.Add(this.step1NoteLab);
|
||
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
||
this.flowLayoutPanel1.Size = new System.Drawing.Size(600, 36);
|
||
this.flowLayoutPanel1.TabIndex = 0;
|
||
//
|
||
// step1Lab
|
||
//
|
||
this.step1Lab.AutoSize = true;
|
||
this.step1Lab.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.step1Lab.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.step1Lab.Location = new System.Drawing.Point(3, 0);
|
||
this.step1Lab.Name = "step1Lab";
|
||
this.step1Lab.Size = new System.Drawing.Size(238, 36);
|
||
this.step1Lab.TabIndex = 0;
|
||
this.step1Lab.Text = "Resources.STEP1";
|
||
//
|
||
// step1DescLab
|
||
//
|
||
this.step1DescLab.AutoSize = true;
|
||
this.step1DescLab.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.step1DescLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.step1DescLab.Location = new System.Drawing.Point(247, 0);
|
||
this.step1DescLab.Name = "step1DescLab";
|
||
this.step1DescLab.Size = new System.Drawing.Size(244, 28);
|
||
this.step1DescLab.TabIndex = 1;
|
||
this.step1DescLab.Text = "Resources.STEP1_DESC";
|
||
//
|
||
// step1NoteLab
|
||
//
|
||
this.step1NoteLab.AutoSize = true;
|
||
this.step1NoteLab.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.step1NoteLab.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.step1NoteLab.ForeColor = System.Drawing.Color.Firebrick;
|
||
this.step1NoteLab.Location = new System.Drawing.Point(497, 0);
|
||
this.step1NoteLab.Name = "step1NoteLab";
|
||
this.step1NoteLab.Size = new System.Drawing.Size(63, 36);
|
||
this.step1NoteLab.TabIndex = 3;
|
||
this.step1NoteLab.Text = "label1";
|
||
//
|
||
// buttonWrapper1
|
||
//
|
||
this.buttonWrapper1.AutoSize = true;
|
||
this.buttonWrapper1.Controls.Add(this.initForecastBtn);
|
||
this.buttonWrapper1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.buttonWrapper1.Location = new System.Drawing.Point(0, 36);
|
||
this.buttonWrapper1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 10);
|
||
this.buttonWrapper1.Name = "buttonWrapper1";
|
||
this.buttonWrapper1.Size = new System.Drawing.Size(600, 56);
|
||
this.buttonWrapper1.TabIndex = 5;
|
||
//
|
||
// initForecastBtn
|
||
//
|
||
this.initForecastBtn.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||
this.initForecastBtn.BackColor = System.Drawing.SystemColors.ControlLight;
|
||
this.initForecastBtn.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
this.initForecastBtn.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.initForecastBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.initForecastBtn.ForeColor = System.Drawing.Color.Black;
|
||
this.initForecastBtn.Location = new System.Drawing.Point(220, 3);
|
||
this.initForecastBtn.MinimumSize = new System.Drawing.Size(0, 50);
|
||
this.initForecastBtn.Name = "initForecastBtn";
|
||
this.initForecastBtn.Size = new System.Drawing.Size(200, 50);
|
||
this.initForecastBtn.TabIndex = 2;
|
||
this.initForecastBtn.Text = "button1";
|
||
this.initForecastBtn.UseVisualStyleBackColor = true;
|
||
this.initForecastBtn.Click += new System.EventHandler(this.initForecastBtn_Click);
|
||
//
|
||
// flowLayoutPanel2
|
||
//
|
||
this.flowLayoutPanel2.AutoSize = true;
|
||
this.flowLayoutPanel2.Controls.Add(this.step2Lab);
|
||
this.flowLayoutPanel2.Controls.Add(this.step2DescLab);
|
||
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 92);
|
||
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
||
this.flowLayoutPanel2.Size = new System.Drawing.Size(600, 36);
|
||
this.flowLayoutPanel2.TabIndex = 6;
|
||
//
|
||
// step2Lab
|
||
//
|
||
this.step2Lab.AutoSize = true;
|
||
this.step2Lab.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.step2Lab.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.step2Lab.Location = new System.Drawing.Point(3, 0);
|
||
this.step2Lab.Name = "step2Lab";
|
||
this.step2Lab.Size = new System.Drawing.Size(238, 36);
|
||
this.step2Lab.TabIndex = 1;
|
||
this.step2Lab.Text = "Resources.STEP1";
|
||
//
|
||
// step2DescLab
|
||
//
|
||
this.step2DescLab.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.step2DescLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.step2DescLab.Location = new System.Drawing.Point(247, 0);
|
||
this.step2DescLab.Name = "step2DescLab";
|
||
this.step2DescLab.Size = new System.Drawing.Size(244, 36);
|
||
this.step2DescLab.TabIndex = 2;
|
||
this.step2DescLab.Text = "Resources.STEP1_DESC";
|
||
//
|
||
// buttonWrapper2
|
||
//
|
||
this.buttonWrapper2.AutoSize = true;
|
||
this.buttonWrapper2.Controls.Add(this.importSalesBtn);
|
||
this.buttonWrapper2.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.buttonWrapper2.Location = new System.Drawing.Point(0, 128);
|
||
this.buttonWrapper2.Name = "buttonWrapper2";
|
||
this.buttonWrapper2.Size = new System.Drawing.Size(600, 56);
|
||
this.buttonWrapper2.TabIndex = 7;
|
||
//
|
||
// importSalesBtn
|
||
//
|
||
this.importSalesBtn.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||
this.importSalesBtn.BackColor = System.Drawing.SystemColors.ControlLight;
|
||
this.importSalesBtn.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
this.importSalesBtn.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.importSalesBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.importSalesBtn.ForeColor = System.Drawing.Color.Black;
|
||
this.importSalesBtn.Location = new System.Drawing.Point(220, 3);
|
||
this.importSalesBtn.MinimumSize = new System.Drawing.Size(0, 50);
|
||
this.importSalesBtn.Name = "importSalesBtn";
|
||
this.importSalesBtn.Size = new System.Drawing.Size(200, 50);
|
||
this.importSalesBtn.TabIndex = 2;
|
||
this.importSalesBtn.Text = "button1";
|
||
this.importSalesBtn.UseVisualStyleBackColor = true;
|
||
this.importSalesBtn.Click += new System.EventHandler(this.importSalesBtn_Click);
|
||
//
|
||
// JQSalesSummaryPanel
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.AutoSize = true;
|
||
this.Controls.Add(this.buttonWrapper2);
|
||
this.Controls.Add(this.flowLayoutPanel2);
|
||
this.Controls.Add(this.buttonWrapper1);
|
||
this.Controls.Add(this.flowLayoutPanel1);
|
||
this.Name = "JQSalesSummaryPanel";
|
||
this.Size = new System.Drawing.Size(600, 184);
|
||
this.Resize += new System.EventHandler(this.JQSalesSummaryPanel_Resize);
|
||
this.flowLayoutPanel1.ResumeLayout(false);
|
||
this.flowLayoutPanel1.PerformLayout();
|
||
this.buttonWrapper1.ResumeLayout(false);
|
||
this.flowLayoutPanel2.ResumeLayout(false);
|
||
this.flowLayoutPanel2.PerformLayout();
|
||
this.buttonWrapper2.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
||
private System.Windows.Forms.Label step1Lab;
|
||
private System.Windows.Forms.Label step1DescLab;
|
||
private System.Windows.Forms.Label step1NoteLab;
|
||
private System.Windows.Forms.Panel buttonWrapper1;
|
||
private System.Windows.Forms.Button initForecastBtn;
|
||
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
||
private System.Windows.Forms.Label step2Lab;
|
||
private System.Windows.Forms.Label step2DescLab;
|
||
private System.Windows.Forms.Panel buttonWrapper2;
|
||
private System.Windows.Forms.Button importSalesBtn;
|
||
}
|
||
}
|