QcmBaseLanguage.Designer.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. namespace Core.StlMes.Client.Judge.Forms
  2. {
  3. partial class QcmBaseLanguage
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel1 = new System.Windows.Forms.Panel();
  29. this.flag = new System.Windows.Forms.CheckBox();
  30. this.uceType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.uceLanguage = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  34. this.panel2 = new System.Windows.Forms.Panel();
  35. this.uceType2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.uceType3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.panel1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.uceType)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.uceLanguage)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.uceType2)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.uceType3)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // panel1
  47. //
  48. this.panel1.Controls.Add(this.uceType3);
  49. this.panel1.Controls.Add(this.label4);
  50. this.panel1.Controls.Add(this.uceType2);
  51. this.panel1.Controls.Add(this.label3);
  52. this.panel1.Controls.Add(this.flag);
  53. this.panel1.Controls.Add(this.uceType);
  54. this.panel1.Controls.Add(this.label2);
  55. this.panel1.Controls.Add(this.label1);
  56. this.panel1.Controls.Add(this.uceLanguage);
  57. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  58. this.panel1.Location = new System.Drawing.Point(0, 0);
  59. this.panel1.Name = "panel1";
  60. this.panel1.Size = new System.Drawing.Size(1555, 48);
  61. this.panel1.TabIndex = 1;
  62. //
  63. // flag
  64. //
  65. this.flag.AutoSize = true;
  66. this.flag.Location = new System.Drawing.Point(1098, 16);
  67. this.flag.Name = "flag";
  68. this.flag.Size = new System.Drawing.Size(89, 19);
  69. this.flag.TabIndex = 58;
  70. this.flag.Text = "包含无效";
  71. this.flag.UseVisualStyleBackColor = true;
  72. //
  73. // uceType
  74. //
  75. this.uceType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  76. this.uceType.Location = new System.Drawing.Point(291, 11);
  77. this.uceType.Name = "uceType";
  78. this.uceType.Size = new System.Drawing.Size(144, 24);
  79. this.uceType.TabIndex = 57;
  80. this.uceType.SelectionChanged += new System.EventHandler(this.uceType_SelectionChanged);
  81. //
  82. // label2
  83. //
  84. this.label2.AutoSize = true;
  85. this.label2.Location = new System.Drawing.Point(232, 15);
  86. this.label2.Name = "label2";
  87. this.label2.Size = new System.Drawing.Size(37, 15);
  88. this.label2.TabIndex = 56;
  89. this.label2.Text = "分类";
  90. //
  91. // label1
  92. //
  93. this.label1.AutoSize = true;
  94. this.label1.Location = new System.Drawing.Point(12, 15);
  95. this.label1.Name = "label1";
  96. this.label1.Size = new System.Drawing.Size(37, 15);
  97. this.label1.TabIndex = 55;
  98. this.label1.Text = "语言";
  99. //
  100. // uceLanguage
  101. //
  102. this.uceLanguage.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  103. this.uceLanguage.Location = new System.Drawing.Point(65, 11);
  104. this.uceLanguage.Name = "uceLanguage";
  105. this.uceLanguage.Size = new System.Drawing.Size(144, 24);
  106. this.uceLanguage.TabIndex = 54;
  107. this.uceLanguage.SelectionChanged += new System.EventHandler(this.uceLanguage_SelectionChanged);
  108. //
  109. // panel2
  110. //
  111. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  112. this.panel2.Location = new System.Drawing.Point(0, 48);
  113. this.panel2.Name = "panel2";
  114. this.panel2.Size = new System.Drawing.Size(1555, 552);
  115. this.panel2.TabIndex = 2;
  116. //
  117. // uceType2
  118. //
  119. this.uceType2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  120. this.uceType2.Location = new System.Drawing.Point(526, 11);
  121. this.uceType2.Name = "uceType2";
  122. this.uceType2.Size = new System.Drawing.Size(144, 24);
  123. this.uceType2.TabIndex = 60;
  124. this.uceType2.SelectionChanged += new System.EventHandler(this.uceType2_SelectionChanged);
  125. //
  126. // label3
  127. //
  128. this.label3.AutoSize = true;
  129. this.label3.Location = new System.Drawing.Point(474, 16);
  130. this.label3.Name = "label3";
  131. this.label3.Size = new System.Drawing.Size(37, 15);
  132. this.label3.TabIndex = 59;
  133. this.label3.Text = "大项";
  134. //
  135. // uceType3
  136. //
  137. this.uceType3.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  138. this.uceType3.Location = new System.Drawing.Point(772, 10);
  139. this.uceType3.Name = "uceType3";
  140. this.uceType3.Size = new System.Drawing.Size(144, 24);
  141. this.uceType3.TabIndex = 62;
  142. this.uceType3.SelectionChanged += new System.EventHandler(this.uceLanguage_SelectionChanged);
  143. //
  144. // label4
  145. //
  146. this.label4.AutoSize = true;
  147. this.label4.Location = new System.Drawing.Point(720, 15);
  148. this.label4.Name = "label4";
  149. this.label4.Size = new System.Drawing.Size(37, 15);
  150. this.label4.TabIndex = 61;
  151. this.label4.Text = "小项";
  152. //
  153. // QcmBaseLanguage
  154. //
  155. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  156. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  157. this.ClientSize = new System.Drawing.Size(1555, 600);
  158. this.Controls.Add(this.panel2);
  159. this.Controls.Add(this.panel1);
  160. this.Margin = new System.Windows.Forms.Padding(4);
  161. this.Name = "QcmBaseLanguage";
  162. this.Text = "多语维护界面";
  163. this.Load += new System.EventHandler(this.QcmBaseLanguage_Load);
  164. this.panel1.ResumeLayout(false);
  165. this.panel1.PerformLayout();
  166. ((System.ComponentModel.ISupportInitialize)(this.uceType)).EndInit();
  167. ((System.ComponentModel.ISupportInitialize)(this.uceLanguage)).EndInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.uceType2)).EndInit();
  169. ((System.ComponentModel.ISupportInitialize)(this.uceType3)).EndInit();
  170. this.ResumeLayout(false);
  171. }
  172. #endregion
  173. private System.Windows.Forms.Panel panel1;
  174. private System.Windows.Forms.Panel panel2;
  175. private System.Windows.Forms.Label label1;
  176. public Infragistics.Win.UltraWinEditors.UltraComboEditor uceLanguage;
  177. public Infragistics.Win.UltraWinEditors.UltraComboEditor uceType;
  178. private System.Windows.Forms.Label label2;
  179. private System.Windows.Forms.CheckBox flag;
  180. public Infragistics.Win.UltraWinEditors.UltraComboEditor uceType3;
  181. private System.Windows.Forms.Label label4;
  182. public Infragistics.Win.UltraWinEditors.UltraComboEditor uceType2;
  183. private System.Windows.Forms.Label label3;
  184. }
  185. }