namespace Core.StlMes.Client.Judge.Forms
{
partial class QcmBaseLanguage
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.flag = new System.Windows.Forms.CheckBox();
this.uceType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.uceLanguage = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.panel2 = new System.Windows.Forms.Panel();
this.uceType2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.label3 = new System.Windows.Forms.Label();
this.uceType3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.label4 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uceType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uceLanguage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uceType2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uceType3)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.uceType3);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.uceType2);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.flag);
this.panel1.Controls.Add(this.uceType);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.uceLanguage);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1555, 48);
this.panel1.TabIndex = 1;
//
// flag
//
this.flag.AutoSize = true;
this.flag.Location = new System.Drawing.Point(1098, 16);
this.flag.Name = "flag";
this.flag.Size = new System.Drawing.Size(89, 19);
this.flag.TabIndex = 58;
this.flag.Text = "包含无效";
this.flag.UseVisualStyleBackColor = true;
//
// uceType
//
this.uceType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.uceType.Location = new System.Drawing.Point(291, 11);
this.uceType.Name = "uceType";
this.uceType.Size = new System.Drawing.Size(144, 24);
this.uceType.TabIndex = 57;
this.uceType.SelectionChanged += new System.EventHandler(this.uceType_SelectionChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(232, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(37, 15);
this.label2.TabIndex = 56;
this.label2.Text = "分类";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(37, 15);
this.label1.TabIndex = 55;
this.label1.Text = "语言";
//
// uceLanguage
//
this.uceLanguage.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.uceLanguage.Location = new System.Drawing.Point(65, 11);
this.uceLanguage.Name = "uceLanguage";
this.uceLanguage.Size = new System.Drawing.Size(144, 24);
this.uceLanguage.TabIndex = 54;
this.uceLanguage.SelectionChanged += new System.EventHandler(this.uceLanguage_SelectionChanged);
//
// panel2
//
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 48);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1555, 552);
this.panel2.TabIndex = 2;
//
// uceType2
//
this.uceType2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.uceType2.Location = new System.Drawing.Point(526, 11);
this.uceType2.Name = "uceType2";
this.uceType2.Size = new System.Drawing.Size(144, 24);
this.uceType2.TabIndex = 60;
this.uceType2.SelectionChanged += new System.EventHandler(this.uceType2_SelectionChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(474, 16);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(37, 15);
this.label3.TabIndex = 59;
this.label3.Text = "大项";
//
// uceType3
//
this.uceType3.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.uceType3.Location = new System.Drawing.Point(772, 10);
this.uceType3.Name = "uceType3";
this.uceType3.Size = new System.Drawing.Size(144, 24);
this.uceType3.TabIndex = 62;
this.uceType3.SelectionChanged += new System.EventHandler(this.uceLanguage_SelectionChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(720, 15);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(37, 15);
this.label4.TabIndex = 61;
this.label4.Text = "小项";
//
// QcmBaseLanguage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1555, 600);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "QcmBaseLanguage";
this.Text = "多语维护界面";
this.Load += new System.EventHandler(this.QcmBaseLanguage_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.uceType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uceLanguage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uceType2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uceType3)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label1;
public Infragistics.Win.UltraWinEditors.UltraComboEditor uceLanguage;
public Infragistics.Win.UltraWinEditors.UltraComboEditor uceType;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox flag;
public Infragistics.Win.UltraWinEditors.UltraComboEditor uceType3;
private System.Windows.Forms.Label label4;
public Infragistics.Win.UltraWinEditors.UltraComboEditor uceType2;
private System.Windows.Forms.Label label3;
}
}