Form2.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. namespace Бархатные_бровки_Gebel
  2. {
  3. partial class Form2
  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.components = new System.ComponentModel.Container();
  29. this.bB_GebelDataSet = new Бархатные_бровки_Gebel.BB_GebelDataSet();
  30. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  31. this.serviceTableAdapter = new Бархатные_бровки_Gebel.BB_GebelDataSetTableAdapters.serviceTableAdapter();
  32. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  33. this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.наименованиеуслугиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.главноеизображениеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.длительностьDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.стоимостьDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.действующаяскидкаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.button1 = new System.Windows.Forms.Button();
  40. this.button2 = new System.Windows.Forms.Button();
  41. this.button3 = new System.Windows.Forms.Button();
  42. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  43. ((System.ComponentModel.ISupportInitialize)(this.bB_GebelDataSet)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // bB_GebelDataSet
  50. //
  51. this.bB_GebelDataSet.DataSetName = "BB_GebelDataSet";
  52. this.bB_GebelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  53. //
  54. // serviceBindingSource
  55. //
  56. this.serviceBindingSource.DataMember = "service";
  57. this.serviceBindingSource.DataSource = this.bB_GebelDataSet;
  58. //
  59. // serviceTableAdapter
  60. //
  61. this.serviceTableAdapter.ClearBeforeFill = true;
  62. //
  63. // dataGridView1
  64. //
  65. this.dataGridView1.AutoGenerateColumns = false;
  66. this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  67. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  68. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  69. this.iDDataGridViewTextBoxColumn,
  70. this.наименованиеуслугиDataGridViewTextBoxColumn,
  71. this.главноеизображениеDataGridViewTextBoxColumn,
  72. this.длительностьDataGridViewTextBoxColumn,
  73. this.стоимостьDataGridViewTextBoxColumn,
  74. this.действующаяскидкаDataGridViewTextBoxColumn});
  75. this.dataGridView1.DataSource = this.serviceBindingSource;
  76. this.dataGridView1.Location = new System.Drawing.Point(1, 0);
  77. this.dataGridView1.Name = "dataGridView1";
  78. this.dataGridView1.Size = new System.Drawing.Size(683, 150);
  79. this.dataGridView1.TabIndex = 0;
  80. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  81. //
  82. // iDDataGridViewTextBoxColumn
  83. //
  84. this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
  85. this.iDDataGridViewTextBoxColumn.HeaderText = "ID";
  86. this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";
  87. //
  88. // наименованиеуслугиDataGridViewTextBoxColumn
  89. //
  90. this.наименованиеуслугиDataGridViewTextBoxColumn.DataPropertyName = "Наименование_услуги";
  91. this.наименованиеуслугиDataGridViewTextBoxColumn.HeaderText = "Наименование_услуги";
  92. this.наименованиеуслугиDataGridViewTextBoxColumn.Name = "наименованиеуслугиDataGridViewTextBoxColumn";
  93. //
  94. // главноеизображениеDataGridViewTextBoxColumn
  95. //
  96. this.главноеизображениеDataGridViewTextBoxColumn.DataPropertyName = "Главное_изображение";
  97. this.главноеизображениеDataGridViewTextBoxColumn.HeaderText = "Главное_изображение";
  98. this.главноеизображениеDataGridViewTextBoxColumn.Name = "главноеизображениеDataGridViewTextBoxColumn";
  99. //
  100. // длительностьDataGridViewTextBoxColumn
  101. //
  102. this.длительностьDataGridViewTextBoxColumn.DataPropertyName = "Длительность";
  103. this.длительностьDataGridViewTextBoxColumn.HeaderText = "Длительность";
  104. this.длительностьDataGridViewTextBoxColumn.Name = "длительностьDataGridViewTextBoxColumn";
  105. //
  106. // стоимостьDataGridViewTextBoxColumn
  107. //
  108. this.стоимостьDataGridViewTextBoxColumn.DataPropertyName = "Стоимость";
  109. this.стоимостьDataGridViewTextBoxColumn.HeaderText = "Стоимость";
  110. this.стоимостьDataGridViewTextBoxColumn.Name = "стоимостьDataGridViewTextBoxColumn";
  111. //
  112. // действующаяскидкаDataGridViewTextBoxColumn
  113. //
  114. this.действующаяскидкаDataGridViewTextBoxColumn.DataPropertyName = "Действующая_скидка";
  115. this.действующаяскидкаDataGridViewTextBoxColumn.HeaderText = "Действующая_скидка";
  116. this.действующаяскидкаDataGridViewTextBoxColumn.Name = "действующаяскидкаDataGridViewTextBoxColumn";
  117. //
  118. // button1
  119. //
  120. this.button1.Location = new System.Drawing.Point(587, 156);
  121. this.button1.Name = "button1";
  122. this.button1.Size = new System.Drawing.Size(97, 23);
  123. this.button1.TabIndex = 1;
  124. this.button1.Text = "Добавить";
  125. this.button1.UseVisualStyleBackColor = true;
  126. this.button1.Click += new System.EventHandler(this.button1_Click);
  127. //
  128. // button2
  129. //
  130. this.button2.Location = new System.Drawing.Point(587, 185);
  131. this.button2.Name = "button2";
  132. this.button2.Size = new System.Drawing.Size(97, 23);
  133. this.button2.TabIndex = 2;
  134. this.button2.Text = "Удалить";
  135. this.button2.UseVisualStyleBackColor = true;
  136. this.button2.Click += new System.EventHandler(this.button2_Click);
  137. //
  138. // button3
  139. //
  140. this.button3.Location = new System.Drawing.Point(587, 214);
  141. this.button3.Name = "button3";
  142. this.button3.Size = new System.Drawing.Size(97, 23);
  143. this.button3.TabIndex = 3;
  144. this.button3.Text = "Редактировать";
  145. this.button3.UseVisualStyleBackColor = true;
  146. //
  147. // pictureBox1
  148. //
  149. this.pictureBox1.Image = global::Бархатные_бровки_Gebel.Properties.Resources.beauty_logo1;
  150. this.pictureBox1.Location = new System.Drawing.Point(681, 0);
  151. this.pictureBox1.Name = "pictureBox1";
  152. this.pictureBox1.Size = new System.Drawing.Size(119, 78);
  153. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  154. this.pictureBox1.TabIndex = 4;
  155. this.pictureBox1.TabStop = false;
  156. //
  157. // Form2
  158. //
  159. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  160. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  161. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  162. this.ClientSize = new System.Drawing.Size(800, 450);
  163. this.Controls.Add(this.pictureBox1);
  164. this.Controls.Add(this.button3);
  165. this.Controls.Add(this.button2);
  166. this.Controls.Add(this.button1);
  167. this.Controls.Add(this.dataGridView1);
  168. this.Name = "Form2";
  169. this.Text = "Form2";
  170. this.Load += new System.EventHandler(this.Form2_Load);
  171. ((System.ComponentModel.ISupportInitialize)(this.bB_GebelDataSet)).EndInit();
  172. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  173. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  174. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  175. this.ResumeLayout(false);
  176. }
  177. #endregion
  178. private BB_GebelDataSet bB_GebelDataSet;
  179. private System.Windows.Forms.BindingSource serviceBindingSource;
  180. private BB_GebelDataSetTableAdapters.serviceTableAdapter serviceTableAdapter;
  181. private System.Windows.Forms.DataGridView dataGridView1;
  182. private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;
  183. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеуслугиDataGridViewTextBoxColumn;
  184. private System.Windows.Forms.DataGridViewTextBoxColumn главноеизображениеDataGridViewTextBoxColumn;
  185. private System.Windows.Forms.DataGridViewTextBoxColumn длительностьDataGridViewTextBoxColumn;
  186. private System.Windows.Forms.DataGridViewTextBoxColumn стоимостьDataGridViewTextBoxColumn;
  187. private System.Windows.Forms.DataGridViewTextBoxColumn действующаяскидкаDataGridViewTextBoxColumn;
  188. private System.Windows.Forms.Button button1;
  189. private System.Windows.Forms.Button button2;
  190. private System.Windows.Forms.Button button3;
  191. private System.Windows.Forms.PictureBox pictureBox1;
  192. }
  193. }