namespace Pur.Pop_upWindow { partial class frmPopPlanExit { /// /// 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() { this.label1 = new System.Windows.Forms.Label(); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.textBox1 = new System.Windows.Forms.TextBox(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.label2 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(18, 24); 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.ultraTextEditor1); this.ultraGroupBox2.Controls.Add(this.textBox1); this.ultraGroupBox2.Controls.Add(this.label1); 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(570, 216); this.ultraGroupBox2.TabIndex = 17; // // ultraTextEditor1 // this.ultraTextEditor1.Location = new System.Drawing.Point(78, 24); this.ultraTextEditor1.Multiline = true; this.ultraTextEditor1.Name = "ultraTextEditor1"; this.ultraTextEditor1.Size = new System.Drawing.Size(463, 115); this.ultraTextEditor1.TabIndex = 16; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(208, 154); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(10, 10); this.textBox1.TabIndex = 15; this.textBox1.Visible = false; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Checked = true; this.radioButton2.Location = new System.Drawing.Point(143, 151); 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; this.radioButton2.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(18, 154); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 10; this.label2.Text = "审批结果:"; this.label2.Visible = false; // // button2 // this.button2.Location = new System.Drawing.Point(446, 145); 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); // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(90, 151); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(47, 16); this.radioButton1.TabIndex = 8; this.radioButton1.Text = "通过"; this.radioButton1.UseVisualStyleBackColor = true; this.radioButton1.Visible = false; // // button1 // this.button1.Location = new System.Drawing.Point(345, 145); 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); // // frmPopPlanExit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(570, 216); this.Controls.Add(this.ultraGroupBox2); this.Name = "frmPopPlanExit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "退回"; ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.ultraGroupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox1; private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1; } }