FrmCancelPretreat.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. namespace Core.StlMes.Client.PlnSaleOrd
  2. {
  3. partial class FrmCancelPretreat
  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.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  29. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  30. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  31. this.ultraTextEditorReason = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  32. this.ultraPanel1.ClientArea.SuspendLayout();
  33. this.ultraPanel1.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorReason)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // ultraPanel1
  38. //
  39. //
  40. // ultraPanel1.ClientArea
  41. //
  42. this.ultraPanel1.ClientArea.Controls.Add(this.ultraButton2);
  43. this.ultraPanel1.ClientArea.Controls.Add(this.ultraButton1);
  44. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  45. this.ultraPanel1.Location = new System.Drawing.Point(0, 126);
  46. this.ultraPanel1.Name = "ultraPanel1";
  47. this.ultraPanel1.Size = new System.Drawing.Size(423, 36);
  48. this.ultraPanel1.TabIndex = 0;
  49. //
  50. // ultraButton2
  51. //
  52. this.ultraButton2.Anchor = System.Windows.Forms.AnchorStyles.Right;
  53. this.ultraButton2.Location = new System.Drawing.Point(329, 6);
  54. this.ultraButton2.Name = "ultraButton2";
  55. this.ultraButton2.Size = new System.Drawing.Size(75, 23);
  56. this.ultraButton2.TabIndex = 1;
  57. this.ultraButton2.Text = "关闭";
  58. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  59. //
  60. // ultraButton1
  61. //
  62. this.ultraButton1.Anchor = System.Windows.Forms.AnchorStyles.Right;
  63. this.ultraButton1.Location = new System.Drawing.Point(235, 6);
  64. this.ultraButton1.Name = "ultraButton1";
  65. this.ultraButton1.Size = new System.Drawing.Size(75, 23);
  66. this.ultraButton1.TabIndex = 0;
  67. this.ultraButton1.Text = "确定";
  68. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  69. //
  70. // ultraTextEditorReason
  71. //
  72. this.ultraTextEditorReason.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.ultraTextEditorReason.Location = new System.Drawing.Point(0, 0);
  74. this.ultraTextEditorReason.Multiline = true;
  75. this.ultraTextEditorReason.Name = "ultraTextEditorReason";
  76. this.ultraTextEditorReason.Size = new System.Drawing.Size(423, 126);
  77. this.ultraTextEditorReason.TabIndex = 1;
  78. //
  79. // FrmCancelPretreat
  80. //
  81. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  82. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  83. this.ClientSize = new System.Drawing.Size(423, 162);
  84. this.Controls.Add(this.ultraTextEditorReason);
  85. this.Controls.Add(this.ultraPanel1);
  86. this.Name = "FrmCancelPretreat";
  87. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  88. this.Text = "撤消原因";
  89. this.Load += new System.EventHandler(this.CancelPretreat_Load);
  90. this.ultraPanel1.ClientArea.ResumeLayout(false);
  91. this.ultraPanel1.ResumeLayout(false);
  92. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorReason)).EndInit();
  93. this.ResumeLayout(false);
  94. this.PerformLayout();
  95. }
  96. #endregion
  97. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  98. private Infragistics.Win.Misc.UltraButton ultraButton2;
  99. private Infragistics.Win.Misc.UltraButton ultraButton1;
  100. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditorReason;
  101. }
  102. }