f_impvehi.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
  1. namespace Fuel01
  2. {
  3. partial class F_impvehi
  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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  31. this.st1 = new System.Windows.Forms.ToolStripStatusLabel();
  32. this.StatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  33. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  34. this.checkZero = new System.Windows.Forms.CheckBox();
  35. this.bt_ok = new System.Windows.Forms.Button();
  36. this.bt_openFile = new System.Windows.Forms.Button();
  37. this.textNomFile = new System.Windows.Forms.TextBox();
  38. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  39. this.dg_vehi = new System.Windows.Forms.DataGridView();
  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.keyvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.numvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.cmpnumvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.immatvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.opevehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.typevehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.condvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.famillevehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.carbuvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.kmdepvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.kmarrvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.tri = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.tbvehiculeBindingSource = new System.Windows.Forms.BindingSource(this.components);
  58. this.dataSet1 = new Fuel01.DataSet1();
  59. this.tb_allValid = new System.Windows.Forms.Button();
  60. this.bt_Sup = new System.Windows.Forms.Button();
  61. this.Bt_Abort = new System.Windows.Forms.Button();
  62. this.bt_Valid = new System.Windows.Forms.Button();
  63. this.bt_Aj = new System.Windows.Forms.Button();
  64. this.bt_Mod = new System.Windows.Forms.Button();
  65. this.combo_famille = new System.Windows.Forms.ComboBox();
  66. this.label8 = new System.Windows.Forms.Label();
  67. this.label7 = new System.Windows.Forms.Label();
  68. this.label6 = new System.Windows.Forms.Label();
  69. this.label5 = new System.Windows.Forms.Label();
  70. this.label4 = new System.Windows.Forms.Label();
  71. this.combo_energy = new System.Windows.Forms.ComboBox();
  72. this.label3 = new System.Windows.Forms.Label();
  73. this.label2 = new System.Windows.Forms.Label();
  74. this.label1 = new System.Windows.Forms.Label();
  75. this.text_cond_vehi = new System.Windows.Forms.TextBox();
  76. this.text_kmarr_vehi = new System.Windows.Forms.TextBox();
  77. this.text_kmdep_vehi = new System.Windows.Forms.TextBox();
  78. this.text_type_vehi = new System.Windows.Forms.TextBox();
  79. this.text_cmpnum_vehi = new System.Windows.Forms.TextBox();
  80. this.text_num_vehi = new System.Windows.Forms.TextBox();
  81. this.text_immat_vehi = new System.Windows.Forms.TextBox();
  82. this.openFileParc = new System.Windows.Forms.OpenFileDialog();
  83. this.text_sort_vehi = new System.Windows.Forms.TextBox();
  84. this.statusStrip1.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  86. this.splitContainer1.Panel1.SuspendLayout();
  87. this.splitContainer1.Panel2.SuspendLayout();
  88. this.splitContainer1.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  90. this.splitContainer2.Panel1.SuspendLayout();
  91. this.splitContainer2.Panel2.SuspendLayout();
  92. this.splitContainer2.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.dg_vehi)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.tbvehiculeBindingSource)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  96. this.SuspendLayout();
  97. //
  98. // statusStrip1
  99. //
  100. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  101. this.st1,
  102. this.StatusLabel1});
  103. this.statusStrip1.Location = new System.Drawing.Point(0, 421);
  104. this.statusStrip1.Name = "statusStrip1";
  105. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
  106. this.statusStrip1.Size = new System.Drawing.Size(826, 22);
  107. this.statusStrip1.TabIndex = 27;
  108. this.statusStrip1.Text = "statusStrip1";
  109. //
  110. // st1
  111. //
  112. this.st1.Name = "st1";
  113. this.st1.Size = new System.Drawing.Size(0, 17);
  114. //
  115. // StatusLabel1
  116. //
  117. this.StatusLabel1.Name = "StatusLabel1";
  118. this.StatusLabel1.Size = new System.Drawing.Size(16, 17);
  119. this.StatusLabel1.Text = "...";
  120. //
  121. // splitContainer1
  122. //
  123. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  125. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  126. this.splitContainer1.Name = "splitContainer1";
  127. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  128. //
  129. // splitContainer1.Panel1
  130. //
  131. this.splitContainer1.Panel1.Controls.Add(this.checkZero);
  132. this.splitContainer1.Panel1.Controls.Add(this.bt_ok);
  133. this.splitContainer1.Panel1.Controls.Add(this.bt_openFile);
  134. this.splitContainer1.Panel1.Controls.Add(this.textNomFile);
  135. //
  136. // splitContainer1.Panel2
  137. //
  138. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  139. this.splitContainer1.Size = new System.Drawing.Size(826, 421);
  140. this.splitContainer1.SplitterDistance = 28;
  141. this.splitContainer1.TabIndex = 29;
  142. //
  143. // checkZero
  144. //
  145. this.checkZero.AutoSize = true;
  146. this.checkZero.Location = new System.Drawing.Point(705, 7);
  147. this.checkZero.Name = "checkZero";
  148. this.checkZero.Size = new System.Drawing.Size(90, 17);
  149. this.checkZero.TabIndex = 3;
  150. this.checkZero.Text = "Effacer avant";
  151. this.checkZero.UseVisualStyleBackColor = true;
  152. //
  153. // bt_ok
  154. //
  155. this.bt_ok.Enabled = false;
  156. this.bt_ok.Location = new System.Drawing.Point(648, 4);
  157. this.bt_ok.Name = "bt_ok";
  158. this.bt_ok.Size = new System.Drawing.Size(51, 23);
  159. this.bt_ok.TabIndex = 2;
  160. this.bt_ok.Text = "GO !";
  161. this.bt_ok.UseVisualStyleBackColor = true;
  162. this.bt_ok.Click += new System.EventHandler(this.Bt_ok_Click);
  163. //
  164. // bt_openFile
  165. //
  166. this.bt_openFile.Location = new System.Drawing.Point(515, 4);
  167. this.bt_openFile.Name = "bt_openFile";
  168. this.bt_openFile.Size = new System.Drawing.Size(129, 23);
  169. this.bt_openFile.TabIndex = 1;
  170. this.bt_openFile.Text = "Choisir le fichier Parc";
  171. this.bt_openFile.UseVisualStyleBackColor = true;
  172. this.bt_openFile.Click += new System.EventHandler(this.Bt_openFile_Click);
  173. //
  174. // textNomFile
  175. //
  176. this.textNomFile.Location = new System.Drawing.Point(3, 4);
  177. this.textNomFile.Name = "textNomFile";
  178. this.textNomFile.Size = new System.Drawing.Size(506, 20);
  179. this.textNomFile.TabIndex = 0;
  180. //
  181. // splitContainer2
  182. //
  183. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  185. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  186. this.splitContainer2.Name = "splitContainer2";
  187. //
  188. // splitContainer2.Panel1
  189. //
  190. this.splitContainer2.Panel1.Controls.Add(this.dg_vehi);
  191. //
  192. // splitContainer2.Panel2
  193. //
  194. this.splitContainer2.Panel2.Controls.Add(this.text_sort_vehi);
  195. this.splitContainer2.Panel2.Controls.Add(this.tb_allValid);
  196. this.splitContainer2.Panel2.Controls.Add(this.bt_Sup);
  197. this.splitContainer2.Panel2.Controls.Add(this.Bt_Abort);
  198. this.splitContainer2.Panel2.Controls.Add(this.bt_Valid);
  199. this.splitContainer2.Panel2.Controls.Add(this.bt_Aj);
  200. this.splitContainer2.Panel2.Controls.Add(this.bt_Mod);
  201. this.splitContainer2.Panel2.Controls.Add(this.combo_famille);
  202. this.splitContainer2.Panel2.Controls.Add(this.label8);
  203. this.splitContainer2.Panel2.Controls.Add(this.label7);
  204. this.splitContainer2.Panel2.Controls.Add(this.label6);
  205. this.splitContainer2.Panel2.Controls.Add(this.label5);
  206. this.splitContainer2.Panel2.Controls.Add(this.label4);
  207. this.splitContainer2.Panel2.Controls.Add(this.combo_energy);
  208. this.splitContainer2.Panel2.Controls.Add(this.label3);
  209. this.splitContainer2.Panel2.Controls.Add(this.label2);
  210. this.splitContainer2.Panel2.Controls.Add(this.label1);
  211. this.splitContainer2.Panel2.Controls.Add(this.text_cond_vehi);
  212. this.splitContainer2.Panel2.Controls.Add(this.text_kmarr_vehi);
  213. this.splitContainer2.Panel2.Controls.Add(this.text_kmdep_vehi);
  214. this.splitContainer2.Panel2.Controls.Add(this.text_type_vehi);
  215. this.splitContainer2.Panel2.Controls.Add(this.text_cmpnum_vehi);
  216. this.splitContainer2.Panel2.Controls.Add(this.text_num_vehi);
  217. this.splitContainer2.Panel2.Controls.Add(this.text_immat_vehi);
  218. this.splitContainer2.Size = new System.Drawing.Size(826, 389);
  219. this.splitContainer2.SplitterDistance = 509;
  220. this.splitContainer2.TabIndex = 2;
  221. //
  222. // dg_vehi
  223. //
  224. this.dg_vehi.AllowUserToAddRows = false;
  225. this.dg_vehi.AllowUserToDeleteRows = false;
  226. this.dg_vehi.AllowUserToOrderColumns = true;
  227. this.dg_vehi.AutoGenerateColumns = false;
  228. this.dg_vehi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  229. this.dg_vehi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  230. this.num_vehiCol,
  231. this.cmpnum_vehiCol,
  232. this.cond_vehiCol,
  233. this.immat_vehi,
  234. this.famille_vehi,
  235. this.keyvehiDataGridViewTextBoxColumn,
  236. this.numvehiDataGridViewTextBoxColumn,
  237. this.cmpnumvehiDataGridViewTextBoxColumn,
  238. this.immatvehiDataGridViewTextBoxColumn,
  239. this.opevehiDataGridViewTextBoxColumn,
  240. this.typevehiDataGridViewTextBoxColumn,
  241. this.condvehiDataGridViewTextBoxColumn,
  242. this.famillevehiDataGridViewTextBoxColumn,
  243. this.carbuvehiDataGridViewTextBoxColumn,
  244. this.kmdepvehiDataGridViewTextBoxColumn,
  245. this.kmarrvehiDataGridViewTextBoxColumn,
  246. this.tri});
  247. this.dg_vehi.DataSource = this.tbvehiculeBindingSource;
  248. this.dg_vehi.Dock = System.Windows.Forms.DockStyle.Fill;
  249. this.dg_vehi.Location = new System.Drawing.Point(0, 0);
  250. this.dg_vehi.Margin = new System.Windows.Forms.Padding(2);
  251. this.dg_vehi.Name = "dg_vehi";
  252. this.dg_vehi.ReadOnly = true;
  253. this.dg_vehi.RowTemplate.Height = 24;
  254. this.dg_vehi.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  255. this.dg_vehi.Size = new System.Drawing.Size(509, 389);
  256. this.dg_vehi.TabIndex = 2;
  257. //
  258. // num_vehiCol
  259. //
  260. this.num_vehiCol.DataPropertyName = "num_vehi";
  261. dataGridViewCellStyle1.Format = "###0";
  262. dataGridViewCellStyle1.NullValue = null;
  263. this.num_vehiCol.DefaultCellStyle = dataGridViewCellStyle1;
  264. this.num_vehiCol.HeaderText = "Numéro";
  265. this.num_vehiCol.Name = "num_vehiCol";
  266. this.num_vehiCol.ReadOnly = true;
  267. this.num_vehiCol.Width = 60;
  268. //
  269. // cmpnum_vehiCol
  270. //
  271. this.cmpnum_vehiCol.DataPropertyName = "cmpnum_vehi";
  272. this.cmpnum_vehiCol.HeaderText = "Cp";
  273. this.cmpnum_vehiCol.Name = "cmpnum_vehiCol";
  274. this.cmpnum_vehiCol.ReadOnly = true;
  275. this.cmpnum_vehiCol.Width = 30;
  276. //
  277. // cond_vehiCol
  278. //
  279. this.cond_vehiCol.DataPropertyName = "cond_vehi";
  280. this.cond_vehiCol.HeaderText = "Conducteur";
  281. this.cond_vehiCol.Name = "cond_vehiCol";
  282. this.cond_vehiCol.ReadOnly = true;
  283. this.cond_vehiCol.Width = 120;
  284. //
  285. // immat_vehi
  286. //
  287. this.immat_vehi.DataPropertyName = "immat_vehi";
  288. this.immat_vehi.HeaderText = "Immatriculation";
  289. this.immat_vehi.Name = "immat_vehi";
  290. this.immat_vehi.ReadOnly = true;
  291. //
  292. // famille_vehi
  293. //
  294. this.famille_vehi.DataPropertyName = "famille_vehi";
  295. this.famille_vehi.HeaderText = "Famille";
  296. this.famille_vehi.Name = "famille_vehi";
  297. this.famille_vehi.ReadOnly = true;
  298. this.famille_vehi.Width = 150;
  299. //
  300. // keyvehiDataGridViewTextBoxColumn
  301. //
  302. this.keyvehiDataGridViewTextBoxColumn.DataPropertyName = "key_vehi";
  303. this.keyvehiDataGridViewTextBoxColumn.HeaderText = "key_vehi";
  304. this.keyvehiDataGridViewTextBoxColumn.Name = "keyvehiDataGridViewTextBoxColumn";
  305. this.keyvehiDataGridViewTextBoxColumn.ReadOnly = true;
  306. //
  307. // numvehiDataGridViewTextBoxColumn
  308. //
  309. this.numvehiDataGridViewTextBoxColumn.DataPropertyName = "num_vehi";
  310. this.numvehiDataGridViewTextBoxColumn.HeaderText = "num_vehi";
  311. this.numvehiDataGridViewTextBoxColumn.Name = "numvehiDataGridViewTextBoxColumn";
  312. this.numvehiDataGridViewTextBoxColumn.ReadOnly = true;
  313. //
  314. // cmpnumvehiDataGridViewTextBoxColumn
  315. //
  316. this.cmpnumvehiDataGridViewTextBoxColumn.DataPropertyName = "cmpnum_vehi";
  317. this.cmpnumvehiDataGridViewTextBoxColumn.HeaderText = "cmpnum_vehi";
  318. this.cmpnumvehiDataGridViewTextBoxColumn.Name = "cmpnumvehiDataGridViewTextBoxColumn";
  319. this.cmpnumvehiDataGridViewTextBoxColumn.ReadOnly = true;
  320. //
  321. // immatvehiDataGridViewTextBoxColumn
  322. //
  323. this.immatvehiDataGridViewTextBoxColumn.DataPropertyName = "immat_vehi";
  324. this.immatvehiDataGridViewTextBoxColumn.HeaderText = "immat_vehi";
  325. this.immatvehiDataGridViewTextBoxColumn.Name = "immatvehiDataGridViewTextBoxColumn";
  326. this.immatvehiDataGridViewTextBoxColumn.ReadOnly = true;
  327. //
  328. // opevehiDataGridViewTextBoxColumn
  329. //
  330. this.opevehiDataGridViewTextBoxColumn.DataPropertyName = "ope_vehi";
  331. this.opevehiDataGridViewTextBoxColumn.HeaderText = "ope_vehi";
  332. this.opevehiDataGridViewTextBoxColumn.Name = "opevehiDataGridViewTextBoxColumn";
  333. this.opevehiDataGridViewTextBoxColumn.ReadOnly = true;
  334. //
  335. // typevehiDataGridViewTextBoxColumn
  336. //
  337. this.typevehiDataGridViewTextBoxColumn.DataPropertyName = "type_vehi";
  338. this.typevehiDataGridViewTextBoxColumn.HeaderText = "type_vehi";
  339. this.typevehiDataGridViewTextBoxColumn.Name = "typevehiDataGridViewTextBoxColumn";
  340. this.typevehiDataGridViewTextBoxColumn.ReadOnly = true;
  341. //
  342. // condvehiDataGridViewTextBoxColumn
  343. //
  344. this.condvehiDataGridViewTextBoxColumn.DataPropertyName = "cond_vehi";
  345. this.condvehiDataGridViewTextBoxColumn.HeaderText = "cond_vehi";
  346. this.condvehiDataGridViewTextBoxColumn.Name = "condvehiDataGridViewTextBoxColumn";
  347. this.condvehiDataGridViewTextBoxColumn.ReadOnly = true;
  348. //
  349. // famillevehiDataGridViewTextBoxColumn
  350. //
  351. this.famillevehiDataGridViewTextBoxColumn.DataPropertyName = "famille_vehi";
  352. this.famillevehiDataGridViewTextBoxColumn.HeaderText = "famille_vehi";
  353. this.famillevehiDataGridViewTextBoxColumn.Name = "famillevehiDataGridViewTextBoxColumn";
  354. this.famillevehiDataGridViewTextBoxColumn.ReadOnly = true;
  355. //
  356. // carbuvehiDataGridViewTextBoxColumn
  357. //
  358. this.carbuvehiDataGridViewTextBoxColumn.DataPropertyName = "carbu_vehi";
  359. this.carbuvehiDataGridViewTextBoxColumn.HeaderText = "carbu_vehi";
  360. this.carbuvehiDataGridViewTextBoxColumn.Name = "carbuvehiDataGridViewTextBoxColumn";
  361. this.carbuvehiDataGridViewTextBoxColumn.ReadOnly = true;
  362. //
  363. // kmdepvehiDataGridViewTextBoxColumn
  364. //
  365. this.kmdepvehiDataGridViewTextBoxColumn.DataPropertyName = "kmdep_vehi";
  366. this.kmdepvehiDataGridViewTextBoxColumn.HeaderText = "kmdep_vehi";
  367. this.kmdepvehiDataGridViewTextBoxColumn.Name = "kmdepvehiDataGridViewTextBoxColumn";
  368. this.kmdepvehiDataGridViewTextBoxColumn.ReadOnly = true;
  369. //
  370. // kmarrvehiDataGridViewTextBoxColumn
  371. //
  372. this.kmarrvehiDataGridViewTextBoxColumn.DataPropertyName = "kmarr_vehi";
  373. this.kmarrvehiDataGridViewTextBoxColumn.HeaderText = "kmarr_vehi";
  374. this.kmarrvehiDataGridViewTextBoxColumn.Name = "kmarrvehiDataGridViewTextBoxColumn";
  375. this.kmarrvehiDataGridViewTextBoxColumn.ReadOnly = true;
  376. //
  377. // tri
  378. //
  379. this.tri.DataPropertyName = "sort1_vehi";
  380. this.tri.HeaderText = "sort1_vehi";
  381. this.tri.Name = "tri";
  382. this.tri.ReadOnly = true;
  383. //
  384. // tbvehiculeBindingSource
  385. //
  386. this.tbvehiculeBindingSource.DataMember = "tb_vehi";
  387. this.tbvehiculeBindingSource.DataSource = this.dataSet1;
  388. this.tbvehiculeBindingSource.Sort = "categ_vehi";
  389. //
  390. // dataSet1
  391. //
  392. this.dataSet1.DataSetName = "DataSet1";
  393. this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  394. //
  395. // tb_allValid
  396. //
  397. this.tb_allValid.Location = new System.Drawing.Point(116, 341);
  398. this.tb_allValid.Name = "tb_allValid";
  399. this.tb_allValid.Size = new System.Drawing.Size(75, 23);
  400. this.tb_allValid.TabIndex = 47;
  401. this.tb_allValid.Text = "Valider";
  402. this.tb_allValid.UseVisualStyleBackColor = true;
  403. this.tb_allValid.Click += new System.EventHandler(this.Tb_allValid_Click);
  404. //
  405. // bt_Sup
  406. //
  407. this.bt_Sup.Location = new System.Drawing.Point(206, 259);
  408. this.bt_Sup.Margin = new System.Windows.Forms.Padding(2);
  409. this.bt_Sup.Name = "bt_Sup";
  410. this.bt_Sup.Size = new System.Drawing.Size(66, 19);
  411. this.bt_Sup.TabIndex = 15;
  412. this.bt_Sup.Text = "Supprimer";
  413. this.bt_Sup.UseVisualStyleBackColor = true;
  414. this.bt_Sup.Click += new System.EventHandler(this.Bt_Sup_Click);
  415. //
  416. // Bt_Abort
  417. //
  418. this.Bt_Abort.Location = new System.Drawing.Point(194, 297);
  419. this.Bt_Abort.Margin = new System.Windows.Forms.Padding(2);
  420. this.Bt_Abort.Name = "Bt_Abort";
  421. this.Bt_Abort.Size = new System.Drawing.Size(77, 19);
  422. this.Bt_Abort.TabIndex = 17;
  423. this.Bt_Abort.Text = "Abandonner";
  424. this.Bt_Abort.UseVisualStyleBackColor = true;
  425. this.Bt_Abort.Click += new System.EventHandler(this.Bt_Abort_Click);
  426. //
  427. // bt_Valid
  428. //
  429. this.bt_Valid.Location = new System.Drawing.Point(55, 297);
  430. this.bt_Valid.Margin = new System.Windows.Forms.Padding(2);
  431. this.bt_Valid.Name = "bt_Valid";
  432. this.bt_Valid.Size = new System.Drawing.Size(76, 19);
  433. this.bt_Valid.TabIndex = 16;
  434. this.bt_Valid.Text = "Valider";
  435. this.bt_Valid.UseVisualStyleBackColor = true;
  436. this.bt_Valid.Click += new System.EventHandler(this.Bt_Valid_Click);
  437. //
  438. // bt_Aj
  439. //
  440. this.bt_Aj.Location = new System.Drawing.Point(130, 259);
  441. this.bt_Aj.Margin = new System.Windows.Forms.Padding(2);
  442. this.bt_Aj.Name = "bt_Aj";
  443. this.bt_Aj.Size = new System.Drawing.Size(56, 19);
  444. this.bt_Aj.TabIndex = 14;
  445. this.bt_Aj.Text = "Ajouter";
  446. this.bt_Aj.UseVisualStyleBackColor = true;
  447. this.bt_Aj.Click += new System.EventHandler(this.Bt_Aj_Click);
  448. //
  449. // bt_Mod
  450. //
  451. this.bt_Mod.Location = new System.Drawing.Point(54, 259);
  452. this.bt_Mod.Margin = new System.Windows.Forms.Padding(2);
  453. this.bt_Mod.Name = "bt_Mod";
  454. this.bt_Mod.Size = new System.Drawing.Size(56, 19);
  455. this.bt_Mod.TabIndex = 13;
  456. this.bt_Mod.Text = "Modifier";
  457. this.bt_Mod.UseVisualStyleBackColor = true;
  458. this.bt_Mod.Click += new System.EventHandler(this.Bt_Mod_Click);
  459. //
  460. // combo_famille
  461. //
  462. this.combo_famille.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "famille_vehi", true));
  463. this.combo_famille.FormattingEnabled = true;
  464. this.combo_famille.Items.AddRange(new object[] {
  465. "Diesel",
  466. "SS plomb 95",
  467. "SS plomb 98"});
  468. this.combo_famille.Location = new System.Drawing.Point(91, 187);
  469. this.combo_famille.Margin = new System.Windows.Forms.Padding(2);
  470. this.combo_famille.Name = "combo_famille";
  471. this.combo_famille.Size = new System.Drawing.Size(164, 21);
  472. this.combo_famille.TabIndex = 11;
  473. //
  474. // label8
  475. //
  476. this.label8.AutoSize = true;
  477. this.label8.Location = new System.Drawing.Point(22, 214);
  478. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  479. this.label8.Name = "label8";
  480. this.label8.Size = new System.Drawing.Size(62, 13);
  481. this.label8.TabIndex = 45;
  482. this.label8.Text = "Conducteur";
  483. //
  484. // label7
  485. //
  486. this.label7.AutoSize = true;
  487. this.label7.Location = new System.Drawing.Point(43, 189);
  488. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  489. this.label7.Name = "label7";
  490. this.label7.Size = new System.Drawing.Size(39, 13);
  491. this.label7.TabIndex = 44;
  492. this.label7.Text = "Famille";
  493. //
  494. // label6
  495. //
  496. this.label6.AutoSize = true;
  497. this.label6.Location = new System.Drawing.Point(150, 162);
  498. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  499. this.label6.Name = "label6";
  500. this.label6.Size = new System.Drawing.Size(41, 13);
  501. this.label6.TabIndex = 43;
  502. this.label6.Text = "KM arr.";
  503. //
  504. // label5
  505. //
  506. this.label5.AutoSize = true;
  507. this.label5.Location = new System.Drawing.Point(37, 158);
  508. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  509. this.label5.Name = "label5";
  510. this.label5.Size = new System.Drawing.Size(47, 13);
  511. this.label5.TabIndex = 42;
  512. this.label5.Text = "KM dép.";
  513. //
  514. // label4
  515. //
  516. this.label4.AutoSize = true;
  517. this.label4.Location = new System.Drawing.Point(29, 135);
  518. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  519. this.label4.Name = "label4";
  520. this.label4.Size = new System.Drawing.Size(53, 13);
  521. this.label4.TabIndex = 41;
  522. this.label4.Text = "Carburant";
  523. //
  524. // combo_energy
  525. //
  526. this.combo_energy.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "carbu_vehi", true));
  527. this.combo_energy.FormattingEnabled = true;
  528. this.combo_energy.Items.AddRange(new object[] {
  529. "Diesel",
  530. "SS plomb 95",
  531. "SS plomb 98"});
  532. this.combo_energy.Location = new System.Drawing.Point(91, 138);
  533. this.combo_energy.Margin = new System.Windows.Forms.Padding(2);
  534. this.combo_energy.Name = "combo_energy";
  535. this.combo_energy.Size = new System.Drawing.Size(164, 21);
  536. this.combo_energy.TabIndex = 8;
  537. this.combo_energy.TextUpdate += new System.EventHandler(this.Combo_energy_TextUpdate);
  538. this.combo_energy.TextChanged += new System.EventHandler(this.Combo_energy_TextUpdate);
  539. //
  540. // label3
  541. //
  542. this.label3.AutoSize = true;
  543. this.label3.Location = new System.Drawing.Point(52, 113);
  544. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  545. this.label3.Name = "label3";
  546. this.label3.Size = new System.Drawing.Size(31, 13);
  547. this.label3.TabIndex = 39;
  548. this.label3.Text = "Type";
  549. //
  550. // label2
  551. //
  552. this.label2.AutoSize = true;
  553. this.label2.Location = new System.Drawing.Point(34, 90);
  554. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  555. this.label2.Name = "label2";
  556. this.label2.Size = new System.Drawing.Size(50, 13);
  557. this.label2.TabIndex = 38;
  558. this.label2.Text = "N°Immat.";
  559. //
  560. // label1
  561. //
  562. this.label1.AutoSize = true;
  563. this.label1.Location = new System.Drawing.Point(39, 67);
  564. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  565. this.label1.Name = "label1";
  566. this.label1.Size = new System.Drawing.Size(44, 13);
  567. this.label1.TabIndex = 37;
  568. this.label1.Text = "Numero";
  569. //
  570. // text_cond_vehi
  571. //
  572. this.text_cond_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "cond_vehi", true));
  573. this.text_cond_vehi.Location = new System.Drawing.Point(91, 212);
  574. this.text_cond_vehi.Margin = new System.Windows.Forms.Padding(2);
  575. this.text_cond_vehi.Name = "text_cond_vehi";
  576. this.text_cond_vehi.Size = new System.Drawing.Size(164, 20);
  577. this.text_cond_vehi.TabIndex = 12;
  578. //
  579. // text_kmarr_vehi
  580. //
  581. this.text_kmarr_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "kmarr_vehi", true));
  582. this.text_kmarr_vehi.Location = new System.Drawing.Point(199, 161);
  583. this.text_kmarr_vehi.Margin = new System.Windows.Forms.Padding(2);
  584. this.text_kmarr_vehi.Name = "text_kmarr_vehi";
  585. this.text_kmarr_vehi.Size = new System.Drawing.Size(56, 20);
  586. this.text_kmarr_vehi.TabIndex = 10;
  587. //
  588. // text_kmdep_vehi
  589. //
  590. this.text_kmdep_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "kmdep_vehi", true));
  591. this.text_kmdep_vehi.Location = new System.Drawing.Point(91, 163);
  592. this.text_kmdep_vehi.Margin = new System.Windows.Forms.Padding(2);
  593. this.text_kmdep_vehi.Name = "text_kmdep_vehi";
  594. this.text_kmdep_vehi.Size = new System.Drawing.Size(52, 20);
  595. this.text_kmdep_vehi.TabIndex = 9;
  596. //
  597. // text_type_vehi
  598. //
  599. this.text_type_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "type_vehi", true));
  600. this.text_type_vehi.Location = new System.Drawing.Point(91, 114);
  601. this.text_type_vehi.Margin = new System.Windows.Forms.Padding(2);
  602. this.text_type_vehi.Name = "text_type_vehi";
  603. this.text_type_vehi.Size = new System.Drawing.Size(164, 20);
  604. this.text_type_vehi.TabIndex = 7;
  605. //
  606. // text_cmpnum_vehi
  607. //
  608. this.text_cmpnum_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "cmpnum_vehi", true));
  609. this.text_cmpnum_vehi.Location = new System.Drawing.Point(207, 67);
  610. this.text_cmpnum_vehi.Margin = new System.Windows.Forms.Padding(2);
  611. this.text_cmpnum_vehi.Name = "text_cmpnum_vehi";
  612. this.text_cmpnum_vehi.Size = new System.Drawing.Size(55, 20);
  613. this.text_cmpnum_vehi.TabIndex = 5;
  614. //
  615. // text_num_vehi
  616. //
  617. this.text_num_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "num_vehi", true));
  618. this.text_num_vehi.Location = new System.Drawing.Point(91, 67);
  619. this.text_num_vehi.Margin = new System.Windows.Forms.Padding(2);
  620. this.text_num_vehi.Name = "text_num_vehi";
  621. this.text_num_vehi.Size = new System.Drawing.Size(112, 20);
  622. this.text_num_vehi.TabIndex = 4;
  623. //
  624. // text_immat_vehi
  625. //
  626. this.text_immat_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "immat_vehi", true));
  627. this.text_immat_vehi.Location = new System.Drawing.Point(91, 91);
  628. this.text_immat_vehi.Margin = new System.Windows.Forms.Padding(2);
  629. this.text_immat_vehi.Name = "text_immat_vehi";
  630. this.text_immat_vehi.Size = new System.Drawing.Size(164, 20);
  631. this.text_immat_vehi.TabIndex = 6;
  632. //
  633. // openFileParc
  634. //
  635. this.openFileParc.FileName = "*.*";
  636. this.openFileParc.Filter = "Fichiers Excel| *.xl* | Tous les fichiers | *.*";
  637. this.openFileParc.Title = "Choix du fichier \"Parc\"";
  638. //
  639. // text_sort_vehi
  640. //
  641. this.text_sort_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "sort1_vehi", true));
  642. this.text_sort_vehi.Location = new System.Drawing.Point(91, 235);
  643. this.text_sort_vehi.Margin = new System.Windows.Forms.Padding(2);
  644. this.text_sort_vehi.Name = "text_sort_vehi";
  645. this.text_sort_vehi.Size = new System.Drawing.Size(164, 20);
  646. this.text_sort_vehi.TabIndex = 48;
  647. //
  648. // f_impvehi
  649. //
  650. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  651. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  652. this.ClientSize = new System.Drawing.Size(826, 443);
  653. this.Controls.Add(this.splitContainer1);
  654. this.Controls.Add(this.statusStrip1);
  655. this.Margin = new System.Windows.Forms.Padding(2);
  656. this.Name = "f_impvehi";
  657. this.ShowIcon = false;
  658. this.ShowInTaskbar = false;
  659. this.Text = "Importation Véhicules";
  660. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_vehi_FormClosing);
  661. this.Load += new System.EventHandler(this.Vehi_Load);
  662. this.statusStrip1.ResumeLayout(false);
  663. this.statusStrip1.PerformLayout();
  664. this.splitContainer1.Panel1.ResumeLayout(false);
  665. this.splitContainer1.Panel1.PerformLayout();
  666. this.splitContainer1.Panel2.ResumeLayout(false);
  667. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  668. this.splitContainer1.ResumeLayout(false);
  669. this.splitContainer2.Panel1.ResumeLayout(false);
  670. this.splitContainer2.Panel2.ResumeLayout(false);
  671. this.splitContainer2.Panel2.PerformLayout();
  672. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  673. this.splitContainer2.ResumeLayout(false);
  674. ((System.ComponentModel.ISupportInitialize)(this.dg_vehi)).EndInit();
  675. ((System.ComponentModel.ISupportInitialize)(this.tbvehiculeBindingSource)).EndInit();
  676. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  677. this.ResumeLayout(false);
  678. this.PerformLayout();
  679. }
  680. #endregion
  681. private System.Windows.Forms.BindingSource tbvehiculeBindingSource;
  682. private System.Windows.Forms.StatusStrip statusStrip1;
  683. private System.Windows.Forms.ToolStripStatusLabel st1;
  684. private DataSet1 dataSet1;
  685. private System.Windows.Forms.SplitContainer splitContainer1;
  686. private System.Windows.Forms.SplitContainer splitContainer2;
  687. private System.Windows.Forms.DataGridView dg_vehi;
  688. private System.Windows.Forms.DataGridViewTextBoxColumn num_vehiCol;
  689. private System.Windows.Forms.DataGridViewTextBoxColumn cmpnum_vehiCol;
  690. private System.Windows.Forms.DataGridViewTextBoxColumn cond_vehiCol;
  691. private System.Windows.Forms.DataGridViewTextBoxColumn immat_vehi;
  692. private System.Windows.Forms.DataGridViewTextBoxColumn famille_vehi;
  693. private System.Windows.Forms.DataGridViewTextBoxColumn keyvehiDataGridViewTextBoxColumn;
  694. private System.Windows.Forms.DataGridViewTextBoxColumn numvehiDataGridViewTextBoxColumn;
  695. private System.Windows.Forms.DataGridViewTextBoxColumn cmpnumvehiDataGridViewTextBoxColumn;
  696. private System.Windows.Forms.DataGridViewTextBoxColumn immatvehiDataGridViewTextBoxColumn;
  697. private System.Windows.Forms.DataGridViewTextBoxColumn opevehiDataGridViewTextBoxColumn;
  698. private System.Windows.Forms.DataGridViewTextBoxColumn typevehiDataGridViewTextBoxColumn;
  699. private System.Windows.Forms.DataGridViewTextBoxColumn condvehiDataGridViewTextBoxColumn;
  700. private System.Windows.Forms.DataGridViewTextBoxColumn famillevehiDataGridViewTextBoxColumn;
  701. private System.Windows.Forms.DataGridViewTextBoxColumn carbuvehiDataGridViewTextBoxColumn;
  702. private System.Windows.Forms.DataGridViewTextBoxColumn kmdepvehiDataGridViewTextBoxColumn;
  703. private System.Windows.Forms.DataGridViewTextBoxColumn kmarrvehiDataGridViewTextBoxColumn;
  704. private System.Windows.Forms.Button bt_Sup;
  705. private System.Windows.Forms.Button Bt_Abort;
  706. private System.Windows.Forms.Button bt_Valid;
  707. private System.Windows.Forms.Button bt_Aj;
  708. private System.Windows.Forms.Button bt_Mod;
  709. private System.Windows.Forms.ComboBox combo_famille;
  710. private System.Windows.Forms.Label label8;
  711. private System.Windows.Forms.Label label7;
  712. private System.Windows.Forms.Label label6;
  713. private System.Windows.Forms.Label label5;
  714. private System.Windows.Forms.Label label4;
  715. private System.Windows.Forms.ComboBox combo_energy;
  716. private System.Windows.Forms.Label label3;
  717. private System.Windows.Forms.Label label2;
  718. private System.Windows.Forms.Label label1;
  719. private System.Windows.Forms.TextBox text_cond_vehi;
  720. private System.Windows.Forms.TextBox text_kmarr_vehi;
  721. private System.Windows.Forms.TextBox text_kmdep_vehi;
  722. private System.Windows.Forms.TextBox text_type_vehi;
  723. private System.Windows.Forms.TextBox text_cmpnum_vehi;
  724. private System.Windows.Forms.TextBox text_num_vehi;
  725. private System.Windows.Forms.TextBox text_immat_vehi;
  726. private System.Windows.Forms.ToolStripStatusLabel StatusLabel1;
  727. private System.Windows.Forms.Button bt_openFile;
  728. private System.Windows.Forms.TextBox textNomFile;
  729. private System.Windows.Forms.OpenFileDialog openFileParc;
  730. private System.Windows.Forms.CheckBox checkZero;
  731. private System.Windows.Forms.Button bt_ok;
  732. private System.Windows.Forms.DataGridViewTextBoxColumn tri;
  733. private System.Windows.Forms.Button tb_allValid;
  734. private System.Windows.Forms.TextBox text_sort_vehi;
  735. }
  736. }