text.Designer.cs 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. 
  2. namespace TrainVideoDataDispose
  3. {
  4. partial class text
  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.button1 = new System.Windows.Forms.Button();
  30. this.textinfo = new System.Windows.Forms.TextBox();
  31. this.SuspendLayout();
  32. //
  33. // button1
  34. //
  35. this.button1.Location = new System.Drawing.Point(12, 23);
  36. this.button1.Name = "button1";
  37. this.button1.Size = new System.Drawing.Size(75, 23);
  38. this.button1.TabIndex = 0;
  39. this.button1.Text = "button1";
  40. this.button1.UseVisualStyleBackColor = true;
  41. this.button1.Click += new System.EventHandler(this.button1_Click);
  42. //
  43. // textinfo
  44. //
  45. this.textinfo.Location = new System.Drawing.Point(12, 68);
  46. this.textinfo.Multiline = true;
  47. this.textinfo.Name = "textinfo";
  48. this.textinfo.Size = new System.Drawing.Size(418, 95);
  49. this.textinfo.TabIndex = 1;
  50. //
  51. // text
  52. //
  53. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  54. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55. this.ClientSize = new System.Drawing.Size(800, 450);
  56. this.Controls.Add(this.textinfo);
  57. this.Controls.Add(this.button1);
  58. this.Name = "text";
  59. this.Text = "text";
  60. this.ResumeLayout(false);
  61. this.PerformLayout();
  62. }
  63. #endregion
  64. private System.Windows.Forms.Button button1;
  65. private System.Windows.Forms.TextBox textinfo;
  66. }
  67. }