Form2.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  1. namespace BB_Azizova
  2. {
  3. partial class F2Client
  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(F2Client));
  30. System.Windows.Forms.Label phomiliaLabel1;
  31. System.Windows.Forms.Label nameLabel;
  32. System.Windows.Forms.Label otchestvoLabel;
  33. System.Windows.Forms.Label phoneLabel;
  34. System.Windows.Forms.Label birthdayLabel;
  35. System.Windows.Forms.Label emailLabel;
  36. System.Windows.Forms.Label data_RegistraLabel;
  37. this.bB_AzizovaDataSet = new BB_Azizova.BB_AzizovaDataSet();
  38. this.clientsBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.clientsTableAdapter = new BB_Azizova.BB_AzizovaDataSetTableAdapters.ClientsTableAdapter();
  40. this.tableAdapterManager = new BB_Azizova.BB_AzizovaDataSetTableAdapters.TableAdapterManager();
  41. this.clientsBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  42. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  43. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  45. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  46. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  47. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  48. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  49. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  50. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  51. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  52. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  53. this.clientsBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  54. this.clientsDataGridView = new System.Windows.Forms.DataGridView();
  55. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.L3Авторизация = new System.Windows.Forms.Label();
  65. this.phomiliaComboBox = new System.Windows.Forms.ComboBox();
  66. this.nameTextBox = new System.Windows.Forms.TextBox();
  67. this.otchestvoTextBox = new System.Windows.Forms.TextBox();
  68. this.phoneTextBox = new System.Windows.Forms.TextBox();
  69. this.birthdayDateTimePicker = new System.Windows.Forms.DateTimePicker();
  70. this.emailTextBox = new System.Windows.Forms.TextBox();
  71. this.data_RegistraDateTimePicker = new System.Windows.Forms.DateTimePicker();
  72. this.b2 = new System.Windows.Forms.Button();
  73. this.b3 = new System.Windows.Forms.Button();
  74. this.b4 = new System.Windows.Forms.Button();
  75. this.b5 = new System.Windows.Forms.Button();
  76. this.b7 = new System.Windows.Forms.Button();
  77. this.b8 = new System.Windows.Forms.Button();
  78. this.button3 = new System.Windows.Forms.Button();
  79. this.b6 = new System.Windows.Forms.Button();
  80. phomiliaLabel1 = new System.Windows.Forms.Label();
  81. nameLabel = new System.Windows.Forms.Label();
  82. otchestvoLabel = new System.Windows.Forms.Label();
  83. phoneLabel = new System.Windows.Forms.Label();
  84. birthdayLabel = new System.Windows.Forms.Label();
  85. emailLabel = new System.Windows.Forms.Label();
  86. data_RegistraLabel = new System.Windows.Forms.Label();
  87. ((System.ComponentModel.ISupportInitialize)(this.bB_AzizovaDataSet)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.clientsBindingSource)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.clientsBindingNavigator)).BeginInit();
  90. this.clientsBindingNavigator.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.clientsDataGridView)).BeginInit();
  92. this.SuspendLayout();
  93. //
  94. // bB_AzizovaDataSet
  95. //
  96. this.bB_AzizovaDataSet.DataSetName = "BB_AzizovaDataSet";
  97. this.bB_AzizovaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  98. //
  99. // clientsBindingSource
  100. //
  101. this.clientsBindingSource.DataMember = "Clients";
  102. this.clientsBindingSource.DataSource = this.bB_AzizovaDataSet;
  103. //
  104. // clientsTableAdapter
  105. //
  106. this.clientsTableAdapter.ClearBeforeFill = true;
  107. //
  108. // tableAdapterManager
  109. //
  110. this.tableAdapterManager.AdministratorTableAdapter = null;
  111. this.tableAdapterManager.AttachedProductTableAdapter = null;
  112. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  113. this.tableAdapterManager.ClientServiceTableAdapter = null;
  114. this.tableAdapterManager.ClientsTableAdapter = this.clientsTableAdapter;
  115. this.tableAdapterManager.ClientTableAdapter = null;
  116. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  117. this.tableAdapterManager.GenderTableAdapter = null;
  118. this.tableAdapterManager.ManufacturerTableAdapter = null;
  119. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  120. this.tableAdapterManager.ProductSaleTableAdapter = null;
  121. this.tableAdapterManager.ProductTableAdapter = null;
  122. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  123. this.tableAdapterManager.ServiceTableAdapter = null;
  124. this.tableAdapterManager.SotrudnikTableAdapter = null;
  125. this.tableAdapterManager.TagOfClientTableAdapter = null;
  126. this.tableAdapterManager.TagTableAdapter = null;
  127. this.tableAdapterManager.UpdateOrder = BB_Azizova.BB_AzizovaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  128. this.tableAdapterManager.Uslugi_i_KlientTableAdapter = null;
  129. this.tableAdapterManager.UslugiTableAdapter = null;
  130. //
  131. // clientsBindingNavigator
  132. //
  133. this.clientsBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  134. this.clientsBindingNavigator.BindingSource = this.clientsBindingSource;
  135. this.clientsBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  136. this.clientsBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  137. this.clientsBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  138. this.bindingNavigatorMoveFirstItem,
  139. this.bindingNavigatorMovePreviousItem,
  140. this.bindingNavigatorSeparator,
  141. this.bindingNavigatorPositionItem,
  142. this.bindingNavigatorCountItem,
  143. this.bindingNavigatorSeparator1,
  144. this.bindingNavigatorMoveNextItem,
  145. this.bindingNavigatorMoveLastItem,
  146. this.bindingNavigatorSeparator2,
  147. this.bindingNavigatorAddNewItem,
  148. this.bindingNavigatorDeleteItem,
  149. this.clientsBindingNavigatorSaveItem});
  150. this.clientsBindingNavigator.Location = new System.Drawing.Point(0, 0);
  151. this.clientsBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  152. this.clientsBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  153. this.clientsBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  154. this.clientsBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  155. this.clientsBindingNavigator.Name = "clientsBindingNavigator";
  156. this.clientsBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  157. this.clientsBindingNavigator.Size = new System.Drawing.Size(820, 25);
  158. this.clientsBindingNavigator.TabIndex = 0;
  159. this.clientsBindingNavigator.Text = "bindingNavigator1";
  160. //
  161. // bindingNavigatorMoveFirstItem
  162. //
  163. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  164. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  165. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  166. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  167. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  168. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  169. //
  170. // bindingNavigatorMovePreviousItem
  171. //
  172. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  173. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  174. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  175. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  176. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  177. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  178. //
  179. // bindingNavigatorSeparator
  180. //
  181. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  182. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  183. //
  184. // bindingNavigatorPositionItem
  185. //
  186. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  187. this.bindingNavigatorPositionItem.AutoSize = false;
  188. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  189. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  190. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  191. this.bindingNavigatorPositionItem.Text = "0";
  192. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  193. //
  194. // bindingNavigatorCountItem
  195. //
  196. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  197. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  198. this.bindingNavigatorCountItem.Text = "для {0}";
  199. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  200. //
  201. // bindingNavigatorSeparator1
  202. //
  203. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  204. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  205. //
  206. // bindingNavigatorMoveNextItem
  207. //
  208. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  209. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  210. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  211. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  212. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  213. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  214. //
  215. // bindingNavigatorMoveLastItem
  216. //
  217. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  218. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  219. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  220. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  221. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  222. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  223. //
  224. // bindingNavigatorSeparator2
  225. //
  226. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  227. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  228. //
  229. // bindingNavigatorAddNewItem
  230. //
  231. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  232. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  233. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  234. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  235. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  236. this.bindingNavigatorAddNewItem.Text = "Добавить";
  237. //
  238. // bindingNavigatorDeleteItem
  239. //
  240. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  241. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  242. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  243. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  244. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  245. this.bindingNavigatorDeleteItem.Text = "Удалить";
  246. //
  247. // clientsBindingNavigatorSaveItem
  248. //
  249. this.clientsBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  250. this.clientsBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("clientsBindingNavigatorSaveItem.Image")));
  251. this.clientsBindingNavigatorSaveItem.Name = "clientsBindingNavigatorSaveItem";
  252. this.clientsBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  253. this.clientsBindingNavigatorSaveItem.Text = "Сохранить данные";
  254. this.clientsBindingNavigatorSaveItem.Click += new System.EventHandler(this.clientsBindingNavigatorSaveItem_Click);
  255. //
  256. // clientsDataGridView
  257. //
  258. this.clientsDataGridView.AutoGenerateColumns = false;
  259. this.clientsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  260. this.clientsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  261. this.dataGridViewTextBoxColumn1,
  262. this.dataGridViewTextBoxColumn2,
  263. this.dataGridViewTextBoxColumn3,
  264. this.dataGridViewTextBoxColumn4,
  265. this.dataGridViewTextBoxColumn5,
  266. this.dataGridViewTextBoxColumn6,
  267. this.dataGridViewTextBoxColumn7,
  268. this.dataGridViewTextBoxColumn8,
  269. this.dataGridViewTextBoxColumn9});
  270. this.clientsDataGridView.DataSource = this.clientsBindingSource;
  271. this.clientsDataGridView.Location = new System.Drawing.Point(308, 68);
  272. this.clientsDataGridView.Name = "clientsDataGridView";
  273. this.clientsDataGridView.Size = new System.Drawing.Size(492, 220);
  274. this.clientsDataGridView.TabIndex = 1;
  275. //
  276. // dataGridViewTextBoxColumn1
  277. //
  278. this.dataGridViewTextBoxColumn1.DataPropertyName = "ID_Client";
  279. this.dataGridViewTextBoxColumn1.HeaderText = "ID_Client";
  280. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  281. //
  282. // dataGridViewTextBoxColumn2
  283. //
  284. this.dataGridViewTextBoxColumn2.DataPropertyName = "Phomilia";
  285. this.dataGridViewTextBoxColumn2.HeaderText = "Phomilia";
  286. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  287. //
  288. // dataGridViewTextBoxColumn3
  289. //
  290. this.dataGridViewTextBoxColumn3.DataPropertyName = "Name";
  291. this.dataGridViewTextBoxColumn3.HeaderText = "Name";
  292. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  293. //
  294. // dataGridViewTextBoxColumn4
  295. //
  296. this.dataGridViewTextBoxColumn4.DataPropertyName = "Otchestvo";
  297. this.dataGridViewTextBoxColumn4.HeaderText = "Otchestvo";
  298. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  299. //
  300. // dataGridViewTextBoxColumn5
  301. //
  302. this.dataGridViewTextBoxColumn5.DataPropertyName = "Pol";
  303. this.dataGridViewTextBoxColumn5.HeaderText = "Pol";
  304. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  305. //
  306. // dataGridViewTextBoxColumn6
  307. //
  308. this.dataGridViewTextBoxColumn6.DataPropertyName = "Phone";
  309. this.dataGridViewTextBoxColumn6.HeaderText = "Phone";
  310. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  311. //
  312. // dataGridViewTextBoxColumn7
  313. //
  314. this.dataGridViewTextBoxColumn7.DataPropertyName = "Birthday";
  315. this.dataGridViewTextBoxColumn7.HeaderText = "Birthday";
  316. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  317. //
  318. // dataGridViewTextBoxColumn8
  319. //
  320. this.dataGridViewTextBoxColumn8.DataPropertyName = "Email";
  321. this.dataGridViewTextBoxColumn8.HeaderText = "Email";
  322. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  323. //
  324. // dataGridViewTextBoxColumn9
  325. //
  326. this.dataGridViewTextBoxColumn9.DataPropertyName = "Data_Registra";
  327. this.dataGridViewTextBoxColumn9.HeaderText = "Data_Registra";
  328. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  329. //
  330. // L3Авторизация
  331. //
  332. this.L3Авторизация.AutoSize = true;
  333. this.L3Авторизация.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  334. this.L3Авторизация.ForeColor = System.Drawing.Color.DeepPink;
  335. this.L3Авторизация.Location = new System.Drawing.Point(255, 42);
  336. this.L3Авторизация.Name = "L3Авторизация";
  337. this.L3Авторизация.Size = new System.Drawing.Size(152, 23);
  338. this.L3Авторизация.TabIndex = 6;
  339. this.L3Авторизация.Text = "Данные клиента";
  340. //
  341. // phomiliaLabel1
  342. //
  343. phomiliaLabel1.AutoSize = true;
  344. phomiliaLabel1.Location = new System.Drawing.Point(39, 82);
  345. phomiliaLabel1.Name = "phomiliaLabel1";
  346. phomiliaLabel1.Size = new System.Drawing.Size(49, 13);
  347. phomiliaLabel1.TabIndex = 7;
  348. phomiliaLabel1.Text = "Phomilia:";
  349. //
  350. // phomiliaComboBox
  351. //
  352. this.phomiliaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Phomilia", true));
  353. this.phomiliaComboBox.FormattingEnabled = true;
  354. this.phomiliaComboBox.Location = new System.Drawing.Point(94, 79);
  355. this.phomiliaComboBox.Name = "phomiliaComboBox";
  356. this.phomiliaComboBox.Size = new System.Drawing.Size(121, 21);
  357. this.phomiliaComboBox.TabIndex = 8;
  358. //
  359. // nameLabel
  360. //
  361. nameLabel.AutoSize = true;
  362. nameLabel.Location = new System.Drawing.Point(50, 109);
  363. nameLabel.Name = "nameLabel";
  364. nameLabel.Size = new System.Drawing.Size(38, 13);
  365. nameLabel.TabIndex = 8;
  366. nameLabel.Text = "Name:";
  367. //
  368. // nameTextBox
  369. //
  370. this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Name", true));
  371. this.nameTextBox.Location = new System.Drawing.Point(94, 106);
  372. this.nameTextBox.Name = "nameTextBox";
  373. this.nameTextBox.Size = new System.Drawing.Size(121, 20);
  374. this.nameTextBox.TabIndex = 9;
  375. //
  376. // otchestvoLabel
  377. //
  378. otchestvoLabel.AutoSize = true;
  379. otchestvoLabel.Location = new System.Drawing.Point(29, 135);
  380. otchestvoLabel.Name = "otchestvoLabel";
  381. otchestvoLabel.Size = new System.Drawing.Size(59, 13);
  382. otchestvoLabel.TabIndex = 9;
  383. otchestvoLabel.Text = "Otchestvo:";
  384. //
  385. // otchestvoTextBox
  386. //
  387. this.otchestvoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Otchestvo", true));
  388. this.otchestvoTextBox.Location = new System.Drawing.Point(94, 132);
  389. this.otchestvoTextBox.Name = "otchestvoTextBox";
  390. this.otchestvoTextBox.Size = new System.Drawing.Size(121, 20);
  391. this.otchestvoTextBox.TabIndex = 10;
  392. //
  393. // phoneLabel
  394. //
  395. phoneLabel.AutoSize = true;
  396. phoneLabel.Location = new System.Drawing.Point(47, 161);
  397. phoneLabel.Name = "phoneLabel";
  398. phoneLabel.Size = new System.Drawing.Size(41, 13);
  399. phoneLabel.TabIndex = 10;
  400. phoneLabel.Text = "Phone:";
  401. //
  402. // phoneTextBox
  403. //
  404. this.phoneTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Phone", true));
  405. this.phoneTextBox.Location = new System.Drawing.Point(94, 158);
  406. this.phoneTextBox.Name = "phoneTextBox";
  407. this.phoneTextBox.Size = new System.Drawing.Size(121, 20);
  408. this.phoneTextBox.TabIndex = 11;
  409. //
  410. // birthdayLabel
  411. //
  412. birthdayLabel.AutoSize = true;
  413. birthdayLabel.Location = new System.Drawing.Point(40, 188);
  414. birthdayLabel.Name = "birthdayLabel";
  415. birthdayLabel.Size = new System.Drawing.Size(48, 13);
  416. birthdayLabel.TabIndex = 11;
  417. birthdayLabel.Text = "Birthday:";
  418. //
  419. // birthdayDateTimePicker
  420. //
  421. this.birthdayDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.clientsBindingSource, "Birthday", true));
  422. this.birthdayDateTimePicker.Location = new System.Drawing.Point(94, 184);
  423. this.birthdayDateTimePicker.Name = "birthdayDateTimePicker";
  424. this.birthdayDateTimePicker.Size = new System.Drawing.Size(200, 20);
  425. this.birthdayDateTimePicker.TabIndex = 12;
  426. //
  427. // emailLabel
  428. //
  429. emailLabel.AutoSize = true;
  430. emailLabel.Location = new System.Drawing.Point(53, 213);
  431. emailLabel.Name = "emailLabel";
  432. emailLabel.Size = new System.Drawing.Size(35, 13);
  433. emailLabel.TabIndex = 13;
  434. emailLabel.Text = "Email:";
  435. //
  436. // emailTextBox
  437. //
  438. this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Email", true));
  439. this.emailTextBox.Location = new System.Drawing.Point(94, 210);
  440. this.emailTextBox.Name = "emailTextBox";
  441. this.emailTextBox.Size = new System.Drawing.Size(121, 20);
  442. this.emailTextBox.TabIndex = 14;
  443. //
  444. // data_RegistraLabel
  445. //
  446. data_RegistraLabel.AutoSize = true;
  447. data_RegistraLabel.Location = new System.Drawing.Point(13, 240);
  448. data_RegistraLabel.Name = "data_RegistraLabel";
  449. data_RegistraLabel.Size = new System.Drawing.Size(75, 13);
  450. data_RegistraLabel.TabIndex = 15;
  451. data_RegistraLabel.Text = "Data Registra:";
  452. //
  453. // data_RegistraDateTimePicker
  454. //
  455. this.data_RegistraDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.clientsBindingSource, "Data_Registra", true));
  456. this.data_RegistraDateTimePicker.Location = new System.Drawing.Point(94, 236);
  457. this.data_RegistraDateTimePicker.Name = "data_RegistraDateTimePicker";
  458. this.data_RegistraDateTimePicker.Size = new System.Drawing.Size(200, 20);
  459. this.data_RegistraDateTimePicker.TabIndex = 16;
  460. //
  461. // b2
  462. //
  463. this.b2.BackColor = System.Drawing.Color.WhiteSmoke;
  464. this.b2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  465. this.b2.ForeColor = System.Drawing.Color.DeepPink;
  466. this.b2.Location = new System.Drawing.Point(32, 311);
  467. this.b2.Name = "b2";
  468. this.b2.Size = new System.Drawing.Size(110, 32);
  469. this.b2.TabIndex = 17;
  470. this.b2.Text = "Первая";
  471. this.b2.UseVisualStyleBackColor = false;
  472. this.b2.Click += new System.EventHandler(this.b2_Click);
  473. //
  474. // b3
  475. //
  476. this.b3.BackColor = System.Drawing.Color.WhiteSmoke;
  477. this.b3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  478. this.b3.ForeColor = System.Drawing.Color.DeepPink;
  479. this.b3.Location = new System.Drawing.Point(148, 311);
  480. this.b3.Name = "b3";
  481. this.b3.Size = new System.Drawing.Size(110, 32);
  482. this.b3.TabIndex = 18;
  483. this.b3.Text = "Следующая";
  484. this.b3.UseVisualStyleBackColor = false;
  485. this.b3.Click += new System.EventHandler(this.b3_Click);
  486. //
  487. // b4
  488. //
  489. this.b4.BackColor = System.Drawing.Color.WhiteSmoke;
  490. this.b4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  491. this.b4.ForeColor = System.Drawing.Color.DeepPink;
  492. this.b4.Location = new System.Drawing.Point(32, 349);
  493. this.b4.Name = "b4";
  494. this.b4.Size = new System.Drawing.Size(110, 32);
  495. this.b4.TabIndex = 19;
  496. this.b4.Text = "Предыдущая";
  497. this.b4.UseVisualStyleBackColor = false;
  498. this.b4.Click += new System.EventHandler(this.b4_Click);
  499. //
  500. // b5
  501. //
  502. this.b5.BackColor = System.Drawing.Color.WhiteSmoke;
  503. this.b5.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  504. this.b5.ForeColor = System.Drawing.Color.DeepPink;
  505. this.b5.Location = new System.Drawing.Point(148, 349);
  506. this.b5.Name = "b5";
  507. this.b5.Size = new System.Drawing.Size(110, 32);
  508. this.b5.TabIndex = 20;
  509. this.b5.Text = "Последняя";
  510. this.b5.UseVisualStyleBackColor = false;
  511. this.b5.Click += new System.EventHandler(this.b5_Click);
  512. //
  513. // b7
  514. //
  515. this.b7.BackColor = System.Drawing.Color.WhiteSmoke;
  516. this.b7.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  517. this.b7.ForeColor = System.Drawing.Color.DeepPink;
  518. this.b7.Location = new System.Drawing.Point(424, 311);
  519. this.b7.Name = "b7";
  520. this.b7.Size = new System.Drawing.Size(110, 32);
  521. this.b7.TabIndex = 21;
  522. this.b7.Text = "Сохранить";
  523. this.b7.UseVisualStyleBackColor = false;
  524. this.b7.Click += new System.EventHandler(this.b7_Click);
  525. //
  526. // b8
  527. //
  528. this.b8.BackColor = System.Drawing.Color.WhiteSmoke;
  529. this.b8.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  530. this.b8.ForeColor = System.Drawing.Color.DeepPink;
  531. this.b8.Location = new System.Drawing.Point(308, 349);
  532. this.b8.Name = "b8";
  533. this.b8.Size = new System.Drawing.Size(110, 32);
  534. this.b8.TabIndex = 22;
  535. this.b8.Text = "Удалить";
  536. this.b8.UseVisualStyleBackColor = false;
  537. this.b8.Click += new System.EventHandler(this.b8_Click);
  538. //
  539. // button3
  540. //
  541. this.button3.BackColor = System.Drawing.Color.WhiteSmoke;
  542. this.button3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  543. this.button3.ForeColor = System.Drawing.Color.DeepPink;
  544. this.button3.Location = new System.Drawing.Point(698, 406);
  545. this.button3.Name = "button3";
  546. this.button3.Size = new System.Drawing.Size(110, 32);
  547. this.button3.TabIndex = 24;
  548. this.button3.Text = "Первая";
  549. this.button3.UseVisualStyleBackColor = false;
  550. //
  551. // b6
  552. //
  553. this.b6.BackColor = System.Drawing.Color.WhiteSmoke;
  554. this.b6.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  555. this.b6.ForeColor = System.Drawing.Color.DeepPink;
  556. this.b6.Location = new System.Drawing.Point(308, 311);
  557. this.b6.Name = "b6";
  558. this.b6.Size = new System.Drawing.Size(110, 32);
  559. this.b6.TabIndex = 23;
  560. this.b6.Text = "Добавить";
  561. this.b6.UseVisualStyleBackColor = false;
  562. this.b6.Click += new System.EventHandler(this.b6_Click);
  563. //
  564. // F2Client
  565. //
  566. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  567. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  568. this.BackColor = System.Drawing.Color.MistyRose;
  569. this.ClientSize = new System.Drawing.Size(820, 450);
  570. this.Controls.Add(this.button3);
  571. this.Controls.Add(this.b6);
  572. this.Controls.Add(this.b8);
  573. this.Controls.Add(this.b7);
  574. this.Controls.Add(this.b5);
  575. this.Controls.Add(this.b4);
  576. this.Controls.Add(this.b3);
  577. this.Controls.Add(this.b2);
  578. this.Controls.Add(data_RegistraLabel);
  579. this.Controls.Add(this.data_RegistraDateTimePicker);
  580. this.Controls.Add(emailLabel);
  581. this.Controls.Add(this.emailTextBox);
  582. this.Controls.Add(birthdayLabel);
  583. this.Controls.Add(this.birthdayDateTimePicker);
  584. this.Controls.Add(phoneLabel);
  585. this.Controls.Add(this.phoneTextBox);
  586. this.Controls.Add(otchestvoLabel);
  587. this.Controls.Add(this.otchestvoTextBox);
  588. this.Controls.Add(nameLabel);
  589. this.Controls.Add(this.nameTextBox);
  590. this.Controls.Add(phomiliaLabel1);
  591. this.Controls.Add(this.phomiliaComboBox);
  592. this.Controls.Add(this.L3Авторизация);
  593. this.Controls.Add(this.clientsDataGridView);
  594. this.Controls.Add(this.clientsBindingNavigator);
  595. this.Name = "F2Client";
  596. this.Text = "Клиент";
  597. this.Load += new System.EventHandler(this.F2Client_Load);
  598. ((System.ComponentModel.ISupportInitialize)(this.bB_AzizovaDataSet)).EndInit();
  599. ((System.ComponentModel.ISupportInitialize)(this.clientsBindingSource)).EndInit();
  600. ((System.ComponentModel.ISupportInitialize)(this.clientsBindingNavigator)).EndInit();
  601. this.clientsBindingNavigator.ResumeLayout(false);
  602. this.clientsBindingNavigator.PerformLayout();
  603. ((System.ComponentModel.ISupportInitialize)(this.clientsDataGridView)).EndInit();
  604. this.ResumeLayout(false);
  605. this.PerformLayout();
  606. }
  607. #endregion
  608. private BB_AzizovaDataSet bB_AzizovaDataSet;
  609. private System.Windows.Forms.BindingSource clientsBindingSource;
  610. private BB_AzizovaDataSetTableAdapters.ClientsTableAdapter clientsTableAdapter;
  611. private BB_AzizovaDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  612. private System.Windows.Forms.BindingNavigator clientsBindingNavigator;
  613. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  614. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  615. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  616. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  617. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  618. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  619. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  620. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  621. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  622. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  623. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  624. private System.Windows.Forms.ToolStripButton clientsBindingNavigatorSaveItem;
  625. private System.Windows.Forms.DataGridView clientsDataGridView;
  626. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  627. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  628. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  629. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  630. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  631. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  632. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  633. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  634. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  635. private System.Windows.Forms.Label L3Авторизация;
  636. private System.Windows.Forms.ComboBox phomiliaComboBox;
  637. private System.Windows.Forms.TextBox nameTextBox;
  638. private System.Windows.Forms.TextBox otchestvoTextBox;
  639. private System.Windows.Forms.TextBox phoneTextBox;
  640. private System.Windows.Forms.DateTimePicker birthdayDateTimePicker;
  641. private System.Windows.Forms.TextBox emailTextBox;
  642. private System.Windows.Forms.DateTimePicker data_RegistraDateTimePicker;
  643. private System.Windows.Forms.Button b2;
  644. private System.Windows.Forms.Button b3;
  645. private System.Windows.Forms.Button b4;
  646. private System.Windows.Forms.Button b5;
  647. private System.Windows.Forms.Button b7;
  648. private System.Windows.Forms.Button b8;
  649. private System.Windows.Forms.Button button3;
  650. private System.Windows.Forms.Button b6;
  651. }
  652. }