Form4.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. namespace Yslugi_Salona_Krasot
  2. {
  3. partial class Form4
  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(Form4));
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  33. this.barhotnieBrovkiDataSet = new Yslugi_Salona_Krasot.BarhotnieBrovkiDataSet();
  34. this.serviceclientbimportBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.serviceclient_b_importTableAdapter = new Yslugi_Salona_Krasot.BarhotnieBrovkiDataSetTableAdapters.Serviceclient_b_importTableAdapter();
  36. this.iDDataGridViewTextBoxColumn = 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.textBox1 = new System.Windows.Forms.TextBox();
  41. this.textBox2 = new System.Windows.Forms.TextBox();
  42. this.textBox3 = new System.Windows.Forms.TextBox();
  43. this.button3 = new System.Windows.Forms.Button();
  44. this.button2 = new System.Windows.Forms.Button();
  45. this.button1 = new System.Windows.Forms.Button();
  46. this.b1 = new System.Windows.Forms.Button();
  47. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.barhotnieBrovkiDataSet)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.serviceclientbimportBindingSource)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // pictureBox1
  54. //
  55. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  56. this.pictureBox1.Location = new System.Drawing.Point(1, 2);
  57. this.pictureBox1.Name = "pictureBox1";
  58. this.pictureBox1.Size = new System.Drawing.Size(167, 65);
  59. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  60. this.pictureBox1.TabIndex = 18;
  61. this.pictureBox1.TabStop = false;
  62. //
  63. // label1
  64. //
  65. this.label1.AutoSize = true;
  66. this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  67. this.label1.Location = new System.Drawing.Point(322, 29);
  68. this.label1.Name = "label1";
  69. this.label1.Size = new System.Drawing.Size(159, 23);
  70. this.label1.TabIndex = 19;
  71. this.label1.Text = "Записи клиентов";
  72. //
  73. // dataGridView1
  74. //
  75. this.dataGridView1.AutoGenerateColumns = false;
  76. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  77. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  78. this.iDDataGridViewTextBoxColumn,
  79. this.услугаDataGridViewTextBoxColumn,
  80. this.началооказанияуслугиDataGridViewTextBoxColumn,
  81. this.клиентDataGridViewTextBoxColumn});
  82. this.dataGridView1.DataSource = this.serviceclientbimportBindingSource;
  83. this.dataGridView1.Location = new System.Drawing.Point(352, 70);
  84. this.dataGridView1.Name = "dataGridView1";
  85. this.dataGridView1.Size = new System.Drawing.Size(361, 368);
  86. this.dataGridView1.TabIndex = 20;
  87. //
  88. // barhotnieBrovkiDataSet
  89. //
  90. this.barhotnieBrovkiDataSet.DataSetName = "BarhotnieBrovkiDataSet";
  91. this.barhotnieBrovkiDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  92. //
  93. // serviceclientbimportBindingSource
  94. //
  95. this.serviceclientbimportBindingSource.DataMember = "Serviceclient_b_import";
  96. this.serviceclientbimportBindingSource.DataSource = this.barhotnieBrovkiDataSet;
  97. //
  98. // serviceclient_b_importTableAdapter
  99. //
  100. this.serviceclient_b_importTableAdapter.ClearBeforeFill = true;
  101. //
  102. // iDDataGridViewTextBoxColumn
  103. //
  104. this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
  105. this.iDDataGridViewTextBoxColumn.HeaderText = "ID";
  106. this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";
  107. this.iDDataGridViewTextBoxColumn.Visible = false;
  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. // textBox1
  128. //
  129. this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceclientbimportBindingSource, "Услуга", true));
  130. this.textBox1.Location = new System.Drawing.Point(130, 100);
  131. this.textBox1.Name = "textBox1";
  132. this.textBox1.Size = new System.Drawing.Size(100, 20);
  133. this.textBox1.TabIndex = 21;
  134. //
  135. // textBox2
  136. //
  137. this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceclientbimportBindingSource, "Начало_оказания_услуги", true));
  138. this.textBox2.Location = new System.Drawing.Point(130, 127);
  139. this.textBox2.Name = "textBox2";
  140. this.textBox2.Size = new System.Drawing.Size(100, 20);
  141. this.textBox2.TabIndex = 22;
  142. //
  143. // textBox3
  144. //
  145. this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceclientbimportBindingSource, "Клиент", true));
  146. this.textBox3.Location = new System.Drawing.Point(130, 154);
  147. this.textBox3.Name = "textBox3";
  148. this.textBox3.Size = new System.Drawing.Size(100, 20);
  149. this.textBox3.TabIndex = 23;
  150. //
  151. // button3
  152. //
  153. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  154. this.button3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  155. this.button3.Location = new System.Drawing.Point(188, 326);
  156. this.button3.Name = "button3";
  157. this.button3.Size = new System.Drawing.Size(141, 34);
  158. this.button3.TabIndex = 27;
  159. this.button3.Text = "Назад";
  160. this.button3.UseVisualStyleBackColor = false;
  161. this.button3.Click += new System.EventHandler(this.button3_Click);
  162. //
  163. // button2
  164. //
  165. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  166. this.button2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  167. this.button2.Location = new System.Drawing.Point(188, 286);
  168. this.button2.Name = "button2";
  169. this.button2.Size = new System.Drawing.Size(141, 34);
  170. this.button2.TabIndex = 26;
  171. this.button2.Text = "Сохранение";
  172. this.button2.UseVisualStyleBackColor = false;
  173. this.button2.Click += new System.EventHandler(this.button2_Click);
  174. //
  175. // button1
  176. //
  177. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  178. this.button1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  179. this.button1.Location = new System.Drawing.Point(41, 326);
  180. this.button1.Name = "button1";
  181. this.button1.Size = new System.Drawing.Size(141, 34);
  182. this.button1.TabIndex = 25;
  183. this.button1.Text = "Удалить";
  184. this.button1.UseVisualStyleBackColor = false;
  185. this.button1.Click += new System.EventHandler(this.button1_Click);
  186. //
  187. // b1
  188. //
  189. this.b1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  190. this.b1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  191. this.b1.Location = new System.Drawing.Point(41, 286);
  192. this.b1.Name = "b1";
  193. this.b1.Size = new System.Drawing.Size(141, 34);
  194. this.b1.TabIndex = 24;
  195. this.b1.Text = "Добавить";
  196. this.b1.UseVisualStyleBackColor = false;
  197. this.b1.Click += new System.EventHandler(this.b1_Click);
  198. //
  199. // Form4
  200. //
  201. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  202. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  203. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  204. this.ClientSize = new System.Drawing.Size(800, 450);
  205. this.Controls.Add(this.button3);
  206. this.Controls.Add(this.button2);
  207. this.Controls.Add(this.button1);
  208. this.Controls.Add(this.b1);
  209. this.Controls.Add(this.textBox3);
  210. this.Controls.Add(this.textBox2);
  211. this.Controls.Add(this.textBox1);
  212. this.Controls.Add(this.dataGridView1);
  213. this.Controls.Add(this.label1);
  214. this.Controls.Add(this.pictureBox1);
  215. this.Name = "Form4";
  216. this.Text = "Form4";
  217. this.Load += new System.EventHandler(this.Form4_Load);
  218. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  219. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  220. ((System.ComponentModel.ISupportInitialize)(this.barhotnieBrovkiDataSet)).EndInit();
  221. ((System.ComponentModel.ISupportInitialize)(this.serviceclientbimportBindingSource)).EndInit();
  222. this.ResumeLayout(false);
  223. this.PerformLayout();
  224. }
  225. #endregion
  226. private System.Windows.Forms.PictureBox pictureBox1;
  227. private System.Windows.Forms.Label label1;
  228. private System.Windows.Forms.DataGridView dataGridView1;
  229. private BarhotnieBrovkiDataSet barhotnieBrovkiDataSet;
  230. private System.Windows.Forms.BindingSource serviceclientbimportBindingSource;
  231. private BarhotnieBrovkiDataSetTableAdapters.Serviceclient_b_importTableAdapter serviceclient_b_importTableAdapter;
  232. private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;
  233. private System.Windows.Forms.DataGridViewTextBoxColumn услугаDataGridViewTextBoxColumn;
  234. private System.Windows.Forms.DataGridViewTextBoxColumn началооказанияуслугиDataGridViewTextBoxColumn;
  235. private System.Windows.Forms.DataGridViewTextBoxColumn клиентDataGridViewTextBoxColumn;
  236. private System.Windows.Forms.TextBox textBox1;
  237. private System.Windows.Forms.TextBox textBox2;
  238. private System.Windows.Forms.TextBox textBox3;
  239. private System.Windows.Forms.Button button3;
  240. private System.Windows.Forms.Button button2;
  241. private System.Windows.Forms.Button button1;
  242. private System.Windows.Forms.Button b1;
  243. }
  244. }