Form4.Designer.cs 25 KB

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