GlReviewMemo.Designer.cs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. namespace Core.StlMes.Client.GlBusiness
  2. {
  3. partial class glReviewMemo
  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(glReviewMemo));
  29. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.btnCancel = new Infragistics.Win.Misc.UltraButton();
  32. this.btnConfirm = new Infragistics.Win.Misc.UltraButton();
  33. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  34. this.panel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // ultraTextEditor2
  38. //
  39. this.ultraTextEditor2.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.ultraTextEditor2.Location = new System.Drawing.Point(0, 0);
  41. this.ultraTextEditor2.MaxLength = 100;
  42. this.ultraTextEditor2.Multiline = true;
  43. this.ultraTextEditor2.Name = "ultraTextEditor2";
  44. this.ultraTextEditor2.Size = new System.Drawing.Size(457, 295);
  45. this.ultraTextEditor2.TabIndex = 2;
  46. //
  47. // panel1
  48. //
  49. this.panel1.Controls.Add(this.btnCancel);
  50. this.panel1.Controls.Add(this.btnConfirm);
  51. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  52. this.panel1.Location = new System.Drawing.Point(0, 295);
  53. this.panel1.Name = "panel1";
  54. this.panel1.Size = new System.Drawing.Size(457, 35);
  55. this.panel1.TabIndex = 3;
  56. //
  57. // btnCancel
  58. //
  59. this.btnCancel.Location = new System.Drawing.Point(370, 6);
  60. this.btnCancel.Name = "btnCancel";
  61. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  62. this.btnCancel.TabIndex = 158;
  63. this.btnCancel.Text = "取消";
  64. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  65. //
  66. // btnConfirm
  67. //
  68. this.btnConfirm.Location = new System.Drawing.Point(269, 6);
  69. this.btnConfirm.Name = "btnConfirm";
  70. this.btnConfirm.Size = new System.Drawing.Size(75, 23);
  71. this.btnConfirm.TabIndex = 157;
  72. this.btnConfirm.Text = "确认";
  73. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  74. //
  75. // glReviewMemo
  76. //
  77. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  78. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  79. this.ClientSize = new System.Drawing.Size(457, 330);
  80. this.Controls.Add(this.ultraTextEditor2);
  81. this.Controls.Add(this.panel1);
  82. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  83. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  84. this.MaximizeBox = false;
  85. this.MinimizeBox = false;
  86. this.Name = "glReviewMemo";
  87. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  88. this.Text = "审批意见";
  89. this.Load += new System.EventHandler(this.dlgReviewMemo_Load);
  90. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  91. this.panel1.ResumeLayout(false);
  92. this.ResumeLayout(false);
  93. this.PerformLayout();
  94. }
  95. #endregion
  96. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  97. private System.Windows.Forms.Panel panel1;
  98. private Infragistics.Win.Misc.UltraButton btnCancel;
  99. private Infragistics.Win.Misc.UltraButton btnConfirm;
  100. }
  101. }