namespace Pur.Pop_upWindow { partial class frmExamineShowNew { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmExamineShowNew)); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.label1 = new System.Windows.Forms.Label(); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); this.SuspendLayout(); // // button2 // this.button2.Location = new System.Drawing.Point(277, 142); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(95, 31); this.button2.TabIndex = 13; this.button2.Text = "取 消"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(176, 142); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(95, 31); this.button1.TabIndex = 12; this.button1.Text = "确 定"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(81, 35); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(291, 101); this.textBox1.TabIndex = 11; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 10; this.label2.Text = "审批结果:"; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(137, 13); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(59, 16); this.radioButton2.TabIndex = 9; this.radioButton2.TabStop = true; this.radioButton2.Text = "不通过"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(84, 13); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(47, 16); this.radioButton1.TabIndex = 8; this.radioButton1.TabStop = true; this.radioButton1.Text = "通过"; this.radioButton1.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 38); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 14; this.label1.Text = "审批意见:"; // // ultraGroupBox2 // this.ultraGroupBox2.Controls.Add(this.label1); this.ultraGroupBox2.Controls.Add(this.textBox1); this.ultraGroupBox2.Controls.Add(this.radioButton2); this.ultraGroupBox2.Controls.Add(this.label2); this.ultraGroupBox2.Controls.Add(this.button2); this.ultraGroupBox2.Controls.Add(this.radioButton1); this.ultraGroupBox2.Controls.Add(this.button1); this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(385, 180); this.ultraGroupBox2.TabIndex = 16; // // frmExamineShowNew // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(385, 180); this.Controls.Add(this.ultraGroupBox2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmExamineShowNew"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "审批"; this.Load += new System.EventHandler(this.frmExamineShowNew_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.ultraGroupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.Label label1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2; } }