Form11.Designer.cs 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. namespace BBrovki1Z
  2. {
  3. partial class Form11
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form11));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. //
  34. // label1
  35. //
  36. this.label1.AutoSize = true;
  37. this.label1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  38. this.label1.Location = new System.Drawing.Point(39, 24);
  39. this.label1.Name = "label1";
  40. this.label1.Size = new System.Drawing.Size(205, 16);
  41. this.label1.TabIndex = 0;
  42. this.label1.Text = "Вы действительно хотите выйти?";
  43. //
  44. // button1
  45. //
  46. this.button1.Location = new System.Drawing.Point(42, 64);
  47. this.button1.Name = "button1";
  48. this.button1.Size = new System.Drawing.Size(75, 23);
  49. this.button1.TabIndex = 1;
  50. this.button1.Text = "Да";
  51. this.button1.UseVisualStyleBackColor = true;
  52. this.button1.Click += new System.EventHandler(this.button1_Click);
  53. //
  54. // button2
  55. //
  56. this.button2.Location = new System.Drawing.Point(169, 64);
  57. this.button2.Name = "button2";
  58. this.button2.Size = new System.Drawing.Size(75, 23);
  59. this.button2.TabIndex = 2;
  60. this.button2.Text = "Нет";
  61. this.button2.UseVisualStyleBackColor = true;
  62. this.button2.Click += new System.EventHandler(this.button2_Click);
  63. //
  64. // Form11
  65. //
  66. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68. this.ClientSize = new System.Drawing.Size(284, 113);
  69. this.Controls.Add(this.button2);
  70. this.Controls.Add(this.button1);
  71. this.Controls.Add(this.label1);
  72. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  73. this.Name = "Form11";
  74. this.Text = "Закрытие";
  75. this.ResumeLayout(false);
  76. this.PerformLayout();
  77. }
  78. #endregion
  79. private System.Windows.Forms.Label label1;
  80. private System.Windows.Forms.Button button1;
  81. private System.Windows.Forms.Button button2;
  82. }
  83. }