Записьклиента.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. namespace RozenbergBrovki
  2. {
  3. partial class Записьклиента
  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(Записьклиента));
  30. System.Windows.Forms.Label услугаLabel;
  31. System.Windows.Forms.Label клиентLabel;
  32. this.rozenbergBrDataSet = new RozenbergBrovki.RozenbergBrDataSet();
  33. this.clientservicBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.clientservicTableAdapter = new RozenbergBrovki.RozenbergBrDataSetTableAdapters.ClientservicTableAdapter();
  35. this.tableAdapterManager = new RozenbergBrovki.RozenbergBrDataSetTableAdapters.TableAdapterManager();
  36. this.clientservicBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  37. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  38. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  39. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  40. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  41. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  42. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  43. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  46. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  47. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  48. this.clientservicBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  49. this.услуга = new System.Windows.Forms.TextBox();
  50. this.Дата = new System.Windows.Forms.DateTimePicker();
  51. this.клиент = new System.Windows.Forms.TextBox();
  52. this.добавить = new System.Windows.Forms.Button();
  53. this.сохранить = new System.Windows.Forms.Button();
  54. this.удалить = new System.Windows.Forms.Button();
  55. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  56. this.clientservicBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  57. this.услугаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.началооказанияуслугиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.клиентDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. услугаLabel = new System.Windows.Forms.Label();
  61. клиентLabel = new System.Windows.Forms.Label();
  62. ((System.ComponentModel.ISupportInitialize)(this.rozenbergBrDataSet)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.clientservicBindingSource)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.clientservicBindingNavigator)).BeginInit();
  65. this.clientservicBindingNavigator.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.clientservicBindingSource1)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // rozenbergBrDataSet
  71. //
  72. this.rozenbergBrDataSet.DataSetName = "RozenbergBrDataSet";
  73. this.rozenbergBrDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  74. //
  75. // clientservicBindingSource
  76. //
  77. this.clientservicBindingSource.DataMember = "Clientservic";
  78. this.clientservicBindingSource.DataSource = this.rozenbergBrDataSet;
  79. //
  80. // clientservicTableAdapter
  81. //
  82. this.clientservicTableAdapter.ClearBeforeFill = true;
  83. //
  84. // tableAdapterManager
  85. //
  86. this.tableAdapterManager.AttachedProductTableAdapter = null;
  87. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  88. this.tableAdapterManager.ClientservicTableAdapter = this.clientservicTableAdapter;
  89. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  90. this.tableAdapterManager.GenderTableAdapter = null;
  91. this.tableAdapterManager.LoginpassTableAdapter = null;
  92. this.tableAdapterManager.ManufacturerTableAdapter = null;
  93. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  94. this.tableAdapterManager.ProductSaleTableAdapter = null;
  95. this.tableAdapterManager.ProductTableAdapter = null;
  96. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  97. this.tableAdapterManager.ServiceTableAdapter = null;
  98. this.tableAdapterManager.TagOfClientTableAdapter = null;
  99. this.tableAdapterManager.TagTableAdapter = null;
  100. this.tableAdapterManager.UpdateOrder = RozenbergBrovki.RozenbergBrDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  101. this.tableAdapterManager.Кли33ентTableAdapter = null;
  102. //
  103. // clientservicBindingNavigator
  104. //
  105. this.clientservicBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  106. this.clientservicBindingNavigator.BindingSource = this.clientservicBindingSource;
  107. this.clientservicBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  108. this.clientservicBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  109. this.clientservicBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  110. this.bindingNavigatorMoveFirstItem,
  111. this.bindingNavigatorMovePreviousItem,
  112. this.bindingNavigatorSeparator,
  113. this.bindingNavigatorPositionItem,
  114. this.bindingNavigatorCountItem,
  115. this.bindingNavigatorSeparator1,
  116. this.bindingNavigatorMoveNextItem,
  117. this.bindingNavigatorMoveLastItem,
  118. this.bindingNavigatorSeparator2,
  119. this.bindingNavigatorAddNewItem,
  120. this.bindingNavigatorDeleteItem,
  121. this.clientservicBindingNavigatorSaveItem});
  122. this.clientservicBindingNavigator.Location = new System.Drawing.Point(0, 0);
  123. this.clientservicBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  124. this.clientservicBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  125. this.clientservicBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  126. this.clientservicBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  127. this.clientservicBindingNavigator.Name = "clientservicBindingNavigator";
  128. this.clientservicBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  129. this.clientservicBindingNavigator.Size = new System.Drawing.Size(800, 25);
  130. this.clientservicBindingNavigator.TabIndex = 0;
  131. this.clientservicBindingNavigator.Text = "bindingNavigator1";
  132. this.clientservicBindingNavigator.Visible = false;
  133. //
  134. // bindingNavigatorMoveFirstItem
  135. //
  136. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  137. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  138. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  139. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  140. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  141. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  142. //
  143. // bindingNavigatorMovePreviousItem
  144. //
  145. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  146. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  147. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  148. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  149. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  150. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  151. //
  152. // bindingNavigatorSeparator
  153. //
  154. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  155. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  156. //
  157. // bindingNavigatorPositionItem
  158. //
  159. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  160. this.bindingNavigatorPositionItem.AutoSize = false;
  161. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  162. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  163. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  164. this.bindingNavigatorPositionItem.Text = "0";
  165. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  166. //
  167. // bindingNavigatorCountItem
  168. //
  169. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  170. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  171. this.bindingNavigatorCountItem.Text = "для {0}";
  172. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  173. //
  174. // bindingNavigatorSeparator1
  175. //
  176. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  177. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  178. //
  179. // bindingNavigatorMoveNextItem
  180. //
  181. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  182. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  183. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  184. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  185. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  186. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  187. //
  188. // bindingNavigatorMoveLastItem
  189. //
  190. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  191. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  192. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  193. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  194. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  195. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  196. //
  197. // bindingNavigatorSeparator2
  198. //
  199. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  200. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  201. //
  202. // bindingNavigatorAddNewItem
  203. //
  204. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  205. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  206. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  207. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  208. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  209. this.bindingNavigatorAddNewItem.Text = "Добавить";
  210. //
  211. // bindingNavigatorDeleteItem
  212. //
  213. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  214. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  215. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  216. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  217. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  218. this.bindingNavigatorDeleteItem.Text = "Удалить";
  219. //
  220. // clientservicBindingNavigatorSaveItem
  221. //
  222. this.clientservicBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  223. this.clientservicBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("clientservicBindingNavigatorSaveItem.Image")));
  224. this.clientservicBindingNavigatorSaveItem.Name = "clientservicBindingNavigatorSaveItem";
  225. this.clientservicBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  226. this.clientservicBindingNavigatorSaveItem.Text = "Сохранить данные";
  227. this.clientservicBindingNavigatorSaveItem.Click += new System.EventHandler(this.clientservicBindingNavigatorSaveItem_Click);
  228. //
  229. // услугаLabel
  230. //
  231. услугаLabel.AutoSize = true;
  232. услугаLabel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  233. услугаLabel.Location = new System.Drawing.Point(12, 20);
  234. услугаLabel.Name = "услугаLabel";
  235. услугаLabel.Size = new System.Drawing.Size(63, 19);
  236. услугаLabel.TabIndex = 7;
  237. услугаLabel.Text = "Услуга:";
  238. //
  239. // услуга
  240. //
  241. this.услуга.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientservicBindingSource, "Услуга", true));
  242. this.услуга.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  243. this.услуга.Location = new System.Drawing.Point(81, 20);
  244. this.услуга.Name = "услуга";
  245. this.услуга.Size = new System.Drawing.Size(200, 27);
  246. this.услуга.TabIndex = 8;
  247. //
  248. // Дата
  249. //
  250. this.Дата.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.clientservicBindingSource, "Начало_оказания_услуги", true));
  251. this.Дата.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  252. this.Дата.Location = new System.Drawing.Point(81, 128);
  253. this.Дата.Name = "Дата";
  254. this.Дата.Size = new System.Drawing.Size(200, 27);
  255. this.Дата.TabIndex = 10;
  256. //
  257. // клиентLabel
  258. //
  259. клиентLabel.AutoSize = true;
  260. клиентLabel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  261. клиентLabel.Location = new System.Drawing.Point(7, 79);
  262. клиентLabel.Name = "клиентLabel";
  263. клиентLabel.Size = new System.Drawing.Size(68, 19);
  264. клиентLabel.TabIndex = 11;
  265. клиентLabel.Text = "Клиент:";
  266. //
  267. // клиент
  268. //
  269. this.клиент.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientservicBindingSource, "Клиент", true));
  270. this.клиент.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  271. this.клиент.Location = new System.Drawing.Point(81, 79);
  272. this.клиент.Name = "клиент";
  273. this.клиент.Size = new System.Drawing.Size(200, 27);
  274. this.клиент.TabIndex = 12;
  275. //
  276. // добавить
  277. //
  278. this.добавить.BackColor = System.Drawing.Color.White;
  279. this.добавить.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  280. this.добавить.FlatAppearance.BorderColor = System.Drawing.Color.White;
  281. this.добавить.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  282. this.добавить.Location = new System.Drawing.Point(81, 173);
  283. this.добавить.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  284. this.добавить.Name = "добавить";
  285. this.добавить.Size = new System.Drawing.Size(106, 36);
  286. this.добавить.TabIndex = 23;
  287. this.добавить.Text = "Добавить";
  288. this.добавить.UseVisualStyleBackColor = false;
  289. this.добавить.Click += new System.EventHandler(this.добавить_Click);
  290. //
  291. // сохранить
  292. //
  293. this.сохранить.BackColor = System.Drawing.Color.White;
  294. this.сохранить.FlatAppearance.BorderColor = System.Drawing.Color.White;
  295. this.сохранить.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  296. this.сохранить.Location = new System.Drawing.Point(81, 217);
  297. this.сохранить.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  298. this.сохранить.Name = "сохранить";
  299. this.сохранить.Size = new System.Drawing.Size(106, 36);
  300. this.сохранить.TabIndex = 24;
  301. this.сохранить.Text = "Сохранить";
  302. this.сохранить.UseVisualStyleBackColor = false;
  303. this.сохранить.Click += new System.EventHandler(this.сохранить_Click_1);
  304. //
  305. // удалить
  306. //
  307. this.удалить.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  308. this.удалить.FlatAppearance.BorderColor = System.Drawing.Color.White;
  309. this.удалить.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  310. this.удалить.Location = new System.Drawing.Point(81, 261);
  311. this.удалить.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  312. this.удалить.Name = "удалить";
  313. this.удалить.Size = new System.Drawing.Size(106, 36);
  314. this.удалить.TabIndex = 25;
  315. this.удалить.Text = "Удалить";
  316. this.удалить.UseVisualStyleBackColor = false;
  317. //
  318. // dataGridView1
  319. //
  320. this.dataGridView1.AutoGenerateColumns = false;
  321. this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  322. this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
  323. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  324. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  325. this.услугаDataGridViewTextBoxColumn,
  326. this.началооказанияуслугиDataGridViewTextBoxColumn,
  327. this.клиентDataGridViewTextBoxColumn});
  328. this.dataGridView1.DataSource = this.clientservicBindingSource1;
  329. this.dataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  330. this.dataGridView1.Location = new System.Drawing.Point(450, 20);
  331. this.dataGridView1.Name = "dataGridView1";
  332. this.dataGridView1.Size = new System.Drawing.Size(338, 150);
  333. this.dataGridView1.TabIndex = 26;
  334. //
  335. // clientservicBindingSource1
  336. //
  337. this.clientservicBindingSource1.DataMember = "Clientservic";
  338. this.clientservicBindingSource1.DataSource = this.rozenbergBrDataSet;
  339. //
  340. // услугаDataGridViewTextBoxColumn
  341. //
  342. this.услугаDataGridViewTextBoxColumn.DataPropertyName = "Услуга";
  343. this.услугаDataGridViewTextBoxColumn.HeaderText = "Услуга";
  344. this.услугаDataGridViewTextBoxColumn.Name = "услугаDataGridViewTextBoxColumn";
  345. //
  346. // началооказанияуслугиDataGridViewTextBoxColumn
  347. //
  348. this.началооказанияуслугиDataGridViewTextBoxColumn.DataPropertyName = "Начало_оказания_услуги";
  349. this.началооказанияуслугиDataGridViewTextBoxColumn.HeaderText = "Дата";
  350. this.началооказанияуслугиDataGridViewTextBoxColumn.Name = "началооказанияуслугиDataGridViewTextBoxColumn";
  351. //
  352. // клиентDataGridViewTextBoxColumn
  353. //
  354. this.клиентDataGridViewTextBoxColumn.DataPropertyName = "Клиент";
  355. this.клиентDataGridViewTextBoxColumn.HeaderText = "Клиент";
  356. this.клиентDataGridViewTextBoxColumn.Name = "клиентDataGridViewTextBoxColumn";
  357. //
  358. // Записьклиента
  359. //
  360. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  361. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  362. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  363. this.ClientSize = new System.Drawing.Size(800, 450);
  364. this.Controls.Add(this.dataGridView1);
  365. this.Controls.Add(this.удалить);
  366. this.Controls.Add(this.сохранить);
  367. this.Controls.Add(this.добавить);
  368. this.Controls.Add(услугаLabel);
  369. this.Controls.Add(this.услуга);
  370. this.Controls.Add(this.Дата);
  371. this.Controls.Add(клиентLabel);
  372. this.Controls.Add(this.клиент);
  373. this.Controls.Add(this.clientservicBindingNavigator);
  374. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  375. this.Name = "Записьклиента";
  376. this.Text = "Записьклиента";
  377. this.Load += new System.EventHandler(this.Записьклиента_Load);
  378. ((System.ComponentModel.ISupportInitialize)(this.rozenbergBrDataSet)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.clientservicBindingSource)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.clientservicBindingNavigator)).EndInit();
  381. this.clientservicBindingNavigator.ResumeLayout(false);
  382. this.clientservicBindingNavigator.PerformLayout();
  383. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.clientservicBindingSource1)).EndInit();
  385. this.ResumeLayout(false);
  386. this.PerformLayout();
  387. }
  388. #endregion
  389. private RozenbergBrDataSet rozenbergBrDataSet;
  390. private System.Windows.Forms.BindingSource clientservicBindingSource;
  391. private RozenbergBrDataSetTableAdapters.ClientservicTableAdapter clientservicTableAdapter;
  392. private RozenbergBrDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  393. private System.Windows.Forms.BindingNavigator clientservicBindingNavigator;
  394. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  395. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  396. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  397. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  398. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  399. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  400. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  401. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  402. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  403. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  404. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  405. private System.Windows.Forms.ToolStripButton clientservicBindingNavigatorSaveItem;
  406. private System.Windows.Forms.TextBox услуга;
  407. private System.Windows.Forms.DateTimePicker Дата;
  408. private System.Windows.Forms.TextBox клиент;
  409. private System.Windows.Forms.Button добавить;
  410. private System.Windows.Forms.Button сохранить;
  411. private System.Windows.Forms.Button удалить;
  412. private System.Windows.Forms.DataGridView dataGridView1;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn услугаDataGridViewTextBoxColumn;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn началооказанияуслугиDataGridViewTextBoxColumn;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn клиентDataGridViewTextBoxColumn;
  416. private System.Windows.Forms.BindingSource clientservicBindingSource1;
  417. }
  418. }