FrmTest.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. namespace Core.StlMes.Client.PlnSaleOrd.物料Bom
  2. {
  3. partial class FrmTest
  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.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  29. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  30. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  31. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  32. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  33. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // ultraTextEditor1
  37. //
  38. this.ultraTextEditor1.Location = new System.Drawing.Point(194, 89);
  39. this.ultraTextEditor1.Name = "ultraTextEditor1";
  40. this.ultraTextEditor1.Size = new System.Drawing.Size(132, 24);
  41. this.ultraTextEditor1.TabIndex = 0;
  42. //
  43. // ultraLabel1
  44. //
  45. this.ultraLabel1.AutoSize = true;
  46. this.ultraLabel1.Location = new System.Drawing.Point(119, 92);
  47. this.ultraLabel1.Name = "ultraLabel1";
  48. this.ultraLabel1.Size = new System.Drawing.Size(67, 19);
  49. this.ultraLabel1.TabIndex = 1;
  50. this.ultraLabel1.Text = "实绩编号";
  51. //
  52. // ultraLabel2
  53. //
  54. this.ultraLabel2.AutoSize = true;
  55. this.ultraLabel2.Location = new System.Drawing.Point(119, 134);
  56. this.ultraLabel2.Name = "ultraLabel2";
  57. this.ultraLabel2.Size = new System.Drawing.Size(67, 19);
  58. this.ultraLabel2.TabIndex = 2;
  59. this.ultraLabel2.Text = "判定炉号";
  60. //
  61. // ultraTextEditor2
  62. //
  63. this.ultraTextEditor2.Location = new System.Drawing.Point(194, 131);
  64. this.ultraTextEditor2.Name = "ultraTextEditor2";
  65. this.ultraTextEditor2.Size = new System.Drawing.Size(132, 24);
  66. this.ultraTextEditor2.TabIndex = 3;
  67. //
  68. // FrmTest
  69. //
  70. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  71. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  72. this.ClientSize = new System.Drawing.Size(598, 253);
  73. this.Controls.Add(this.ultraTextEditor2);
  74. this.Controls.Add(this.ultraLabel2);
  75. this.Controls.Add(this.ultraLabel1);
  76. this.Controls.Add(this.ultraTextEditor1);
  77. this.Name = "FrmTest";
  78. this.Text = "管坯锯切";
  79. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  81. this.ResumeLayout(false);
  82. this.PerformLayout();
  83. }
  84. #endregion
  85. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  86. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  87. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  88. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  89. }
  90. }