frmExamineShowNew.Designer.cs 6.9 KB

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