MainForm.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. 
  2. namespace simple_game
  3. {
  4. partial class MainForm
  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.lblTopLeft = new System.Windows.Forms.Label();
  30. this.lblBottomLeft = new System.Windows.Forms.Label();
  31. this.lblBottomRight = new System.Windows.Forms.Label();
  32. this.lblTopRight = new System.Windows.Forms.Label();
  33. this.btnTopLeft = new System.Windows.Forms.Button();
  34. this.btnBottomLeft = new System.Windows.Forms.Button();
  35. this.btnBottomRight = new System.Windows.Forms.Button();
  36. this.btnTopRight = new System.Windows.Forms.Button();
  37. this.SuspendLayout();
  38. //
  39. // lblTopLeft
  40. //
  41. this.lblTopLeft.AutoSize = true;
  42. this.lblTopLeft.Font = new System.Drawing.Font("Segoe UI Semibold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  43. this.lblTopLeft.Location = new System.Drawing.Point(238, 76);
  44. this.lblTopLeft.Name = "lblTopLeft";
  45. this.lblTopLeft.Size = new System.Drawing.Size(98, 37);
  46. this.lblTopLeft.TabIndex = 0;
  47. this.lblTopLeft.Text = "Где-то";
  48. this.lblTopLeft.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  49. //
  50. // lblBottomLeft
  51. //
  52. this.lblBottomLeft.AutoSize = true;
  53. this.lblBottomLeft.Font = new System.Drawing.Font("Segoe UI Semibold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  54. this.lblBottomLeft.Location = new System.Drawing.Point(233, 152);
  55. this.lblBottomLeft.Name = "lblBottomLeft";
  56. this.lblBottomLeft.Size = new System.Drawing.Size(103, 37);
  57. this.lblBottomLeft.TabIndex = 1;
  58. this.lblBottomLeft.Text = "Что-то";
  59. this.lblBottomLeft.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  60. //
  61. // lblBottomRight
  62. //
  63. this.lblBottomRight.AutoSize = true;
  64. this.lblBottomRight.Font = new System.Drawing.Font("Segoe UI Semibold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  65. this.lblBottomRight.Location = new System.Drawing.Point(373, 152);
  66. this.lblBottomRight.Name = "lblBottomRight";
  67. this.lblBottomRight.Size = new System.Drawing.Size(93, 37);
  68. this.lblBottomRight.TabIndex = 3;
  69. this.lblBottomRight.Text = "Некто";
  70. this.lblBottomRight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  71. //
  72. // lblTopRight
  73. //
  74. this.lblTopRight.AutoSize = true;
  75. this.lblTopRight.Font = new System.Drawing.Font("Segoe UI Semibold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  76. this.lblTopRight.Location = new System.Drawing.Point(373, 76);
  77. this.lblTopRight.Name = "lblTopRight";
  78. this.lblTopRight.Size = new System.Drawing.Size(101, 37);
  79. this.lblTopRight.TabIndex = 2;
  80. this.lblTopRight.Text = "Кто-то";
  81. this.lblTopRight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  82. //
  83. // btnTopLeft
  84. //
  85. this.btnTopLeft.Location = new System.Drawing.Point(211, 311);
  86. this.btnTopLeft.Name = "btnTopLeft";
  87. this.btnTopLeft.Size = new System.Drawing.Size(125, 52);
  88. this.btnTopLeft.TabIndex = 4;
  89. this.btnTopLeft.Text = "Сделать что-нибудь";
  90. this.btnTopLeft.UseVisualStyleBackColor = true;
  91. this.btnTopLeft.Click += new System.EventHandler(this.btnTopLeft_Click);
  92. //
  93. // btnBottomLeft
  94. //
  95. this.btnBottomLeft.Location = new System.Drawing.Point(211, 386);
  96. this.btnBottomLeft.Name = "btnBottomLeft";
  97. this.btnBottomLeft.Size = new System.Drawing.Size(125, 52);
  98. this.btnBottomLeft.TabIndex = 5;
  99. this.btnBottomLeft.Text = "Сделать что-то";
  100. this.btnBottomLeft.UseVisualStyleBackColor = true;
  101. this.btnBottomLeft.Click += new System.EventHandler(this.btnBottomLeft_Click);
  102. //
  103. // btnBottomRight
  104. //
  105. this.btnBottomRight.FlatStyle = System.Windows.Forms.FlatStyle.System;
  106. this.btnBottomRight.Location = new System.Drawing.Point(373, 386);
  107. this.btnBottomRight.Name = "btnBottomRight";
  108. this.btnBottomRight.Size = new System.Drawing.Size(125, 52);
  109. this.btnBottomRight.TabIndex = 7;
  110. this.btnBottomRight.Text = "Нибудь что сделать";
  111. this.btnBottomRight.UseVisualStyleBackColor = true;
  112. this.btnBottomRight.Click += new System.EventHandler(this.btnBottomRight_Click);
  113. //
  114. // btnTopRight
  115. //
  116. this.btnTopRight.Location = new System.Drawing.Point(373, 311);
  117. this.btnTopRight.Name = "btnTopRight";
  118. this.btnTopRight.Size = new System.Drawing.Size(125, 52);
  119. this.btnTopRight.TabIndex = 6;
  120. this.btnTopRight.Text = "Что сделать нибудь";
  121. this.btnTopRight.UseVisualStyleBackColor = true;
  122. this.btnTopRight.Click += new System.EventHandler(this.btnTopRight_Click);
  123. //
  124. // Main
  125. //
  126. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. this.ClientSize = new System.Drawing.Size(784, 561);
  129. this.Controls.Add(this.btnBottomRight);
  130. this.Controls.Add(this.btnTopRight);
  131. this.Controls.Add(this.btnBottomLeft);
  132. this.Controls.Add(this.btnTopLeft);
  133. this.Controls.Add(this.lblBottomRight);
  134. this.Controls.Add(this.lblTopRight);
  135. this.Controls.Add(this.lblBottomLeft);
  136. this.Controls.Add(this.lblTopLeft);
  137. this.Name = "Main";
  138. this.Text = "Игра";
  139. this.ResumeLayout(false);
  140. this.PerformLayout();
  141. }
  142. #endregion
  143. private System.Windows.Forms.Label lblTopLeft;
  144. private System.Windows.Forms.Label lblBottomLeft;
  145. private System.Windows.Forms.Label lblBottomRight;
  146. private System.Windows.Forms.Label lblTopRight;
  147. private System.Windows.Forms.Button btnTopLeft;
  148. private System.Windows.Forms.Button btnBottomLeft;
  149. private System.Windows.Forms.Button btnBottomRight;
  150. private System.Windows.Forms.Button btnTopRight;
  151. }
  152. }