Form7.Designer.cs 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. 
  2. namespace Cafe12
  3. {
  4. partial class Form7
  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.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.SuspendLayout();
  32. //
  33. // label1
  34. //
  35. this.label1.AutoSize = true;
  36. this.label1.Location = new System.Drawing.Point(13, 13);
  37. this.label1.Name = "label1";
  38. this.label1.Size = new System.Drawing.Size(35, 13);
  39. this.label1.TabIndex = 0;
  40. this.label1.Text = "label1";
  41. this.label1.Click += new System.EventHandler(this.label1_Click);
  42. //
  43. // label2
  44. //
  45. this.label2.AutoSize = true;
  46. this.label2.Location = new System.Drawing.Point(16, 55);
  47. this.label2.Name = "label2";
  48. this.label2.Size = new System.Drawing.Size(35, 13);
  49. this.label2.TabIndex = 1;
  50. this.label2.Text = "label2";
  51. //
  52. // Form7
  53. //
  54. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  55. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  56. this.ClientSize = new System.Drawing.Size(800, 450);
  57. this.Controls.Add(this.label2);
  58. this.Controls.Add(this.label1);
  59. this.Name = "Form7";
  60. this.Text = "Form7";
  61. this.ResumeLayout(false);
  62. this.PerformLayout();
  63. }
  64. #endregion
  65. private System.Windows.Forms.Label label1;
  66. private System.Windows.Forms.Label label2;
  67. }
  68. }