| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- namespace Core.StlMes.Client.Judge.Forms
- {
- partial class PopupSubmit
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|