frmPopReason.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class frmPopReason
  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(frmPopReason));
  29. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.button2 = new System.Windows.Forms.Button();
  33. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  34. this.panel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // ultraTextEditor1
  38. //
  39. this.ultraTextEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.ultraTextEditor1.Location = new System.Drawing.Point(0, 0);
  41. this.ultraTextEditor1.Multiline = true;
  42. this.ultraTextEditor1.Name = "ultraTextEditor1";
  43. this.ultraTextEditor1.Size = new System.Drawing.Size(276, 179);
  44. this.ultraTextEditor1.TabIndex = 0;
  45. //
  46. // button1
  47. //
  48. this.button1.Dock = System.Windows.Forms.DockStyle.Right;
  49. this.button1.Location = new System.Drawing.Point(201, 0);
  50. this.button1.Name = "button1";
  51. this.button1.Size = new System.Drawing.Size(75, 35);
  52. this.button1.TabIndex = 1;
  53. this.button1.Text = "确定";
  54. this.button1.UseVisualStyleBackColor = true;
  55. this.button1.Click += new System.EventHandler(this.button1_Click);
  56. //
  57. // panel1
  58. //
  59. this.panel1.Controls.Add(this.button2);
  60. this.panel1.Controls.Add(this.button1);
  61. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  62. this.panel1.Location = new System.Drawing.Point(0, 179);
  63. this.panel1.Name = "panel1";
  64. this.panel1.Size = new System.Drawing.Size(276, 35);
  65. this.panel1.TabIndex = 2;
  66. //
  67. // button2
  68. //
  69. this.button2.Dock = System.Windows.Forms.DockStyle.Right;
  70. this.button2.Location = new System.Drawing.Point(126, 0);
  71. this.button2.Name = "button2";
  72. this.button2.Size = new System.Drawing.Size(75, 35);
  73. this.button2.TabIndex = 2;
  74. this.button2.Text = "取消";
  75. this.button2.UseVisualStyleBackColor = true;
  76. this.button2.Click += new System.EventHandler(this.button2_Click);
  77. //
  78. // frmPopReason
  79. //
  80. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  81. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  82. this.ClientSize = new System.Drawing.Size(276, 214);
  83. this.Controls.Add(this.ultraTextEditor1);
  84. this.Controls.Add(this.panel1);
  85. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  86. this.Name = "frmPopReason";
  87. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  88. this.Text = "确定退回?";
  89. this.Load += new System.EventHandler(this.frmPopReason_Load);
  90. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  91. this.panel1.ResumeLayout(false);
  92. this.ResumeLayout(false);
  93. this.PerformLayout();
  94. }
  95. #endregion
  96. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  97. private System.Windows.Forms.Button button1;
  98. private System.Windows.Forms.Panel panel1;
  99. private System.Windows.Forms.Button button2;
  100. }
  101. }