Form2.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. 
  2. namespace beautyprog
  3. {
  4. partial class Form2
  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.dataGridView1 = new System.Windows.Forms.DataGridView();
  31. this._AstapovYNISP_33DataSet = new beautyprog._AstapovYNISP_33DataSet();
  32. this.serviceclientBindingSource = new System.Windows.Forms.BindingSource(this.components);
  33. this.serviceclientTableAdapter = new beautyprog._AstapovYNISP_33DataSetTableAdapters.serviceclientTableAdapter();
  34. this.clientBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.clientTableAdapter = new beautyprog._AstapovYNISP_33DataSetTableAdapters.clientTableAdapter();
  36. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  37. this.serviceTableAdapter = new beautyprog._AstapovYNISP_33DataSetTableAdapters.serviceTableAdapter();
  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.действующаяскидкаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.button1 = 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.serviceclientBindingSource)).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.AllowUserToOrderColumns = true;
  54. this.dataGridView1.AutoGenerateColumns = false;
  55. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  56. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  57. this.наименованиеуслугиDataGridViewTextBoxColumn,
  58. this.главноеизображениеDataGridViewTextBoxColumn,
  59. this.длительностьDataGridViewTextBoxColumn,
  60. this.стоимостьDataGridViewTextBoxColumn,
  61. this.действующаяскидкаDataGridViewTextBoxColumn});
  62. this.dataGridView1.DataSource = this.serviceBindingSource;
  63. this.dataGridView1.Location = new System.Drawing.Point(42, 59);
  64. this.dataGridView1.Name = "dataGridView1";
  65. this.dataGridView1.Size = new System.Drawing.Size(746, 150);
  66. this.dataGridView1.TabIndex = 0;
  67. //
  68. // _AstapovYNISP_33DataSet
  69. //
  70. this._AstapovYNISP_33DataSet.DataSetName = "_AstapovYNISP_33DataSet";
  71. this._AstapovYNISP_33DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  72. //
  73. // serviceclientBindingSource
  74. //
  75. this.serviceclientBindingSource.DataMember = "serviceclient";
  76. this.serviceclientBindingSource.DataSource = this._AstapovYNISP_33DataSet;
  77. //
  78. // serviceclientTableAdapter
  79. //
  80. this.serviceclientTableAdapter.ClearBeforeFill = true;
  81. //
  82. // clientBindingSource
  83. //
  84. this.clientBindingSource.DataMember = "client";
  85. this.clientBindingSource.DataSource = this._AstapovYNISP_33DataSet;
  86. //
  87. // clientTableAdapter
  88. //
  89. this.clientTableAdapter.ClearBeforeFill = true;
  90. //
  91. // serviceBindingSource
  92. //
  93. this.serviceBindingSource.DataMember = "service";
  94. this.serviceBindingSource.DataSource = this._AstapovYNISP_33DataSet;
  95. //
  96. // serviceTableAdapter
  97. //
  98. this.serviceTableAdapter.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. // button1
  131. //
  132. this.button1.Location = new System.Drawing.Point(361, 268);
  133. this.button1.Name = "button1";
  134. this.button1.Size = new System.Drawing.Size(101, 47);
  135. this.button1.TabIndex = 1;
  136. this.button1.Text = "Редактировать";
  137. this.button1.UseVisualStyleBackColor = true;
  138. //
  139. // Form2
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.ClientSize = new System.Drawing.Size(800, 450);
  144. this.Controls.Add(this.button1);
  145. this.Controls.Add(this.dataGridView1);
  146. this.Name = "Form2";
  147. this.Text = "Form2";
  148. this.Load += new System.EventHandler(this.Form2_Load);
  149. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  150. ((System.ComponentModel.ISupportInitialize)(this._AstapovYNISP_33DataSet)).EndInit();
  151. ((System.ComponentModel.ISupportInitialize)(this.serviceclientBindingSource)).EndInit();
  152. ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).EndInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  154. this.ResumeLayout(false);
  155. }
  156. #endregion
  157. private System.Windows.Forms.DataGridView dataGridView1;
  158. private _AstapovYNISP_33DataSet _AstapovYNISP_33DataSet;
  159. private System.Windows.Forms.BindingSource serviceclientBindingSource;
  160. private _AstapovYNISP_33DataSetTableAdapters.serviceclientTableAdapter serviceclientTableAdapter;
  161. private System.Windows.Forms.BindingSource clientBindingSource;
  162. private _AstapovYNISP_33DataSetTableAdapters.clientTableAdapter clientTableAdapter;
  163. private System.Windows.Forms.BindingSource serviceBindingSource;
  164. private _AstapovYNISP_33DataSetTableAdapters.serviceTableAdapter serviceTableAdapter;
  165. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеуслугиDataGridViewTextBoxColumn;
  166. private System.Windows.Forms.DataGridViewTextBoxColumn главноеизображениеDataGridViewTextBoxColumn;
  167. private System.Windows.Forms.DataGridViewTextBoxColumn длительностьDataGridViewTextBoxColumn;
  168. private System.Windows.Forms.DataGridViewTextBoxColumn стоимостьDataGridViewTextBoxColumn;
  169. private System.Windows.Forms.DataGridViewTextBoxColumn действующаяскидкаDataGridViewTextBoxColumn;
  170. private System.Windows.Forms.Button button1;
  171. }
  172. }