f_saisie2.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939
  1. namespace Fuel01
  2. {
  3. partial class f_saisie2
  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. this.text_no = new System.Windows.Forms.TextBox();
  30. this.grpCarb = new System.Windows.Forms.GroupBox();
  31. this.nuMntCarb = new System.Windows.Forms.NumericUpDown();
  32. this.nuVolCarb = new System.Windows.Forms.NumericUpDown();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.nuPxCarb = new System.Windows.Forms.NumericUpDown();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.rdCarb6 = new System.Windows.Forms.RadioButton();
  37. this.rdCarb3 = new System.Windows.Forms.RadioButton();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.rdCarb5 = new System.Windows.Forms.RadioButton();
  40. this.rdCarb4 = new System.Windows.Forms.RadioButton();
  41. this.rdCarb2 = new System.Windows.Forms.RadioButton();
  42. this.rdCarb1 = new System.Windows.Forms.RadioButton();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.bt_valid = new System.Windows.Forms.Button();
  45. this.bt_abort = new System.Windows.Forms.Button();
  46. this.lbl_pilote = new System.Windows.Forms.Label();
  47. this.groupBox2 = new System.Windows.Forms.GroupBox();
  48. this.rdMoto = new System.Windows.Forms.RadioButton();
  49. this.rdAuto = new System.Windows.Forms.RadioButton();
  50. this.tbstationBindingSource = new System.Windows.Forms.BindingSource(this.components);
  51. this.dataSet1 = new Fuel01.DataSet1();
  52. this.tbprestaBindingSource = new System.Windows.Forms.BindingSource(this.components);
  53. this.tbventeBindingSource = new System.Windows.Forms.BindingSource(this.components);
  54. this.grpServ = new System.Windows.Forms.GroupBox();
  55. this.label9 = new System.Windows.Forms.Label();
  56. this.nuTotFree = new System.Windows.Forms.NumericUpDown();
  57. this.nuTot3 = new System.Windows.Forms.NumericUpDown();
  58. this.nuTot2 = new System.Windows.Forms.NumericUpDown();
  59. this.nuTot1 = new System.Windows.Forms.NumericUpDown();
  60. this.label8 = new System.Windows.Forms.Label();
  61. this.numTvaFree = new System.Windows.Forms.NumericUpDown();
  62. this.label7 = new System.Windows.Forms.Label();
  63. this.label6 = new System.Windows.Forms.Label();
  64. this.label5 = new System.Windows.Forms.Label();
  65. this.nuQttFree = new System.Windows.Forms.NumericUpDown();
  66. this.nuPrFree = new System.Windows.Forms.NumericUpDown();
  67. this.nuQtt3 = new System.Windows.Forms.NumericUpDown();
  68. this.nuPr3 = new System.Windows.Forms.NumericUpDown();
  69. this.nuQtt2 = new System.Windows.Forms.NumericUpDown();
  70. this.nuPr2 = new System.Windows.Forms.NumericUpDown();
  71. this.nuQtt1 = new System.Windows.Forms.NumericUpDown();
  72. this.txtPrFree = new System.Windows.Forms.TextBox();
  73. this.chkPrFree = new System.Windows.Forms.CheckBox();
  74. this.chkPr3 = new System.Windows.Forms.CheckBox();
  75. this.chkPr2 = new System.Windows.Forms.CheckBox();
  76. this.chkPr1 = new System.Windows.Forms.CheckBox();
  77. this.nuPr1 = new System.Windows.Forms.NumericUpDown();
  78. this.bt_search = new System.Windows.Forms.Button();
  79. this.tbvehiBindingSource = new System.Windows.Forms.BindingSource(this.components);
  80. this.tbventetmpbindingSource = new System.Windows.Forms.BindingSource(this.components);
  81. this.bt_save = new System.Windows.Forms.Button();
  82. this.lblstadt = new System.Windows.Forms.Label();
  83. this.grpCarb.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.nuMntCarb)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.nuVolCarb)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.nuPxCarb)).BeginInit();
  87. this.groupBox2.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.tbprestaBindingSource)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.tbventeBindingSource)).BeginInit();
  92. this.grpServ.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.nuTotFree)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.nuTot3)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.nuTot2)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.nuTot1)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.numTvaFree)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.nuQttFree)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.nuPrFree)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.nuQtt3)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.nuPr3)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.nuQtt2)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.nuPr2)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.nuQtt1)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.nuPr1)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.tbvehiBindingSource)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.tbventetmpbindingSource)).BeginInit();
  108. this.SuspendLayout();
  109. //
  110. // text_no
  111. //
  112. this.text_no.Location = new System.Drawing.Point(362, 8);
  113. this.text_no.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  114. this.text_no.Name = "text_no";
  115. this.text_no.Size = new System.Drawing.Size(55, 26);
  116. this.text_no.TabIndex = 2;
  117. this.text_no.Text = "...";
  118. this.text_no.KeyUp += new System.Windows.Forms.KeyEventHandler(this.text_no_KeyUp);
  119. this.text_no.Leave += new System.EventHandler(this.bt_search_Click);
  120. //
  121. // grpCarb
  122. //
  123. this.grpCarb.Controls.Add(this.nuMntCarb);
  124. this.grpCarb.Controls.Add(this.nuVolCarb);
  125. this.grpCarb.Controls.Add(this.label2);
  126. this.grpCarb.Controls.Add(this.nuPxCarb);
  127. this.grpCarb.Controls.Add(this.label3);
  128. this.grpCarb.Controls.Add(this.rdCarb6);
  129. this.grpCarb.Controls.Add(this.rdCarb3);
  130. this.grpCarb.Controls.Add(this.label4);
  131. this.grpCarb.Controls.Add(this.rdCarb5);
  132. this.grpCarb.Controls.Add(this.rdCarb4);
  133. this.grpCarb.Controls.Add(this.rdCarb2);
  134. this.grpCarb.Controls.Add(this.rdCarb1);
  135. this.grpCarb.Location = new System.Drawing.Point(18, 74);
  136. this.grpCarb.Margin = new System.Windows.Forms.Padding(2);
  137. this.grpCarb.Name = "grpCarb";
  138. this.grpCarb.Padding = new System.Windows.Forms.Padding(2);
  139. this.grpCarb.Size = new System.Drawing.Size(688, 127);
  140. this.grpCarb.TabIndex = 4;
  141. this.grpCarb.TabStop = false;
  142. this.grpCarb.Text = "Carburants";
  143. //
  144. // nuMntCarb
  145. //
  146. this.nuMntCarb.DecimalPlaces = 2;
  147. this.nuMntCarb.Location = new System.Drawing.Point(257, 80);
  148. this.nuMntCarb.Maximum = new decimal(new int[] {
  149. 32768,
  150. 0,
  151. 0,
  152. 0});
  153. this.nuMntCarb.Name = "nuMntCarb";
  154. this.nuMntCarb.Size = new System.Drawing.Size(95, 26);
  155. this.nuMntCarb.TabIndex = 2;
  156. this.nuMntCarb.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  157. //
  158. // nuVolCarb
  159. //
  160. this.nuVolCarb.DecimalPlaces = 2;
  161. this.nuVolCarb.Increment = new decimal(new int[] {
  162. 1,
  163. 0,
  164. 0,
  165. 131072});
  166. this.nuVolCarb.Location = new System.Drawing.Point(426, 80);
  167. this.nuVolCarb.Margin = new System.Windows.Forms.Padding(2);
  168. this.nuVolCarb.Maximum = new decimal(new int[] {
  169. 32768,
  170. 0,
  171. 0,
  172. 0});
  173. this.nuVolCarb.Name = "nuVolCarb";
  174. this.nuVolCarb.Size = new System.Drawing.Size(106, 26);
  175. this.nuVolCarb.TabIndex = 3;
  176. this.nuVolCarb.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  177. //
  178. // label2
  179. //
  180. this.label2.AutoSize = true;
  181. this.label2.Location = new System.Drawing.Point(388, 81);
  182. this.label2.Name = "label2";
  183. this.label2.Size = new System.Drawing.Size(36, 20);
  184. this.label2.TabIndex = 15;
  185. this.label2.Text = "Vol.";
  186. //
  187. // nuPxCarb
  188. //
  189. this.nuPxCarb.DecimalPlaces = 3;
  190. this.nuPxCarb.Increment = new decimal(new int[] {
  191. 1,
  192. 0,
  193. 0,
  194. 131072});
  195. this.nuPxCarb.Location = new System.Drawing.Point(70, 80);
  196. this.nuPxCarb.Margin = new System.Windows.Forms.Padding(2);
  197. this.nuPxCarb.Maximum = new decimal(new int[] {
  198. 32768,
  199. 0,
  200. 0,
  201. 0});
  202. this.nuPxCarb.Name = "nuPxCarb";
  203. this.nuPxCarb.ReadOnly = true;
  204. this.nuPxCarb.Size = new System.Drawing.Size(106, 26);
  205. this.nuPxCarb.TabIndex = 1;
  206. this.nuPxCarb.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  207. //
  208. // label3
  209. //
  210. this.label3.AutoSize = true;
  211. this.label3.Location = new System.Drawing.Point(213, 80);
  212. this.label3.Name = "label3";
  213. this.label3.Size = new System.Drawing.Size(40, 20);
  214. this.label3.TabIndex = 13;
  215. this.label3.Text = "Mnt.";
  216. //
  217. // rdCarb6
  218. //
  219. this.rdCarb6.AutoSize = true;
  220. this.rdCarb6.Location = new System.Drawing.Point(572, 37);
  221. this.rdCarb6.Margin = new System.Windows.Forms.Padding(2);
  222. this.rdCarb6.Name = "rdCarb6";
  223. this.rdCarb6.Size = new System.Drawing.Size(39, 24);
  224. this.rdCarb6.TabIndex = 5;
  225. this.rdCarb6.Text = "...";
  226. this.rdCarb6.UseVisualStyleBackColor = true;
  227. this.rdCarb6.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
  228. //
  229. // rdCarb3
  230. //
  231. this.rdCarb3.AutoSize = true;
  232. this.rdCarb3.Location = new System.Drawing.Point(236, 37);
  233. this.rdCarb3.Margin = new System.Windows.Forms.Padding(2);
  234. this.rdCarb3.Name = "rdCarb3";
  235. this.rdCarb3.Size = new System.Drawing.Size(39, 24);
  236. this.rdCarb3.TabIndex = 2;
  237. this.rdCarb3.Text = "...";
  238. this.rdCarb3.UseVisualStyleBackColor = true;
  239. this.rdCarb3.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
  240. //
  241. // label4
  242. //
  243. this.label4.AutoSize = true;
  244. this.label4.Location = new System.Drawing.Point(9, 80);
  245. this.label4.Name = "label4";
  246. this.label4.Size = new System.Drawing.Size(55, 20);
  247. this.label4.TabIndex = 7;
  248. this.label4.Text = "Prix L.";
  249. //
  250. // rdCarb5
  251. //
  252. this.rdCarb5.AutoSize = true;
  253. this.rdCarb5.Location = new System.Drawing.Point(460, 37);
  254. this.rdCarb5.Margin = new System.Windows.Forms.Padding(2);
  255. this.rdCarb5.Name = "rdCarb5";
  256. this.rdCarb5.Size = new System.Drawing.Size(39, 24);
  257. this.rdCarb5.TabIndex = 4;
  258. this.rdCarb5.Text = "...";
  259. this.rdCarb5.UseVisualStyleBackColor = true;
  260. this.rdCarb5.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
  261. //
  262. // rdCarb4
  263. //
  264. this.rdCarb4.AutoSize = true;
  265. this.rdCarb4.Location = new System.Drawing.Point(348, 37);
  266. this.rdCarb4.Margin = new System.Windows.Forms.Padding(2);
  267. this.rdCarb4.Name = "rdCarb4";
  268. this.rdCarb4.Size = new System.Drawing.Size(39, 24);
  269. this.rdCarb4.TabIndex = 3;
  270. this.rdCarb4.Text = "...";
  271. this.rdCarb4.UseVisualStyleBackColor = true;
  272. this.rdCarb4.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
  273. //
  274. // rdCarb2
  275. //
  276. this.rdCarb2.AutoSize = true;
  277. this.rdCarb2.Location = new System.Drawing.Point(124, 37);
  278. this.rdCarb2.Margin = new System.Windows.Forms.Padding(2);
  279. this.rdCarb2.Name = "rdCarb2";
  280. this.rdCarb2.Size = new System.Drawing.Size(39, 24);
  281. this.rdCarb2.TabIndex = 1;
  282. this.rdCarb2.Text = "...";
  283. this.rdCarb2.UseVisualStyleBackColor = true;
  284. this.rdCarb2.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
  285. //
  286. // rdCarb1
  287. //
  288. this.rdCarb1.AutoSize = true;
  289. this.rdCarb1.Checked = true;
  290. this.rdCarb1.Location = new System.Drawing.Point(12, 37);
  291. this.rdCarb1.Margin = new System.Windows.Forms.Padding(2);
  292. this.rdCarb1.Name = "rdCarb1";
  293. this.rdCarb1.Size = new System.Drawing.Size(39, 24);
  294. this.rdCarb1.TabIndex = 0;
  295. this.rdCarb1.TabStop = true;
  296. this.rdCarb1.Text = "...";
  297. this.rdCarb1.UseVisualStyleBackColor = true;
  298. this.rdCarb1.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
  299. //
  300. // label1
  301. //
  302. this.label1.AutoSize = true;
  303. this.label1.Location = new System.Drawing.Point(239, 13);
  304. this.label1.Name = "label1";
  305. this.label1.Size = new System.Drawing.Size(108, 20);
  306. this.label1.TabIndex = 1;
  307. this.label1.Text = "N° du véhicule";
  308. //
  309. // bt_valid
  310. //
  311. this.bt_valid.Location = new System.Drawing.Point(21, 540);
  312. this.bt_valid.Margin = new System.Windows.Forms.Padding(2);
  313. this.bt_valid.Name = "bt_valid";
  314. this.bt_valid.Size = new System.Drawing.Size(106, 38);
  315. this.bt_valid.TabIndex = 6;
  316. this.bt_valid.Text = "Ajouter";
  317. this.bt_valid.UseVisualStyleBackColor = true;
  318. this.bt_valid.Click += new System.EventHandler(this.bt_valid_Click);
  319. //
  320. // bt_abort
  321. //
  322. this.bt_abort.Location = new System.Drawing.Point(196, 540);
  323. this.bt_abort.Margin = new System.Windows.Forms.Padding(2);
  324. this.bt_abort.Name = "bt_abort";
  325. this.bt_abort.Size = new System.Drawing.Size(116, 38);
  326. this.bt_abort.TabIndex = 7;
  327. this.bt_abort.Text = "Abandonner";
  328. this.bt_abort.UseVisualStyleBackColor = true;
  329. this.bt_abort.Click += new System.EventHandler(this.bt_abort_Click);
  330. //
  331. // lbl_pilote
  332. //
  333. this.lbl_pilote.Location = new System.Drawing.Point(18, 42);
  334. this.lbl_pilote.Name = "lbl_pilote";
  335. this.lbl_pilote.Size = new System.Drawing.Size(208, 20);
  336. this.lbl_pilote.TabIndex = 19;
  337. this.lbl_pilote.Text = ".....................................";
  338. //
  339. // groupBox2
  340. //
  341. this.groupBox2.Controls.Add(this.rdMoto);
  342. this.groupBox2.Controls.Add(this.rdAuto);
  343. this.groupBox2.Location = new System.Drawing.Point(21, -2);
  344. this.groupBox2.Name = "groupBox2";
  345. this.groupBox2.Size = new System.Drawing.Size(192, 42);
  346. this.groupBox2.TabIndex = 0;
  347. this.groupBox2.TabStop = false;
  348. //
  349. // rdMoto
  350. //
  351. this.rdMoto.AutoSize = true;
  352. this.rdMoto.Location = new System.Drawing.Point(98, 14);
  353. this.rdMoto.Name = "rdMoto";
  354. this.rdMoto.Size = new System.Drawing.Size(63, 24);
  355. this.rdMoto.TabIndex = 1;
  356. this.rdMoto.Text = "Moto";
  357. this.rdMoto.UseVisualStyleBackColor = true;
  358. //
  359. // rdAuto
  360. //
  361. this.rdAuto.AutoSize = true;
  362. this.rdAuto.Checked = true;
  363. this.rdAuto.Location = new System.Drawing.Point(10, 15);
  364. this.rdAuto.Name = "rdAuto";
  365. this.rdAuto.Size = new System.Drawing.Size(61, 24);
  366. this.rdAuto.TabIndex = 1;
  367. this.rdAuto.TabStop = true;
  368. this.rdAuto.Text = "Auto";
  369. this.rdAuto.UseVisualStyleBackColor = true;
  370. //
  371. // tbstationBindingSource
  372. //
  373. this.tbstationBindingSource.DataMember = "tb_station";
  374. this.tbstationBindingSource.DataSource = this.dataSet1;
  375. this.tbstationBindingSource.PositionChanged += new System.EventHandler(this.tbstationBindingSource_PositionChanged);
  376. //
  377. // dataSet1
  378. //
  379. this.dataSet1.DataSetName = "DataSet1";
  380. this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  381. //
  382. // tbprestaBindingSource
  383. //
  384. this.tbprestaBindingSource.DataMember = "tb_presta";
  385. this.tbprestaBindingSource.DataSource = this.dataSet1;
  386. //
  387. // tbventeBindingSource
  388. //
  389. this.tbventeBindingSource.DataMember = "tb_vente";
  390. this.tbventeBindingSource.DataSource = this.dataSet1;
  391. //
  392. // grpServ
  393. //
  394. this.grpServ.Controls.Add(this.label9);
  395. this.grpServ.Controls.Add(this.nuTotFree);
  396. this.grpServ.Controls.Add(this.nuTot3);
  397. this.grpServ.Controls.Add(this.nuTot2);
  398. this.grpServ.Controls.Add(this.nuTot1);
  399. this.grpServ.Controls.Add(this.label8);
  400. this.grpServ.Controls.Add(this.numTvaFree);
  401. this.grpServ.Controls.Add(this.label7);
  402. this.grpServ.Controls.Add(this.label6);
  403. this.grpServ.Controls.Add(this.label5);
  404. this.grpServ.Controls.Add(this.nuQttFree);
  405. this.grpServ.Controls.Add(this.nuPrFree);
  406. this.grpServ.Controls.Add(this.nuQtt3);
  407. this.grpServ.Controls.Add(this.nuPr3);
  408. this.grpServ.Controls.Add(this.nuQtt2);
  409. this.grpServ.Controls.Add(this.nuPr2);
  410. this.grpServ.Controls.Add(this.nuQtt1);
  411. this.grpServ.Controls.Add(this.txtPrFree);
  412. this.grpServ.Controls.Add(this.chkPrFree);
  413. this.grpServ.Controls.Add(this.chkPr3);
  414. this.grpServ.Controls.Add(this.chkPr2);
  415. this.grpServ.Controls.Add(this.chkPr1);
  416. this.grpServ.Controls.Add(this.nuPr1);
  417. this.grpServ.Location = new System.Drawing.Point(18, 208);
  418. this.grpServ.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  419. this.grpServ.Name = "grpServ";
  420. this.grpServ.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  421. this.grpServ.Size = new System.Drawing.Size(740, 325);
  422. this.grpServ.TabIndex = 5;
  423. this.grpServ.TabStop = false;
  424. this.grpServ.Text = "Produits/Services";
  425. //
  426. // label9
  427. //
  428. this.label9.AutoSize = true;
  429. this.label9.Location = new System.Drawing.Point(46, 239);
  430. this.label9.Name = "label9";
  431. this.label9.Size = new System.Drawing.Size(233, 20);
  432. this.label9.TabIndex = 22;
  433. this.label9.Text = "Prix TTC produit supplémentaire";
  434. //
  435. // nuTotFree
  436. //
  437. this.nuTotFree.DecimalPlaces = 2;
  438. this.nuTotFree.Enabled = false;
  439. this.nuTotFree.Location = new System.Drawing.Point(50, 274);
  440. this.nuTotFree.Maximum = new decimal(new int[] {
  441. 32768,
  442. 0,
  443. 0,
  444. 0});
  445. this.nuTotFree.Name = "nuTotFree";
  446. this.nuTotFree.Size = new System.Drawing.Size(95, 26);
  447. this.nuTotFree.TabIndex = 10;
  448. this.nuTotFree.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  449. //
  450. // nuTot3
  451. //
  452. this.nuTot3.DecimalPlaces = 2;
  453. this.nuTot3.Location = new System.Drawing.Point(257, 147);
  454. this.nuTot3.Maximum = new decimal(new int[] {
  455. 32768,
  456. 0,
  457. 0,
  458. 0});
  459. this.nuTot3.Name = "nuTot3";
  460. this.nuTot3.Size = new System.Drawing.Size(95, 26);
  461. this.nuTot3.TabIndex = 7;
  462. this.nuTot3.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  463. //
  464. // nuTot2
  465. //
  466. this.nuTot2.DecimalPlaces = 2;
  467. this.nuTot2.Location = new System.Drawing.Point(257, 104);
  468. this.nuTot2.Maximum = new decimal(new int[] {
  469. 32768,
  470. 0,
  471. 0,
  472. 0});
  473. this.nuTot2.Name = "nuTot2";
  474. this.nuTot2.Size = new System.Drawing.Size(95, 26);
  475. this.nuTot2.TabIndex = 4;
  476. this.nuTot2.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  477. //
  478. // nuTot1
  479. //
  480. this.nuTot1.DecimalPlaces = 2;
  481. this.nuTot1.Location = new System.Drawing.Point(258, 59);
  482. this.nuTot1.Maximum = new decimal(new int[] {
  483. 32768,
  484. 0,
  485. 0,
  486. 0});
  487. this.nuTot1.Name = "nuTot1";
  488. this.nuTot1.Size = new System.Drawing.Size(95, 26);
  489. this.nuTot1.TabIndex = 1;
  490. this.nuTot1.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  491. //
  492. // label8
  493. //
  494. this.label8.AutoSize = true;
  495. this.label8.Location = new System.Drawing.Point(430, 255);
  496. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  497. this.label8.Name = "label8";
  498. this.label8.Size = new System.Drawing.Size(90, 20);
  499. this.label8.TabIndex = 21;
  500. this.label8.Text = "% Taux Tva";
  501. this.label8.Visible = false;
  502. //
  503. // numTvaFree
  504. //
  505. this.numTvaFree.DecimalPlaces = 2;
  506. this.numTvaFree.Increment = new decimal(new int[] {
  507. 1,
  508. 0,
  509. 0,
  510. 131072});
  511. this.numTvaFree.Location = new System.Drawing.Point(426, 277);
  512. this.numTvaFree.Margin = new System.Windows.Forms.Padding(2);
  513. this.numTvaFree.Maximum = new decimal(new int[] {
  514. 32768,
  515. 0,
  516. 0,
  517. 0});
  518. this.numTvaFree.Name = "numTvaFree";
  519. this.numTvaFree.Size = new System.Drawing.Size(94, 26);
  520. this.numTvaFree.TabIndex = 13;
  521. this.numTvaFree.Value = new decimal(new int[] {
  522. 20,
  523. 0,
  524. 0,
  525. 0});
  526. this.numTvaFree.Visible = false;
  527. this.numTvaFree.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  528. //
  529. // label7
  530. //
  531. this.label7.AutoSize = true;
  532. this.label7.Location = new System.Drawing.Point(255, 31);
  533. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  534. this.label7.Name = "label7";
  535. this.label7.Size = new System.Drawing.Size(44, 20);
  536. this.label7.TabIndex = 19;
  537. this.label7.Text = "Total";
  538. //
  539. // label6
  540. //
  541. this.label6.AutoSize = true;
  542. this.label6.Location = new System.Drawing.Point(404, 31);
  543. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  544. this.label6.Name = "label6";
  545. this.label6.Size = new System.Drawing.Size(35, 20);
  546. this.label6.TabIndex = 18;
  547. this.label6.Text = "Qtt.";
  548. //
  549. // label5
  550. //
  551. this.label5.AutoSize = true;
  552. this.label5.Location = new System.Drawing.Point(140, 31);
  553. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  554. this.label5.Name = "label5";
  555. this.label5.Size = new System.Drawing.Size(61, 20);
  556. this.label5.TabIndex = 17;
  557. this.label5.Text = "P.U. ttc";
  558. //
  559. // nuQttFree
  560. //
  561. this.nuQttFree.DecimalPlaces = 2;
  562. this.nuQttFree.Increment = new decimal(new int[] {
  563. 1,
  564. 0,
  565. 0,
  566. 131072});
  567. this.nuQttFree.Location = new System.Drawing.Point(181, 277);
  568. this.nuQttFree.Margin = new System.Windows.Forms.Padding(2);
  569. this.nuQttFree.Maximum = new decimal(new int[] {
  570. 32768,
  571. 0,
  572. 0,
  573. 0});
  574. this.nuQttFree.Name = "nuQttFree";
  575. this.nuQttFree.Size = new System.Drawing.Size(94, 26);
  576. this.nuQttFree.TabIndex = 11;
  577. this.nuQttFree.Visible = false;
  578. this.nuQttFree.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  579. //
  580. // nuPrFree
  581. //
  582. this.nuPrFree.DecimalPlaces = 2;
  583. this.nuPrFree.Increment = new decimal(new int[] {
  584. 1,
  585. 0,
  586. 0,
  587. 131072});
  588. this.nuPrFree.Location = new System.Drawing.Point(305, 277);
  589. this.nuPrFree.Margin = new System.Windows.Forms.Padding(2);
  590. this.nuPrFree.Maximum = new decimal(new int[] {
  591. 32768,
  592. 0,
  593. 0,
  594. 0});
  595. this.nuPrFree.Name = "nuPrFree";
  596. this.nuPrFree.Size = new System.Drawing.Size(94, 26);
  597. this.nuPrFree.TabIndex = 12;
  598. this.nuPrFree.Visible = false;
  599. this.nuPrFree.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  600. //
  601. // nuQtt3
  602. //
  603. this.nuQtt3.DecimalPlaces = 2;
  604. this.nuQtt3.Increment = new decimal(new int[] {
  605. 1,
  606. 0,
  607. 0,
  608. 131072});
  609. this.nuQtt3.Location = new System.Drawing.Point(392, 147);
  610. this.nuQtt3.Margin = new System.Windows.Forms.Padding(2);
  611. this.nuQtt3.Maximum = new decimal(new int[] {
  612. 32768,
  613. 0,
  614. 0,
  615. 0});
  616. this.nuQtt3.Name = "nuQtt3";
  617. this.nuQtt3.Size = new System.Drawing.Size(94, 26);
  618. this.nuQtt3.TabIndex = 8;
  619. this.nuQtt3.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  620. //
  621. // nuPr3
  622. //
  623. this.nuPr3.DecimalPlaces = 2;
  624. this.nuPr3.Increment = new decimal(new int[] {
  625. 1,
  626. 0,
  627. 0,
  628. 131072});
  629. this.nuPr3.Location = new System.Drawing.Point(124, 147);
  630. this.nuPr3.Margin = new System.Windows.Forms.Padding(2);
  631. this.nuPr3.Maximum = new decimal(new int[] {
  632. 32768,
  633. 0,
  634. 0,
  635. 0});
  636. this.nuPr3.Name = "nuPr3";
  637. this.nuPr3.ReadOnly = true;
  638. this.nuPr3.Size = new System.Drawing.Size(94, 26);
  639. this.nuPr3.TabIndex = 6;
  640. this.nuPr3.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  641. //
  642. // nuQtt2
  643. //
  644. this.nuQtt2.DecimalPlaces = 2;
  645. this.nuQtt2.Increment = new decimal(new int[] {
  646. 1,
  647. 0,
  648. 0,
  649. 131072});
  650. this.nuQtt2.Location = new System.Drawing.Point(392, 104);
  651. this.nuQtt2.Margin = new System.Windows.Forms.Padding(2);
  652. this.nuQtt2.Maximum = new decimal(new int[] {
  653. 32768,
  654. 0,
  655. 0,
  656. 0});
  657. this.nuQtt2.Name = "nuQtt2";
  658. this.nuQtt2.Size = new System.Drawing.Size(94, 26);
  659. this.nuQtt2.TabIndex = 5;
  660. this.nuQtt2.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  661. //
  662. // nuPr2
  663. //
  664. this.nuPr2.DecimalPlaces = 2;
  665. this.nuPr2.Increment = new decimal(new int[] {
  666. 1,
  667. 0,
  668. 0,
  669. 131072});
  670. this.nuPr2.Location = new System.Drawing.Point(124, 104);
  671. this.nuPr2.Margin = new System.Windows.Forms.Padding(2);
  672. this.nuPr2.Maximum = new decimal(new int[] {
  673. 32768,
  674. 0,
  675. 0,
  676. 0});
  677. this.nuPr2.Name = "nuPr2";
  678. this.nuPr2.ReadOnly = true;
  679. this.nuPr2.Size = new System.Drawing.Size(94, 26);
  680. this.nuPr2.TabIndex = 3;
  681. this.nuPr2.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  682. //
  683. // nuQtt1
  684. //
  685. this.nuQtt1.DecimalPlaces = 2;
  686. this.nuQtt1.Increment = new decimal(new int[] {
  687. 1,
  688. 0,
  689. 0,
  690. 131072});
  691. this.nuQtt1.Location = new System.Drawing.Point(392, 59);
  692. this.nuQtt1.Margin = new System.Windows.Forms.Padding(2);
  693. this.nuQtt1.Maximum = new decimal(new int[] {
  694. 32768,
  695. 0,
  696. 0,
  697. 0});
  698. this.nuQtt1.Name = "nuQtt1";
  699. this.nuQtt1.Size = new System.Drawing.Size(94, 26);
  700. this.nuQtt1.TabIndex = 2;
  701. this.nuQtt1.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  702. //
  703. // txtPrFree
  704. //
  705. this.txtPrFree.Location = new System.Drawing.Point(50, 199);
  706. this.txtPrFree.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  707. this.txtPrFree.Name = "txtPrFree";
  708. this.txtPrFree.Size = new System.Drawing.Size(252, 26);
  709. this.txtPrFree.TabIndex = 9;
  710. this.txtPrFree.Text = "...";
  711. //
  712. // chkPrFree
  713. //
  714. this.chkPrFree.AutoSize = true;
  715. this.chkPrFree.Location = new System.Drawing.Point(12, 206);
  716. this.chkPrFree.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  717. this.chkPrFree.Name = "chkPrFree";
  718. this.chkPrFree.Size = new System.Drawing.Size(15, 14);
  719. this.chkPrFree.TabIndex = 12;
  720. this.chkPrFree.UseVisualStyleBackColor = true;
  721. this.chkPrFree.CheckStateChanged += new System.EventHandler(this.chkPrFree_CheckStateChanged);
  722. //
  723. // chkPr3
  724. //
  725. this.chkPr3.AutoSize = true;
  726. this.chkPr3.Location = new System.Drawing.Point(12, 147);
  727. this.chkPr3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  728. this.chkPr3.Name = "chkPr3";
  729. this.chkPr3.Size = new System.Drawing.Size(74, 24);
  730. this.chkPr3.TabIndex = 8;
  731. this.chkPr3.Text = "Prod 3";
  732. this.chkPr3.UseVisualStyleBackColor = true;
  733. this.chkPr3.CheckedChanged += new System.EventHandler(this.chkProduit_CheckedChanged);
  734. //
  735. // chkPr2
  736. //
  737. this.chkPr2.AutoSize = true;
  738. this.chkPr2.Location = new System.Drawing.Point(12, 104);
  739. this.chkPr2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  740. this.chkPr2.Name = "chkPr2";
  741. this.chkPr2.Size = new System.Drawing.Size(74, 24);
  742. this.chkPr2.TabIndex = 4;
  743. this.chkPr2.Text = "Prod 2";
  744. this.chkPr2.UseVisualStyleBackColor = true;
  745. this.chkPr2.CheckedChanged += new System.EventHandler(this.chkProduit_CheckedChanged);
  746. //
  747. // chkPr1
  748. //
  749. this.chkPr1.AutoSize = true;
  750. this.chkPr1.Location = new System.Drawing.Point(12, 59);
  751. this.chkPr1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  752. this.chkPr1.Name = "chkPr1";
  753. this.chkPr1.Size = new System.Drawing.Size(74, 24);
  754. this.chkPr1.TabIndex = 0;
  755. this.chkPr1.Text = "Prod 1";
  756. this.chkPr1.UseVisualStyleBackColor = true;
  757. this.chkPr1.CheckedChanged += new System.EventHandler(this.chkProduit_CheckedChanged);
  758. //
  759. // nuPr1
  760. //
  761. this.nuPr1.DecimalPlaces = 2;
  762. this.nuPr1.Increment = new decimal(new int[] {
  763. 1,
  764. 0,
  765. 0,
  766. 131072});
  767. this.nuPr1.Location = new System.Drawing.Point(124, 59);
  768. this.nuPr1.Margin = new System.Windows.Forms.Padding(2);
  769. this.nuPr1.Maximum = new decimal(new int[] {
  770. 32768,
  771. 0,
  772. 0,
  773. 0});
  774. this.nuPr1.Name = "nuPr1";
  775. this.nuPr1.ReadOnly = true;
  776. this.nuPr1.Size = new System.Drawing.Size(94, 26);
  777. this.nuPr1.TabIndex = 0;
  778. this.nuPr1.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
  779. //
  780. // bt_search
  781. //
  782. this.bt_search.Location = new System.Drawing.Point(429, 5);
  783. this.bt_search.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  784. this.bt_search.Name = "bt_search";
  785. this.bt_search.Size = new System.Drawing.Size(76, 35);
  786. this.bt_search.TabIndex = 3;
  787. this.bt_search.Text = "?";
  788. this.bt_search.UseVisualStyleBackColor = true;
  789. this.bt_search.Click += new System.EventHandler(this.bt_search_Click);
  790. //
  791. // tbvehiBindingSource
  792. //
  793. this.tbvehiBindingSource.DataMember = "tb_vehi";
  794. this.tbvehiBindingSource.DataSource = this.dataSet1;
  795. //
  796. // tbventetmpbindingSource
  797. //
  798. this.tbventetmpbindingSource.DataMember = "tb_vente";
  799. this.tbventetmpbindingSource.DataSource = this.dataSet1;
  800. //
  801. // bt_save
  802. //
  803. this.bt_save.Enabled = false;
  804. this.bt_save.Location = new System.Drawing.Point(465, 543);
  805. this.bt_save.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  806. this.bt_save.Name = "bt_save";
  807. this.bt_save.Size = new System.Drawing.Size(291, 35);
  808. this.bt_save.TabIndex = 8;
  809. this.bt_save.Text = "Sauvegarder";
  810. this.bt_save.UseVisualStyleBackColor = true;
  811. this.bt_save.Click += new System.EventHandler(this.bt_save_Click);
  812. //
  813. // lblstadt
  814. //
  815. this.lblstadt.AutoSize = true;
  816. this.lblstadt.Location = new System.Drawing.Point(521, 12);
  817. this.lblstadt.Name = "lblstadt";
  818. this.lblstadt.Size = new System.Drawing.Size(21, 20);
  819. this.lblstadt.TabIndex = 21;
  820. this.lblstadt.Text = "...";
  821. //
  822. // f_saisie2
  823. //
  824. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  825. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  826. this.ClientSize = new System.Drawing.Size(780, 589);
  827. this.Controls.Add(this.lblstadt);
  828. this.Controls.Add(this.bt_save);
  829. this.Controls.Add(this.bt_search);
  830. this.Controls.Add(this.grpServ);
  831. this.Controls.Add(this.groupBox2);
  832. this.Controls.Add(this.lbl_pilote);
  833. this.Controls.Add(this.bt_abort);
  834. this.Controls.Add(this.bt_valid);
  835. this.Controls.Add(this.grpCarb);
  836. this.Controls.Add(this.label1);
  837. this.Controls.Add(this.text_no);
  838. this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  839. this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  840. this.Name = "f_saisie2";
  841. this.ShowIcon = false;
  842. this.ShowInTaskbar = false;
  843. this.Text = "Saisie ";
  844. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_saisie_FormClosing);
  845. this.Load += new System.EventHandler(this.f_saisie_Load);
  846. this.grpCarb.ResumeLayout(false);
  847. this.grpCarb.PerformLayout();
  848. ((System.ComponentModel.ISupportInitialize)(this.nuMntCarb)).EndInit();
  849. ((System.ComponentModel.ISupportInitialize)(this.nuVolCarb)).EndInit();
  850. ((System.ComponentModel.ISupportInitialize)(this.nuPxCarb)).EndInit();
  851. this.groupBox2.ResumeLayout(false);
  852. this.groupBox2.PerformLayout();
  853. ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).EndInit();
  854. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  855. ((System.ComponentModel.ISupportInitialize)(this.tbprestaBindingSource)).EndInit();
  856. ((System.ComponentModel.ISupportInitialize)(this.tbventeBindingSource)).EndInit();
  857. this.grpServ.ResumeLayout(false);
  858. this.grpServ.PerformLayout();
  859. ((System.ComponentModel.ISupportInitialize)(this.nuTotFree)).EndInit();
  860. ((System.ComponentModel.ISupportInitialize)(this.nuTot3)).EndInit();
  861. ((System.ComponentModel.ISupportInitialize)(this.nuTot2)).EndInit();
  862. ((System.ComponentModel.ISupportInitialize)(this.nuTot1)).EndInit();
  863. ((System.ComponentModel.ISupportInitialize)(this.numTvaFree)).EndInit();
  864. ((System.ComponentModel.ISupportInitialize)(this.nuQttFree)).EndInit();
  865. ((System.ComponentModel.ISupportInitialize)(this.nuPrFree)).EndInit();
  866. ((System.ComponentModel.ISupportInitialize)(this.nuQtt3)).EndInit();
  867. ((System.ComponentModel.ISupportInitialize)(this.nuPr3)).EndInit();
  868. ((System.ComponentModel.ISupportInitialize)(this.nuQtt2)).EndInit();
  869. ((System.ComponentModel.ISupportInitialize)(this.nuPr2)).EndInit();
  870. ((System.ComponentModel.ISupportInitialize)(this.nuQtt1)).EndInit();
  871. ((System.ComponentModel.ISupportInitialize)(this.nuPr1)).EndInit();
  872. ((System.ComponentModel.ISupportInitialize)(this.tbvehiBindingSource)).EndInit();
  873. ((System.ComponentModel.ISupportInitialize)(this.tbventetmpbindingSource)).EndInit();
  874. this.ResumeLayout(false);
  875. this.PerformLayout();
  876. }
  877. #endregion
  878. private System.Windows.Forms.TextBox text_no;
  879. private System.Windows.Forms.GroupBox grpCarb;
  880. private System.Windows.Forms.Label label4;
  881. private System.Windows.Forms.RadioButton rdCarb5;
  882. private System.Windows.Forms.RadioButton rdCarb4;
  883. private System.Windows.Forms.RadioButton rdCarb2;
  884. private System.Windows.Forms.RadioButton rdCarb1;
  885. private System.Windows.Forms.Label label1;
  886. private System.Windows.Forms.Button bt_valid;
  887. private System.Windows.Forms.Button bt_abort;
  888. private System.Windows.Forms.Label lbl_pilote;
  889. private System.Windows.Forms.GroupBox groupBox2;
  890. private System.Windows.Forms.RadioButton rdMoto;
  891. private System.Windows.Forms.RadioButton rdAuto;
  892. private System.Windows.Forms.BindingSource tbstationBindingSource;
  893. private DataSet1 dataSet1;
  894. private System.Windows.Forms.BindingSource tbprestaBindingSource;
  895. private System.Windows.Forms.BindingSource tbventeBindingSource;
  896. private System.Windows.Forms.RadioButton rdCarb6;
  897. private System.Windows.Forms.RadioButton rdCarb3;
  898. private System.Windows.Forms.NumericUpDown nuPxCarb;
  899. private System.Windows.Forms.Label label3;
  900. private System.Windows.Forms.GroupBox grpServ;
  901. private System.Windows.Forms.NumericUpDown nuQttFree;
  902. private System.Windows.Forms.NumericUpDown nuPrFree;
  903. private System.Windows.Forms.NumericUpDown nuQtt3;
  904. private System.Windows.Forms.NumericUpDown nuPr3;
  905. private System.Windows.Forms.NumericUpDown nuQtt2;
  906. private System.Windows.Forms.NumericUpDown nuPr2;
  907. private System.Windows.Forms.NumericUpDown nuQtt1;
  908. private System.Windows.Forms.TextBox txtPrFree;
  909. private System.Windows.Forms.CheckBox chkPrFree;
  910. private System.Windows.Forms.CheckBox chkPr3;
  911. private System.Windows.Forms.CheckBox chkPr2;
  912. private System.Windows.Forms.CheckBox chkPr1;
  913. private System.Windows.Forms.NumericUpDown nuPr1;
  914. private System.Windows.Forms.Button bt_search;
  915. private System.Windows.Forms.BindingSource tbvehiBindingSource;
  916. private System.Windows.Forms.Label label7;
  917. private System.Windows.Forms.Label label6;
  918. private System.Windows.Forms.Label label5;
  919. private System.Windows.Forms.BindingSource tbventetmpbindingSource;
  920. private System.Windows.Forms.Button bt_save;
  921. private System.Windows.Forms.Label label8;
  922. private System.Windows.Forms.NumericUpDown numTvaFree;
  923. private System.Windows.Forms.Label lblstadt;
  924. private System.Windows.Forms.NumericUpDown nuVolCarb;
  925. private System.Windows.Forms.Label label2;
  926. private System.Windows.Forms.NumericUpDown nuMntCarb;
  927. private System.Windows.Forms.NumericUpDown nuTotFree;
  928. private System.Windows.Forms.NumericUpDown nuTot3;
  929. private System.Windows.Forms.NumericUpDown nuTot2;
  930. private System.Windows.Forms.NumericUpDown nuTot1;
  931. private System.Windows.Forms.Label label9;
  932. }
  933. }