Form3.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. namespace Yslugi_Salona_Krasot
  2. {
  3. partial class Form3
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  33. this.barhotnieBrovkiDataSet = new Yslugi_Salona_Krasot.BarhotnieBrovkiDataSet();
  34. this.servicebimportBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.service_b_importTableAdapter = new Yslugi_Salona_Krasot.BarhotnieBrovkiDataSetTableAdapters.Service_b_importTableAdapter();
  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.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.button3 = new System.Windows.Forms.Button();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.barhotnieBrovkiDataSet)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.servicebimportBindingSource)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  53. this.label1.Location = new System.Drawing.Point(292, 27);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(123, 23);
  56. this.label1.TabIndex = 3;
  57. this.label1.Text = "Список услуг";
  58. //
  59. // pictureBox1
  60. //
  61. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  62. this.pictureBox1.Location = new System.Drawing.Point(2, 3);
  63. this.pictureBox1.Name = "pictureBox1";
  64. this.pictureBox1.Size = new System.Drawing.Size(167, 65);
  65. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  66. this.pictureBox1.TabIndex = 17;
  67. this.pictureBox1.TabStop = false;
  68. //
  69. // dataGridView1
  70. //
  71. this.dataGridView1.AutoGenerateColumns = false;
  72. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  73. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  74. this.наименованиеуслугиDataGridViewTextBoxColumn,
  75. this.главноеизображениеDataGridViewTextBoxColumn,
  76. this.длительностьDataGridViewTextBoxColumn,
  77. this.стоимостьDataGridViewTextBoxColumn,
  78. this.действующаяскидкаDataGridViewTextBoxColumn,
  79. this.iDDataGridViewTextBoxColumn});
  80. this.dataGridView1.DataSource = this.servicebimportBindingSource;
  81. this.dataGridView1.Location = new System.Drawing.Point(148, 74);
  82. this.dataGridView1.Name = "dataGridView1";
  83. this.dataGridView1.Size = new System.Drawing.Size(551, 364);
  84. this.dataGridView1.TabIndex = 18;
  85. //
  86. // barhotnieBrovkiDataSet
  87. //
  88. this.barhotnieBrovkiDataSet.DataSetName = "BarhotnieBrovkiDataSet";
  89. this.barhotnieBrovkiDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  90. //
  91. // servicebimportBindingSource
  92. //
  93. this.servicebimportBindingSource.DataMember = "Service_b_import";
  94. this.servicebimportBindingSource.DataSource = this.barhotnieBrovkiDataSet;
  95. //
  96. // service_b_importTableAdapter
  97. //
  98. this.service_b_importTableAdapter.ClearBeforeFill = true;
  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. // стоимостьDataGridViewTextBoxColumn
  119. //
  120. this.стоимостьDataGridViewTextBoxColumn.DataPropertyName = "Стоимость";
  121. this.стоимостьDataGridViewTextBoxColumn.HeaderText = "Стоимость";
  122. this.стоимостьDataGridViewTextBoxColumn.Name = "стоимостьDataGridViewTextBoxColumn";
  123. //
  124. // действующаяскидкаDataGridViewTextBoxColumn
  125. //
  126. this.действующаяскидкаDataGridViewTextBoxColumn.DataPropertyName = "Действующая_скидка";
  127. this.действующаяскидкаDataGridViewTextBoxColumn.HeaderText = "Действующая_скидка";
  128. this.действующаяскидкаDataGridViewTextBoxColumn.Name = "действующаяскидкаDataGridViewTextBoxColumn";
  129. //
  130. // iDDataGridViewTextBoxColumn
  131. //
  132. this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
  133. this.iDDataGridViewTextBoxColumn.HeaderText = "ID";
  134. this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";
  135. this.iDDataGridViewTextBoxColumn.Visible = false;
  136. //
  137. // button3
  138. //
  139. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  140. this.button3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  141. this.button3.Location = new System.Drawing.Point(705, 404);
  142. this.button3.Name = "button3";
  143. this.button3.Size = new System.Drawing.Size(141, 34);
  144. this.button3.TabIndex = 22;
  145. this.button3.Text = "Назад";
  146. this.button3.UseVisualStyleBackColor = false;
  147. this.button3.Click += new System.EventHandler(this.button3_Click);
  148. //
  149. // Form3
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  154. this.ClientSize = new System.Drawing.Size(849, 452);
  155. this.Controls.Add(this.button3);
  156. this.Controls.Add(this.dataGridView1);
  157. this.Controls.Add(this.pictureBox1);
  158. this.Controls.Add(this.label1);
  159. this.Name = "Form3";
  160. this.Text = "Form3";
  161. this.Load += new System.EventHandler(this.Form3_Load);
  162. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  163. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.barhotnieBrovkiDataSet)).EndInit();
  165. ((System.ComponentModel.ISupportInitialize)(this.servicebimportBindingSource)).EndInit();
  166. this.ResumeLayout(false);
  167. this.PerformLayout();
  168. }
  169. #endregion
  170. private System.Windows.Forms.Label label1;
  171. private System.Windows.Forms.PictureBox pictureBox1;
  172. private System.Windows.Forms.DataGridView dataGridView1;
  173. private BarhotnieBrovkiDataSet barhotnieBrovkiDataSet;
  174. private System.Windows.Forms.BindingSource servicebimportBindingSource;
  175. private BarhotnieBrovkiDataSetTableAdapters.Service_b_importTableAdapter service_b_importTableAdapter;
  176. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеуслугиDataGridViewTextBoxColumn;
  177. private System.Windows.Forms.DataGridViewTextBoxColumn главноеизображениеDataGridViewTextBoxColumn;
  178. private System.Windows.Forms.DataGridViewTextBoxColumn длительностьDataGridViewTextBoxColumn;
  179. private System.Windows.Forms.DataGridViewTextBoxColumn стоимостьDataGridViewTextBoxColumn;
  180. private System.Windows.Forms.DataGridViewTextBoxColumn действующаяскидкаDataGridViewTextBoxColumn;
  181. private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;
  182. private System.Windows.Forms.Button button3;
  183. }
  184. }