FrmLogin.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. namespace JC_MeasuringSystem
  2. {
  3. partial class FrmLogin
  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.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLogin));
  35. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance("buttonBG_Blue", 420821621);
  37. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance("buttonBG_Gray", 420821622);
  38. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance("buttonBG_Green", 420821623);
  39. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance("buttonBG_red", 420821636);
  40. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  45. this.lb_Msg = new Infragistics.Win.Misc.UltraLabel();
  46. this.txtPassword = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  47. this.lbPwd = new Infragistics.Win.Misc.UltraLabel();
  48. this.lbUsername = new Infragistics.Win.Misc.UltraLabel();
  49. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  50. this.btnLogin = new Infragistics.Win.Misc.UltraButton();
  51. this.ToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
  52. this.btnExit = new Infragistics.Win.Misc.UltraButton();
  53. this.txtUserID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  54. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  55. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  56. this.cmbClass = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  57. this.cmbGroup = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtUserID)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.cmbClass)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.cmbGroup)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // lb_Msg
  65. //
  66. appearance20.AlphaLevel = ((short)(163));
  67. appearance20.BackColor = System.Drawing.Color.Transparent;
  68. appearance20.FontData.BoldAsString = "True";
  69. appearance20.ForeColor = System.Drawing.Color.Yellow;
  70. this.lb_Msg.Appearance = appearance20;
  71. this.lb_Msg.AutoSize = true;
  72. this.lb_Msg.Cursor = System.Windows.Forms.Cursors.Hand;
  73. this.lb_Msg.Font = new System.Drawing.Font("宋体", 18F);
  74. this.lb_Msg.Location = new System.Drawing.Point(418, 277);
  75. this.lb_Msg.Name = "lb_Msg";
  76. this.lb_Msg.Size = new System.Drawing.Size(8, 27);
  77. this.lb_Msg.TabIndex = 22;
  78. this.lb_Msg.Text = " ";
  79. //
  80. // txtPassword
  81. //
  82. appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  83. appearance3.FontData.SizeInPoints = 18F;
  84. appearance3.ForeColor = System.Drawing.Color.Black;
  85. appearance3.TextHAlignAsString = "Center";
  86. appearance3.TextVAlignAsString = "Middle";
  87. this.txtPassword.Appearance = appearance3;
  88. this.txtPassword.AutoSize = false;
  89. this.txtPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  90. this.txtPassword.Font = new System.Drawing.Font("宋体", 12F);
  91. this.txtPassword.Location = new System.Drawing.Point(202, 125);
  92. this.txtPassword.Margin = new System.Windows.Forms.Padding(0);
  93. this.txtPassword.Name = "txtPassword";
  94. this.txtPassword.PasswordChar = '*';
  95. this.txtPassword.Size = new System.Drawing.Size(210, 61);
  96. this.txtPassword.TabIndex = 18;
  97. this.txtPassword.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  98. this.txtPassword.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
  99. this.txtPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPassword_KeyPress);
  100. //
  101. // lbPwd
  102. //
  103. appearance8.AlphaLevel = ((short)(163));
  104. appearance8.BackColor = System.Drawing.Color.White;
  105. appearance8.FontData.SizeInPoints = 18F;
  106. appearance8.ForeColor = System.Drawing.Color.Black;
  107. appearance8.ForegroundAlpha = Infragistics.Win.Alpha.Opaque;
  108. appearance8.TextHAlignAsString = "Center";
  109. appearance8.TextVAlignAsString = "Middle";
  110. this.lbPwd.Appearance = appearance8;
  111. this.lbPwd.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.lbPwd.ImageTransparentColor = System.Drawing.Color.White;
  113. this.lbPwd.Location = new System.Drawing.Point(53, 125);
  114. this.lbPwd.Margin = new System.Windows.Forms.Padding(0);
  115. this.lbPwd.Name = "lbPwd";
  116. this.lbPwd.Size = new System.Drawing.Size(142, 61);
  117. this.lbPwd.TabIndex = 20;
  118. this.lbPwd.Text = "密 码";
  119. //
  120. // lbUsername
  121. //
  122. appearance9.AlphaLevel = ((short)(163));
  123. appearance9.BackColor = System.Drawing.Color.White;
  124. appearance9.FontData.SizeInPoints = 18F;
  125. appearance9.ForeColor = System.Drawing.Color.Black;
  126. appearance9.ForegroundAlpha = Infragistics.Win.Alpha.Opaque;
  127. appearance9.TextHAlignAsString = "Center";
  128. appearance9.TextVAlignAsString = "Middle";
  129. this.lbUsername.Appearance = appearance9;
  130. this.lbUsername.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.lbUsername.ImageTransparentColor = System.Drawing.Color.White;
  132. this.lbUsername.Location = new System.Drawing.Point(53, 58);
  133. this.lbUsername.Margin = new System.Windows.Forms.Padding(0);
  134. this.lbUsername.Name = "lbUsername";
  135. this.lbUsername.Size = new System.Drawing.Size(142, 61);
  136. this.lbUsername.TabIndex = 21;
  137. this.lbUsername.Text = "用户名";
  138. //
  139. // btnLogin
  140. //
  141. appearance2.AlphaLevel = ((short)(230));
  142. appearance2.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance2.ImageBackground")));
  143. this.btnLogin.Appearance = appearance2;
  144. this.btnLogin.Location = new System.Drawing.Point(53, 350);
  145. this.btnLogin.Name = "btnLogin";
  146. this.btnLogin.ShowFocusRect = false;
  147. this.btnLogin.ShowOutline = false;
  148. this.btnLogin.Size = new System.Drawing.Size(359, 56);
  149. this.btnLogin.TabIndex = 19;
  150. this.btnLogin.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  151. this.btnLogin.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
  152. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  153. this.btnLogin.Enter += new System.EventHandler(this.btnLogin_Enter);
  154. //
  155. // ToolTipManager1
  156. //
  157. this.ToolTipManager1.ContainingControl = this;
  158. //
  159. // btnExit
  160. //
  161. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  162. appearance1.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance1.ImageBackground")));
  163. this.btnExit.Appearance = appearance1;
  164. appearance4.BorderColor = System.Drawing.Color.Transparent;
  165. appearance4.BorderColor2 = System.Drawing.Color.Transparent;
  166. appearance4.FontData.BoldAsString = "True";
  167. appearance4.FontData.Name = "宋体";
  168. appearance4.FontData.SizeInPoints = 20F;
  169. appearance4.ForeColor = System.Drawing.Color.White;
  170. appearance4.ForeColorDisabled = System.Drawing.Color.DarkGray;
  171. appearance4.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance4.ImageBackground")));
  172. appearance4.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched;
  173. appearance5.BorderColor = System.Drawing.Color.White;
  174. appearance5.BorderColor2 = System.Drawing.Color.Silver;
  175. appearance5.FontData.BoldAsString = "True";
  176. appearance5.FontData.Name = "宋体";
  177. appearance5.FontData.SizeInPoints = 14.5F;
  178. appearance5.ForeColor = System.Drawing.Color.White;
  179. appearance5.ForeColorDisabled = System.Drawing.Color.DarkGray;
  180. appearance5.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance5.ImageBackground")));
  181. appearance5.ImageBackgroundDisabled = ((System.Drawing.Image)(resources.GetObject("appearance5.ImageBackgroundDisabled")));
  182. appearance5.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched;
  183. appearance6.BorderColor = System.Drawing.Color.White;
  184. appearance6.BorderColor2 = System.Drawing.Color.Silver;
  185. appearance6.FontData.BoldAsString = "True";
  186. appearance6.FontData.Name = "宋体";
  187. appearance6.FontData.SizeInPoints = 14.5F;
  188. appearance6.ForeColor = System.Drawing.Color.White;
  189. appearance6.ForeColorDisabled = System.Drawing.Color.DarkGray;
  190. appearance6.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance6.ImageBackground")));
  191. appearance6.ImageBackgroundDisabled = ((System.Drawing.Image)(resources.GetObject("appearance6.ImageBackgroundDisabled")));
  192. appearance6.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched;
  193. appearance7.BorderColor = System.Drawing.Color.White;
  194. appearance7.BorderColor2 = System.Drawing.Color.Silver;
  195. appearance7.FontData.BoldAsString = "True";
  196. appearance7.FontData.Name = "宋体";
  197. appearance7.FontData.SizeInPoints = 14.5F;
  198. appearance7.ForeColor = System.Drawing.Color.White;
  199. appearance7.ForeColorDisabled = System.Drawing.Color.DarkGray;
  200. appearance7.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance7.ImageBackground")));
  201. appearance7.ImageBackgroundDisabled = ((System.Drawing.Image)(resources.GetObject("appearance7.ImageBackgroundDisabled")));
  202. appearance7.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched;
  203. this.btnExit.Appearances.Add(appearance4);
  204. this.btnExit.Appearances.Add(appearance5);
  205. this.btnExit.Appearances.Add(appearance6);
  206. this.btnExit.Appearances.Add(appearance7);
  207. this.btnExit.BackColorInternal = System.Drawing.Color.Transparent;
  208. this.btnExit.ButtonStyle = Infragistics.Win.UIElementButtonStyle.FlatBorderless;
  209. this.btnExit.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.btnExit.Location = new System.Drawing.Point(429, 9);
  211. this.btnExit.Margin = new System.Windows.Forms.Padding(0);
  212. this.btnExit.MinimumSize = new System.Drawing.Size(16, 16);
  213. this.btnExit.Name = "btnExit";
  214. this.btnExit.ShowFocusRect = false;
  215. this.btnExit.ShowOutline = false;
  216. this.btnExit.Size = new System.Drawing.Size(42, 31);
  217. this.btnExit.TabIndex = 23;
  218. this.btnExit.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  219. this.btnExit.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
  220. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  221. //
  222. // txtUserID
  223. //
  224. appearance10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  225. appearance10.FontData.SizeInPoints = 18F;
  226. appearance10.ForeColor = System.Drawing.Color.Black;
  227. appearance10.TextHAlignAsString = "Center";
  228. appearance10.TextVAlignAsString = "Middle";
  229. this.txtUserID.Appearance = appearance10;
  230. this.txtUserID.AutoSize = false;
  231. this.txtUserID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  232. this.txtUserID.Font = new System.Drawing.Font("宋体", 12F);
  233. this.txtUserID.Location = new System.Drawing.Point(202, 58);
  234. this.txtUserID.Margin = new System.Windows.Forms.Padding(0);
  235. this.txtUserID.Name = "txtUserID";
  236. this.txtUserID.Size = new System.Drawing.Size(210, 61);
  237. this.txtUserID.TabIndex = 17;
  238. this.txtUserID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  239. this.txtUserID.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
  240. this.txtUserID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUserID_KeyPress);
  241. //
  242. // ultraLabel1
  243. //
  244. appearance15.AlphaLevel = ((short)(163));
  245. appearance15.BackColor = System.Drawing.Color.White;
  246. appearance15.FontData.SizeInPoints = 18F;
  247. appearance15.ForeColor = System.Drawing.Color.Black;
  248. appearance15.ForegroundAlpha = Infragistics.Win.Alpha.Opaque;
  249. appearance15.TextHAlignAsString = "Center";
  250. appearance15.TextVAlignAsString = "Middle";
  251. this.ultraLabel1.Appearance = appearance15;
  252. this.ultraLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.ultraLabel1.ImageTransparentColor = System.Drawing.Color.White;
  254. this.ultraLabel1.Location = new System.Drawing.Point(53, 260);
  255. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(0);
  256. this.ultraLabel1.Name = "ultraLabel1";
  257. this.ultraLabel1.Size = new System.Drawing.Size(142, 61);
  258. this.ultraLabel1.TabIndex = 26;
  259. this.ultraLabel1.Text = "班 组";
  260. //
  261. // ultraLabel2
  262. //
  263. appearance14.AlphaLevel = ((short)(163));
  264. appearance14.BackColor = System.Drawing.Color.White;
  265. appearance14.FontData.SizeInPoints = 18F;
  266. appearance14.ForeColor = System.Drawing.Color.Black;
  267. appearance14.ForegroundAlpha = Infragistics.Win.Alpha.Opaque;
  268. appearance14.TextHAlignAsString = "Center";
  269. appearance14.TextVAlignAsString = "Middle";
  270. this.ultraLabel2.Appearance = appearance14;
  271. this.ultraLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.ultraLabel2.ImageTransparentColor = System.Drawing.Color.White;
  273. this.ultraLabel2.Location = new System.Drawing.Point(53, 193);
  274. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(0);
  275. this.ultraLabel2.Name = "ultraLabel2";
  276. this.ultraLabel2.Size = new System.Drawing.Size(142, 61);
  277. this.ultraLabel2.TabIndex = 27;
  278. this.ultraLabel2.Text = "班 次";
  279. //
  280. // cmbClass
  281. //
  282. appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  283. this.cmbClass.Appearance = appearance19;
  284. this.cmbClass.AutoSize = false;
  285. this.cmbClass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  286. this.cmbClass.Font = new System.Drawing.Font("宋体", 16F);
  287. this.cmbClass.Location = new System.Drawing.Point(202, 193);
  288. this.cmbClass.Name = "cmbClass";
  289. this.cmbClass.Size = new System.Drawing.Size(210, 61);
  290. this.cmbClass.TabIndex = 30;
  291. this.cmbClass.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  292. this.cmbClass.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
  293. //
  294. // cmbGroup
  295. //
  296. appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  297. this.cmbGroup.Appearance = appearance18;
  298. this.cmbGroup.AutoSize = false;
  299. this.cmbGroup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  300. this.cmbGroup.Font = new System.Drawing.Font("宋体", 16F);
  301. this.cmbGroup.Location = new System.Drawing.Point(202, 260);
  302. this.cmbGroup.Name = "cmbGroup";
  303. this.cmbGroup.Size = new System.Drawing.Size(210, 61);
  304. this.cmbGroup.TabIndex = 31;
  305. this.cmbGroup.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  306. this.cmbGroup.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
  307. //
  308. // FrmLogin
  309. //
  310. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  311. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  312. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  313. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  314. this.ClientSize = new System.Drawing.Size(480, 421);
  315. this.Controls.Add(this.cmbGroup);
  316. this.Controls.Add(this.cmbClass);
  317. this.Controls.Add(this.ultraLabel1);
  318. this.Controls.Add(this.ultraLabel2);
  319. this.Controls.Add(this.lb_Msg);
  320. this.Controls.Add(this.txtPassword);
  321. this.Controls.Add(this.lbPwd);
  322. this.Controls.Add(this.lbUsername);
  323. this.Controls.Add(this.btnLogin);
  324. this.Controls.Add(this.btnExit);
  325. this.Controls.Add(this.txtUserID);
  326. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  327. this.Name = "FrmLogin";
  328. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  329. this.Text = "FrmLogincs";
  330. this.Load += new System.EventHandler(this.FrmLogincs_Load);
  331. ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).EndInit();
  332. ((System.ComponentModel.ISupportInitialize)(this.txtUserID)).EndInit();
  333. ((System.ComponentModel.ISupportInitialize)(this.cmbClass)).EndInit();
  334. ((System.ComponentModel.ISupportInitialize)(this.cmbGroup)).EndInit();
  335. this.ResumeLayout(false);
  336. this.PerformLayout();
  337. }
  338. #endregion
  339. private Infragistics.Win.Misc.UltraLabel lb_Msg;
  340. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtPassword;
  341. private Infragistics.Win.Misc.UltraLabel lbPwd;
  342. private Infragistics.Win.Misc.UltraLabel lbUsername;
  343. private System.Windows.Forms.ToolTip toolTip1;
  344. private Infragistics.Win.Misc.UltraButton btnLogin;
  345. private Infragistics.Win.UltraWinToolTip.UltraToolTipManager ToolTipManager1;
  346. private Infragistics.Win.Misc.UltraButton btnExit;
  347. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtUserID;
  348. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  349. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  350. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbClass;
  351. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbGroup;
  352. }
  353. }