Form5.Designer.cs 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. namespace FileWatcher
  2. {
  3. partial class Form5
  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.button1 = new System.Windows.Forms.Button();
  29. this.textBox2 = new System.Windows.Forms.TextBox();
  30. this.label5 = new System.Windows.Forms.Label();
  31. this.SuspendLayout();
  32. //
  33. // button1
  34. //
  35. this.button1.Location = new System.Drawing.Point(228, 115);
  36. this.button1.Name = "button1";
  37. this.button1.Size = new System.Drawing.Size(137, 48);
  38. this.button1.TabIndex = 32;
  39. this.button1.Text = "获取";
  40. this.button1.UseVisualStyleBackColor = true;
  41. //
  42. // textBox2
  43. //
  44. this.textBox2.Location = new System.Drawing.Point(210, 30);
  45. this.textBox2.Name = "textBox2";
  46. this.textBox2.Size = new System.Drawing.Size(243, 35);
  47. this.textBox2.TabIndex = 37;
  48. //
  49. // label5
  50. //
  51. this.label5.AutoSize = true;
  52. this.label5.Location = new System.Drawing.Point(89, 33);
  53. this.label5.Name = "label5";
  54. this.label5.Size = new System.Drawing.Size(106, 24);
  55. this.label5.TabIndex = 38;
  56. this.label5.Text = "机台编号";
  57. //
  58. // Form5
  59. //
  60. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  61. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  62. this.ClientSize = new System.Drawing.Size(647, 820);
  63. this.Controls.Add(this.label5);
  64. this.Controls.Add(this.textBox2);
  65. this.Controls.Add(this.button1);
  66. this.Name = "Form5";
  67. this.Text = "Form4";
  68. this.Load += new System.EventHandler(this.Form4_Load);
  69. this.ResumeLayout(false);
  70. this.PerformLayout();
  71. }
  72. #endregion
  73. private System.Windows.Forms.Button button1;
  74. private System.Windows.Forms.TextBox textBox2;
  75. private System.Windows.Forms.Label label5;
  76. }
  77. }