ab56a9bcf7
SVN-Revision: r240
503 lines
24 KiB
C#
503 lines
24 KiB
C#
namespace Lskj.WorkshopProgram.Control
|
|
{
|
|
partial class MachineStarts
|
|
{
|
|
/// <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.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.saveButton = new DevExpress.XtraEditors.SimpleButton();
|
|
this.addButton = new DevExpress.XtraEditors.SimpleButton();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.invalidButton = new DevExpress.XtraEditors.SimpleButton();
|
|
this.RegistrationRecord = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.allClearButton = new DevExpress.XtraEditors.SimpleButton();
|
|
this.selectAllButton = new DevExpress.XtraEditors.SimpleButton();
|
|
this.Detailed = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
|
|
this.splitMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
|
|
this.panelControl4.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
this.panelControl3.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.RegistrationRecord)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.Detailed)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitMain
|
|
//
|
|
this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitMain.Location = new System.Drawing.Point(0, 0);
|
|
this.splitMain.Name = "splitMain";
|
|
this.splitMain.Panel1.Controls.Add(this.panelControl1);
|
|
this.splitMain.Panel1.Text = "Panel1";
|
|
this.splitMain.Panel2.Controls.Add(this.panelControl2);
|
|
this.splitMain.Panel2.Text = "Panel2";
|
|
this.splitMain.Size = new System.Drawing.Size(1126, 732);
|
|
this.splitMain.SplitterPosition = 497;
|
|
this.splitMain.TabIndex = 0;
|
|
this.splitMain.Text = "splitContainerControl1";
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Controls.Add(this.panelControl4);
|
|
this.panelControl1.Controls.Add(this.panelControl3);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(497, 732);
|
|
this.panelControl1.TabIndex = 0;
|
|
//
|
|
// panelControl4
|
|
//
|
|
this.panelControl4.Controls.Add(this.label1);
|
|
this.panelControl4.Controls.Add(this.saveButton);
|
|
this.panelControl4.Controls.Add(this.addButton);
|
|
this.panelControl4.Controls.Add(this.groupBox3);
|
|
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl4.Location = new System.Drawing.Point(2, 367);
|
|
this.panelControl4.Name = "panelControl4";
|
|
this.panelControl4.Size = new System.Drawing.Size(493, 363);
|
|
this.panelControl4.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label1.Location = new System.Drawing.Point(29, 236);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(79, 21);
|
|
this.label1.TabIndex = 6;
|
|
this.label1.Text = "备 注";
|
|
//
|
|
// saveButton
|
|
//
|
|
this.saveButton.Location = new System.Drawing.Point(327, 288);
|
|
this.saveButton.Name = "saveButton";
|
|
this.saveButton.Size = new System.Drawing.Size(80, 41);
|
|
this.saveButton.TabIndex = 5;
|
|
this.saveButton.Text = "保存(F12)";
|
|
//
|
|
// addButton
|
|
//
|
|
this.addButton.Location = new System.Drawing.Point(32, 288);
|
|
this.addButton.Name = "addButton";
|
|
this.addButton.Size = new System.Drawing.Size(80, 41);
|
|
this.addButton.TabIndex = 4;
|
|
this.addButton.Text = "新增(F2)";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.label15);
|
|
this.groupBox3.Controls.Add(this.label14);
|
|
this.groupBox3.Controls.Add(this.label13);
|
|
this.groupBox3.Controls.Add(this.label12);
|
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.groupBox3.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.groupBox3.Location = new System.Drawing.Point(2, 2);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(489, 197);
|
|
this.groupBox3.TabIndex = 0;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "版辊上机信息";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label15.Location = new System.Drawing.Point(239, 134);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(64, 21);
|
|
this.label15.TabIndex = 20;
|
|
this.label15.Text = "堵 头";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label14.Location = new System.Drawing.Point(239, 70);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(61, 21);
|
|
this.label14.TabIndex = 19;
|
|
this.label14.Text = "换油墨";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label13.Location = new System.Drawing.Point(32, 134);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(61, 21);
|
|
this.label13.TabIndex = 18;
|
|
this.label13.Text = "换胶辊";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label12.Location = new System.Drawing.Point(32, 70);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(75, 21);
|
|
this.label12.TabIndex = 17;
|
|
this.label12.Text = "换版(根)";
|
|
//
|
|
// panelControl3
|
|
//
|
|
this.panelControl3.Controls.Add(this.label17);
|
|
this.panelControl3.Controls.Add(this.label16);
|
|
this.panelControl3.Controls.Add(this.label11);
|
|
this.panelControl3.Controls.Add(this.label10);
|
|
this.panelControl3.Controls.Add(this.label2);
|
|
this.panelControl3.Controls.Add(this.label3);
|
|
this.panelControl3.Controls.Add(this.label4);
|
|
this.panelControl3.Controls.Add(this.label5);
|
|
this.panelControl3.Controls.Add(this.label6);
|
|
this.panelControl3.Controls.Add(this.label7);
|
|
this.panelControl3.Controls.Add(this.label8);
|
|
this.panelControl3.Controls.Add(this.label9);
|
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl3.Location = new System.Drawing.Point(2, 2);
|
|
this.panelControl3.Name = "panelControl3";
|
|
this.panelControl3.Size = new System.Drawing.Size(493, 365);
|
|
this.panelControl3.TabIndex = 0;
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label17.Location = new System.Drawing.Point(297, 31);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(27, 21);
|
|
this.label17.TabIndex = 18;
|
|
this.label17.Text = "分";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label16.Location = new System.Drawing.Point(201, 31);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(27, 21);
|
|
this.label16.TabIndex = 17;
|
|
this.label16.Text = "时";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label11.Location = new System.Drawing.Point(241, 316);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(78, 21);
|
|
this.label11.TabIndex = 16;
|
|
this.label11.Text = "颜色个数";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label10.Location = new System.Drawing.Point(29, 316);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(78, 21);
|
|
this.label10.TabIndex = 15;
|
|
this.label10.Text = "生产人员";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label2.Location = new System.Drawing.Point(28, 257);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(78, 21);
|
|
this.label2.TabIndex = 7;
|
|
this.label2.Text = "生产班组";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label3.Location = new System.Drawing.Point(241, 257);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(78, 21);
|
|
this.label3.TabIndex = 8;
|
|
this.label3.Text = "生产机台";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label4.Location = new System.Drawing.Point(241, 140);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(78, 21);
|
|
this.label4.TabIndex = 9;
|
|
this.label4.Text = "客户简称";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label5.Location = new System.Drawing.Point(241, 198);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(78, 21);
|
|
this.label5.TabIndex = 10;
|
|
this.label5.Text = "登记编号";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label6.Location = new System.Drawing.Point(28, 198);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(78, 21);
|
|
this.label6.TabIndex = 11;
|
|
this.label6.Text = "生产单号";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label7.Location = new System.Drawing.Point(28, 140);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(79, 21);
|
|
this.label7.TabIndex = 12;
|
|
this.label7.Text = "规 格";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label8.Location = new System.Drawing.Point(29, 86);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(78, 21);
|
|
this.label8.TabIndex = 13;
|
|
this.label8.Text = "产品名称";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.label9.Location = new System.Drawing.Point(29, 31);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(79, 21);
|
|
this.label9.TabIndex = 14;
|
|
this.label9.Text = "日 期";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.RegistrationRecord);
|
|
this.groupBox1.Controls.Add(this.invalidButton);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.groupBox1.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.groupBox1.Location = new System.Drawing.Point(2, 2);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(619, 292);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "登记记录";
|
|
//
|
|
// invalidButton
|
|
//
|
|
this.invalidButton.Location = new System.Drawing.Point(6, 31);
|
|
this.invalidButton.Name = "invalidButton";
|
|
this.invalidButton.Size = new System.Drawing.Size(75, 41);
|
|
this.invalidButton.TabIndex = 0;
|
|
this.invalidButton.Text = "作废";
|
|
//
|
|
// RegistrationRecord
|
|
//
|
|
this.RegistrationRecord.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.RegistrationRecord.Location = new System.Drawing.Point(3, 89);
|
|
this.RegistrationRecord.MainView = this.gridView1;
|
|
this.RegistrationRecord.Name = "RegistrationRecord";
|
|
this.RegistrationRecord.Size = new System.Drawing.Size(613, 200);
|
|
this.RegistrationRecord.TabIndex = 1;
|
|
this.RegistrationRecord.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.GridControl = this.RegistrationRecord;
|
|
this.gridView1.Name = "gridView1";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.Detailed);
|
|
this.groupBox2.Controls.Add(this.selectAllButton);
|
|
this.groupBox2.Controls.Add(this.allClearButton);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox2.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.groupBox2.Location = new System.Drawing.Point(2, 294);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(619, 436);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "版辊上机";
|
|
//
|
|
// allClearButton
|
|
//
|
|
this.allClearButton.Location = new System.Drawing.Point(109, 32);
|
|
this.allClearButton.Name = "allClearButton";
|
|
this.allClearButton.Size = new System.Drawing.Size(75, 41);
|
|
this.allClearButton.TabIndex = 1;
|
|
this.allClearButton.Text = "全清";
|
|
//
|
|
// selectAllButton
|
|
//
|
|
this.selectAllButton.Location = new System.Drawing.Point(6, 32);
|
|
this.selectAllButton.Name = "selectAllButton";
|
|
this.selectAllButton.Size = new System.Drawing.Size(75, 41);
|
|
this.selectAllButton.TabIndex = 2;
|
|
this.selectAllButton.Text = "全选";
|
|
//
|
|
// Detailed
|
|
//
|
|
this.Detailed.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.Detailed.Location = new System.Drawing.Point(3, 79);
|
|
this.Detailed.MainView = this.gridView2;
|
|
this.Detailed.Name = "Detailed";
|
|
this.Detailed.Size = new System.Drawing.Size(613, 354);
|
|
this.Detailed.TabIndex = 3;
|
|
this.Detailed.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView2});
|
|
//
|
|
// gridView2
|
|
//
|
|
this.gridView2.GridControl = this.Detailed;
|
|
this.gridView2.Name = "gridView2";
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.Controls.Add(this.groupBox2);
|
|
this.panelControl2.Controls.Add(this.groupBox1);
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(623, 732);
|
|
this.panelControl2.TabIndex = 0;
|
|
//
|
|
// MachineStarts
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitMain);
|
|
this.Name = "MachineStarts";
|
|
this.Size = new System.Drawing.Size(1126, 732);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
|
|
this.splitMain.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
|
|
this.panelControl4.ResumeLayout(false);
|
|
this.panelControl4.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
this.panelControl3.ResumeLayout(false);
|
|
this.panelControl3.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.RegistrationRecord)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.groupBox2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.Detailed)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.panelControl2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMain;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl4;
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraEditors.SimpleButton saveButton;
|
|
private DevExpress.XtraEditors.SimpleButton addButton;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label label16;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private DevExpress.XtraGrid.GridControl Detailed;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
|
private DevExpress.XtraEditors.SimpleButton selectAllButton;
|
|
private DevExpress.XtraEditors.SimpleButton allClearButton;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private DevExpress.XtraGrid.GridControl RegistrationRecord;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraEditors.SimpleButton invalidButton;
|
|
}
|
|
}
|