Form2.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. namespace WindowsFormsApp3
  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.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.kalachyovaISP41DataSet = new WindowsFormsApp3.KalachyovaISP41DataSet();
  31. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.serviceTableAdapter = new WindowsFormsApp3.KalachyovaISP41DataSetTableAdapters.serviceTableAdapter();
  33. this.наименованиеуслугиDataGridViewTextBoxColumn = 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.button1 = new System.Windows.Forms.Button();
  39. this.Удалить = new System.Windows.Forms.Button();
  40. this.button3 = new System.Windows.Forms.Button();
  41. this.textBox1 = new System.Windows.Forms.TextBox();
  42. this.textBox2 = new System.Windows.Forms.TextBox();
  43. this.textBox3 = new System.Windows.Forms.TextBox();
  44. this.textBox4 = new System.Windows.Forms.TextBox();
  45. this.textBox5 = new System.Windows.Forms.TextBox();
  46. this.button4 = new System.Windows.Forms.Button();
  47. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.kalachyovaISP41DataSet)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // dataGridView1
  53. //
  54. this.dataGridView1.AllowUserToDeleteRows = false;
  55. this.dataGridView1.AutoGenerateColumns = false;
  56. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  57. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  58. this.наименованиеуслугиDataGridViewTextBoxColumn,
  59. this.главноеизображениеDataGridViewTextBoxColumn,
  60. this.длительностьDataGridViewTextBoxColumn,
  61. this.стоимостьDataGridViewTextBoxColumn,
  62. this.действующаяскидкаDataGridViewTextBoxColumn});
  63. this.dataGridView1.DataSource = this.serviceBindingSource;
  64. this.dataGridView1.Location = new System.Drawing.Point(47, 43);
  65. this.dataGridView1.Name = "dataGridView1";
  66. this.dataGridView1.Size = new System.Drawing.Size(643, 90);
  67. this.dataGridView1.TabIndex = 0;
  68. //
  69. // kalachyovaISP41DataSet
  70. //
  71. this.kalachyovaISP41DataSet.DataSetName = "KalachyovaISP41DataSet";
  72. this.kalachyovaISP41DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  73. //
  74. // serviceBindingSource
  75. //
  76. this.serviceBindingSource.DataMember = "service";
  77. this.serviceBindingSource.DataSource = this.kalachyovaISP41DataSet;
  78. //
  79. // serviceTableAdapter
  80. //
  81. this.serviceTableAdapter.ClearBeforeFill = true;
  82. //
  83. // наименованиеуслугиDataGridViewTextBoxColumn
  84. //
  85. this.наименованиеуслугиDataGridViewTextBoxColumn.DataPropertyName = "Наименование_услуги";
  86. this.наименованиеуслугиDataGridViewTextBoxColumn.HeaderText = "Наименование_услуги";
  87. this.наименованиеуслугиDataGridViewTextBoxColumn.Name = "наименованиеуслугиDataGridViewTextBoxColumn";
  88. //
  89. // главноеизображениеDataGridViewTextBoxColumn
  90. //
  91. this.главноеизображениеDataGridViewTextBoxColumn.DataPropertyName = "Главное_изображение";
  92. this.главноеизображениеDataGridViewTextBoxColumn.HeaderText = "Главное_изображение";
  93. this.главноеизображениеDataGridViewTextBoxColumn.Name = "главноеизображениеDataGridViewTextBoxColumn";
  94. //
  95. // длительностьDataGridViewTextBoxColumn
  96. //
  97. this.длительностьDataGridViewTextBoxColumn.DataPropertyName = "Длительность";
  98. this.длительностьDataGridViewTextBoxColumn.HeaderText = "Длительность";
  99. this.длительностьDataGridViewTextBoxColumn.Name = "длительностьDataGridViewTextBoxColumn";
  100. //
  101. // стоимостьDataGridViewTextBoxColumn
  102. //
  103. this.стоимостьDataGridViewTextBoxColumn.DataPropertyName = "Стоимость";
  104. this.стоимостьDataGridViewTextBoxColumn.HeaderText = "Стоимость";
  105. this.стоимостьDataGridViewTextBoxColumn.Name = "стоимостьDataGridViewTextBoxColumn";
  106. //
  107. // действующаяскидкаDataGridViewTextBoxColumn
  108. //
  109. this.действующаяскидкаDataGridViewTextBoxColumn.DataPropertyName = "Действующая_скидка";
  110. this.действующаяскидкаDataGridViewTextBoxColumn.HeaderText = "Действующая_скидка";
  111. this.действующаяскидкаDataGridViewTextBoxColumn.Name = "действующаяскидкаDataGridViewTextBoxColumn";
  112. //
  113. // button1
  114. //
  115. this.button1.Location = new System.Drawing.Point(47, 192);
  116. this.button1.Name = "button1";
  117. this.button1.Size = new System.Drawing.Size(75, 23);
  118. this.button1.TabIndex = 2;
  119. this.button1.Text = "Добавить";
  120. this.button1.UseVisualStyleBackColor = true;
  121. this.button1.Click += new System.EventHandler(this.button1_Click);
  122. //
  123. // Удалить
  124. //
  125. this.Удалить.Location = new System.Drawing.Point(47, 252);
  126. this.Удалить.Name = "Удалить";
  127. this.Удалить.Size = new System.Drawing.Size(75, 23);
  128. this.Удалить.TabIndex = 3;
  129. this.Удалить.Text = "Удалить";
  130. this.Удалить.UseVisualStyleBackColor = true;
  131. //
  132. // button3
  133. //
  134. this.button3.Location = new System.Drawing.Point(47, 311);
  135. this.button3.Name = "button3";
  136. this.button3.Size = new System.Drawing.Size(75, 23);
  137. this.button3.TabIndex = 4;
  138. this.button3.Text = "Сохранить";
  139. this.button3.UseVisualStyleBackColor = true;
  140. //
  141. // textBox1
  142. //
  143. this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Наименование_услуги", true));
  144. this.textBox1.Location = new System.Drawing.Point(260, 194);
  145. this.textBox1.Name = "textBox1";
  146. this.textBox1.Size = new System.Drawing.Size(234, 20);
  147. this.textBox1.TabIndex = 5;
  148. //
  149. // textBox2
  150. //
  151. this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Главное_изображение", true));
  152. this.textBox2.Location = new System.Drawing.Point(260, 220);
  153. this.textBox2.Name = "textBox2";
  154. this.textBox2.Size = new System.Drawing.Size(234, 20);
  155. this.textBox2.TabIndex = 6;
  156. //
  157. // textBox3
  158. //
  159. this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Длительность", true));
  160. this.textBox3.Location = new System.Drawing.Point(260, 255);
  161. this.textBox3.Name = "textBox3";
  162. this.textBox3.Size = new System.Drawing.Size(234, 20);
  163. this.textBox3.TabIndex = 7;
  164. //
  165. // textBox4
  166. //
  167. this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Стоимость", true));
  168. this.textBox4.Location = new System.Drawing.Point(260, 294);
  169. this.textBox4.Name = "textBox4";
  170. this.textBox4.Size = new System.Drawing.Size(234, 20);
  171. this.textBox4.TabIndex = 8;
  172. //
  173. // textBox5
  174. //
  175. this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Действующая_скидка", true));
  176. this.textBox5.Location = new System.Drawing.Point(260, 332);
  177. this.textBox5.Name = "textBox5";
  178. this.textBox5.Size = new System.Drawing.Size(234, 20);
  179. this.textBox5.TabIndex = 9;
  180. //
  181. // button4
  182. //
  183. this.button4.Location = new System.Drawing.Point(635, 391);
  184. this.button4.Name = "button4";
  185. this.button4.Size = new System.Drawing.Size(75, 23);
  186. this.button4.TabIndex = 13;
  187. this.button4.Text = "Заказы";
  188. this.button4.UseVisualStyleBackColor = true;
  189. this.button4.Click += new System.EventHandler(this.button4_Click);
  190. //
  191. // Form2
  192. //
  193. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  195. this.ClientSize = new System.Drawing.Size(800, 450);
  196. this.Controls.Add(this.button4);
  197. this.Controls.Add(this.textBox5);
  198. this.Controls.Add(this.textBox4);
  199. this.Controls.Add(this.textBox3);
  200. this.Controls.Add(this.textBox2);
  201. this.Controls.Add(this.textBox1);
  202. this.Controls.Add(this.button3);
  203. this.Controls.Add(this.Удалить);
  204. this.Controls.Add(this.button1);
  205. this.Controls.Add(this.dataGridView1);
  206. this.Name = "Form2";
  207. this.Text = "Form2";
  208. this.Load += new System.EventHandler(this.Form2_Load);
  209. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.kalachyovaISP41DataSet)).EndInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  212. this.ResumeLayout(false);
  213. this.PerformLayout();
  214. }
  215. #endregion
  216. private System.Windows.Forms.DataGridView dataGridView1;
  217. private KalachyovaISP41DataSet kalachyovaISP41DataSet;
  218. private System.Windows.Forms.BindingSource serviceBindingSource;
  219. private KalachyovaISP41DataSetTableAdapters.serviceTableAdapter serviceTableAdapter;
  220. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеуслугиDataGridViewTextBoxColumn;
  221. private System.Windows.Forms.DataGridViewTextBoxColumn главноеизображениеDataGridViewTextBoxColumn;
  222. private System.Windows.Forms.DataGridViewTextBoxColumn длительностьDataGridViewTextBoxColumn;
  223. private System.Windows.Forms.DataGridViewTextBoxColumn стоимостьDataGridViewTextBoxColumn;
  224. private System.Windows.Forms.DataGridViewTextBoxColumn действующаяскидкаDataGridViewTextBoxColumn;
  225. private System.Windows.Forms.Button button1;
  226. private System.Windows.Forms.Button Удалить;
  227. private System.Windows.Forms.Button button3;
  228. private System.Windows.Forms.TextBox textBox1;
  229. private System.Windows.Forms.TextBox textBox2;
  230. private System.Windows.Forms.TextBox textBox3;
  231. private System.Windows.Forms.TextBox textBox4;
  232. private System.Windows.Forms.TextBox textBox5;
  233. private System.Windows.Forms.Button button4;
  234. }
  235. }