PopupSubmit.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. namespace Core.StlMes.Client.Judge.Forms
  2. {
  3. partial class PopupSubmit
  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(PopupSubmit));
  29. this.btnSubmit = new System.Windows.Forms.Button();
  30. this.txtAudit = new System.Windows.Forms.TextBox();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  34. this.panel1.SuspendLayout();
  35. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  36. this.ultraGroupBox1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // btnSubmit
  40. //
  41. this.btnSubmit.Location = new System.Drawing.Point(166, 10);
  42. this.btnSubmit.Margin = new System.Windows.Forms.Padding(4);
  43. this.btnSubmit.Name = "btnSubmit";
  44. this.btnSubmit.Size = new System.Drawing.Size(92, 39);
  45. this.btnSubmit.TabIndex = 0;
  46. this.btnSubmit.Text = "是";
  47. this.btnSubmit.UseVisualStyleBackColor = true;
  48. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  49. //
  50. // txtAudit
  51. //
  52. this.txtAudit.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.txtAudit.Location = new System.Drawing.Point(3, 0);
  54. this.txtAudit.Margin = new System.Windows.Forms.Padding(4);
  55. this.txtAudit.MaxLength = 250;
  56. this.txtAudit.Multiline = true;
  57. this.txtAudit.Name = "txtAudit";
  58. this.txtAudit.Size = new System.Drawing.Size(580, 300);
  59. this.txtAudit.TabIndex = 2;
  60. //
  61. // panel1
  62. //
  63. this.panel1.Controls.Add(this.button1);
  64. this.panel1.Controls.Add(this.btnSubmit);
  65. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  66. this.panel1.Location = new System.Drawing.Point(0, 303);
  67. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  68. this.panel1.Name = "panel1";
  69. this.panel1.Size = new System.Drawing.Size(586, 62);
  70. this.panel1.TabIndex = 3;
  71. //
  72. // button1
  73. //
  74. this.button1.Location = new System.Drawing.Point(315, 10);
  75. this.button1.Margin = new System.Windows.Forms.Padding(4);
  76. this.button1.Name = "button1";
  77. this.button1.Size = new System.Drawing.Size(92, 39);
  78. this.button1.TabIndex = 1;
  79. this.button1.Text = "否";
  80. this.button1.UseVisualStyleBackColor = true;
  81. this.button1.Click += new System.EventHandler(this.button1_Click);
  82. //
  83. // ultraGroupBox1
  84. //
  85. this.ultraGroupBox1.Controls.Add(this.txtAudit);
  86. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  88. this.ultraGroupBox1.Name = "ultraGroupBox1";
  89. this.ultraGroupBox1.Size = new System.Drawing.Size(586, 303);
  90. this.ultraGroupBox1.TabIndex = 4;
  91. //
  92. // PopupSubmit
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.ClientSize = new System.Drawing.Size(586, 365);
  97. this.Controls.Add(this.ultraGroupBox1);
  98. this.Controls.Add(this.panel1);
  99. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  100. this.Margin = new System.Windows.Forms.Padding(5);
  101. this.MaximizeBox = false;
  102. this.MinimizeBox = false;
  103. this.Name = "PopupSubmit";
  104. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  105. this.Text = "";
  106. this.panel1.ResumeLayout(false);
  107. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  108. this.ultraGroupBox1.ResumeLayout(false);
  109. this.ultraGroupBox1.PerformLayout();
  110. this.ResumeLayout(false);
  111. }
  112. #endregion
  113. private System.Windows.Forms.Button btnSubmit;
  114. public System.Windows.Forms.Button BtnSubmit
  115. {
  116. get { return btnSubmit; }
  117. set { btnSubmit = value; }
  118. }
  119. private System.Windows.Forms.TextBox txtAudit;
  120. public System.Windows.Forms.TextBox TxtAudit
  121. {
  122. get { return txtAudit; }
  123. set { txtAudit = value; }
  124. }
  125. private System.Windows.Forms.Panel panel1;
  126. private System.Windows.Forms.Button button1;
  127. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  128. }
  129. }