aaa.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. namespace WindowsFormsApp1
  2. {
  3. partial class aaa
  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.Close = new System.Windows.Forms.Button();
  29. this.Back = new System.Windows.Forms.Button();
  30. this.Delit = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.button3 = new System.Windows.Forms.Button();
  33. this.redact = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // Close
  37. //
  38. this.Close.Location = new System.Drawing.Point(691, 387);
  39. this.Close.Name = "Close";
  40. this.Close.Size = new System.Drawing.Size(75, 23);
  41. this.Close.TabIndex = 0;
  42. this.Close.Text = "Закрыть";
  43. this.Close.UseVisualStyleBackColor = true;
  44. this.Close.Click += new System.EventHandler(this.button1_Click);
  45. //
  46. // Back
  47. //
  48. this.Back.Location = new System.Drawing.Point(593, 387);
  49. this.Back.Name = "Back";
  50. this.Back.Size = new System.Drawing.Size(75, 23);
  51. this.Back.TabIndex = 1;
  52. this.Back.Text = "Назад";
  53. this.Back.UseVisualStyleBackColor = true;
  54. this.Back.Click += new System.EventHandler(this.Back_Click);
  55. //
  56. // Delit
  57. //
  58. this.Delit.Location = new System.Drawing.Point(250, 351);
  59. this.Delit.Name = "Delit";
  60. this.Delit.Size = new System.Drawing.Size(75, 23);
  61. this.Delit.TabIndex = 2;
  62. this.Delit.Text = "Удалить";
  63. this.Delit.UseVisualStyleBackColor = true;
  64. //
  65. // button2
  66. //
  67. this.button2.Location = new System.Drawing.Point(352, 351);
  68. this.button2.Name = "button2";
  69. this.button2.Size = new System.Drawing.Size(75, 23);
  70. this.button2.TabIndex = 3;
  71. this.button2.Text = "Добавить ";
  72. this.button2.UseVisualStyleBackColor = true;
  73. //
  74. // button3
  75. //
  76. this.button3.Location = new System.Drawing.Point(456, 351);
  77. this.button3.Name = "button3";
  78. this.button3.Size = new System.Drawing.Size(75, 23);
  79. this.button3.TabIndex = 4;
  80. this.button3.Text = "Сохранить";
  81. this.button3.UseVisualStyleBackColor = true;
  82. //
  83. // redact
  84. //
  85. this.redact.Location = new System.Drawing.Point(555, 351);
  86. this.redact.Name = "redact";
  87. this.redact.Size = new System.Drawing.Size(113, 23);
  88. this.redact.TabIndex = 5;
  89. this.redact.Text = "редактировать";
  90. this.redact.UseVisualStyleBackColor = true;
  91. this.redact.Click += new System.EventHandler(this.redact_Click);
  92. //
  93. // aaa
  94. //
  95. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  96. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  97. this.ClientSize = new System.Drawing.Size(800, 450);
  98. this.Controls.Add(this.redact);
  99. this.Controls.Add(this.button3);
  100. this.Controls.Add(this.button2);
  101. this.Controls.Add(this.Delit);
  102. this.Controls.Add(this.Back);
  103. this.Controls.Add(this.Close);
  104. this.Name = "aaa";
  105. this.Text = "aaa";
  106. this.ResumeLayout(false);
  107. }
  108. #endregion
  109. private System.Windows.Forms.Button Close;
  110. private System.Windows.Forms.Button Back;
  111. private System.Windows.Forms.Button Delit;
  112. private System.Windows.Forms.Button button2;
  113. private System.Windows.Forms.Button button3;
  114. private System.Windows.Forms.Button redact;
  115. }
  116. }