StageNameSaveAs.Designer.cs 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. 
  2. namespace OTSMeasureApp._7_OTSProgMgrInfo.Stage
  3. {
  4. partial class StageNameSaveAs
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.SuspendLayout();
  32. //
  33. // textBox1
  34. //
  35. this.textBox1.Location = new System.Drawing.Point(27, 12);
  36. this.textBox1.Name = "textBox1";
  37. this.textBox1.Size = new System.Drawing.Size(210, 21);
  38. this.textBox1.TabIndex = 0;
  39. //
  40. // button1
  41. //
  42. this.button1.Location = new System.Drawing.Point(256, 12);
  43. this.button1.Name = "button1";
  44. this.button1.Size = new System.Drawing.Size(60, 21);
  45. this.button1.TabIndex = 1;
  46. this.button1.Text = "OK";
  47. this.button1.UseVisualStyleBackColor = true;
  48. this.button1.Click += new System.EventHandler(this.button1_Click);
  49. //
  50. // StageNameSaveAs
  51. //
  52. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  53. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  54. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  55. this.ClientSize = new System.Drawing.Size(329, 43);
  56. this.Controls.Add(this.button1);
  57. this.Controls.Add(this.textBox1);
  58. this.MaximizeBox = false;
  59. this.MinimizeBox = false;
  60. this.Name = "StageNameSaveAs";
  61. this.ShowIcon = false;
  62. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  63. this.Text = "请输入样品台名称(另存)";
  64. this.Load += new System.EventHandler(this.StageNameSaveAs_Load);
  65. this.ResumeLayout(false);
  66. this.PerformLayout();
  67. }
  68. #endregion
  69. private System.Windows.Forms.TextBox textBox1;
  70. private System.Windows.Forms.Button button1;
  71. }
  72. }