Form1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. 
  2. namespace beautyprog
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  31. this._AstapovYNISP_33DataSet = new beautyprog._AstapovYNISP_33DataSet();
  32. this.astapovYNISP33DataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
  33. this.clientBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.clientTableAdapter = new beautyprog._AstapovYNISP_33DataSetTableAdapters.clientTableAdapter();
  35. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  36. this.serviceTableAdapter = new beautyprog._AstapovYNISP_33DataSetTableAdapters.serviceTableAdapter();
  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.действующаяскидкаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.button1 = new System.Windows.Forms.Button();
  43. this.button2 = new System.Windows.Forms.Button();
  44. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this._AstapovYNISP_33DataSet)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.astapovYNISP33DataSetBindingSource)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // dataGridView1
  52. //
  53. this.dataGridView1.AutoGenerateColumns = false;
  54. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  55. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  56. this.наименованиеуслугиDataGridViewTextBoxColumn,
  57. this.главноеизображениеDataGridViewTextBoxColumn,
  58. this.длительностьDataGridViewTextBoxColumn,
  59. this.стоимостьDataGridViewTextBoxColumn,
  60. this.действующаяскидкаDataGridViewTextBoxColumn});
  61. this.dataGridView1.DataSource = this.serviceBindingSource;
  62. this.dataGridView1.Location = new System.Drawing.Point(64, 23);
  63. this.dataGridView1.Name = "dataGridView1";
  64. this.dataGridView1.Size = new System.Drawing.Size(648, 150);
  65. this.dataGridView1.TabIndex = 0;
  66. //
  67. // _AstapovYNISP_33DataSet
  68. //
  69. this._AstapovYNISP_33DataSet.DataSetName = "_AstapovYNISP_33DataSet";
  70. this._AstapovYNISP_33DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  71. //
  72. // astapovYNISP33DataSetBindingSource
  73. //
  74. this.astapovYNISP33DataSetBindingSource.DataSource = this._AstapovYNISP_33DataSet;
  75. this.astapovYNISP33DataSetBindingSource.Position = 0;
  76. //
  77. // clientBindingSource
  78. //
  79. this.clientBindingSource.DataMember = "client";
  80. this.clientBindingSource.DataSource = this.astapovYNISP33DataSetBindingSource;
  81. //
  82. // clientTableAdapter
  83. //
  84. this.clientTableAdapter.ClearBeforeFill = true;
  85. //
  86. // serviceBindingSource
  87. //
  88. this.serviceBindingSource.DataMember = "service";
  89. this.serviceBindingSource.DataSource = this.astapovYNISP33DataSetBindingSource;
  90. //
  91. // serviceTableAdapter
  92. //
  93. this.serviceTableAdapter.ClearBeforeFill = true;
  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. // стоимостьDataGridViewTextBoxColumn
  114. //
  115. this.стоимостьDataGridViewTextBoxColumn.DataPropertyName = "Стоимость";
  116. this.стоимостьDataGridViewTextBoxColumn.HeaderText = "Стоимость";
  117. this.стоимостьDataGridViewTextBoxColumn.Name = "стоимостьDataGridViewTextBoxColumn";
  118. //
  119. // действующаяскидкаDataGridViewTextBoxColumn
  120. //
  121. this.действующаяскидкаDataGridViewTextBoxColumn.DataPropertyName = "Действующая_скидка";
  122. this.действующаяскидкаDataGridViewTextBoxColumn.HeaderText = "Действующая_скидка";
  123. this.действующаяскидкаDataGridViewTextBoxColumn.Name = "действующаяскидкаDataGridViewTextBoxColumn";
  124. //
  125. // button1
  126. //
  127. this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  128. this.button1.Location = new System.Drawing.Point(172, 267);
  129. this.button1.Name = "button1";
  130. this.button1.Size = new System.Drawing.Size(143, 70);
  131. this.button1.TabIndex = 1;
  132. this.button1.Text = "редактировать услуги";
  133. this.button1.UseVisualStyleBackColor = true;
  134. this.button1.Click += new System.EventHandler(this.button1_Click);
  135. //
  136. // button2
  137. //
  138. this.button2.Location = new System.Drawing.Point(471, 267);
  139. this.button2.Name = "button2";
  140. this.button2.Size = new System.Drawing.Size(156, 70);
  141. this.button2.TabIndex = 2;
  142. this.button2.Text = "Записать клиента";
  143. this.button2.UseVisualStyleBackColor = true;
  144. this.button2.Click += new System.EventHandler(this.button2_Click);
  145. //
  146. // Form1
  147. //
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.ClientSize = new System.Drawing.Size(800, 450);
  151. this.Controls.Add(this.button2);
  152. this.Controls.Add(this.button1);
  153. this.Controls.Add(this.dataGridView1);
  154. this.Name = "Form1";
  155. this.Text = "Form1";
  156. this.Load += new System.EventHandler(this.Form1_Load);
  157. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  158. ((System.ComponentModel.ISupportInitialize)(this._AstapovYNISP_33DataSet)).EndInit();
  159. ((System.ComponentModel.ISupportInitialize)(this.astapovYNISP33DataSetBindingSource)).EndInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).EndInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  162. this.ResumeLayout(false);
  163. }
  164. #endregion
  165. private System.Windows.Forms.DataGridView dataGridView1;
  166. private System.Windows.Forms.BindingSource astapovYNISP33DataSetBindingSource;
  167. private _AstapovYNISP_33DataSet _AstapovYNISP_33DataSet;
  168. private System.Windows.Forms.BindingSource clientBindingSource;
  169. private _AstapovYNISP_33DataSetTableAdapters.clientTableAdapter clientTableAdapter;
  170. private System.Windows.Forms.BindingSource serviceBindingSource;
  171. private _AstapovYNISP_33DataSetTableAdapters.serviceTableAdapter serviceTableAdapter;
  172. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеуслугиDataGridViewTextBoxColumn;
  173. private System.Windows.Forms.DataGridViewTextBoxColumn главноеизображениеDataGridViewTextBoxColumn;
  174. private System.Windows.Forms.DataGridViewTextBoxColumn длительностьDataGridViewTextBoxColumn;
  175. private System.Windows.Forms.DataGridViewTextBoxColumn стоимостьDataGridViewTextBoxColumn;
  176. private System.Windows.Forms.DataGridViewTextBoxColumn действующаяскидкаDataGridViewTextBoxColumn;
  177. private System.Windows.Forms.Button button1;
  178. private System.Windows.Forms.Button button2;
  179. }
  180. }