F Voditeli.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. 
  2. namespace Валов_проект_ГАИ
  3. {
  4. partial class F_Voditeli
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_Voditeli));
  31. System.Windows.Forms.Label номер_водительского_удостоверенияLabel;
  32. System.Windows.Forms.Label фамилияLabel;
  33. System.Windows.Forms.Label имяLabel;
  34. System.Windows.Forms.Label отчествоLabel;
  35. System.Windows.Forms.Label адресLabel;
  36. System.Windows.Forms.Label телефонLabel;
  37. this.iS31Valov12DataSet = new Валов_проект_ГАИ.IS31Valov12DataSet();
  38. this.водителиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.водителиTableAdapter = new Валов_проект_ГАИ.IS31Valov12DataSetTableAdapters.ВодителиTableAdapter();
  40. this.tableAdapterManager = new Валов_проект_ГАИ.IS31Valov12DataSetTableAdapters.TableAdapterManager();
  41. this.водителиBindingNavigator = 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.водителиBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  54. this.номер_водительского_удостоверенияTextBox = new System.Windows.Forms.TextBox();
  55. this.фамилияTextBox = new System.Windows.Forms.TextBox();
  56. this.имяTextBox = new System.Windows.Forms.TextBox();
  57. this.отчествоTextBox = new System.Windows.Forms.TextBox();
  58. this.адресTextBox = new System.Windows.Forms.TextBox();
  59. this.телефонTextBox = new System.Windows.Forms.TextBox();
  60. this.label1 = new System.Windows.Forms.Label();
  61. номер_водительского_удостоверенияLabel = new System.Windows.Forms.Label();
  62. фамилияLabel = new System.Windows.Forms.Label();
  63. имяLabel = new System.Windows.Forms.Label();
  64. отчествоLabel = new System.Windows.Forms.Label();
  65. адресLabel = new System.Windows.Forms.Label();
  66. телефонLabel = new System.Windows.Forms.Label();
  67. ((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.водителиBindingSource)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.водителиBindingNavigator)).BeginInit();
  70. this.водителиBindingNavigator.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // iS31Valov12DataSet
  74. //
  75. this.iS31Valov12DataSet.DataSetName = "IS31Valov12DataSet";
  76. this.iS31Valov12DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  77. //
  78. // водителиBindingSource
  79. //
  80. this.водителиBindingSource.DataMember = "Водители";
  81. this.водителиBindingSource.DataSource = this.iS31Valov12DataSet;
  82. //
  83. // водителиTableAdapter
  84. //
  85. this.водителиTableAdapter.ClearBeforeFill = true;
  86. //
  87. // tableAdapterManager
  88. //
  89. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  90. this.tableAdapterManager.UpdateOrder = Валов_проект_ГАИ.IS31Valov12DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  91. this.tableAdapterManager.АвтомобилиTableAdapter = null;
  92. this.tableAdapterManager.ВзысканияTableAdapter = null;
  93. this.tableAdapterManager.ВодителиTableAdapter = this.водителиTableAdapter;
  94. this.tableAdapterManager.НарушенияTableAdapter = null;
  95. //
  96. // водителиBindingNavigator
  97. //
  98. this.водителиBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  99. this.водителиBindingNavigator.BindingSource = this.водителиBindingSource;
  100. this.водителиBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  101. this.водителиBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  102. this.водителиBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  103. this.bindingNavigatorMoveFirstItem,
  104. this.bindingNavigatorMovePreviousItem,
  105. this.bindingNavigatorSeparator,
  106. this.bindingNavigatorPositionItem,
  107. this.bindingNavigatorCountItem,
  108. this.bindingNavigatorSeparator1,
  109. this.bindingNavigatorMoveNextItem,
  110. this.bindingNavigatorMoveLastItem,
  111. this.bindingNavigatorSeparator2,
  112. this.bindingNavigatorAddNewItem,
  113. this.bindingNavigatorDeleteItem,
  114. this.водителиBindingNavigatorSaveItem});
  115. this.водителиBindingNavigator.Location = new System.Drawing.Point(0, 0);
  116. this.водителиBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  117. this.водителиBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  118. this.водителиBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  119. this.водителиBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  120. this.водителиBindingNavigator.Name = "водителиBindingNavigator";
  121. this.водителиBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  122. this.водителиBindingNavigator.Size = new System.Drawing.Size(800, 25);
  123. this.водителиBindingNavigator.TabIndex = 0;
  124. this.водителиBindingNavigator.Text = "bindingNavigator1";
  125. //
  126. // bindingNavigatorMoveFirstItem
  127. //
  128. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  129. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  130. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  131. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  132. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  133. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  134. //
  135. // bindingNavigatorMovePreviousItem
  136. //
  137. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  138. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  139. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  140. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  141. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  142. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  143. //
  144. // bindingNavigatorSeparator
  145. //
  146. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  147. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  148. //
  149. // bindingNavigatorPositionItem
  150. //
  151. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  152. this.bindingNavigatorPositionItem.AutoSize = false;
  153. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  154. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  155. this.bindingNavigatorPositionItem.Text = "0";
  156. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  157. //
  158. // bindingNavigatorCountItem
  159. //
  160. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  161. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  162. this.bindingNavigatorCountItem.Text = "для {0}";
  163. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  164. //
  165. // bindingNavigatorSeparator1
  166. //
  167. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  168. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  169. //
  170. // bindingNavigatorMoveNextItem
  171. //
  172. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  173. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  174. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  175. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  176. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  177. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  178. //
  179. // bindingNavigatorMoveLastItem
  180. //
  181. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  182. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  183. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  184. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  185. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  186. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  187. //
  188. // bindingNavigatorSeparator2
  189. //
  190. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  191. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  192. //
  193. // bindingNavigatorAddNewItem
  194. //
  195. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  196. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  197. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  198. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  199. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  200. this.bindingNavigatorAddNewItem.Text = "Добавить";
  201. //
  202. // bindingNavigatorDeleteItem
  203. //
  204. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  205. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  206. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  207. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  208. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  209. this.bindingNavigatorDeleteItem.Text = "Удалить";
  210. //
  211. // водителиBindingNavigatorSaveItem
  212. //
  213. this.водителиBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  214. this.водителиBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("водителиBindingNavigatorSaveItem.Image")));
  215. this.водителиBindingNavigatorSaveItem.Name = "водителиBindingNavigatorSaveItem";
  216. this.водителиBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  217. this.водителиBindingNavigatorSaveItem.Text = "Сохранить данные";
  218. this.водителиBindingNavigatorSaveItem.Click += new System.EventHandler(this.водителиBindingNavigatorSaveItem_Click);
  219. //
  220. // номер_водительского_удостоверенияLabel
  221. //
  222. номер_водительского_удостоверенияLabel.AutoSize = true;
  223. номер_водительского_удостоверенияLabel.Location = new System.Drawing.Point(278, 95);
  224. номер_водительского_удостоверенияLabel.Name = "номер_водительского_удостоверенияLabel";
  225. номер_водительского_удостоверенияLabel.Size = new System.Drawing.Size(202, 13);
  226. номер_водительского_удостоверенияLabel.TabIndex = 1;
  227. номер_водительского_удостоверенияLabel.Text = "Номер водительского удостоверения:";
  228. //
  229. // номер_водительского_удостоверенияTextBox
  230. //
  231. this.номер_водительского_удостоверенияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Номер водительского удостоверения", true));
  232. this.номер_водительского_удостоверенияTextBox.Location = new System.Drawing.Point(486, 92);
  233. this.номер_водительского_удостоверенияTextBox.Name = "номер_водительского_удостоверенияTextBox";
  234. this.номер_водительского_удостоверенияTextBox.Size = new System.Drawing.Size(100, 20);
  235. this.номер_водительского_удостоверенияTextBox.TabIndex = 2;
  236. //
  237. // фамилияLabel
  238. //
  239. фамилияLabel.AutoSize = true;
  240. фамилияLabel.Location = new System.Drawing.Point(315, 131);
  241. фамилияLabel.Name = "фамилияLabel";
  242. фамилияLabel.Size = new System.Drawing.Size(59, 13);
  243. фамилияLabel.TabIndex = 3;
  244. фамилияLabel.Text = "Фамилия:";
  245. //
  246. // фамилияTextBox
  247. //
  248. this.фамилияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Фамилия", true));
  249. this.фамилияTextBox.Location = new System.Drawing.Point(380, 128);
  250. this.фамилияTextBox.Name = "фамилияTextBox";
  251. this.фамилияTextBox.Size = new System.Drawing.Size(100, 20);
  252. this.фамилияTextBox.TabIndex = 4;
  253. //
  254. // имяLabel
  255. //
  256. имяLabel.AutoSize = true;
  257. имяLabel.Location = new System.Drawing.Point(328, 170);
  258. имяLabel.Name = "имяLabel";
  259. имяLabel.Size = new System.Drawing.Size(32, 13);
  260. имяLabel.TabIndex = 5;
  261. имяLabel.Text = "Имя:";
  262. //
  263. // имяTextBox
  264. //
  265. this.имяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Имя", true));
  266. this.имяTextBox.Location = new System.Drawing.Point(366, 167);
  267. this.имяTextBox.Name = "имяTextBox";
  268. this.имяTextBox.Size = new System.Drawing.Size(100, 20);
  269. this.имяTextBox.TabIndex = 6;
  270. //
  271. // отчествоLabel
  272. //
  273. отчествоLabel.AutoSize = true;
  274. отчествоLabel.Location = new System.Drawing.Point(317, 207);
  275. отчествоLabel.Name = "отчествоLabel";
  276. отчествоLabel.Size = new System.Drawing.Size(57, 13);
  277. отчествоLabel.TabIndex = 7;
  278. отчествоLabel.Text = "Отчество:";
  279. //
  280. // отчествоTextBox
  281. //
  282. this.отчествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Отчество", true));
  283. this.отчествоTextBox.Location = new System.Drawing.Point(380, 204);
  284. this.отчествоTextBox.Name = "отчествоTextBox";
  285. this.отчествоTextBox.Size = new System.Drawing.Size(100, 20);
  286. this.отчествоTextBox.TabIndex = 8;
  287. //
  288. // адресLabel
  289. //
  290. адресLabel.AutoSize = true;
  291. адресLabel.Location = new System.Drawing.Point(316, 242);
  292. адресLabel.Name = "адресLabel";
  293. адресLabel.Size = new System.Drawing.Size(41, 13);
  294. адресLabel.TabIndex = 9;
  295. адресLabel.Text = "Адрес:";
  296. //
  297. // адресTextBox
  298. //
  299. this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Адрес", true));
  300. this.адресTextBox.Location = new System.Drawing.Point(363, 239);
  301. this.адресTextBox.Name = "адресTextBox";
  302. this.адресTextBox.Size = new System.Drawing.Size(100, 20);
  303. this.адресTextBox.TabIndex = 10;
  304. //
  305. // телефонLabel
  306. //
  307. телефонLabel.AutoSize = true;
  308. телефонLabel.Location = new System.Drawing.Point(315, 277);
  309. телефонLabel.Name = "телефонLabel";
  310. телефонLabel.Size = new System.Drawing.Size(55, 13);
  311. телефонLabel.TabIndex = 11;
  312. телефонLabel.Text = "Телефон:";
  313. //
  314. // телефонTextBox
  315. //
  316. this.телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Телефон", true));
  317. this.телефонTextBox.Location = new System.Drawing.Point(376, 274);
  318. this.телефонTextBox.Name = "телефонTextBox";
  319. this.телефонTextBox.Size = new System.Drawing.Size(100, 20);
  320. this.телефонTextBox.TabIndex = 12;
  321. //
  322. // label1
  323. //
  324. this.label1.AutoSize = true;
  325. this.label1.Location = new System.Drawing.Point(376, 48);
  326. this.label1.Name = "label1";
  327. this.label1.Size = new System.Drawing.Size(111, 13);
  328. this.label1.TabIndex = 13;
  329. this.label1.Text = "Таблица \"Водители\"";
  330. //
  331. // F_Voditeli
  332. //
  333. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  334. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  335. this.ClientSize = new System.Drawing.Size(800, 450);
  336. this.Controls.Add(this.label1);
  337. this.Controls.Add(телефонLabel);
  338. this.Controls.Add(this.телефонTextBox);
  339. this.Controls.Add(адресLabel);
  340. this.Controls.Add(this.адресTextBox);
  341. this.Controls.Add(отчествоLabel);
  342. this.Controls.Add(this.отчествоTextBox);
  343. this.Controls.Add(имяLabel);
  344. this.Controls.Add(this.имяTextBox);
  345. this.Controls.Add(фамилияLabel);
  346. this.Controls.Add(this.фамилияTextBox);
  347. this.Controls.Add(номер_водительского_удостоверенияLabel);
  348. this.Controls.Add(this.номер_водительского_удостоверенияTextBox);
  349. this.Controls.Add(this.водителиBindingNavigator);
  350. this.Name = "F_Voditeli";
  351. this.Text = "F_Voditeli";
  352. this.Load += new System.EventHandler(this.F_Voditeli_Load);
  353. ((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.водителиBindingSource)).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)(this.водителиBindingNavigator)).EndInit();
  356. this.водителиBindingNavigator.ResumeLayout(false);
  357. this.водителиBindingNavigator.PerformLayout();
  358. this.ResumeLayout(false);
  359. this.PerformLayout();
  360. }
  361. #endregion
  362. private IS31Valov12DataSet iS31Valov12DataSet;
  363. private System.Windows.Forms.BindingSource водителиBindingSource;
  364. private IS31Valov12DataSetTableAdapters.ВодителиTableAdapter водителиTableAdapter;
  365. private IS31Valov12DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  366. private System.Windows.Forms.BindingNavigator водителиBindingNavigator;
  367. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  368. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  369. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  370. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  371. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  372. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  373. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  374. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  375. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  376. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  377. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  378. private System.Windows.Forms.ToolStripButton водителиBindingNavigatorSaveItem;
  379. private System.Windows.Forms.TextBox номер_водительского_удостоверенияTextBox;
  380. private System.Windows.Forms.TextBox фамилияTextBox;
  381. private System.Windows.Forms.TextBox имяTextBox;
  382. private System.Windows.Forms.TextBox отчествоTextBox;
  383. private System.Windows.Forms.TextBox адресTextBox;
  384. private System.Windows.Forms.TextBox телефонTextBox;
  385. private System.Windows.Forms.Label label1;
  386. }
  387. }