Main.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. namespace WindowsFormsApp1
  2. {
  3. partial class Main
  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(Main));
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  34. this.button4 = new System.Windows.Forms.Button();
  35. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // button1
  40. //
  41. this.button1.BackColor = System.Drawing.Color.BurlyWood;
  42. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  43. this.button1.Location = new System.Drawing.Point(39, 29);
  44. this.button1.Name = "button1";
  45. this.button1.Size = new System.Drawing.Size(180, 42);
  46. this.button1.TabIndex = 12;
  47. this.button1.Text = "Забронировать";
  48. this.button1.UseVisualStyleBackColor = false;
  49. //
  50. // button2
  51. //
  52. this.button2.BackColor = System.Drawing.Color.BurlyWood;
  53. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  54. this.button2.Location = new System.Drawing.Point(40, 385);
  55. this.button2.Name = "button2";
  56. this.button2.Size = new System.Drawing.Size(150, 42);
  57. this.button2.TabIndex = 13;
  58. this.button2.Text = "Добавить";
  59. this.button2.UseVisualStyleBackColor = false;
  60. this.button2.Click += new System.EventHandler(this.button2_Click);
  61. //
  62. // button3
  63. //
  64. this.button3.BackColor = System.Drawing.Color.BurlyWood;
  65. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  66. this.button3.Location = new System.Drawing.Point(233, 385);
  67. this.button3.Name = "button3";
  68. this.button3.Size = new System.Drawing.Size(150, 42);
  69. this.button3.TabIndex = 14;
  70. this.button3.Text = "Удалить";
  71. this.button3.UseVisualStyleBackColor = false;
  72. //
  73. // pictureBox1
  74. //
  75. this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
  76. this.pictureBox1.BackColor = System.Drawing.Color.BurlyWood;
  77. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  78. this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  79. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  80. this.pictureBox1.Location = new System.Drawing.Point(710, 23);
  81. this.pictureBox1.Name = "pictureBox1";
  82. this.pictureBox1.Size = new System.Drawing.Size(54, 48);
  83. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  84. this.pictureBox1.TabIndex = 15;
  85. this.pictureBox1.TabStop = false;
  86. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  87. //
  88. // dataGridView1
  89. //
  90. this.dataGridView1.BackgroundColor = System.Drawing.Color.SeaShell;
  91. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  92. this.dataGridView1.Location = new System.Drawing.Point(32, 87);
  93. this.dataGridView1.Name = "dataGridView1";
  94. this.dataGridView1.Size = new System.Drawing.Size(745, 280);
  95. this.dataGridView1.TabIndex = 16;
  96. //
  97. // button4
  98. //
  99. this.button4.BackColor = System.Drawing.Color.BurlyWood;
  100. this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  101. this.button4.Location = new System.Drawing.Point(643, 385);
  102. this.button4.Name = "button4";
  103. this.button4.Size = new System.Drawing.Size(120, 42);
  104. this.button4.TabIndex = 17;
  105. this.button4.Text = "Бронь";
  106. this.button4.UseVisualStyleBackColor = false;
  107. this.button4.Click += new System.EventHandler(this.button4_Click);
  108. //
  109. // Main
  110. //
  111. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  112. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  113. this.BackColor = System.Drawing.Color.Wheat;
  114. this.ClientSize = new System.Drawing.Size(804, 451);
  115. this.Controls.Add(this.button4);
  116. this.Controls.Add(this.dataGridView1);
  117. this.Controls.Add(this.pictureBox1);
  118. this.Controls.Add(this.button3);
  119. this.Controls.Add(this.button2);
  120. this.Controls.Add(this.button1);
  121. this.Name = "Main";
  122. this.Text = "Главная";
  123. this.Load += new System.EventHandler(this.Glavnaya_Load);
  124. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  126. this.ResumeLayout(false);
  127. }
  128. #endregion
  129. private System.Windows.Forms.Button button1;
  130. private System.Windows.Forms.Button button2;
  131. private System.Windows.Forms.Button button3;
  132. private System.Windows.Forms.PictureBox pictureBox1;
  133. private System.Windows.Forms.DataGridView dataGridView1;
  134. private System.Windows.Forms.Button button4;
  135. private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
  136. private System.Windows.Forms.DataGridViewTextBoxColumn namebookDataGridViewTextBoxColumn;
  137. private System.Windows.Forms.DataGridViewTextBoxColumn autorDataGridViewTextBoxColumn;
  138. private System.Windows.Forms.DataGridViewTextBoxColumn kodbookDataGridViewTextBoxColumn;
  139. private System.Windows.Forms.DataGridViewTextBoxColumn razdelDataGridViewTextBoxColumn;
  140. private System.Windows.Forms.DataGridViewTextBoxColumn izdanieDataGridViewTextBoxColumn;
  141. }
  142. }