namespace Core.StlMes.Client.Judge.Forms { partial class PopupSubmit { /// /// 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(PopupSubmit)); this.btnSubmit = new System.Windows.Forms.Button(); this.txtAudit = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); this.SuspendLayout(); // // btnSubmit // this.btnSubmit.Location = new System.Drawing.Point(166, 10); this.btnSubmit.Margin = new System.Windows.Forms.Padding(4); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(92, 39); this.btnSubmit.TabIndex = 0; this.btnSubmit.Text = "是"; this.btnSubmit.UseVisualStyleBackColor = true; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // txtAudit // this.txtAudit.Dock = System.Windows.Forms.DockStyle.Fill; this.txtAudit.Location = new System.Drawing.Point(3, 0); this.txtAudit.Margin = new System.Windows.Forms.Padding(4); this.txtAudit.MaxLength = 250; this.txtAudit.Multiline = true; this.txtAudit.Name = "txtAudit"; this.txtAudit.Size = new System.Drawing.Size(580, 300); this.txtAudit.TabIndex = 2; // // panel1 // this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.btnSubmit); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 303); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(586, 62); this.panel1.TabIndex = 3; // // button1 // this.button1.Location = new System.Drawing.Point(315, 10); this.button1.Margin = new System.Windows.Forms.Padding(4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(92, 39); this.button1.TabIndex = 1; this.button1.Text = "否"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.txtAudit); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(586, 303); this.ultraGroupBox1.TabIndex = 4; // // PopupSubmit // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(586, 365); this.Controls.Add(this.ultraGroupBox1); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(5); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PopupSubmit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = ""; this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnSubmit; public System.Windows.Forms.Button BtnSubmit { get { return btnSubmit; } set { btnSubmit = value; } } private System.Windows.Forms.TextBox txtAudit; public System.Windows.Forms.TextBox TxtAudit { get { return txtAudit; } set { txtAudit = value; } } private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; } }