dlgReviewMemo.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. namespace Core.StlMes.Client.SaleOrder.Dialog
  2. {
  3. partial class dlgReviewMemo
  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(dlgReviewMemo));
  29. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  30. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  31. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  32. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  33. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  34. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  36. this.ultraGroupBox1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // ultraTextEditor1
  40. //
  41. this.ultraTextEditor1.Location = new System.Drawing.Point(10, 10);
  42. this.ultraTextEditor1.Name = "ultraTextEditor1";
  43. this.ultraTextEditor1.ReadOnly = true;
  44. this.ultraTextEditor1.Size = new System.Drawing.Size(225, 21);
  45. this.ultraTextEditor1.TabIndex = 1;
  46. //
  47. // ultraTextEditor2
  48. //
  49. this.ultraTextEditor2.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.ultraTextEditor2.Location = new System.Drawing.Point(3, 18);
  51. this.ultraTextEditor2.MaxLength = 100;
  52. this.ultraTextEditor2.Multiline = true;
  53. this.ultraTextEditor2.Name = "ultraTextEditor2";
  54. this.ultraTextEditor2.Size = new System.Drawing.Size(313, 172);
  55. this.ultraTextEditor2.TabIndex = 2;
  56. //
  57. // ultraGroupBox1
  58. //
  59. this.ultraGroupBox1.Controls.Add(this.ultraTextEditor2);
  60. this.ultraGroupBox1.Location = new System.Drawing.Point(7, 39);
  61. this.ultraGroupBox1.Name = "ultraGroupBox1";
  62. this.ultraGroupBox1.Size = new System.Drawing.Size(319, 193);
  63. this.ultraGroupBox1.TabIndex = 3;
  64. this.ultraGroupBox1.Text = "评审说明";
  65. //
  66. // ultraButton1
  67. //
  68. this.ultraButton1.Location = new System.Drawing.Point(244, 10);
  69. this.ultraButton1.Name = "ultraButton1";
  70. this.ultraButton1.Size = new System.Drawing.Size(75, 23);
  71. this.ultraButton1.TabIndex = 4;
  72. this.ultraButton1.Text = "确定";
  73. this.ultraButton1.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  74. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  75. //
  76. // dlgReviewMemo
  77. //
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80. this.ClientSize = new System.Drawing.Size(331, 237);
  81. this.Controls.Add(this.ultraButton1);
  82. this.Controls.Add(this.ultraGroupBox1);
  83. this.Controls.Add(this.ultraTextEditor1);
  84. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  85. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  86. this.MaximizeBox = false;
  87. this.MinimizeBox = false;
  88. this.Name = "dlgReviewMemo";
  89. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  90. this.Text = "评审说明";
  91. this.Load += new System.EventHandler(this.dlgReviewMemo_Load);
  92. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  95. this.ultraGroupBox1.ResumeLayout(false);
  96. this.ultraGroupBox1.PerformLayout();
  97. this.ResumeLayout(false);
  98. this.PerformLayout();
  99. }
  100. #endregion
  101. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  102. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  103. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  104. private Infragistics.Win.Misc.UltraButton ultraButton1;
  105. }
  106. }