Files
lserp_cs_6.0/插件库/Lskj.Layang/FormMain.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

460 lines
25 KiB
C#

namespace Lskj.layang
{
partial class FormMain
{
/// <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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.qsld_panel = new DevExpress.XtraEditors.PanelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.qsdz_amount = new DevExpress.XtraEditors.LabelControl();
this.qsdz_count = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.jtld_panel = new DevExpress.XtraEditors.PanelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.jtdz_amount = new DevExpress.XtraEditors.LabelControl();
this.jtdz_count = new DevExpress.XtraEditors.LabelControl();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.qs_panel = new DevExpress.XtraEditors.PanelControl();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.qs_amount = new DevExpress.XtraEditors.LabelControl();
this.qs_count = new DevExpress.XtraEditors.LabelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.BtnFinish = new DevExpress.XtraEditors.SimpleButton();
this.Printing_time = new DevExpress.XtraEditors.LabelControl();
this.Challenge_time = new DevExpress.XtraEditors.LabelControl();
this.bk_boardtime = new DevExpress.XtraEditors.LabelControl();
this.all_amount = new DevExpress.XtraEditors.LabelControl();
this.Cutoff_time = new DevExpress.XtraEditors.LabelControl();
this.average_time = new DevExpress.XtraEditors.LabelControl();
this.all_time = new DevExpress.XtraEditors.LabelControl();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.all_count = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.qsld_panel)).BeginInit();
this.qsld_panel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.jtld_panel)).BeginInit();
this.jtld_panel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.qs_panel)).BeginInit();
this.qs_panel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.qsld_panel);
this.panelControl1.Controls.Add(this.jtld_panel);
this.panelControl1.Controls.Add(this.qs_panel);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1054, 485);
this.panelControl1.TabIndex = 4;
//
// qsld_panel
//
this.qsld_panel.Controls.Add(this.labelControl1);
this.qsld_panel.Controls.Add(this.qsdz_amount);
this.qsld_panel.Controls.Add(this.qsdz_count);
this.qsld_panel.Controls.Add(this.labelControl5);
this.qsld_panel.Controls.Add(this.labelControl4);
this.qsld_panel.Dock = System.Windows.Forms.DockStyle.Top;
this.qsld_panel.Location = new System.Drawing.Point(0, 327);
this.qsld_panel.Name = "qsld_panel";
this.qsld_panel.Size = new System.Drawing.Size(1054, 157);
this.qsld_panel.TabIndex = 5;
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.labelControl1.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl1.Location = new System.Drawing.Point(2, 2);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(62, 153);
this.labelControl1.TabIndex = 6;
this.labelControl1.Text = "确\r\n色\r\n大\r\n张";
//
// qsdz_amount
//
this.qsdz_amount.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.qsdz_amount.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.qsdz_amount.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.qsdz_amount.Location = new System.Drawing.Point(914, 79);
this.qsdz_amount.Name = "qsdz_amount";
this.qsdz_amount.Size = new System.Drawing.Size(72, 72);
this.qsdz_amount.TabIndex = 3;
this.qsdz_amount.Text = "总重量(KG)";
//
// qsdz_count
//
this.qsdz_count.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.qsdz_count.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.qsdz_count.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.qsdz_count.Location = new System.Drawing.Point(914, 7);
this.qsdz_count.Name = "qsdz_count";
this.qsdz_count.Size = new System.Drawing.Size(72, 72);
this.qsdz_count.TabIndex = 2;
this.qsdz_count.Text = "总次数(次)";
//
// labelControl5
//
this.labelControl5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.labelControl5.Location = new System.Drawing.Point(66, 79);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(72, 72);
this.labelControl5.TabIndex = 1;
this.labelControl5.Tag = "";
this.labelControl5.Text = "重\r\n量\r\n(KG)";
//
// labelControl4
//
this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.labelControl4.Location = new System.Drawing.Point(66, 7);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(72, 72);
this.labelControl4.TabIndex = 0;
this.labelControl4.Text = "次\r\n数\r\n(次)";
//
// jtld_panel
//
this.jtld_panel.Controls.Add(this.labelControl2);
this.jtld_panel.Controls.Add(this.jtdz_amount);
this.jtld_panel.Controls.Add(this.jtdz_count);
this.jtld_panel.Controls.Add(this.labelControl7);
this.jtld_panel.Controls.Add(this.labelControl6);
this.jtld_panel.Dock = System.Windows.Forms.DockStyle.Top;
this.jtld_panel.Location = new System.Drawing.Point(0, 170);
this.jtld_panel.Name = "jtld_panel";
this.jtld_panel.Size = new System.Drawing.Size(1054, 157);
this.jtld_panel.TabIndex = 6;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.labelControl2.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl2.Location = new System.Drawing.Point(2, 2);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(62, 153);
this.labelControl2.TabIndex = 7;
this.labelControl2.Text = "机\r\n台\r\n大\r\n张";
//
// jtdz_amount
//
this.jtdz_amount.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.jtdz_amount.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.jtdz_amount.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.jtdz_amount.Location = new System.Drawing.Point(914, 79);
this.jtdz_amount.Name = "jtdz_amount";
this.jtdz_amount.Size = new System.Drawing.Size(72, 72);
this.jtdz_amount.TabIndex = 4;
this.jtdz_amount.Text = "总重量(KG)";
//
// jtdz_count
//
this.jtdz_count.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.jtdz_count.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.jtdz_count.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.jtdz_count.Location = new System.Drawing.Point(914, 7);
this.jtdz_count.Name = "jtdz_count";
this.jtdz_count.Size = new System.Drawing.Size(72, 72);
this.jtdz_count.TabIndex = 3;
this.jtdz_count.Text = "总次数(次)";
//
// labelControl7
//
this.labelControl7.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl7.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.labelControl7.Location = new System.Drawing.Point(66, 79);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(72, 72);
this.labelControl7.TabIndex = 2;
this.labelControl7.Text = "重\r\n量\r\n(KG)";
//
// labelControl6
//
this.labelControl6.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl6.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.labelControl6.Location = new System.Drawing.Point(66, 7);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(72, 72);
this.labelControl6.TabIndex = 1;
this.labelControl6.Text = "次\r\n数\r\n(次)";
//
// qs_panel
//
this.qs_panel.Controls.Add(this.labelControl8);
this.qs_panel.Controls.Add(this.qs_amount);
this.qs_panel.Controls.Add(this.qs_count);
this.qs_panel.Dock = System.Windows.Forms.DockStyle.Top;
this.qs_panel.Location = new System.Drawing.Point(0, 0);
this.qs_panel.Name = "qs_panel";
this.qs_panel.Size = new System.Drawing.Size(1054, 170);
this.qs_panel.TabIndex = 4;
//
// labelControl8
//
this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.labelControl8.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl8.Location = new System.Drawing.Point(2, 2);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(62, 166);
this.labelControl8.TabIndex = 5;
this.labelControl8.Text = "确\r\n色\r\n拉\r\n样";
//
// qs_amount
//
this.qs_amount.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.qs_amount.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.qs_amount.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.qs_amount.Location = new System.Drawing.Point(837, 89);
this.qs_amount.Name = "qs_amount";
this.qs_amount.Size = new System.Drawing.Size(72, 72);
this.qs_amount.TabIndex = 4;
this.qs_amount.Text = "总重量(KG)";
//
// qs_count
//
this.qs_count.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.qs_count.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.qs_count.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.qs_count.Location = new System.Drawing.Point(837, 9);
this.qs_count.Name = "qs_count";
this.qs_count.Size = new System.Drawing.Size(72, 72);
this.qs_count.TabIndex = 3;
this.qs_count.Text = "总次数(次)";
//
// panelControl2
//
this.panelControl2.Controls.Add(this.BtnFinish);
this.panelControl2.Controls.Add(this.Printing_time);
this.panelControl2.Controls.Add(this.Challenge_time);
this.panelControl2.Controls.Add(this.bk_boardtime);
this.panelControl2.Controls.Add(this.all_amount);
this.panelControl2.Controls.Add(this.Cutoff_time);
this.panelControl2.Controls.Add(this.average_time);
this.panelControl2.Controls.Add(this.all_time);
this.panelControl2.Controls.Add(this.labelControl9);
this.panelControl2.Controls.Add(this.all_count);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl2.Location = new System.Drawing.Point(0, 485);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(1054, 96);
this.panelControl2.TabIndex = 5;
//
// BtnFinish
//
this.BtnFinish.Location = new System.Drawing.Point(971, 11);
this.BtnFinish.Name = "BtnFinish";
this.BtnFinish.Size = new System.Drawing.Size(75, 72);
this.BtnFinish.TabIndex = 16;
this.BtnFinish.Text = "拉样完工";
this.BtnFinish.Click += new System.EventHandler(this.OnFinishClick);
//
// Printing_time
//
this.Printing_time.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.Printing_time.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.Printing_time.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.Printing_time.Location = new System.Drawing.Point(752, 11);
this.Printing_time.Name = "Printing_time";
this.Printing_time.Size = new System.Drawing.Size(100, 72);
this.Printing_time.TabIndex = 15;
this.Printing_time.Text = "印刷开工时间";
//
// Challenge_time
//
this.Challenge_time.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.Challenge_time.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.Challenge_time.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.Challenge_time.Location = new System.Drawing.Point(646, 11);
this.Challenge_time.Name = "Challenge_time";
this.Challenge_time.Size = new System.Drawing.Size(100, 72);
this.Challenge_time.TabIndex = 14;
this.Challenge_time.Text = "挑战申请时间";
//
// bk_boardtime
//
this.bk_boardtime.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.bk_boardtime.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.bk_boardtime.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.bk_boardtime.Location = new System.Drawing.Point(540, 11);
this.bk_boardtime.Name = "bk_boardtime";
this.bk_boardtime.Size = new System.Drawing.Size(100, 72);
this.bk_boardtime.TabIndex = 13;
this.bk_boardtime.Text = "版辊上机时间";
//
// all_amount
//
this.all_amount.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.all_amount.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.all_amount.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.all_amount.Location = new System.Drawing.Point(242, 11);
this.all_amount.Name = "all_amount";
this.all_amount.Size = new System.Drawing.Size(80, 72);
this.all_amount.TabIndex = 12;
this.all_amount.Text = "总重量(KG)\r\n";
//
// Cutoff_time
//
this.Cutoff_time.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.Cutoff_time.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.Cutoff_time.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.Cutoff_time.Location = new System.Drawing.Point(434, 11);
this.Cutoff_time.Name = "Cutoff_time";
this.Cutoff_time.Size = new System.Drawing.Size(100, 72);
this.Cutoff_time.TabIndex = 11;
this.Cutoff_time.Text = "截至当前用时(分)\r\n";
//
// average_time
//
this.average_time.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.average_time.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.average_time.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.average_time.Location = new System.Drawing.Point(328, 11);
this.average_time.Name = "average_time";
this.average_time.Size = new System.Drawing.Size(100, 72);
this.average_time.TabIndex = 10;
this.average_time.Text = "平均每次用时(分)";
//
// all_time
//
this.all_time.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.all_time.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.all_time.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.all_time.Location = new System.Drawing.Point(156, 11);
this.all_time.Name = "all_time";
this.all_time.Size = new System.Drawing.Size(80, 72);
this.all_time.TabIndex = 9;
this.all_time.Text = "总用时(分)\r\n";
//
// labelControl9
//
this.labelControl9.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.labelControl9.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl9.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.labelControl9.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl9.Location = new System.Drawing.Point(2, 2);
this.labelControl9.Name = "labelControl9";
this.labelControl9.Size = new System.Drawing.Size(62, 92);
this.labelControl9.TabIndex = 8;
this.labelControl9.Text = "数\r\n据\r\n合\r\n计";
//
// all_count
//
this.all_count.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.all_count.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.all_count.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.all_count.Location = new System.Drawing.Point(70, 11);
this.all_count.Name = "all_count";
this.all_count.Size = new System.Drawing.Size(80, 72);
this.all_count.TabIndex = 4;
this.all_count.Text = "总次数(次)\r\n";
//
// FormMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1054, 579);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "FormMain";
this.Text = "确色拉样";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.qsld_panel)).EndInit();
this.qsld_panel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.jtld_panel)).EndInit();
this.jtld_panel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.qs_panel)).EndInit();
this.qs_panel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl jtld_panel;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl jtdz_amount;
private DevExpress.XtraEditors.LabelControl jtdz_count;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.PanelControl qsld_panel;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl qsdz_amount;
private DevExpress.XtraEditors.LabelControl qsdz_count;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.PanelControl qs_panel;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraEditors.LabelControl qs_amount;
private DevExpress.XtraEditors.LabelControl qs_count;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.LabelControl all_amount;
private DevExpress.XtraEditors.LabelControl Cutoff_time;
private DevExpress.XtraEditors.LabelControl average_time;
private DevExpress.XtraEditors.LabelControl all_time;
private DevExpress.XtraEditors.LabelControl labelControl9;
private DevExpress.XtraEditors.LabelControl all_count;
private DevExpress.XtraEditors.SimpleButton BtnFinish;
private DevExpress.XtraEditors.LabelControl Printing_time;
private DevExpress.XtraEditors.LabelControl Challenge_time;
private DevExpress.XtraEditors.LabelControl bk_boardtime;
}
}