ChoiceCicFrm.Designer.cs 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. namespace Core.StlMes.Client.Judge.Forms
  2. {
  3. partial class ChoiceCicFrm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChoiceCicFrm));
  29. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  30. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  31. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  32. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // ultraComboEditor1
  36. //
  37. this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  38. this.ultraComboEditor1.Location = new System.Drawing.Point(129, 26);
  39. this.ultraComboEditor1.Name = "ultraComboEditor1";
  40. this.ultraComboEditor1.Size = new System.Drawing.Size(144, 24);
  41. this.ultraComboEditor1.TabIndex = 0;
  42. //
  43. // ultraLabel1
  44. //
  45. this.ultraLabel1.AutoSize = true;
  46. this.ultraLabel1.Location = new System.Drawing.Point(37, 29);
  47. this.ultraLabel1.Name = "ultraLabel1";
  48. this.ultraLabel1.Size = new System.Drawing.Size(83, 19);
  49. this.ultraLabel1.TabIndex = 1;
  50. this.ultraLabel1.Text = "成分索引码";
  51. //
  52. // ultraButton1
  53. //
  54. this.ultraButton1.Location = new System.Drawing.Point(303, 25);
  55. this.ultraButton1.Name = "ultraButton1";
  56. this.ultraButton1.Size = new System.Drawing.Size(75, 27);
  57. this.ultraButton1.TabIndex = 2;
  58. this.ultraButton1.Text = "确认";
  59. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  60. //
  61. // ChoiceCicFrm
  62. //
  63. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  64. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  65. this.ClientSize = new System.Drawing.Size(412, 84);
  66. this.Controls.Add(this.ultraButton1);
  67. this.Controls.Add(this.ultraLabel1);
  68. this.Controls.Add(this.ultraComboEditor1);
  69. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  70. this.Name = "ChoiceCicFrm";
  71. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  72. this.Text = "请选择成分索引码";
  73. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  74. this.ResumeLayout(false);
  75. this.PerformLayout();
  76. }
  77. #endregion
  78. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  79. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  80. private Infragistics.Win.Misc.UltraButton ultraButton1;
  81. }
  82. }