Form3.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. 
  2. namespace Степанюк_Экзамен
  3. {
  4. partial class Form3
  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.components = new System.ComponentModel.Container();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.степанюк_Задание_ДЭDataSet = new Степанюк_Экзамен.Степанюк_Задание_ДЭDataSet();
  32. this.степанюкЗаданиеДЭDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
  33. this.степанюкЗаданиеДЭDataSetBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  34. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  35. this.iDDataGridViewTextBoxColumn = 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.стоимостьDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.действующаяскидкаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.услугиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  42. this.степанюк_Задание_ДЭDataSet1 = new Степанюк_Экзамен.Степанюк_Задание_ДЭDataSet1();
  43. this.услугиTableAdapter = new Степанюк_Экзамен.Степанюк_Задание_ДЭDataSet1TableAdapters.УслугиTableAdapter();
  44. this.button1 = new System.Windows.Forms.Button();
  45. this.button2 = new System.Windows.Forms.Button();
  46. ((System.ComponentModel.ISupportInitialize)(this.степанюк_Задание_ДЭDataSet)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.степанюкЗаданиеДЭDataSetBindingSource)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.степанюкЗаданиеДЭDataSetBindingSource1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.степанюк_Задание_ДЭDataSet1)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // textBox1
  55. //
  56. this.textBox1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  57. this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  58. this.textBox1.Location = new System.Drawing.Point(317, 12);
  59. this.textBox1.Name = "textBox1";
  60. this.textBox1.Size = new System.Drawing.Size(167, 29);
  61. this.textBox1.TabIndex = 0;
  62. this.textBox1.Text = "Услуги салона";
  63. //
  64. // степанюк_Задание_ДЭDataSet
  65. //
  66. this.степанюк_Задание_ДЭDataSet.DataSetName = "Степанюк_Задание_ДЭDataSet";
  67. this.степанюк_Задание_ДЭDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  68. //
  69. // степанюкЗаданиеДЭDataSetBindingSource
  70. //
  71. this.степанюкЗаданиеДЭDataSetBindingSource.DataSource = this.степанюк_Задание_ДЭDataSet;
  72. this.степанюкЗаданиеДЭDataSetBindingSource.Position = 0;
  73. //
  74. // степанюкЗаданиеДЭDataSetBindingSource1
  75. //
  76. this.степанюкЗаданиеДЭDataSetBindingSource1.DataSource = this.степанюк_Задание_ДЭDataSet;
  77. this.степанюкЗаданиеДЭDataSetBindingSource1.Position = 0;
  78. //
  79. // dataGridView1
  80. //
  81. this.dataGridView1.AutoGenerateColumns = false;
  82. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  83. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  84. this.iDDataGridViewTextBoxColumn,
  85. this.наименованиеуслугиDataGridViewTextBoxColumn,
  86. this.главноеизображениеDataGridViewTextBoxColumn,
  87. this.длительностьDataGridViewTextBoxColumn,
  88. this.стоимостьDataGridViewTextBoxColumn,
  89. this.действующаяскидкаDataGridViewTextBoxColumn});
  90. this.dataGridView1.DataSource = this.услугиBindingSource;
  91. this.dataGridView1.Location = new System.Drawing.Point(3, 65);
  92. this.dataGridView1.Name = "dataGridView1";
  93. this.dataGridView1.Size = new System.Drawing.Size(645, 166);
  94. this.dataGridView1.TabIndex = 1;
  95. //
  96. // iDDataGridViewTextBoxColumn
  97. //
  98. this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
  99. this.iDDataGridViewTextBoxColumn.HeaderText = "ID";
  100. this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";
  101. this.iDDataGridViewTextBoxColumn.ReadOnly = true;
  102. //
  103. // наименованиеуслугиDataGridViewTextBoxColumn
  104. //
  105. this.наименованиеуслугиDataGridViewTextBoxColumn.DataPropertyName = "Наименование_услуги";
  106. this.наименованиеуслугиDataGridViewTextBoxColumn.HeaderText = "Наименование_услуги";
  107. this.наименованиеуслугиDataGridViewTextBoxColumn.Name = "наименованиеуслугиDataGridViewTextBoxColumn";
  108. //
  109. // главноеизображениеDataGridViewTextBoxColumn
  110. //
  111. this.главноеизображениеDataGridViewTextBoxColumn.DataPropertyName = "Главное_изображение";
  112. this.главноеизображениеDataGridViewTextBoxColumn.HeaderText = "Главное_изображение";
  113. this.главноеизображениеDataGridViewTextBoxColumn.Name = "главноеизображениеDataGridViewTextBoxColumn";
  114. //
  115. // длительностьDataGridViewTextBoxColumn
  116. //
  117. this.длительностьDataGridViewTextBoxColumn.DataPropertyName = "Длительность";
  118. this.длительностьDataGridViewTextBoxColumn.HeaderText = "Длительность";
  119. this.длительностьDataGridViewTextBoxColumn.Name = "длительностьDataGridViewTextBoxColumn";
  120. //
  121. // стоимостьDataGridViewTextBoxColumn
  122. //
  123. this.стоимостьDataGridViewTextBoxColumn.DataPropertyName = "Стоимость";
  124. this.стоимостьDataGridViewTextBoxColumn.HeaderText = "Стоимость";
  125. this.стоимостьDataGridViewTextBoxColumn.Name = "стоимостьDataGridViewTextBoxColumn";
  126. //
  127. // действующаяскидкаDataGridViewTextBoxColumn
  128. //
  129. this.действующаяскидкаDataGridViewTextBoxColumn.DataPropertyName = "Действующая_скидка";
  130. this.действующаяскидкаDataGridViewTextBoxColumn.HeaderText = "Действующая_скидка";
  131. this.действующаяскидкаDataGridViewTextBoxColumn.Name = "действующаяскидкаDataGridViewTextBoxColumn";
  132. //
  133. // услугиBindingSource
  134. //
  135. this.услугиBindingSource.DataMember = "Услуги";
  136. this.услугиBindingSource.DataSource = this.степанюк_Задание_ДЭDataSet1;
  137. //
  138. // степанюк_Задание_ДЭDataSet1
  139. //
  140. this.степанюк_Задание_ДЭDataSet1.DataSetName = "Степанюк_Задание_ДЭDataSet1";
  141. this.степанюк_Задание_ДЭDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  142. //
  143. // услугиTableAdapter
  144. //
  145. this.услугиTableAdapter.ClearBeforeFill = true;
  146. //
  147. // button1
  148. //
  149. this.button1.Location = new System.Drawing.Point(654, 84);
  150. this.button1.Name = "button1";
  151. this.button1.Size = new System.Drawing.Size(121, 23);
  152. this.button1.TabIndex = 2;
  153. this.button1.Text = "Назад";
  154. this.button1.UseVisualStyleBackColor = true;
  155. this.button1.Click += new System.EventHandler(this.button1_Click);
  156. //
  157. // button2
  158. //
  159. this.button2.Location = new System.Drawing.Point(654, 113);
  160. this.button2.Name = "button2";
  161. this.button2.Size = new System.Drawing.Size(121, 23);
  162. this.button2.TabIndex = 3;
  163. this.button2.Text = "Изменить данные";
  164. this.button2.UseVisualStyleBackColor = true;
  165. //
  166. // Form3
  167. //
  168. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  169. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  170. this.BackColor = System.Drawing.SystemColors.ActiveBorder;
  171. this.ClientSize = new System.Drawing.Size(800, 450);
  172. this.Controls.Add(this.button2);
  173. this.Controls.Add(this.button1);
  174. this.Controls.Add(this.dataGridView1);
  175. this.Controls.Add(this.textBox1);
  176. this.Name = "Form3";
  177. this.Text = "Form3";
  178. this.Load += new System.EventHandler(this.Form3_Load);
  179. ((System.ComponentModel.ISupportInitialize)(this.степанюк_Задание_ДЭDataSet)).EndInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.степанюкЗаданиеДЭDataSetBindingSource)).EndInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.степанюкЗаданиеДЭDataSetBindingSource1)).EndInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource)).EndInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.степанюк_Задание_ДЭDataSet1)).EndInit();
  185. this.ResumeLayout(false);
  186. this.PerformLayout();
  187. }
  188. #endregion
  189. private System.Windows.Forms.TextBox textBox1;
  190. private Степанюк_Задание_ДЭDataSet степанюк_Задание_ДЭDataSet;
  191. private System.Windows.Forms.BindingSource степанюкЗаданиеДЭDataSetBindingSource;
  192. private System.Windows.Forms.BindingSource степанюкЗаданиеДЭDataSetBindingSource1;
  193. private System.Windows.Forms.DataGridView dataGridView1;
  194. private Степанюк_Задание_ДЭDataSet1 степанюк_Задание_ДЭDataSet1;
  195. private System.Windows.Forms.BindingSource услугиBindingSource;
  196. private Степанюк_Задание_ДЭDataSet1TableAdapters.УслугиTableAdapter услугиTableAdapter;
  197. private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;
  198. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеуслугиDataGridViewTextBoxColumn;
  199. private System.Windows.Forms.DataGridViewTextBoxColumn главноеизображениеDataGridViewTextBoxColumn;
  200. private System.Windows.Forms.DataGridViewTextBoxColumn длительностьDataGridViewTextBoxColumn;
  201. private System.Windows.Forms.DataGridViewTextBoxColumn стоимостьDataGridViewTextBoxColumn;
  202. private System.Windows.Forms.DataGridViewTextBoxColumn действующаяскидкаDataGridViewTextBoxColumn;
  203. private System.Windows.Forms.Button button1;
  204. private System.Windows.Forms.Button button2;
  205. }
  206. }