ModifySampleStageDialog.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. namespace Metis.AutoAnalysis
  2. {
  3. partial class ModifySampleStageDialog
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.groupBox2 = new System.Windows.Forms.GroupBox();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.groupBox1.SuspendLayout();
  35. this.groupBox2.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // groupBox1
  39. //
  40. this.groupBox1.Controls.Add(this.label1);
  41. this.groupBox1.Controls.Add(this.textBox1);
  42. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  43. this.groupBox1.Location = new System.Drawing.Point(4, 4);
  44. this.groupBox1.Name = "groupBox1";
  45. this.groupBox1.Size = new System.Drawing.Size(350, 68);
  46. this.groupBox1.TabIndex = 0;
  47. this.groupBox1.TabStop = false;
  48. this.groupBox1.Text = "载物台名称";
  49. //
  50. // label1
  51. //
  52. this.label1.AutoSize = true;
  53. this.label1.Location = new System.Drawing.Point(21, 29);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(35, 12);
  56. this.label1.TabIndex = 1;
  57. this.label1.Text = "名称:";
  58. //
  59. // textBox1
  60. //
  61. this.textBox1.Location = new System.Drawing.Point(62, 26);
  62. this.textBox1.Name = "textBox1";
  63. this.textBox1.Size = new System.Drawing.Size(231, 21);
  64. this.textBox1.TabIndex = 0;
  65. this.textBox1.TabStop = false;
  66. //
  67. // groupBox2
  68. //
  69. this.groupBox2.Controls.Add(this.button2);
  70. this.groupBox2.Controls.Add(this.button1);
  71. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.groupBox2.Location = new System.Drawing.Point(4, 72);
  73. this.groupBox2.Name = "groupBox2";
  74. this.groupBox2.Size = new System.Drawing.Size(350, 57);
  75. this.groupBox2.TabIndex = 1;
  76. this.groupBox2.TabStop = false;
  77. this.groupBox2.Text = "操作";
  78. //
  79. // button2
  80. //
  81. this.button2.Location = new System.Drawing.Point(261, 20);
  82. this.button2.Name = "button2";
  83. this.button2.Size = new System.Drawing.Size(75, 23);
  84. this.button2.TabIndex = 1;
  85. this.button2.Text = "取消";
  86. this.button2.UseVisualStyleBackColor = true;
  87. this.button2.Click += new System.EventHandler(this.button2_Click);
  88. //
  89. // button1
  90. //
  91. this.button1.Location = new System.Drawing.Point(169, 20);
  92. this.button1.Name = "button1";
  93. this.button1.Size = new System.Drawing.Size(75, 23);
  94. this.button1.TabIndex = 0;
  95. this.button1.Text = "确定";
  96. this.button1.UseVisualStyleBackColor = true;
  97. this.button1.Click += new System.EventHandler(this.button1_Click);
  98. //
  99. // ModifySampleStageDialog
  100. //
  101. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  102. this.ClientSize = new System.Drawing.Size(358, 133);
  103. this.Controls.Add(this.groupBox2);
  104. this.Controls.Add(this.groupBox1);
  105. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  106. this.Name = "ModifySampleStageDialog";
  107. this.Padding = new System.Windows.Forms.Padding(4);
  108. this.ShowInTaskbar = false;
  109. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  110. this.Text = "载物台记录维护";
  111. this.groupBox1.ResumeLayout(false);
  112. this.groupBox1.PerformLayout();
  113. this.groupBox2.ResumeLayout(false);
  114. this.ResumeLayout(false);
  115. }
  116. #endregion
  117. private System.Windows.Forms.GroupBox groupBox1;
  118. private System.Windows.Forms.Label label1;
  119. private System.Windows.Forms.TextBox textBox1;
  120. private System.Windows.Forms.GroupBox groupBox2;
  121. private System.Windows.Forms.Button button2;
  122. private System.Windows.Forms.Button button1;
  123. }
  124. }