f_vehi.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  1. namespace Fuel01
  2. {
  3. partial class f_vehi
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.tbvehiculeBindingSource = new System.Windows.Forms.BindingSource(this.components);
  31. this.dataSet1 = new Fuel01.DataSet1();
  32. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  33. this.st1 = new System.Windows.Forms.ToolStripStatusLabel();
  34. this.StatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  35. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  36. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  37. this.dg_vehi = new System.Windows.Forms.DataGridView();
  38. this.sort1_vehi = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.categ_vehi = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.num_vehiCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.cmpnum_vehiCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.cond_vehiCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.immat_vehi = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.famille_vehi = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.label9 = new System.Windows.Forms.Label();
  46. this.bt_Sup = new System.Windows.Forms.Button();
  47. this.Bt_Abort = new System.Windows.Forms.Button();
  48. this.bt_Valid = new System.Windows.Forms.Button();
  49. this.bt_Aj = new System.Windows.Forms.Button();
  50. this.bt_Mod = new System.Windows.Forms.Button();
  51. this.combo_famille = new System.Windows.Forms.ComboBox();
  52. this.label8 = new System.Windows.Forms.Label();
  53. this.label7 = new System.Windows.Forms.Label();
  54. this.label6 = new System.Windows.Forms.Label();
  55. this.label5 = new System.Windows.Forms.Label();
  56. this.label4 = new System.Windows.Forms.Label();
  57. this.combo_energy = new System.Windows.Forms.ComboBox();
  58. this.label3 = new System.Windows.Forms.Label();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.label1 = new System.Windows.Forms.Label();
  61. this.text_cond_vehi = new System.Windows.Forms.TextBox();
  62. this.text_kmarr_vehi = new System.Windows.Forms.TextBox();
  63. this.text_kmdep_vehi = new System.Windows.Forms.TextBox();
  64. this.text_type_vehi = new System.Windows.Forms.TextBox();
  65. this.text_cmpnum_vehi = new System.Windows.Forms.TextBox();
  66. this.text_num_vehi = new System.Windows.Forms.TextBox();
  67. this.text_immat_vehi = new System.Windows.Forms.TextBox();
  68. this.combo_categ_vehi = new System.Windows.Forms.ComboBox();
  69. ((System.ComponentModel.ISupportInitialize)(this.tbvehiculeBindingSource)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  71. this.statusStrip1.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  73. this.splitContainer1.Panel2.SuspendLayout();
  74. this.splitContainer1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  76. this.splitContainer2.Panel1.SuspendLayout();
  77. this.splitContainer2.Panel2.SuspendLayout();
  78. this.splitContainer2.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.dg_vehi)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // tbvehiculeBindingSource
  83. //
  84. this.tbvehiculeBindingSource.DataMember = "tb_vehi";
  85. this.tbvehiculeBindingSource.DataSource = this.dataSet1;
  86. this.tbvehiculeBindingSource.Sort = "sort1_vehi";
  87. //
  88. // dataSet1
  89. //
  90. this.dataSet1.DataSetName = "DataSet1";
  91. this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  92. //
  93. // statusStrip1
  94. //
  95. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  96. this.st1,
  97. this.StatusLabel1});
  98. this.statusStrip1.Location = new System.Drawing.Point(0, 437);
  99. this.statusStrip1.Name = "statusStrip1";
  100. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
  101. this.statusStrip1.Size = new System.Drawing.Size(1030, 22);
  102. this.statusStrip1.TabIndex = 27;
  103. this.statusStrip1.Text = "statusStrip1";
  104. //
  105. // st1
  106. //
  107. this.st1.Name = "st1";
  108. this.st1.Size = new System.Drawing.Size(0, 17);
  109. //
  110. // StatusLabel1
  111. //
  112. this.StatusLabel1.Name = "StatusLabel1";
  113. this.StatusLabel1.Size = new System.Drawing.Size(16, 17);
  114. this.StatusLabel1.Text = "...";
  115. //
  116. // splitContainer1
  117. //
  118. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  120. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  121. this.splitContainer1.Name = "splitContainer1";
  122. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  123. //
  124. // splitContainer1.Panel2
  125. //
  126. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  127. this.splitContainer1.Size = new System.Drawing.Size(1030, 437);
  128. this.splitContainer1.SplitterDistance = 28;
  129. this.splitContainer1.TabIndex = 29;
  130. //
  131. // splitContainer2
  132. //
  133. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  135. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  136. this.splitContainer2.Name = "splitContainer2";
  137. //
  138. // splitContainer2.Panel1
  139. //
  140. this.splitContainer2.Panel1.Controls.Add(this.dg_vehi);
  141. //
  142. // splitContainer2.Panel2
  143. //
  144. this.splitContainer2.Panel2.Controls.Add(this.combo_categ_vehi);
  145. this.splitContainer2.Panel2.Controls.Add(this.label9);
  146. this.splitContainer2.Panel2.Controls.Add(this.bt_Sup);
  147. this.splitContainer2.Panel2.Controls.Add(this.Bt_Abort);
  148. this.splitContainer2.Panel2.Controls.Add(this.bt_Valid);
  149. this.splitContainer2.Panel2.Controls.Add(this.bt_Aj);
  150. this.splitContainer2.Panel2.Controls.Add(this.bt_Mod);
  151. this.splitContainer2.Panel2.Controls.Add(this.combo_famille);
  152. this.splitContainer2.Panel2.Controls.Add(this.label8);
  153. this.splitContainer2.Panel2.Controls.Add(this.label7);
  154. this.splitContainer2.Panel2.Controls.Add(this.label6);
  155. this.splitContainer2.Panel2.Controls.Add(this.label5);
  156. this.splitContainer2.Panel2.Controls.Add(this.label4);
  157. this.splitContainer2.Panel2.Controls.Add(this.combo_energy);
  158. this.splitContainer2.Panel2.Controls.Add(this.label3);
  159. this.splitContainer2.Panel2.Controls.Add(this.label2);
  160. this.splitContainer2.Panel2.Controls.Add(this.label1);
  161. this.splitContainer2.Panel2.Controls.Add(this.text_cond_vehi);
  162. this.splitContainer2.Panel2.Controls.Add(this.text_kmarr_vehi);
  163. this.splitContainer2.Panel2.Controls.Add(this.text_kmdep_vehi);
  164. this.splitContainer2.Panel2.Controls.Add(this.text_type_vehi);
  165. this.splitContainer2.Panel2.Controls.Add(this.text_cmpnum_vehi);
  166. this.splitContainer2.Panel2.Controls.Add(this.text_num_vehi);
  167. this.splitContainer2.Panel2.Controls.Add(this.text_immat_vehi);
  168. this.splitContainer2.Size = new System.Drawing.Size(1030, 405);
  169. this.splitContainer2.SplitterDistance = 713;
  170. this.splitContainer2.TabIndex = 2;
  171. //
  172. // dg_vehi
  173. //
  174. this.dg_vehi.AllowUserToAddRows = false;
  175. this.dg_vehi.AllowUserToDeleteRows = false;
  176. this.dg_vehi.AllowUserToOrderColumns = true;
  177. this.dg_vehi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  178. this.dg_vehi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  179. this.sort1_vehi,
  180. this.categ_vehi,
  181. this.num_vehiCol,
  182. this.cmpnum_vehiCol,
  183. this.cond_vehiCol,
  184. this.immat_vehi,
  185. this.famille_vehi});
  186. this.dg_vehi.Dock = System.Windows.Forms.DockStyle.Fill;
  187. this.dg_vehi.Location = new System.Drawing.Point(0, 0);
  188. this.dg_vehi.Margin = new System.Windows.Forms.Padding(2);
  189. this.dg_vehi.Name = "dg_vehi";
  190. this.dg_vehi.ReadOnly = true;
  191. this.dg_vehi.RowTemplate.Height = 24;
  192. this.dg_vehi.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  193. this.dg_vehi.Size = new System.Drawing.Size(713, 405);
  194. this.dg_vehi.TabIndex = 2;
  195. //
  196. // sort1_vehi
  197. //
  198. this.sort1_vehi.DataPropertyName = "sort1_vehi";
  199. this.sort1_vehi.HeaderText = "Clé";
  200. this.sort1_vehi.Name = "sort1_vehi";
  201. this.sort1_vehi.ReadOnly = true;
  202. //
  203. // categ_vehi
  204. //
  205. this.categ_vehi.DataPropertyName = "categ_vehi";
  206. this.categ_vehi.HeaderText = "Categ";
  207. this.categ_vehi.Name = "categ_vehi";
  208. this.categ_vehi.ReadOnly = true;
  209. this.categ_vehi.Width = 50;
  210. //
  211. // num_vehiCol
  212. //
  213. this.num_vehiCol.DataPropertyName = "num_vehi";
  214. dataGridViewCellStyle2.Format = "###0";
  215. dataGridViewCellStyle2.NullValue = null;
  216. this.num_vehiCol.DefaultCellStyle = dataGridViewCellStyle2;
  217. this.num_vehiCol.HeaderText = "Numéro";
  218. this.num_vehiCol.Name = "num_vehiCol";
  219. this.num_vehiCol.ReadOnly = true;
  220. this.num_vehiCol.Width = 60;
  221. //
  222. // cmpnum_vehiCol
  223. //
  224. this.cmpnum_vehiCol.DataPropertyName = "cmpnum_vehi";
  225. this.cmpnum_vehiCol.HeaderText = "Cp";
  226. this.cmpnum_vehiCol.Name = "cmpnum_vehiCol";
  227. this.cmpnum_vehiCol.ReadOnly = true;
  228. this.cmpnum_vehiCol.Width = 30;
  229. //
  230. // cond_vehiCol
  231. //
  232. this.cond_vehiCol.DataPropertyName = "cond_vehi";
  233. this.cond_vehiCol.HeaderText = "Conducteur";
  234. this.cond_vehiCol.Name = "cond_vehiCol";
  235. this.cond_vehiCol.ReadOnly = true;
  236. this.cond_vehiCol.Width = 120;
  237. //
  238. // immat_vehi
  239. //
  240. this.immat_vehi.DataPropertyName = "immat_vehi";
  241. this.immat_vehi.HeaderText = "Immatriculation";
  242. this.immat_vehi.Name = "immat_vehi";
  243. this.immat_vehi.ReadOnly = true;
  244. //
  245. // famille_vehi
  246. //
  247. this.famille_vehi.DataPropertyName = "famille_vehi";
  248. this.famille_vehi.HeaderText = "Famille";
  249. this.famille_vehi.Name = "famille_vehi";
  250. this.famille_vehi.ReadOnly = true;
  251. this.famille_vehi.Width = 150;
  252. //
  253. // label9
  254. //
  255. this.label9.AutoSize = true;
  256. this.label9.Location = new System.Drawing.Point(52, 64);
  257. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  258. this.label9.Name = "label9";
  259. this.label9.Size = new System.Drawing.Size(35, 13);
  260. this.label9.TabIndex = 47;
  261. this.label9.Text = "Categ";
  262. //
  263. // bt_Sup
  264. //
  265. this.bt_Sup.Location = new System.Drawing.Point(206, 259);
  266. this.bt_Sup.Margin = new System.Windows.Forms.Padding(2);
  267. this.bt_Sup.Name = "bt_Sup";
  268. this.bt_Sup.Size = new System.Drawing.Size(66, 19);
  269. this.bt_Sup.TabIndex = 13;
  270. this.bt_Sup.Text = "Supprimer";
  271. this.bt_Sup.UseVisualStyleBackColor = true;
  272. this.bt_Sup.Click += new System.EventHandler(this.bt_Sup_Click);
  273. //
  274. // Bt_Abort
  275. //
  276. this.Bt_Abort.Location = new System.Drawing.Point(194, 297);
  277. this.Bt_Abort.Margin = new System.Windows.Forms.Padding(2);
  278. this.Bt_Abort.Name = "Bt_Abort";
  279. this.Bt_Abort.Size = new System.Drawing.Size(77, 19);
  280. this.Bt_Abort.TabIndex = 15;
  281. this.Bt_Abort.Text = "Abandonner";
  282. this.Bt_Abort.UseVisualStyleBackColor = true;
  283. this.Bt_Abort.Click += new System.EventHandler(this.Bt_Abort_Click);
  284. //
  285. // bt_Valid
  286. //
  287. this.bt_Valid.Location = new System.Drawing.Point(55, 297);
  288. this.bt_Valid.Margin = new System.Windows.Forms.Padding(2);
  289. this.bt_Valid.Name = "bt_Valid";
  290. this.bt_Valid.Size = new System.Drawing.Size(76, 19);
  291. this.bt_Valid.TabIndex = 14;
  292. this.bt_Valid.Text = "Valider";
  293. this.bt_Valid.UseVisualStyleBackColor = true;
  294. this.bt_Valid.Click += new System.EventHandler(this.bt_Valid_Click);
  295. //
  296. // bt_Aj
  297. //
  298. this.bt_Aj.Location = new System.Drawing.Point(130, 259);
  299. this.bt_Aj.Margin = new System.Windows.Forms.Padding(2);
  300. this.bt_Aj.Name = "bt_Aj";
  301. this.bt_Aj.Size = new System.Drawing.Size(56, 19);
  302. this.bt_Aj.TabIndex = 12;
  303. this.bt_Aj.Text = "Ajouter";
  304. this.bt_Aj.UseVisualStyleBackColor = true;
  305. this.bt_Aj.Click += new System.EventHandler(this.bt_Aj_Click);
  306. //
  307. // bt_Mod
  308. //
  309. this.bt_Mod.Location = new System.Drawing.Point(54, 259);
  310. this.bt_Mod.Margin = new System.Windows.Forms.Padding(2);
  311. this.bt_Mod.Name = "bt_Mod";
  312. this.bt_Mod.Size = new System.Drawing.Size(56, 19);
  313. this.bt_Mod.TabIndex = 11;
  314. this.bt_Mod.Text = "Modifier";
  315. this.bt_Mod.UseVisualStyleBackColor = true;
  316. this.bt_Mod.Click += new System.EventHandler(this.bt_Mod_Click);
  317. //
  318. // combo_famille
  319. //
  320. this.combo_famille.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "famille_vehi", true));
  321. this.combo_famille.FormattingEnabled = true;
  322. this.combo_famille.Items.AddRange(new object[] {
  323. "Diesel",
  324. "SS plomb 95",
  325. "SS plomb 98"});
  326. this.combo_famille.Location = new System.Drawing.Point(91, 187);
  327. this.combo_famille.Margin = new System.Windows.Forms.Padding(2);
  328. this.combo_famille.Name = "combo_famille";
  329. this.combo_famille.Size = new System.Drawing.Size(164, 21);
  330. this.combo_famille.TabIndex = 9;
  331. //
  332. // label8
  333. //
  334. this.label8.AutoSize = true;
  335. this.label8.Location = new System.Drawing.Point(22, 214);
  336. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  337. this.label8.Name = "label8";
  338. this.label8.Size = new System.Drawing.Size(62, 13);
  339. this.label8.TabIndex = 45;
  340. this.label8.Text = "Conducteur";
  341. //
  342. // label7
  343. //
  344. this.label7.AutoSize = true;
  345. this.label7.Location = new System.Drawing.Point(43, 189);
  346. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  347. this.label7.Name = "label7";
  348. this.label7.Size = new System.Drawing.Size(39, 13);
  349. this.label7.TabIndex = 44;
  350. this.label7.Text = "Famille";
  351. //
  352. // label6
  353. //
  354. this.label6.AutoSize = true;
  355. this.label6.Location = new System.Drawing.Point(150, 162);
  356. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  357. this.label6.Name = "label6";
  358. this.label6.Size = new System.Drawing.Size(41, 13);
  359. this.label6.TabIndex = 7;
  360. this.label6.Text = "KM arr.";
  361. //
  362. // label5
  363. //
  364. this.label5.AutoSize = true;
  365. this.label5.Location = new System.Drawing.Point(37, 158);
  366. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  367. this.label5.Name = "label5";
  368. this.label5.Size = new System.Drawing.Size(47, 13);
  369. this.label5.TabIndex = 42;
  370. this.label5.Text = "KM dép.";
  371. //
  372. // label4
  373. //
  374. this.label4.AutoSize = true;
  375. this.label4.Location = new System.Drawing.Point(29, 135);
  376. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  377. this.label4.Name = "label4";
  378. this.label4.Size = new System.Drawing.Size(53, 13);
  379. this.label4.TabIndex = 41;
  380. this.label4.Text = "Carburant";
  381. //
  382. // combo_energy
  383. //
  384. this.combo_energy.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "carbu_vehi", true));
  385. this.combo_energy.FormattingEnabled = true;
  386. this.combo_energy.Items.AddRange(new object[] {
  387. "Diesel",
  388. "SS plomb 95",
  389. "SS plomb 98"});
  390. this.combo_energy.Location = new System.Drawing.Point(91, 138);
  391. this.combo_energy.Margin = new System.Windows.Forms.Padding(2);
  392. this.combo_energy.Name = "combo_energy";
  393. this.combo_energy.Size = new System.Drawing.Size(164, 21);
  394. this.combo_energy.TabIndex = 5;
  395. this.combo_energy.TextUpdate += new System.EventHandler(this.combo_energy_TextUpdate);
  396. this.combo_energy.TextChanged += new System.EventHandler(this.combo_energy_TextUpdate);
  397. //
  398. // label3
  399. //
  400. this.label3.AutoSize = true;
  401. this.label3.Location = new System.Drawing.Point(52, 113);
  402. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  403. this.label3.Name = "label3";
  404. this.label3.Size = new System.Drawing.Size(31, 13);
  405. this.label3.TabIndex = 39;
  406. this.label3.Text = "Type";
  407. //
  408. // label2
  409. //
  410. this.label2.AutoSize = true;
  411. this.label2.Location = new System.Drawing.Point(34, 89);
  412. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  413. this.label2.Name = "label2";
  414. this.label2.Size = new System.Drawing.Size(50, 13);
  415. this.label2.TabIndex = 38;
  416. this.label2.Text = "N°Immat.";
  417. this.label2.Click += new System.EventHandler(this.label2_Click);
  418. //
  419. // label1
  420. //
  421. this.label1.AutoSize = true;
  422. this.label1.Location = new System.Drawing.Point(39, 40);
  423. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  424. this.label1.Name = "label1";
  425. this.label1.Size = new System.Drawing.Size(44, 13);
  426. this.label1.TabIndex = 37;
  427. this.label1.Text = "Numero";
  428. //
  429. // text_cond_vehi
  430. //
  431. this.text_cond_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "cond_vehi", true));
  432. this.text_cond_vehi.Location = new System.Drawing.Point(91, 212);
  433. this.text_cond_vehi.Margin = new System.Windows.Forms.Padding(2);
  434. this.text_cond_vehi.Name = "text_cond_vehi";
  435. this.text_cond_vehi.Size = new System.Drawing.Size(164, 20);
  436. this.text_cond_vehi.TabIndex = 10;
  437. //
  438. // text_kmarr_vehi
  439. //
  440. this.text_kmarr_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "kmarr_vehi", true));
  441. this.text_kmarr_vehi.Location = new System.Drawing.Point(199, 161);
  442. this.text_kmarr_vehi.Margin = new System.Windows.Forms.Padding(2);
  443. this.text_kmarr_vehi.Name = "text_kmarr_vehi";
  444. this.text_kmarr_vehi.Size = new System.Drawing.Size(56, 20);
  445. this.text_kmarr_vehi.TabIndex = 8;
  446. //
  447. // text_kmdep_vehi
  448. //
  449. this.text_kmdep_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "kmdep_vehi", true));
  450. this.text_kmdep_vehi.Location = new System.Drawing.Point(91, 163);
  451. this.text_kmdep_vehi.Margin = new System.Windows.Forms.Padding(2);
  452. this.text_kmdep_vehi.Name = "text_kmdep_vehi";
  453. this.text_kmdep_vehi.Size = new System.Drawing.Size(52, 20);
  454. this.text_kmdep_vehi.TabIndex = 6;
  455. //
  456. // text_type_vehi
  457. //
  458. this.text_type_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "type_vehi", true));
  459. this.text_type_vehi.Location = new System.Drawing.Point(91, 114);
  460. this.text_type_vehi.Margin = new System.Windows.Forms.Padding(2);
  461. this.text_type_vehi.Name = "text_type_vehi";
  462. this.text_type_vehi.Size = new System.Drawing.Size(164, 20);
  463. this.text_type_vehi.TabIndex = 4;
  464. //
  465. // text_cmpnum_vehi
  466. //
  467. this.text_cmpnum_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "cmpnum_vehi", true));
  468. this.text_cmpnum_vehi.Location = new System.Drawing.Point(207, 40);
  469. this.text_cmpnum_vehi.Margin = new System.Windows.Forms.Padding(2);
  470. this.text_cmpnum_vehi.Name = "text_cmpnum_vehi";
  471. this.text_cmpnum_vehi.Size = new System.Drawing.Size(55, 20);
  472. this.text_cmpnum_vehi.TabIndex = 1;
  473. this.text_cmpnum_vehi.Leave += new System.EventHandler(this.text_num_vehi_Leave);
  474. //
  475. // text_num_vehi
  476. //
  477. this.text_num_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "num_vehi", true));
  478. this.text_num_vehi.Location = new System.Drawing.Point(91, 40);
  479. this.text_num_vehi.Margin = new System.Windows.Forms.Padding(2);
  480. this.text_num_vehi.Name = "text_num_vehi";
  481. this.text_num_vehi.Size = new System.Drawing.Size(112, 20);
  482. this.text_num_vehi.TabIndex = 0;
  483. this.text_num_vehi.Leave += new System.EventHandler(this.text_num_vehi_Leave);
  484. //
  485. // text_immat_vehi
  486. //
  487. this.text_immat_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "immat_vehi", true));
  488. this.text_immat_vehi.Location = new System.Drawing.Point(91, 90);
  489. this.text_immat_vehi.Margin = new System.Windows.Forms.Padding(2);
  490. this.text_immat_vehi.Name = "text_immat_vehi";
  491. this.text_immat_vehi.Size = new System.Drawing.Size(164, 20);
  492. this.text_immat_vehi.TabIndex = 3;
  493. this.text_immat_vehi.TextChanged += new System.EventHandler(this.text_immat_vehi_TextChanged);
  494. //
  495. // combo_categ_vehi
  496. //
  497. this.combo_categ_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "categ_vehi", true));
  498. this.combo_categ_vehi.FormattingEnabled = true;
  499. this.combo_categ_vehi.Items.AddRange(new object[] {
  500. "A",
  501. "M"});
  502. this.combo_categ_vehi.Location = new System.Drawing.Point(91, 65);
  503. this.combo_categ_vehi.Margin = new System.Windows.Forms.Padding(2);
  504. this.combo_categ_vehi.Name = "combo_categ_vehi";
  505. this.combo_categ_vehi.Size = new System.Drawing.Size(52, 21);
  506. this.combo_categ_vehi.TabIndex = 2;
  507. //
  508. // f_vehi
  509. //
  510. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  511. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  512. this.ClientSize = new System.Drawing.Size(1030, 459);
  513. this.Controls.Add(this.splitContainer1);
  514. this.Controls.Add(this.statusStrip1);
  515. this.Margin = new System.Windows.Forms.Padding(2);
  516. this.Name = "f_vehi";
  517. this.ShowIcon = false;
  518. this.ShowInTaskbar = false;
  519. this.Text = "Véhicules";
  520. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_vehi_FormClosing);
  521. this.Load += new System.EventHandler(this.vehi_Load);
  522. ((System.ComponentModel.ISupportInitialize)(this.tbvehiculeBindingSource)).EndInit();
  523. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  524. this.statusStrip1.ResumeLayout(false);
  525. this.statusStrip1.PerformLayout();
  526. this.splitContainer1.Panel2.ResumeLayout(false);
  527. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  528. this.splitContainer1.ResumeLayout(false);
  529. this.splitContainer2.Panel1.ResumeLayout(false);
  530. this.splitContainer2.Panel2.ResumeLayout(false);
  531. this.splitContainer2.Panel2.PerformLayout();
  532. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  533. this.splitContainer2.ResumeLayout(false);
  534. ((System.ComponentModel.ISupportInitialize)(this.dg_vehi)).EndInit();
  535. this.ResumeLayout(false);
  536. this.PerformLayout();
  537. }
  538. #endregion
  539. private System.Windows.Forms.BindingSource tbvehiculeBindingSource;
  540. private System.Windows.Forms.StatusStrip statusStrip1;
  541. private System.Windows.Forms.ToolStripStatusLabel st1;
  542. private DataSet1 dataSet1;
  543. private System.Windows.Forms.SplitContainer splitContainer1;
  544. private System.Windows.Forms.SplitContainer splitContainer2;
  545. private System.Windows.Forms.DataGridView dg_vehi;
  546. private System.Windows.Forms.Button bt_Sup;
  547. private System.Windows.Forms.Button Bt_Abort;
  548. private System.Windows.Forms.Button bt_Valid;
  549. private System.Windows.Forms.Button bt_Aj;
  550. private System.Windows.Forms.Button bt_Mod;
  551. private System.Windows.Forms.ComboBox combo_famille;
  552. private System.Windows.Forms.Label label8;
  553. private System.Windows.Forms.Label label7;
  554. private System.Windows.Forms.Label label6;
  555. private System.Windows.Forms.Label label5;
  556. private System.Windows.Forms.Label label4;
  557. private System.Windows.Forms.ComboBox combo_energy;
  558. private System.Windows.Forms.Label label3;
  559. private System.Windows.Forms.Label label2;
  560. private System.Windows.Forms.Label label1;
  561. private System.Windows.Forms.TextBox text_cond_vehi;
  562. private System.Windows.Forms.TextBox text_kmarr_vehi;
  563. private System.Windows.Forms.TextBox text_kmdep_vehi;
  564. private System.Windows.Forms.TextBox text_type_vehi;
  565. private System.Windows.Forms.TextBox text_cmpnum_vehi;
  566. private System.Windows.Forms.TextBox text_num_vehi;
  567. private System.Windows.Forms.TextBox text_immat_vehi;
  568. private System.Windows.Forms.ToolStripStatusLabel StatusLabel1;
  569. private System.Windows.Forms.Label label9;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn famille_vehi;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn immat_vehi;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn cond_vehiCol;
  573. private System.Windows.Forms.DataGridViewTextBoxColumn cmpnum_vehiCol;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn num_vehiCol;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn categ_vehi;
  576. private System.Windows.Forms.DataGridViewTextBoxColumn sort1_vehi;
  577. private System.Windows.Forms.ComboBox combo_categ_vehi;
  578. }
  579. }