frmPopPlanExit.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class frmPopPlanExit
  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.label1 = new System.Windows.Forms.Label();
  29. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  30. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.radioButton2 = new System.Windows.Forms.RadioButton();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.radioButton1 = new System.Windows.Forms.RadioButton();
  36. this.button1 = new System.Windows.Forms.Button();
  37. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  38. this.ultraGroupBox2.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // label1
  43. //
  44. this.label1.AutoSize = true;
  45. this.label1.Location = new System.Drawing.Point(18, 24);
  46. this.label1.Name = "label1";
  47. this.label1.Size = new System.Drawing.Size(65, 12);
  48. this.label1.TabIndex = 14;
  49. this.label1.Text = "退回意见:";
  50. //
  51. // ultraGroupBox2
  52. //
  53. this.ultraGroupBox2.Controls.Add(this.ultraTextEditor1);
  54. this.ultraGroupBox2.Controls.Add(this.textBox1);
  55. this.ultraGroupBox2.Controls.Add(this.label1);
  56. this.ultraGroupBox2.Controls.Add(this.radioButton2);
  57. this.ultraGroupBox2.Controls.Add(this.label2);
  58. this.ultraGroupBox2.Controls.Add(this.button2);
  59. this.ultraGroupBox2.Controls.Add(this.radioButton1);
  60. this.ultraGroupBox2.Controls.Add(this.button1);
  61. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  63. this.ultraGroupBox2.Name = "ultraGroupBox2";
  64. this.ultraGroupBox2.Size = new System.Drawing.Size(570, 216);
  65. this.ultraGroupBox2.TabIndex = 17;
  66. //
  67. // ultraTextEditor1
  68. //
  69. this.ultraTextEditor1.Location = new System.Drawing.Point(78, 24);
  70. this.ultraTextEditor1.Multiline = true;
  71. this.ultraTextEditor1.Name = "ultraTextEditor1";
  72. this.ultraTextEditor1.Size = new System.Drawing.Size(463, 115);
  73. this.ultraTextEditor1.TabIndex = 16;
  74. //
  75. // textBox1
  76. //
  77. this.textBox1.Location = new System.Drawing.Point(208, 154);
  78. this.textBox1.Multiline = true;
  79. this.textBox1.Name = "textBox1";
  80. this.textBox1.Size = new System.Drawing.Size(10, 10);
  81. this.textBox1.TabIndex = 15;
  82. this.textBox1.Visible = false;
  83. //
  84. // radioButton2
  85. //
  86. this.radioButton2.AutoSize = true;
  87. this.radioButton2.Checked = true;
  88. this.radioButton2.Location = new System.Drawing.Point(143, 151);
  89. this.radioButton2.Name = "radioButton2";
  90. this.radioButton2.Size = new System.Drawing.Size(59, 16);
  91. this.radioButton2.TabIndex = 9;
  92. this.radioButton2.TabStop = true;
  93. this.radioButton2.Text = "不通过";
  94. this.radioButton2.UseVisualStyleBackColor = true;
  95. this.radioButton2.Visible = false;
  96. //
  97. // label2
  98. //
  99. this.label2.AutoSize = true;
  100. this.label2.Location = new System.Drawing.Point(18, 154);
  101. this.label2.Name = "label2";
  102. this.label2.Size = new System.Drawing.Size(65, 12);
  103. this.label2.TabIndex = 10;
  104. this.label2.Text = "审批结果:";
  105. this.label2.Visible = false;
  106. //
  107. // button2
  108. //
  109. this.button2.Location = new System.Drawing.Point(446, 145);
  110. this.button2.Name = "button2";
  111. this.button2.Size = new System.Drawing.Size(95, 31);
  112. this.button2.TabIndex = 13;
  113. this.button2.Text = "取 消";
  114. this.button2.UseVisualStyleBackColor = true;
  115. this.button2.Click += new System.EventHandler(this.button2_Click);
  116. //
  117. // radioButton1
  118. //
  119. this.radioButton1.AutoSize = true;
  120. this.radioButton1.Location = new System.Drawing.Point(90, 151);
  121. this.radioButton1.Name = "radioButton1";
  122. this.radioButton1.Size = new System.Drawing.Size(47, 16);
  123. this.radioButton1.TabIndex = 8;
  124. this.radioButton1.Text = "通过";
  125. this.radioButton1.UseVisualStyleBackColor = true;
  126. this.radioButton1.Visible = false;
  127. //
  128. // button1
  129. //
  130. this.button1.Location = new System.Drawing.Point(345, 145);
  131. this.button1.Name = "button1";
  132. this.button1.Size = new System.Drawing.Size(95, 31);
  133. this.button1.TabIndex = 12;
  134. this.button1.Text = "确 定";
  135. this.button1.UseVisualStyleBackColor = true;
  136. this.button1.Click += new System.EventHandler(this.button1_Click);
  137. //
  138. // frmPopPlanExit
  139. //
  140. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  141. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  142. this.ClientSize = new System.Drawing.Size(570, 216);
  143. this.Controls.Add(this.ultraGroupBox2);
  144. this.Name = "frmPopPlanExit";
  145. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  146. this.Text = "退回";
  147. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  148. this.ultraGroupBox2.ResumeLayout(false);
  149. this.ultraGroupBox2.PerformLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  151. this.ResumeLayout(false);
  152. }
  153. #endregion
  154. private System.Windows.Forms.Label label1;
  155. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  156. private System.Windows.Forms.RadioButton radioButton2;
  157. private System.Windows.Forms.Label label2;
  158. private System.Windows.Forms.Button button2;
  159. private System.Windows.Forms.RadioButton radioButton1;
  160. private System.Windows.Forms.Button button1;
  161. private System.Windows.Forms.TextBox textBox1;
  162. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  163. }
  164. }