RulesList.Designer.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. namespace UAS_Tools_HY
  2. {
  3. partial class RulesList
  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. this.Submit = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.textBox2 = new System.Windows.Forms.TextBox();
  34. this.textBox3 = new System.Windows.Forms.TextBox();
  35. this.SuspendLayout();
  36. //
  37. // Submit
  38. //
  39. this.Submit.Cursor = System.Windows.Forms.Cursors.Hand;
  40. this.Submit.Location = new System.Drawing.Point(227, 386);
  41. this.Submit.Name = "Submit";
  42. this.Submit.Size = new System.Drawing.Size(127, 46);
  43. this.Submit.TabIndex = 0;
  44. this.Submit.Text = "提交";
  45. this.Submit.UseVisualStyleBackColor = true;
  46. this.Submit.Click += new System.EventHandler(this.Submit_Click);
  47. //
  48. // label1
  49. //
  50. this.label1.AutoSize = true;
  51. this.label1.Location = new System.Drawing.Point(51, 37);
  52. this.label1.Name = "label1";
  53. this.label1.Size = new System.Drawing.Size(82, 24);
  54. this.label1.TabIndex = 1;
  55. this.label1.Text = "规则名称";
  56. //
  57. // label2
  58. //
  59. this.label2.AutoSize = true;
  60. this.label2.Location = new System.Drawing.Point(51, 93);
  61. this.label2.Name = "label2";
  62. this.label2.Size = new System.Drawing.Size(82, 24);
  63. this.label2.TabIndex = 2;
  64. this.label2.Text = "规则内容";
  65. //
  66. // label3
  67. //
  68. this.label3.AutoSize = true;
  69. this.label3.Location = new System.Drawing.Point(83, 150);
  70. this.label3.Name = "label3";
  71. this.label3.Size = new System.Drawing.Size(46, 24);
  72. this.label3.TabIndex = 3;
  73. this.label3.Text = "备注";
  74. //
  75. // textBox1
  76. //
  77. this.textBox1.Location = new System.Drawing.Point(164, 34);
  78. this.textBox1.Name = "textBox1";
  79. this.textBox1.Size = new System.Drawing.Size(331, 31);
  80. this.textBox1.TabIndex = 4;
  81. //
  82. // textBox2
  83. //
  84. this.textBox2.Location = new System.Drawing.Point(164, 90);
  85. this.textBox2.Name = "textBox2";
  86. this.textBox2.Size = new System.Drawing.Size(331, 31);
  87. this.textBox2.TabIndex = 5;
  88. //
  89. // textBox3
  90. //
  91. this.textBox3.Location = new System.Drawing.Point(164, 147);
  92. this.textBox3.Multiline = true;
  93. this.textBox3.Name = "textBox3";
  94. this.textBox3.Size = new System.Drawing.Size(331, 205);
  95. this.textBox3.TabIndex = 6;
  96. //
  97. // RulesList
  98. //
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.ClientSize = new System.Drawing.Size(578, 444);
  102. this.Controls.Add(this.textBox3);
  103. this.Controls.Add(this.textBox2);
  104. this.Controls.Add(this.textBox1);
  105. this.Controls.Add(this.label3);
  106. this.Controls.Add(this.label2);
  107. this.Controls.Add(this.label1);
  108. this.Controls.Add(this.Submit);
  109. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  111. this.Margin = new System.Windows.Forms.Padding(4);
  112. this.MaximizeBox = false;
  113. this.Name = "RulesList";
  114. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  115. this.Text = "RulesList";
  116. this.Load += new System.EventHandler(this.RulesList_Load);
  117. this.ResumeLayout(false);
  118. this.PerformLayout();
  119. }
  120. #endregion
  121. private System.Windows.Forms.Button Submit;
  122. private System.Windows.Forms.Label label1;
  123. private System.Windows.Forms.Label label2;
  124. private System.Windows.Forms.Label label3;
  125. private System.Windows.Forms.TextBox textBox1;
  126. private System.Windows.Forms.TextBox textBox2;
  127. private System.Windows.Forms.TextBox textBox3;
  128. }
  129. }