f_saisie.Designer.cs 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  1. namespace Fuel01
  2. {
  3. partial class f_saisie
  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 dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.text_no = new System.Windows.Forms.TextBox();
  39. this.grpCarb = new System.Windows.Forms.GroupBox();
  40. this.nuPxCarb = new System.Windows.Forms.NumericUpDown();
  41. this.nuVolCarb = new System.Windows.Forms.NumericUpDown();
  42. this.txtMntCarb = new System.Windows.Forms.TextBox();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.rdCarb6 = new System.Windows.Forms.RadioButton();
  46. this.rdCarb3 = new System.Windows.Forms.RadioButton();
  47. this.label4 = new System.Windows.Forms.Label();
  48. this.rdCarb5 = new System.Windows.Forms.RadioButton();
  49. this.rdCarb4 = new System.Windows.Forms.RadioButton();
  50. this.rdCarb2 = new System.Windows.Forms.RadioButton();
  51. this.rdCarb1 = new System.Windows.Forms.RadioButton();
  52. this.label1 = new System.Windows.Forms.Label();
  53. this.bt_valid = new System.Windows.Forms.Button();
  54. this.bt_abort = new System.Windows.Forms.Button();
  55. this.lbl_pilote = new System.Windows.Forms.Label();
  56. this.groupBox2 = new System.Windows.Forms.GroupBox();
  57. this.rdMoto = new System.Windows.Forms.RadioButton();
  58. this.rdAuto = new System.Windows.Forms.RadioButton();
  59. this.dg_sta = new System.Windows.Forms.DataGridView();
  60. this.etpstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.datestaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.nomstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.tbstationBindingSource = new System.Windows.Forms.BindingSource(this.components);
  64. this.dataSet1 = new Fuel01.DataSet1();
  65. this.dg_presta = new System.Windows.Forms.DataGridView();
  66. this.staprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.prodprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.kindprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.uniteprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.puprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.tvaprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.ttcprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.tbprestaBindingSource = new System.Windows.Forms.BindingSource(this.components);
  74. this.dg_vente = new System.Windows.Forms.DataGridView();
  75. this.epreuvevtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.stationvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.vehivtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.prodvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.datevtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.qttvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.puvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.tvavtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.ttcvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.tbventeBindingSource = new System.Windows.Forms.BindingSource(this.components);
  85. this.grpServ = new System.Windows.Forms.GroupBox();
  86. this.label7 = new System.Windows.Forms.Label();
  87. this.label6 = new System.Windows.Forms.Label();
  88. this.label5 = new System.Windows.Forms.Label();
  89. this.nuQttFree = new System.Windows.Forms.NumericUpDown();
  90. this.nuPrFree = new System.Windows.Forms.NumericUpDown();
  91. this.txtTotFree = new System.Windows.Forms.TextBox();
  92. this.nuQtt3 = new System.Windows.Forms.NumericUpDown();
  93. this.nuPr3 = new System.Windows.Forms.NumericUpDown();
  94. this.txtTot3 = new System.Windows.Forms.TextBox();
  95. this.nuQtt2 = new System.Windows.Forms.NumericUpDown();
  96. this.nuPr2 = new System.Windows.Forms.NumericUpDown();
  97. this.txtTot2 = new System.Windows.Forms.TextBox();
  98. this.nuQtt1 = new System.Windows.Forms.NumericUpDown();
  99. this.txtPrFree = new System.Windows.Forms.TextBox();
  100. this.chkPrFree = new System.Windows.Forms.CheckBox();
  101. this.chkPr3 = new System.Windows.Forms.CheckBox();
  102. this.chkPr2 = new System.Windows.Forms.CheckBox();
  103. this.chkPr1 = new System.Windows.Forms.CheckBox();
  104. this.nuPr1 = new System.Windows.Forms.NumericUpDown();
  105. this.txtTot1 = new System.Windows.Forms.TextBox();
  106. this.bt_search = new System.Windows.Forms.Button();
  107. this.tbvehiBindingSource = new System.Windows.Forms.BindingSource(this.components);
  108. this.tbventetmpbindingSource = new System.Windows.Forms.BindingSource(this.components);
  109. this.bt_save = new System.Windows.Forms.Button();
  110. this.grpCarb.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.nuPxCarb)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.nuVolCarb)).BeginInit();
  113. this.groupBox2.SuspendLayout();
  114. ((System.ComponentModel.ISupportInitialize)(this.dg_sta)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.dg_presta)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.tbprestaBindingSource)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.dg_vente)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.tbventeBindingSource)).BeginInit();
  121. this.grpServ.SuspendLayout();
  122. ((System.ComponentModel.ISupportInitialize)(this.nuQttFree)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.nuPrFree)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.nuQtt3)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.nuPr3)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.nuQtt2)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.nuPr2)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.nuQtt1)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.nuPr1)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.tbvehiBindingSource)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.tbventetmpbindingSource)).BeginInit();
  132. this.SuspendLayout();
  133. //
  134. // text_no
  135. //
  136. this.text_no.Location = new System.Drawing.Point(94, 32);
  137. this.text_no.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  138. this.text_no.Name = "text_no";
  139. this.text_no.Size = new System.Drawing.Size(38, 20);
  140. this.text_no.TabIndex = 1;
  141. this.text_no.Text = "...";
  142. this.text_no.KeyUp += new System.Windows.Forms.KeyEventHandler(this.text_no_KeyUp);
  143. this.text_no.Leave += new System.EventHandler(this.bt_search_Click);
  144. //
  145. // grpCarb
  146. //
  147. this.grpCarb.Controls.Add(this.nuPxCarb);
  148. this.grpCarb.Controls.Add(this.nuVolCarb);
  149. this.grpCarb.Controls.Add(this.txtMntCarb);
  150. this.grpCarb.Controls.Add(this.label3);
  151. this.grpCarb.Controls.Add(this.label2);
  152. this.grpCarb.Controls.Add(this.rdCarb6);
  153. this.grpCarb.Controls.Add(this.rdCarb3);
  154. this.grpCarb.Controls.Add(this.label4);
  155. this.grpCarb.Controls.Add(this.rdCarb5);
  156. this.grpCarb.Controls.Add(this.rdCarb4);
  157. this.grpCarb.Controls.Add(this.rdCarb2);
  158. this.grpCarb.Controls.Add(this.rdCarb1);
  159. this.grpCarb.Location = new System.Drawing.Point(12, 76);
  160. this.grpCarb.Margin = new System.Windows.Forms.Padding(1);
  161. this.grpCarb.Name = "grpCarb";
  162. this.grpCarb.Padding = new System.Windows.Forms.Padding(1);
  163. this.grpCarb.Size = new System.Drawing.Size(207, 132);
  164. this.grpCarb.TabIndex = 3;
  165. this.grpCarb.TabStop = false;
  166. this.grpCarb.Text = "Carburants";
  167. //
  168. // nuPxCarb
  169. //
  170. this.nuPxCarb.DecimalPlaces = 3;
  171. this.nuPxCarb.Increment = new decimal(new int[] {
  172. 1,
  173. 0,
  174. 0,
  175. 131072});
  176. this.nuPxCarb.Location = new System.Drawing.Point(59, 76);
  177. this.nuPxCarb.Margin = new System.Windows.Forms.Padding(1);
  178. this.nuPxCarb.Maximum = new decimal(new int[] {
  179. 999999,
  180. 0,
  181. 0,
  182. 0});
  183. this.nuPxCarb.Name = "nuPxCarb";
  184. this.nuPxCarb.ReadOnly = true;
  185. this.nuPxCarb.Size = new System.Drawing.Size(71, 20);
  186. this.nuPxCarb.TabIndex = 6;
  187. this.nuPxCarb.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  188. //
  189. // nuVolCarb
  190. //
  191. this.nuVolCarb.DecimalPlaces = 2;
  192. this.nuVolCarb.Increment = new decimal(new int[] {
  193. 1,
  194. 0,
  195. 0,
  196. 131072});
  197. this.nuVolCarb.Location = new System.Drawing.Point(31, 100);
  198. this.nuVolCarb.Margin = new System.Windows.Forms.Padding(1);
  199. this.nuVolCarb.Maximum = new decimal(new int[] {
  200. 999999,
  201. 0,
  202. 0,
  203. 0});
  204. this.nuVolCarb.Name = "nuVolCarb";
  205. this.nuVolCarb.Size = new System.Drawing.Size(71, 20);
  206. this.nuVolCarb.TabIndex = 7;
  207. this.nuVolCarb.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  208. //
  209. // txtMntCarb
  210. //
  211. this.txtMntCarb.Location = new System.Drawing.Point(136, 100);
  212. this.txtMntCarb.Margin = new System.Windows.Forms.Padding(1);
  213. this.txtMntCarb.Name = "txtMntCarb";
  214. this.txtMntCarb.Size = new System.Drawing.Size(56, 20);
  215. this.txtMntCarb.TabIndex = 8;
  216. this.txtMntCarb.Text = "0";
  217. this.txtMntCarb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  218. //
  219. // label3
  220. //
  221. this.label3.AutoSize = true;
  222. this.label3.Location = new System.Drawing.Point(105, 103);
  223. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  224. this.label3.Name = "label3";
  225. this.label3.Size = new System.Drawing.Size(28, 13);
  226. this.label3.TabIndex = 13;
  227. this.label3.Text = "Mnt.";
  228. //
  229. // label2
  230. //
  231. this.label2.AutoSize = true;
  232. this.label2.Location = new System.Drawing.Point(5, 103);
  233. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  234. this.label2.Name = "label2";
  235. this.label2.Size = new System.Drawing.Size(25, 13);
  236. this.label2.TabIndex = 12;
  237. this.label2.Text = "Vol.";
  238. //
  239. // rdCarb6
  240. //
  241. this.rdCarb6.AutoSize = true;
  242. this.rdCarb6.Location = new System.Drawing.Point(141, 48);
  243. this.rdCarb6.Margin = new System.Windows.Forms.Padding(1);
  244. this.rdCarb6.Name = "rdCarb6";
  245. this.rdCarb6.Size = new System.Drawing.Size(34, 17);
  246. this.rdCarb6.TabIndex = 5;
  247. this.rdCarb6.Text = "...";
  248. this.rdCarb6.UseVisualStyleBackColor = true;
  249. this.rdCarb6.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
  250. //
  251. // rdCarb3
  252. //
  253. this.rdCarb3.AutoSize = true;
  254. this.rdCarb3.Location = new System.Drawing.Point(141, 25);
  255. this.rdCarb3.Margin = new System.Windows.Forms.Padding(1);
  256. this.rdCarb3.Name = "rdCarb3";
  257. this.rdCarb3.Size = new System.Drawing.Size(34, 17);
  258. this.rdCarb3.TabIndex = 2;
  259. this.rdCarb3.Text = "...";
  260. this.rdCarb3.UseVisualStyleBackColor = true;
  261. this.rdCarb3.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
  262. //
  263. // label4
  264. //
  265. this.label4.AutoSize = true;
  266. this.label4.Location = new System.Drawing.Point(6, 78);
  267. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  268. this.label4.Name = "label4";
  269. this.label4.Size = new System.Drawing.Size(39, 13);
  270. this.label4.TabIndex = 7;
  271. this.label4.Text = "Prix L.";
  272. //
  273. // rdCarb5
  274. //
  275. this.rdCarb5.AutoSize = true;
  276. this.rdCarb5.Location = new System.Drawing.Point(76, 47);
  277. this.rdCarb5.Margin = new System.Windows.Forms.Padding(1);
  278. this.rdCarb5.Name = "rdCarb5";
  279. this.rdCarb5.Size = new System.Drawing.Size(34, 17);
  280. this.rdCarb5.TabIndex = 4;
  281. this.rdCarb5.Text = "...";
  282. this.rdCarb5.UseVisualStyleBackColor = true;
  283. this.rdCarb5.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
  284. //
  285. // rdCarb4
  286. //
  287. this.rdCarb4.AutoSize = true;
  288. this.rdCarb4.Location = new System.Drawing.Point(8, 47);
  289. this.rdCarb4.Margin = new System.Windows.Forms.Padding(1);
  290. this.rdCarb4.Name = "rdCarb4";
  291. this.rdCarb4.Size = new System.Drawing.Size(34, 17);
  292. this.rdCarb4.TabIndex = 3;
  293. this.rdCarb4.Text = "...";
  294. this.rdCarb4.UseVisualStyleBackColor = true;
  295. this.rdCarb4.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
  296. //
  297. // rdCarb2
  298. //
  299. this.rdCarb2.AutoSize = true;
  300. this.rdCarb2.Location = new System.Drawing.Point(76, 24);
  301. this.rdCarb2.Margin = new System.Windows.Forms.Padding(1);
  302. this.rdCarb2.Name = "rdCarb2";
  303. this.rdCarb2.Size = new System.Drawing.Size(34, 17);
  304. this.rdCarb2.TabIndex = 1;
  305. this.rdCarb2.Text = "...";
  306. this.rdCarb2.UseVisualStyleBackColor = true;
  307. this.rdCarb2.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
  308. //
  309. // rdCarb1
  310. //
  311. this.rdCarb1.AutoSize = true;
  312. this.rdCarb1.Checked = true;
  313. this.rdCarb1.Location = new System.Drawing.Point(8, 24);
  314. this.rdCarb1.Margin = new System.Windows.Forms.Padding(1);
  315. this.rdCarb1.Name = "rdCarb1";
  316. this.rdCarb1.Size = new System.Drawing.Size(34, 17);
  317. this.rdCarb1.TabIndex = 0;
  318. this.rdCarb1.TabStop = true;
  319. this.rdCarb1.Text = "...";
  320. this.rdCarb1.UseVisualStyleBackColor = true;
  321. this.rdCarb1.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
  322. //
  323. // label1
  324. //
  325. this.label1.AutoSize = true;
  326. this.label1.Location = new System.Drawing.Point(12, 35);
  327. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  328. this.label1.Name = "label1";
  329. this.label1.Size = new System.Drawing.Size(77, 13);
  330. this.label1.TabIndex = 1;
  331. this.label1.Text = "N° du véhicule";
  332. //
  333. // bt_valid
  334. //
  335. this.bt_valid.Location = new System.Drawing.Point(10, 453);
  336. this.bt_valid.Margin = new System.Windows.Forms.Padding(1);
  337. this.bt_valid.Name = "bt_valid";
  338. this.bt_valid.Size = new System.Drawing.Size(71, 25);
  339. this.bt_valid.TabIndex = 5;
  340. this.bt_valid.Text = "Ajouter";
  341. this.bt_valid.UseVisualStyleBackColor = true;
  342. this.bt_valid.Click += new System.EventHandler(this.bt_valid_Click);
  343. //
  344. // bt_abort
  345. //
  346. this.bt_abort.Location = new System.Drawing.Point(127, 453);
  347. this.bt_abort.Margin = new System.Windows.Forms.Padding(1);
  348. this.bt_abort.Name = "bt_abort";
  349. this.bt_abort.Size = new System.Drawing.Size(77, 25);
  350. this.bt_abort.TabIndex = 6;
  351. this.bt_abort.Text = "Abandonner";
  352. this.bt_abort.UseVisualStyleBackColor = true;
  353. this.bt_abort.Click += new System.EventHandler(this.bt_abort_Click);
  354. //
  355. // lbl_pilote
  356. //
  357. this.lbl_pilote.Location = new System.Drawing.Point(12, 55);
  358. this.lbl_pilote.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  359. this.lbl_pilote.Name = "lbl_pilote";
  360. this.lbl_pilote.Size = new System.Drawing.Size(139, 13);
  361. this.lbl_pilote.TabIndex = 19;
  362. this.lbl_pilote.Text = ".....................................";
  363. //
  364. // groupBox2
  365. //
  366. this.groupBox2.Controls.Add(this.rdMoto);
  367. this.groupBox2.Controls.Add(this.rdAuto);
  368. this.groupBox2.Location = new System.Drawing.Point(14, -1);
  369. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  370. this.groupBox2.Name = "groupBox2";
  371. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  372. this.groupBox2.Size = new System.Drawing.Size(128, 27);
  373. this.groupBox2.TabIndex = 0;
  374. this.groupBox2.TabStop = false;
  375. //
  376. // rdMoto
  377. //
  378. this.rdMoto.AutoSize = true;
  379. this.rdMoto.Location = new System.Drawing.Point(65, 9);
  380. this.rdMoto.Margin = new System.Windows.Forms.Padding(2);
  381. this.rdMoto.Name = "rdMoto";
  382. this.rdMoto.Size = new System.Drawing.Size(49, 17);
  383. this.rdMoto.TabIndex = 1;
  384. this.rdMoto.Text = "Moto";
  385. this.rdMoto.UseVisualStyleBackColor = true;
  386. //
  387. // rdAuto
  388. //
  389. this.rdAuto.AutoSize = true;
  390. this.rdAuto.Checked = true;
  391. this.rdAuto.Location = new System.Drawing.Point(7, 10);
  392. this.rdAuto.Margin = new System.Windows.Forms.Padding(2);
  393. this.rdAuto.Name = "rdAuto";
  394. this.rdAuto.Size = new System.Drawing.Size(47, 17);
  395. this.rdAuto.TabIndex = 0;
  396. this.rdAuto.TabStop = true;
  397. this.rdAuto.Text = "Auto";
  398. this.rdAuto.UseVisualStyleBackColor = true;
  399. //
  400. // dg_sta
  401. //
  402. this.dg_sta.AllowUserToAddRows = false;
  403. this.dg_sta.AllowUserToDeleteRows = false;
  404. dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  405. this.dg_sta.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10;
  406. this.dg_sta.AutoGenerateColumns = false;
  407. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  408. dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
  409. dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  410. dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
  411. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  412. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  413. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  414. this.dg_sta.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
  415. this.dg_sta.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  416. this.dg_sta.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  417. this.etpstaDataGridViewTextBoxColumn,
  418. this.datestaDataGridViewTextBoxColumn,
  419. this.nomstaDataGridViewTextBoxColumn});
  420. this.dg_sta.DataSource = this.tbstationBindingSource;
  421. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  422. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
  423. dataGridViewCellStyle13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  424. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
  425. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  426. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  427. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  428. this.dg_sta.DefaultCellStyle = dataGridViewCellStyle13;
  429. this.dg_sta.Enabled = false;
  430. this.dg_sta.Location = new System.Drawing.Point(234, 8);
  431. this.dg_sta.Margin = new System.Windows.Forms.Padding(2);
  432. this.dg_sta.Name = "dg_sta";
  433. this.dg_sta.ReadOnly = true;
  434. dataGridViewCellStyle14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  435. this.dg_sta.RowsDefaultCellStyle = dataGridViewCellStyle14;
  436. this.dg_sta.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  437. this.dg_sta.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  438. this.dg_sta.Size = new System.Drawing.Size(997, 92);
  439. this.dg_sta.TabIndex = 10;
  440. //
  441. // etpstaDataGridViewTextBoxColumn
  442. //
  443. this.etpstaDataGridViewTextBoxColumn.DataPropertyName = "etp_sta";
  444. dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  445. this.etpstaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle12;
  446. this.etpstaDataGridViewTextBoxColumn.HeaderText = "Etape";
  447. this.etpstaDataGridViewTextBoxColumn.Name = "etpstaDataGridViewTextBoxColumn";
  448. this.etpstaDataGridViewTextBoxColumn.ReadOnly = true;
  449. this.etpstaDataGridViewTextBoxColumn.Width = 50;
  450. //
  451. // datestaDataGridViewTextBoxColumn
  452. //
  453. this.datestaDataGridViewTextBoxColumn.DataPropertyName = "date_sta";
  454. this.datestaDataGridViewTextBoxColumn.HeaderText = "Date";
  455. this.datestaDataGridViewTextBoxColumn.Name = "datestaDataGridViewTextBoxColumn";
  456. this.datestaDataGridViewTextBoxColumn.ReadOnly = true;
  457. this.datestaDataGridViewTextBoxColumn.Width = 120;
  458. //
  459. // nomstaDataGridViewTextBoxColumn
  460. //
  461. this.nomstaDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  462. this.nomstaDataGridViewTextBoxColumn.DataPropertyName = "nom_sta";
  463. this.nomstaDataGridViewTextBoxColumn.HeaderText = "Nom";
  464. this.nomstaDataGridViewTextBoxColumn.Name = "nomstaDataGridViewTextBoxColumn";
  465. this.nomstaDataGridViewTextBoxColumn.ReadOnly = true;
  466. //
  467. // tbstationBindingSource
  468. //
  469. this.tbstationBindingSource.DataMember = "tb_station";
  470. this.tbstationBindingSource.DataSource = this.dataSet1;
  471. this.tbstationBindingSource.PositionChanged += new System.EventHandler(this.tbstationBindingSource_PositionChanged);
  472. //
  473. // dataSet1
  474. //
  475. this.dataSet1.DataSetName = "DataSet1";
  476. this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  477. //
  478. // dg_presta
  479. //
  480. this.dg_presta.AllowUserToAddRows = false;
  481. this.dg_presta.AllowUserToDeleteRows = false;
  482. this.dg_presta.AutoGenerateColumns = false;
  483. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  484. dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control;
  485. dataGridViewCellStyle15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  486. dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText;
  487. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  488. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  489. dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  490. this.dg_presta.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle15;
  491. this.dg_presta.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  492. this.dg_presta.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  493. this.staprDataGridViewTextBoxColumn,
  494. this.prodprDataGridViewTextBoxColumn,
  495. this.kindprDataGridViewTextBoxColumn,
  496. this.uniteprDataGridViewTextBoxColumn,
  497. this.puprDataGridViewTextBoxColumn,
  498. this.tvaprDataGridViewTextBoxColumn,
  499. this.ttcprDataGridViewTextBoxColumn});
  500. this.dg_presta.DataSource = this.tbprestaBindingSource;
  501. dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  502. dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Window;
  503. dataGridViewCellStyle16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  504. dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.ControlText;
  505. dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  506. dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  507. dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  508. this.dg_presta.DefaultCellStyle = dataGridViewCellStyle16;
  509. this.dg_presta.Enabled = false;
  510. this.dg_presta.Location = new System.Drawing.Point(234, 106);
  511. this.dg_presta.Margin = new System.Windows.Forms.Padding(2);
  512. this.dg_presta.Name = "dg_presta";
  513. this.dg_presta.ReadOnly = true;
  514. this.dg_presta.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  515. this.dg_presta.Size = new System.Drawing.Size(997, 147);
  516. this.dg_presta.TabIndex = 11;
  517. //
  518. // staprDataGridViewTextBoxColumn
  519. //
  520. this.staprDataGridViewTextBoxColumn.DataPropertyName = "sta_pr";
  521. this.staprDataGridViewTextBoxColumn.HeaderText = "sta_pr";
  522. this.staprDataGridViewTextBoxColumn.Name = "staprDataGridViewTextBoxColumn";
  523. this.staprDataGridViewTextBoxColumn.ReadOnly = true;
  524. //
  525. // prodprDataGridViewTextBoxColumn
  526. //
  527. this.prodprDataGridViewTextBoxColumn.DataPropertyName = "prod_pr";
  528. this.prodprDataGridViewTextBoxColumn.HeaderText = "prod_pr";
  529. this.prodprDataGridViewTextBoxColumn.Name = "prodprDataGridViewTextBoxColumn";
  530. this.prodprDataGridViewTextBoxColumn.ReadOnly = true;
  531. //
  532. // kindprDataGridViewTextBoxColumn
  533. //
  534. this.kindprDataGridViewTextBoxColumn.DataPropertyName = "kind_pr";
  535. this.kindprDataGridViewTextBoxColumn.HeaderText = "kind_pr";
  536. this.kindprDataGridViewTextBoxColumn.Name = "kindprDataGridViewTextBoxColumn";
  537. this.kindprDataGridViewTextBoxColumn.ReadOnly = true;
  538. //
  539. // uniteprDataGridViewTextBoxColumn
  540. //
  541. this.uniteprDataGridViewTextBoxColumn.DataPropertyName = "unite_pr";
  542. this.uniteprDataGridViewTextBoxColumn.HeaderText = "unite_pr";
  543. this.uniteprDataGridViewTextBoxColumn.Name = "uniteprDataGridViewTextBoxColumn";
  544. this.uniteprDataGridViewTextBoxColumn.ReadOnly = true;
  545. //
  546. // puprDataGridViewTextBoxColumn
  547. //
  548. this.puprDataGridViewTextBoxColumn.DataPropertyName = "pu_pr";
  549. this.puprDataGridViewTextBoxColumn.HeaderText = "pu_pr";
  550. this.puprDataGridViewTextBoxColumn.Name = "puprDataGridViewTextBoxColumn";
  551. this.puprDataGridViewTextBoxColumn.ReadOnly = true;
  552. //
  553. // tvaprDataGridViewTextBoxColumn
  554. //
  555. this.tvaprDataGridViewTextBoxColumn.DataPropertyName = "tva_pr";
  556. this.tvaprDataGridViewTextBoxColumn.HeaderText = "tva_pr";
  557. this.tvaprDataGridViewTextBoxColumn.Name = "tvaprDataGridViewTextBoxColumn";
  558. this.tvaprDataGridViewTextBoxColumn.ReadOnly = true;
  559. //
  560. // ttcprDataGridViewTextBoxColumn
  561. //
  562. this.ttcprDataGridViewTextBoxColumn.DataPropertyName = "ttc_pr";
  563. this.ttcprDataGridViewTextBoxColumn.HeaderText = "ttc_pr";
  564. this.ttcprDataGridViewTextBoxColumn.Name = "ttcprDataGridViewTextBoxColumn";
  565. this.ttcprDataGridViewTextBoxColumn.ReadOnly = true;
  566. //
  567. // tbprestaBindingSource
  568. //
  569. this.tbprestaBindingSource.DataMember = "tb_presta";
  570. this.tbprestaBindingSource.DataSource = this.dataSet1;
  571. //
  572. // dg_vente
  573. //
  574. this.dg_vente.AllowUserToAddRows = false;
  575. this.dg_vente.AllowUserToDeleteRows = false;
  576. this.dg_vente.AutoGenerateColumns = false;
  577. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  578. dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Control;
  579. dataGridViewCellStyle17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  580. dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.WindowText;
  581. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  582. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  583. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  584. this.dg_vente.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  585. this.dg_vente.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  586. this.dg_vente.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  587. this.epreuvevtDataGridViewTextBoxColumn,
  588. this.stationvtDataGridViewTextBoxColumn,
  589. this.vehivtDataGridViewTextBoxColumn,
  590. this.prodvtDataGridViewTextBoxColumn,
  591. this.datevtDataGridViewTextBoxColumn,
  592. this.qttvtDataGridViewTextBoxColumn,
  593. this.puvtDataGridViewTextBoxColumn,
  594. this.tvavtDataGridViewTextBoxColumn,
  595. this.ttcvtDataGridViewTextBoxColumn});
  596. this.dg_vente.DataSource = this.tbventeBindingSource;
  597. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  598. dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
  599. dataGridViewCellStyle18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  600. dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText;
  601. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  602. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  603. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  604. this.dg_vente.DefaultCellStyle = dataGridViewCellStyle18;
  605. this.dg_vente.Enabled = false;
  606. this.dg_vente.Location = new System.Drawing.Point(234, 257);
  607. this.dg_vente.Margin = new System.Windows.Forms.Padding(2);
  608. this.dg_vente.Name = "dg_vente";
  609. this.dg_vente.ReadOnly = true;
  610. this.dg_vente.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  611. this.dg_vente.Size = new System.Drawing.Size(997, 164);
  612. this.dg_vente.TabIndex = 12;
  613. //
  614. // epreuvevtDataGridViewTextBoxColumn
  615. //
  616. this.epreuvevtDataGridViewTextBoxColumn.DataPropertyName = "epreuve_vt";
  617. this.epreuvevtDataGridViewTextBoxColumn.HeaderText = "epreuve_vt";
  618. this.epreuvevtDataGridViewTextBoxColumn.Name = "epreuvevtDataGridViewTextBoxColumn";
  619. this.epreuvevtDataGridViewTextBoxColumn.ReadOnly = true;
  620. //
  621. // stationvtDataGridViewTextBoxColumn
  622. //
  623. this.stationvtDataGridViewTextBoxColumn.DataPropertyName = "station_vt";
  624. this.stationvtDataGridViewTextBoxColumn.HeaderText = "station_vt";
  625. this.stationvtDataGridViewTextBoxColumn.Name = "stationvtDataGridViewTextBoxColumn";
  626. this.stationvtDataGridViewTextBoxColumn.ReadOnly = true;
  627. //
  628. // vehivtDataGridViewTextBoxColumn
  629. //
  630. this.vehivtDataGridViewTextBoxColumn.DataPropertyName = "vehi_vt";
  631. this.vehivtDataGridViewTextBoxColumn.HeaderText = "vehi_vt";
  632. this.vehivtDataGridViewTextBoxColumn.Name = "vehivtDataGridViewTextBoxColumn";
  633. this.vehivtDataGridViewTextBoxColumn.ReadOnly = true;
  634. //
  635. // prodvtDataGridViewTextBoxColumn
  636. //
  637. this.prodvtDataGridViewTextBoxColumn.DataPropertyName = "prod_vt";
  638. this.prodvtDataGridViewTextBoxColumn.HeaderText = "prod_vt";
  639. this.prodvtDataGridViewTextBoxColumn.Name = "prodvtDataGridViewTextBoxColumn";
  640. this.prodvtDataGridViewTextBoxColumn.ReadOnly = true;
  641. //
  642. // datevtDataGridViewTextBoxColumn
  643. //
  644. this.datevtDataGridViewTextBoxColumn.DataPropertyName = "date_vt";
  645. this.datevtDataGridViewTextBoxColumn.HeaderText = "date_vt";
  646. this.datevtDataGridViewTextBoxColumn.Name = "datevtDataGridViewTextBoxColumn";
  647. this.datevtDataGridViewTextBoxColumn.ReadOnly = true;
  648. //
  649. // qttvtDataGridViewTextBoxColumn
  650. //
  651. this.qttvtDataGridViewTextBoxColumn.DataPropertyName = "qtt_vt";
  652. this.qttvtDataGridViewTextBoxColumn.HeaderText = "qtt_vt";
  653. this.qttvtDataGridViewTextBoxColumn.Name = "qttvtDataGridViewTextBoxColumn";
  654. this.qttvtDataGridViewTextBoxColumn.ReadOnly = true;
  655. //
  656. // puvtDataGridViewTextBoxColumn
  657. //
  658. this.puvtDataGridViewTextBoxColumn.DataPropertyName = "pu_vt";
  659. this.puvtDataGridViewTextBoxColumn.HeaderText = "pu_vt";
  660. this.puvtDataGridViewTextBoxColumn.Name = "puvtDataGridViewTextBoxColumn";
  661. this.puvtDataGridViewTextBoxColumn.ReadOnly = true;
  662. //
  663. // tvavtDataGridViewTextBoxColumn
  664. //
  665. this.tvavtDataGridViewTextBoxColumn.DataPropertyName = "tva_vt";
  666. this.tvavtDataGridViewTextBoxColumn.HeaderText = "tva_vt";
  667. this.tvavtDataGridViewTextBoxColumn.Name = "tvavtDataGridViewTextBoxColumn";
  668. this.tvavtDataGridViewTextBoxColumn.ReadOnly = true;
  669. //
  670. // ttcvtDataGridViewTextBoxColumn
  671. //
  672. this.ttcvtDataGridViewTextBoxColumn.DataPropertyName = "ttc_vt";
  673. this.ttcvtDataGridViewTextBoxColumn.HeaderText = "ttc_vt";
  674. this.ttcvtDataGridViewTextBoxColumn.Name = "ttcvtDataGridViewTextBoxColumn";
  675. this.ttcvtDataGridViewTextBoxColumn.ReadOnly = true;
  676. //
  677. // tbventeBindingSource
  678. //
  679. this.tbventeBindingSource.DataMember = "tb_vente";
  680. this.tbventeBindingSource.DataSource = this.dataSet1;
  681. //
  682. // grpServ
  683. //
  684. this.grpServ.Controls.Add(this.label7);
  685. this.grpServ.Controls.Add(this.label6);
  686. this.grpServ.Controls.Add(this.label5);
  687. this.grpServ.Controls.Add(this.nuQttFree);
  688. this.grpServ.Controls.Add(this.nuPrFree);
  689. this.grpServ.Controls.Add(this.txtTotFree);
  690. this.grpServ.Controls.Add(this.nuQtt3);
  691. this.grpServ.Controls.Add(this.nuPr3);
  692. this.grpServ.Controls.Add(this.txtTot3);
  693. this.grpServ.Controls.Add(this.nuQtt2);
  694. this.grpServ.Controls.Add(this.nuPr2);
  695. this.grpServ.Controls.Add(this.txtTot2);
  696. this.grpServ.Controls.Add(this.nuQtt1);
  697. this.grpServ.Controls.Add(this.txtPrFree);
  698. this.grpServ.Controls.Add(this.chkPrFree);
  699. this.grpServ.Controls.Add(this.chkPr3);
  700. this.grpServ.Controls.Add(this.chkPr2);
  701. this.grpServ.Controls.Add(this.chkPr1);
  702. this.grpServ.Controls.Add(this.nuPr1);
  703. this.grpServ.Controls.Add(this.txtTot1);
  704. this.grpServ.Location = new System.Drawing.Point(12, 213);
  705. this.grpServ.Name = "grpServ";
  706. this.grpServ.Size = new System.Drawing.Size(207, 232);
  707. this.grpServ.TabIndex = 4;
  708. this.grpServ.TabStop = false;
  709. this.grpServ.Text = "Produits/Services";
  710. //
  711. // label7
  712. //
  713. this.label7.AutoSize = true;
  714. this.label7.Location = new System.Drawing.Point(143, 20);
  715. this.label7.Name = "label7";
  716. this.label7.Size = new System.Drawing.Size(31, 13);
  717. this.label7.TabIndex = 19;
  718. this.label7.Text = "Total";
  719. //
  720. // label6
  721. //
  722. this.label6.AutoSize = true;
  723. this.label6.Location = new System.Drawing.Point(73, 20);
  724. this.label6.Name = "label6";
  725. this.label6.Size = new System.Drawing.Size(24, 13);
  726. this.label6.TabIndex = 18;
  727. this.label6.Text = "Qtt.";
  728. //
  729. // label5
  730. //
  731. this.label5.AutoSize = true;
  732. this.label5.Location = new System.Drawing.Point(8, 20);
  733. this.label5.Name = "label5";
  734. this.label5.Size = new System.Drawing.Size(28, 13);
  735. this.label5.TabIndex = 17;
  736. this.label5.Text = "P.U.";
  737. //
  738. // nuQttFree
  739. //
  740. this.nuQttFree.DecimalPlaces = 2;
  741. this.nuQttFree.Increment = new decimal(new int[] {
  742. 1,
  743. 0,
  744. 0,
  745. 131072});
  746. this.nuQttFree.Location = new System.Drawing.Point(73, 207);
  747. this.nuQttFree.Margin = new System.Windows.Forms.Padding(1);
  748. this.nuQttFree.Maximum = new decimal(new int[] {
  749. 99999,
  750. 0,
  751. 0,
  752. 0});
  753. this.nuQttFree.Name = "nuQttFree";
  754. this.nuQttFree.Size = new System.Drawing.Size(63, 20);
  755. this.nuQttFree.TabIndex = 15;
  756. this.nuQttFree.Value = new decimal(new int[] {
  757. 1,
  758. 0,
  759. 0,
  760. 0});
  761. this.nuQttFree.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  762. //
  763. // nuPrFree
  764. //
  765. this.nuPrFree.DecimalPlaces = 2;
  766. this.nuPrFree.Increment = new decimal(new int[] {
  767. 1,
  768. 0,
  769. 0,
  770. 131072});
  771. this.nuPrFree.Location = new System.Drawing.Point(5, 207);
  772. this.nuPrFree.Margin = new System.Windows.Forms.Padding(1);
  773. this.nuPrFree.Maximum = new decimal(new int[] {
  774. 99999,
  775. 0,
  776. 0,
  777. 0});
  778. this.nuPrFree.Name = "nuPrFree";
  779. this.nuPrFree.Size = new System.Drawing.Size(63, 20);
  780. this.nuPrFree.TabIndex = 14;
  781. this.nuPrFree.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  782. //
  783. // txtTotFree
  784. //
  785. this.txtTotFree.Location = new System.Drawing.Point(141, 207);
  786. this.txtTotFree.Margin = new System.Windows.Forms.Padding(1);
  787. this.txtTotFree.Name = "txtTotFree";
  788. this.txtTotFree.Size = new System.Drawing.Size(61, 20);
  789. this.txtTotFree.TabIndex = 16;
  790. this.txtTotFree.Text = "0.00";
  791. this.txtTotFree.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  792. //
  793. // nuQtt3
  794. //
  795. this.nuQtt3.DecimalPlaces = 2;
  796. this.nuQtt3.Increment = new decimal(new int[] {
  797. 1,
  798. 0,
  799. 0,
  800. 131072});
  801. this.nuQtt3.Location = new System.Drawing.Point(73, 159);
  802. this.nuQtt3.Margin = new System.Windows.Forms.Padding(1);
  803. this.nuQtt3.Maximum = new decimal(new int[] {
  804. 99999,
  805. 0,
  806. 0,
  807. 0});
  808. this.nuQtt3.Name = "nuQtt3";
  809. this.nuQtt3.Size = new System.Drawing.Size(63, 20);
  810. this.nuQtt3.TabIndex = 10;
  811. this.nuQtt3.Value = new decimal(new int[] {
  812. 1,
  813. 0,
  814. 0,
  815. 0});
  816. this.nuQtt3.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  817. //
  818. // nuPr3
  819. //
  820. this.nuPr3.DecimalPlaces = 2;
  821. this.nuPr3.Increment = new decimal(new int[] {
  822. 1,
  823. 0,
  824. 0,
  825. 131072});
  826. this.nuPr3.Location = new System.Drawing.Point(5, 160);
  827. this.nuPr3.Margin = new System.Windows.Forms.Padding(1);
  828. this.nuPr3.Maximum = new decimal(new int[] {
  829. 99999,
  830. 0,
  831. 0,
  832. 0});
  833. this.nuPr3.Name = "nuPr3";
  834. this.nuPr3.ReadOnly = true;
  835. this.nuPr3.Size = new System.Drawing.Size(63, 20);
  836. this.nuPr3.TabIndex = 9;
  837. this.nuPr3.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  838. //
  839. // txtTot3
  840. //
  841. this.txtTot3.Location = new System.Drawing.Point(141, 159);
  842. this.txtTot3.Margin = new System.Windows.Forms.Padding(1);
  843. this.txtTot3.Name = "txtTot3";
  844. this.txtTot3.Size = new System.Drawing.Size(61, 20);
  845. this.txtTot3.TabIndex = 11;
  846. this.txtTot3.Text = "0.00";
  847. this.txtTot3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  848. //
  849. // nuQtt2
  850. //
  851. this.nuQtt2.DecimalPlaces = 2;
  852. this.nuQtt2.Increment = new decimal(new int[] {
  853. 1,
  854. 0,
  855. 0,
  856. 131072});
  857. this.nuQtt2.Location = new System.Drawing.Point(73, 112);
  858. this.nuQtt2.Margin = new System.Windows.Forms.Padding(1);
  859. this.nuQtt2.Maximum = new decimal(new int[] {
  860. 99999,
  861. 0,
  862. 0,
  863. 0});
  864. this.nuQtt2.Name = "nuQtt2";
  865. this.nuQtt2.Size = new System.Drawing.Size(63, 20);
  866. this.nuQtt2.TabIndex = 6;
  867. this.nuQtt2.Value = new decimal(new int[] {
  868. 1,
  869. 0,
  870. 0,
  871. 0});
  872. this.nuQtt2.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  873. //
  874. // nuPr2
  875. //
  876. this.nuPr2.DecimalPlaces = 2;
  877. this.nuPr2.Increment = new decimal(new int[] {
  878. 1,
  879. 0,
  880. 0,
  881. 131072});
  882. this.nuPr2.Location = new System.Drawing.Point(5, 113);
  883. this.nuPr2.Margin = new System.Windows.Forms.Padding(1);
  884. this.nuPr2.Maximum = new decimal(new int[] {
  885. 99999,
  886. 0,
  887. 0,
  888. 0});
  889. this.nuPr2.Name = "nuPr2";
  890. this.nuPr2.ReadOnly = true;
  891. this.nuPr2.Size = new System.Drawing.Size(63, 20);
  892. this.nuPr2.TabIndex = 5;
  893. this.nuPr2.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  894. //
  895. // txtTot2
  896. //
  897. this.txtTot2.Location = new System.Drawing.Point(141, 112);
  898. this.txtTot2.Margin = new System.Windows.Forms.Padding(1);
  899. this.txtTot2.Name = "txtTot2";
  900. this.txtTot2.Size = new System.Drawing.Size(61, 20);
  901. this.txtTot2.TabIndex = 7;
  902. this.txtTot2.Text = "0.00";
  903. this.txtTot2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  904. //
  905. // nuQtt1
  906. //
  907. this.nuQtt1.DecimalPlaces = 2;
  908. this.nuQtt1.Increment = new decimal(new int[] {
  909. 1,
  910. 0,
  911. 0,
  912. 131072});
  913. this.nuQtt1.Location = new System.Drawing.Point(74, 65);
  914. this.nuQtt1.Margin = new System.Windows.Forms.Padding(1);
  915. this.nuQtt1.Maximum = new decimal(new int[] {
  916. 99999,
  917. 0,
  918. 0,
  919. 0});
  920. this.nuQtt1.Name = "nuQtt1";
  921. this.nuQtt1.Size = new System.Drawing.Size(63, 20);
  922. this.nuQtt1.TabIndex = 2;
  923. this.nuQtt1.Value = new decimal(new int[] {
  924. 1,
  925. 0,
  926. 0,
  927. 0});
  928. this.nuQtt1.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  929. //
  930. // txtPrFree
  931. //
  932. this.txtPrFree.Location = new System.Drawing.Point(31, 183);
  933. this.txtPrFree.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  934. this.txtPrFree.Name = "txtPrFree";
  935. this.txtPrFree.Size = new System.Drawing.Size(169, 20);
  936. this.txtPrFree.TabIndex = 13;
  937. this.txtPrFree.Text = "...";
  938. //
  939. // chkPrFree
  940. //
  941. this.chkPrFree.AutoSize = true;
  942. this.chkPrFree.Location = new System.Drawing.Point(6, 186);
  943. this.chkPrFree.Name = "chkPrFree";
  944. this.chkPrFree.Size = new System.Drawing.Size(15, 14);
  945. this.chkPrFree.TabIndex = 12;
  946. this.chkPrFree.UseVisualStyleBackColor = true;
  947. //
  948. // chkPr3
  949. //
  950. this.chkPr3.AutoSize = true;
  951. this.chkPr3.Location = new System.Drawing.Point(6, 139);
  952. this.chkPr3.Name = "chkPr3";
  953. this.chkPr3.Size = new System.Drawing.Size(57, 17);
  954. this.chkPr3.TabIndex = 8;
  955. this.chkPr3.Text = "Prod 3";
  956. this.chkPr3.UseVisualStyleBackColor = true;
  957. //
  958. // chkPr2
  959. //
  960. this.chkPr2.AutoSize = true;
  961. this.chkPr2.Location = new System.Drawing.Point(6, 92);
  962. this.chkPr2.Name = "chkPr2";
  963. this.chkPr2.Size = new System.Drawing.Size(57, 17);
  964. this.chkPr2.TabIndex = 4;
  965. this.chkPr2.Text = "Prod 2";
  966. this.chkPr2.UseVisualStyleBackColor = true;
  967. //
  968. // chkPr1
  969. //
  970. this.chkPr1.AutoSize = true;
  971. this.chkPr1.Location = new System.Drawing.Point(6, 45);
  972. this.chkPr1.Name = "chkPr1";
  973. this.chkPr1.Size = new System.Drawing.Size(57, 17);
  974. this.chkPr1.TabIndex = 0;
  975. this.chkPr1.Text = "Prod 1";
  976. this.chkPr1.UseVisualStyleBackColor = true;
  977. //
  978. // nuPr1
  979. //
  980. this.nuPr1.DecimalPlaces = 2;
  981. this.nuPr1.Increment = new decimal(new int[] {
  982. 1,
  983. 0,
  984. 0,
  985. 131072});
  986. this.nuPr1.Location = new System.Drawing.Point(6, 66);
  987. this.nuPr1.Margin = new System.Windows.Forms.Padding(1);
  988. this.nuPr1.Maximum = new decimal(new int[] {
  989. 99999,
  990. 0,
  991. 0,
  992. 0});
  993. this.nuPr1.Name = "nuPr1";
  994. this.nuPr1.ReadOnly = true;
  995. this.nuPr1.Size = new System.Drawing.Size(63, 20);
  996. this.nuPr1.TabIndex = 1;
  997. this.nuPr1.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  998. //
  999. // txtTot1
  1000. //
  1001. this.txtTot1.Location = new System.Drawing.Point(142, 65);
  1002. this.txtTot1.Margin = new System.Windows.Forms.Padding(1);
  1003. this.txtTot1.Name = "txtTot1";
  1004. this.txtTot1.Size = new System.Drawing.Size(61, 20);
  1005. this.txtTot1.TabIndex = 3;
  1006. this.txtTot1.Text = "0.00";
  1007. this.txtTot1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  1008. //
  1009. // bt_search
  1010. //
  1011. this.bt_search.Location = new System.Drawing.Point(139, 30);
  1012. this.bt_search.Name = "bt_search";
  1013. this.bt_search.Size = new System.Drawing.Size(51, 23);
  1014. this.bt_search.TabIndex = 2;
  1015. this.bt_search.Text = "?";
  1016. this.bt_search.UseVisualStyleBackColor = true;
  1017. this.bt_search.Click += new System.EventHandler(this.bt_search_Click);
  1018. //
  1019. // tbvehiBindingSource
  1020. //
  1021. this.tbvehiBindingSource.DataMember = "tb_vehi";
  1022. this.tbvehiBindingSource.DataSource = this.dataSet1;
  1023. //
  1024. // tbventetmpbindingSource
  1025. //
  1026. this.tbventetmpbindingSource.DataMember = "tb_vente";
  1027. this.tbventetmpbindingSource.DataSource = this.dataSet1;
  1028. //
  1029. // bt_save
  1030. //
  1031. this.bt_save.Enabled = false;
  1032. this.bt_save.Location = new System.Drawing.Point(10, 485);
  1033. this.bt_save.Name = "bt_save";
  1034. this.bt_save.Size = new System.Drawing.Size(194, 23);
  1035. this.bt_save.TabIndex = 20;
  1036. this.bt_save.Text = "Sauvegarder";
  1037. this.bt_save.UseVisualStyleBackColor = true;
  1038. this.bt_save.Click += new System.EventHandler(this.bt_save_Click);
  1039. //
  1040. // f_saisie
  1041. //
  1042. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  1043. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1044. this.ClientSize = new System.Drawing.Size(233, 520);
  1045. this.Controls.Add(this.bt_save);
  1046. this.Controls.Add(this.bt_search);
  1047. this.Controls.Add(this.grpServ);
  1048. this.Controls.Add(this.dg_vente);
  1049. this.Controls.Add(this.dg_presta);
  1050. this.Controls.Add(this.dg_sta);
  1051. this.Controls.Add(this.groupBox2);
  1052. this.Controls.Add(this.lbl_pilote);
  1053. this.Controls.Add(this.bt_abort);
  1054. this.Controls.Add(this.bt_valid);
  1055. this.Controls.Add(this.grpCarb);
  1056. this.Controls.Add(this.label1);
  1057. this.Controls.Add(this.text_no);
  1058. this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1059. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  1060. this.Name = "f_saisie";
  1061. this.ShowIcon = false;
  1062. this.ShowInTaskbar = false;
  1063. this.Text = "Saisie ";
  1064. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_saisie_FormClosing);
  1065. this.Load += new System.EventHandler(this.f_saisie_Load);
  1066. this.grpCarb.ResumeLayout(false);
  1067. this.grpCarb.PerformLayout();
  1068. ((System.ComponentModel.ISupportInitialize)(this.nuPxCarb)).EndInit();
  1069. ((System.ComponentModel.ISupportInitialize)(this.nuVolCarb)).EndInit();
  1070. this.groupBox2.ResumeLayout(false);
  1071. this.groupBox2.PerformLayout();
  1072. ((System.ComponentModel.ISupportInitialize)(this.dg_sta)).EndInit();
  1073. ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).EndInit();
  1074. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1075. ((System.ComponentModel.ISupportInitialize)(this.dg_presta)).EndInit();
  1076. ((System.ComponentModel.ISupportInitialize)(this.tbprestaBindingSource)).EndInit();
  1077. ((System.ComponentModel.ISupportInitialize)(this.dg_vente)).EndInit();
  1078. ((System.ComponentModel.ISupportInitialize)(this.tbventeBindingSource)).EndInit();
  1079. this.grpServ.ResumeLayout(false);
  1080. this.grpServ.PerformLayout();
  1081. ((System.ComponentModel.ISupportInitialize)(this.nuQttFree)).EndInit();
  1082. ((System.ComponentModel.ISupportInitialize)(this.nuPrFree)).EndInit();
  1083. ((System.ComponentModel.ISupportInitialize)(this.nuQtt3)).EndInit();
  1084. ((System.ComponentModel.ISupportInitialize)(this.nuPr3)).EndInit();
  1085. ((System.ComponentModel.ISupportInitialize)(this.nuQtt2)).EndInit();
  1086. ((System.ComponentModel.ISupportInitialize)(this.nuPr2)).EndInit();
  1087. ((System.ComponentModel.ISupportInitialize)(this.nuQtt1)).EndInit();
  1088. ((System.ComponentModel.ISupportInitialize)(this.nuPr1)).EndInit();
  1089. ((System.ComponentModel.ISupportInitialize)(this.tbvehiBindingSource)).EndInit();
  1090. ((System.ComponentModel.ISupportInitialize)(this.tbventetmpbindingSource)).EndInit();
  1091. this.ResumeLayout(false);
  1092. this.PerformLayout();
  1093. }
  1094. #endregion
  1095. private System.Windows.Forms.TextBox text_no;
  1096. private System.Windows.Forms.GroupBox grpCarb;
  1097. private System.Windows.Forms.Label label4;
  1098. private System.Windows.Forms.RadioButton rdCarb5;
  1099. private System.Windows.Forms.RadioButton rdCarb4;
  1100. private System.Windows.Forms.RadioButton rdCarb2;
  1101. private System.Windows.Forms.RadioButton rdCarb1;
  1102. private System.Windows.Forms.Label label1;
  1103. private System.Windows.Forms.Button bt_valid;
  1104. private System.Windows.Forms.Button bt_abort;
  1105. private System.Windows.Forms.Label lbl_pilote;
  1106. private System.Windows.Forms.GroupBox groupBox2;
  1107. private System.Windows.Forms.RadioButton rdMoto;
  1108. private System.Windows.Forms.RadioButton rdAuto;
  1109. private System.Windows.Forms.BindingSource tbstationBindingSource;
  1110. private DataSet1 dataSet1;
  1111. private System.Windows.Forms.DataGridView dg_sta;
  1112. private System.Windows.Forms.BindingSource tbprestaBindingSource;
  1113. private System.Windows.Forms.BindingSource tbventeBindingSource;
  1114. private System.Windows.Forms.DataGridView dg_presta;
  1115. private System.Windows.Forms.DataGridView dg_vente;
  1116. private System.Windows.Forms.DataGridViewTextBoxColumn staprDataGridViewTextBoxColumn;
  1117. private System.Windows.Forms.DataGridViewTextBoxColumn prodprDataGridViewTextBoxColumn;
  1118. private System.Windows.Forms.DataGridViewTextBoxColumn kindprDataGridViewTextBoxColumn;
  1119. private System.Windows.Forms.DataGridViewTextBoxColumn uniteprDataGridViewTextBoxColumn;
  1120. private System.Windows.Forms.DataGridViewTextBoxColumn puprDataGridViewTextBoxColumn;
  1121. private System.Windows.Forms.DataGridViewTextBoxColumn tvaprDataGridViewTextBoxColumn;
  1122. private System.Windows.Forms.DataGridViewTextBoxColumn ttcprDataGridViewTextBoxColumn;
  1123. private System.Windows.Forms.DataGridViewTextBoxColumn epreuvevtDataGridViewTextBoxColumn;
  1124. private System.Windows.Forms.DataGridViewTextBoxColumn stationvtDataGridViewTextBoxColumn;
  1125. private System.Windows.Forms.DataGridViewTextBoxColumn vehivtDataGridViewTextBoxColumn;
  1126. private System.Windows.Forms.DataGridViewTextBoxColumn prodvtDataGridViewTextBoxColumn;
  1127. private System.Windows.Forms.DataGridViewTextBoxColumn datevtDataGridViewTextBoxColumn;
  1128. private System.Windows.Forms.DataGridViewTextBoxColumn qttvtDataGridViewTextBoxColumn;
  1129. private System.Windows.Forms.DataGridViewTextBoxColumn puvtDataGridViewTextBoxColumn;
  1130. private System.Windows.Forms.DataGridViewTextBoxColumn tvavtDataGridViewTextBoxColumn;
  1131. private System.Windows.Forms.DataGridViewTextBoxColumn ttcvtDataGridViewTextBoxColumn;
  1132. private System.Windows.Forms.DataGridViewTextBoxColumn etpstaDataGridViewTextBoxColumn;
  1133. private System.Windows.Forms.DataGridViewTextBoxColumn datestaDataGridViewTextBoxColumn;
  1134. private System.Windows.Forms.DataGridViewTextBoxColumn nomstaDataGridViewTextBoxColumn;
  1135. private System.Windows.Forms.RadioButton rdCarb6;
  1136. private System.Windows.Forms.RadioButton rdCarb3;
  1137. private System.Windows.Forms.NumericUpDown nuPxCarb;
  1138. private System.Windows.Forms.NumericUpDown nuVolCarb;
  1139. private System.Windows.Forms.TextBox txtMntCarb;
  1140. private System.Windows.Forms.Label label3;
  1141. private System.Windows.Forms.Label label2;
  1142. private System.Windows.Forms.GroupBox grpServ;
  1143. private System.Windows.Forms.NumericUpDown nuQttFree;
  1144. private System.Windows.Forms.NumericUpDown nuPrFree;
  1145. private System.Windows.Forms.TextBox txtTotFree;
  1146. private System.Windows.Forms.NumericUpDown nuQtt3;
  1147. private System.Windows.Forms.NumericUpDown nuPr3;
  1148. private System.Windows.Forms.TextBox txtTot3;
  1149. private System.Windows.Forms.NumericUpDown nuQtt2;
  1150. private System.Windows.Forms.NumericUpDown nuPr2;
  1151. private System.Windows.Forms.TextBox txtTot2;
  1152. private System.Windows.Forms.NumericUpDown nuQtt1;
  1153. private System.Windows.Forms.TextBox txtPrFree;
  1154. private System.Windows.Forms.CheckBox chkPrFree;
  1155. private System.Windows.Forms.CheckBox chkPr3;
  1156. private System.Windows.Forms.CheckBox chkPr2;
  1157. private System.Windows.Forms.CheckBox chkPr1;
  1158. private System.Windows.Forms.NumericUpDown nuPr1;
  1159. private System.Windows.Forms.TextBox txtTot1;
  1160. private System.Windows.Forms.Button bt_search;
  1161. private System.Windows.Forms.BindingSource tbvehiBindingSource;
  1162. private System.Windows.Forms.Label label7;
  1163. private System.Windows.Forms.Label label6;
  1164. private System.Windows.Forms.Label label5;
  1165. private System.Windows.Forms.BindingSource tbventetmpbindingSource;
  1166. private System.Windows.Forms.Button bt_save;
  1167. }
  1168. }