f_facture.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. namespace Fuel01
  2. {
  3. partial class f_facture
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tbventeBindingSource = new System.Windows.Forms.BindingSource(this.components);
  36. this.dataSet1 = new Fuel01.DataSet1();
  37. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  38. this.bt_simul = new System.Windows.Forms.Button();
  39. this.vt_date = new System.Windows.Forms.TextBox();
  40. this.label10 = new System.Windows.Forms.Label();
  41. this.label9 = new System.Windows.Forms.Label();
  42. this.label8 = new System.Windows.Forms.Label();
  43. this.label7 = new System.Windows.Forms.Label();
  44. this.label6 = new System.Windows.Forms.Label();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.vt_ttc = new System.Windows.Forms.TextBox();
  51. this.vt_tva = new System.Windows.Forms.TextBox();
  52. this.vt_ht = new System.Windows.Forms.TextBox();
  53. this.vt_pu = new System.Windows.Forms.TextBox();
  54. this.vt_qtt = new System.Windows.Forms.TextBox();
  55. this.vt_prod = new System.Windows.Forms.TextBox();
  56. this.vt_vehi = new System.Windows.Forms.TextBox();
  57. this.vt_station = new System.Windows.Forms.TextBox();
  58. this.vt_epreuve = new System.Windows.Forms.TextBox();
  59. this.bt_fact = new System.Windows.Forms.Button();
  60. this.dg_vente = new System.Windows.Forms.DataGridView();
  61. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.stationvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.vehivtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.prodvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.datevtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.qttvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.puvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.tvavtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.ht_vt = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.ttcvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dg_simul = new System.Windows.Forms.DataGridView();
  72. ((System.ComponentModel.ISupportInitialize)(this.tbventeBindingSource)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  75. this.splitContainer1.Panel1.SuspendLayout();
  76. this.splitContainer1.Panel2.SuspendLayout();
  77. this.splitContainer1.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.dg_vente)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.dg_simul)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // tbventeBindingSource
  83. //
  84. this.tbventeBindingSource.DataMember = "tb_vente";
  85. this.tbventeBindingSource.DataSource = this.dataSet1;
  86. //
  87. // dataSet1
  88. //
  89. this.dataSet1.DataSetName = "DataSet1";
  90. this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  91. //
  92. // splitContainer1
  93. //
  94. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  96. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  97. this.splitContainer1.Name = "splitContainer1";
  98. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  99. //
  100. // splitContainer1.Panel1
  101. //
  102. this.splitContainer1.Panel1.Controls.Add(this.bt_simul);
  103. this.splitContainer1.Panel1.Controls.Add(this.vt_date);
  104. this.splitContainer1.Panel1.Controls.Add(this.label10);
  105. this.splitContainer1.Panel1.Controls.Add(this.label9);
  106. this.splitContainer1.Panel1.Controls.Add(this.label8);
  107. this.splitContainer1.Panel1.Controls.Add(this.label7);
  108. this.splitContainer1.Panel1.Controls.Add(this.label6);
  109. this.splitContainer1.Panel1.Controls.Add(this.label5);
  110. this.splitContainer1.Panel1.Controls.Add(this.label4);
  111. this.splitContainer1.Panel1.Controls.Add(this.label3);
  112. this.splitContainer1.Panel1.Controls.Add(this.label2);
  113. this.splitContainer1.Panel1.Controls.Add(this.label1);
  114. this.splitContainer1.Panel1.Controls.Add(this.vt_ttc);
  115. this.splitContainer1.Panel1.Controls.Add(this.vt_tva);
  116. this.splitContainer1.Panel1.Controls.Add(this.vt_ht);
  117. this.splitContainer1.Panel1.Controls.Add(this.vt_pu);
  118. this.splitContainer1.Panel1.Controls.Add(this.vt_qtt);
  119. this.splitContainer1.Panel1.Controls.Add(this.vt_prod);
  120. this.splitContainer1.Panel1.Controls.Add(this.vt_vehi);
  121. this.splitContainer1.Panel1.Controls.Add(this.vt_station);
  122. this.splitContainer1.Panel1.Controls.Add(this.vt_epreuve);
  123. this.splitContainer1.Panel1.Controls.Add(this.bt_fact);
  124. this.splitContainer1.Panel1.Controls.Add(this.dg_vente);
  125. //
  126. // splitContainer1.Panel2
  127. //
  128. this.splitContainer1.Panel2.Controls.Add(this.dg_simul);
  129. this.splitContainer1.Size = new System.Drawing.Size(970, 539);
  130. this.splitContainer1.SplitterDistance = 381;
  131. this.splitContainer1.TabIndex = 26;
  132. //
  133. // bt_simul
  134. //
  135. this.bt_simul.Location = new System.Drawing.Point(883, 350);
  136. this.bt_simul.Name = "bt_simul";
  137. this.bt_simul.Size = new System.Drawing.Size(75, 23);
  138. this.bt_simul.TabIndex = 48;
  139. this.bt_simul.Text = "Simulation";
  140. this.bt_simul.UseVisualStyleBackColor = true;
  141. this.bt_simul.Click += new System.EventHandler(this.bt_simul_Click);
  142. //
  143. // vt_date
  144. //
  145. this.vt_date.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "date_vt", true));
  146. this.vt_date.Location = new System.Drawing.Point(839, 143);
  147. this.vt_date.Name = "vt_date";
  148. this.vt_date.ReadOnly = true;
  149. this.vt_date.Size = new System.Drawing.Size(69, 20);
  150. this.vt_date.TabIndex = 47;
  151. //
  152. // label10
  153. //
  154. this.label10.AutoSize = true;
  155. this.label10.Location = new System.Drawing.Point(778, 311);
  156. this.label10.Name = "label10";
  157. this.label10.Size = new System.Drawing.Size(55, 13);
  158. this.label10.TabIndex = 46;
  159. this.label10.Text = "Total TTC";
  160. //
  161. // label9
  162. //
  163. this.label9.AutoSize = true;
  164. this.label9.Location = new System.Drawing.Point(790, 278);
  165. this.label9.Name = "label9";
  166. this.label9.Size = new System.Drawing.Size(43, 13);
  167. this.label9.TabIndex = 45;
  168. this.label9.Text = "Tx TVA";
  169. //
  170. // label8
  171. //
  172. this.label8.AutoSize = true;
  173. this.label8.Location = new System.Drawing.Point(781, 245);
  174. this.label8.Name = "label8";
  175. this.label8.Size = new System.Drawing.Size(52, 13);
  176. this.label8.TabIndex = 44;
  177. this.label8.Text = "Total HT";
  178. //
  179. // label7
  180. //
  181. this.label7.AutoSize = true;
  182. this.label7.Location = new System.Drawing.Point(787, 212);
  183. this.label7.Name = "label7";
  184. this.label7.Size = new System.Drawing.Size(46, 13);
  185. this.label7.TabIndex = 43;
  186. this.label7.Text = "PU TTC";
  187. //
  188. // label6
  189. //
  190. this.label6.AutoSize = true;
  191. this.label6.Location = new System.Drawing.Point(786, 179);
  192. this.label6.Name = "label6";
  193. this.label6.Size = new System.Drawing.Size(47, 13);
  194. this.label6.TabIndex = 42;
  195. this.label6.Text = "Quantité";
  196. //
  197. // label5
  198. //
  199. this.label5.AutoSize = true;
  200. this.label5.Location = new System.Drawing.Point(803, 146);
  201. this.label5.Name = "label5";
  202. this.label5.Size = new System.Drawing.Size(30, 13);
  203. this.label5.TabIndex = 41;
  204. this.label5.Text = "Date";
  205. //
  206. // label4
  207. //
  208. this.label4.AutoSize = true;
  209. this.label4.Location = new System.Drawing.Point(793, 113);
  210. this.label4.Name = "label4";
  211. this.label4.Size = new System.Drawing.Size(40, 13);
  212. this.label4.TabIndex = 40;
  213. this.label4.Text = "Produit";
  214. //
  215. // label3
  216. //
  217. this.label3.AutoSize = true;
  218. this.label3.Location = new System.Drawing.Point(785, 80);
  219. this.label3.Name = "label3";
  220. this.label3.Size = new System.Drawing.Size(48, 13);
  221. this.label3.TabIndex = 39;
  222. this.label3.Text = "Véhicule";
  223. //
  224. // label2
  225. //
  226. this.label2.AutoSize = true;
  227. this.label2.Location = new System.Drawing.Point(793, 47);
  228. this.label2.Name = "label2";
  229. this.label2.Size = new System.Drawing.Size(40, 13);
  230. this.label2.TabIndex = 38;
  231. this.label2.Text = "Station";
  232. //
  233. // label1
  234. //
  235. this.label1.AutoSize = true;
  236. this.label1.Location = new System.Drawing.Point(786, 14);
  237. this.label1.Name = "label1";
  238. this.label1.Size = new System.Drawing.Size(47, 13);
  239. this.label1.TabIndex = 37;
  240. this.label1.Text = "Epreuve";
  241. //
  242. // vt_ttc
  243. //
  244. this.vt_ttc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "ttc_vt", true));
  245. this.vt_ttc.Location = new System.Drawing.Point(841, 307);
  246. this.vt_ttc.Name = "vt_ttc";
  247. this.vt_ttc.Size = new System.Drawing.Size(67, 20);
  248. this.vt_ttc.TabIndex = 36;
  249. this.vt_ttc.Enter += new System.EventHandler(this.vt_qtt_Enter);
  250. this.vt_ttc.Leave += new System.EventHandler(this.vt_qtt_Leave);
  251. //
  252. // vt_tva
  253. //
  254. this.vt_tva.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "tva_vt", true));
  255. this.vt_tva.Location = new System.Drawing.Point(841, 274);
  256. this.vt_tva.Name = "vt_tva";
  257. this.vt_tva.ReadOnly = true;
  258. this.vt_tva.Size = new System.Drawing.Size(67, 20);
  259. this.vt_tva.TabIndex = 35;
  260. //
  261. // vt_ht
  262. //
  263. this.vt_ht.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "ht_vt", true));
  264. this.vt_ht.Location = new System.Drawing.Point(841, 241);
  265. this.vt_ht.Name = "vt_ht";
  266. this.vt_ht.ReadOnly = true;
  267. this.vt_ht.Size = new System.Drawing.Size(67, 20);
  268. this.vt_ht.TabIndex = 34;
  269. //
  270. // vt_pu
  271. //
  272. this.vt_pu.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "pu_vt", true));
  273. this.vt_pu.Location = new System.Drawing.Point(841, 208);
  274. this.vt_pu.Name = "vt_pu";
  275. this.vt_pu.ReadOnly = true;
  276. this.vt_pu.Size = new System.Drawing.Size(67, 20);
  277. this.vt_pu.TabIndex = 33;
  278. //
  279. // vt_qtt
  280. //
  281. this.vt_qtt.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "qtt_vt", true));
  282. this.vt_qtt.Location = new System.Drawing.Point(841, 175);
  283. this.vt_qtt.Name = "vt_qtt";
  284. this.vt_qtt.ReadOnly = true;
  285. this.vt_qtt.Size = new System.Drawing.Size(67, 20);
  286. this.vt_qtt.TabIndex = 32;
  287. this.vt_qtt.Enter += new System.EventHandler(this.vt_qtt_Enter);
  288. this.vt_qtt.Leave += new System.EventHandler(this.vt_qtt_Leave);
  289. //
  290. // vt_prod
  291. //
  292. this.vt_prod.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "prod_vt", true));
  293. this.vt_prod.Location = new System.Drawing.Point(841, 110);
  294. this.vt_prod.Name = "vt_prod";
  295. this.vt_prod.ReadOnly = true;
  296. this.vt_prod.Size = new System.Drawing.Size(100, 20);
  297. this.vt_prod.TabIndex = 31;
  298. //
  299. // vt_vehi
  300. //
  301. this.vt_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "vehi_vt", true));
  302. this.vt_vehi.Location = new System.Drawing.Point(841, 76);
  303. this.vt_vehi.Name = "vt_vehi";
  304. this.vt_vehi.ReadOnly = true;
  305. this.vt_vehi.Size = new System.Drawing.Size(100, 20);
  306. this.vt_vehi.TabIndex = 30;
  307. //
  308. // vt_station
  309. //
  310. this.vt_station.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "station_vt", true));
  311. this.vt_station.Location = new System.Drawing.Point(841, 43);
  312. this.vt_station.Name = "vt_station";
  313. this.vt_station.ReadOnly = true;
  314. this.vt_station.Size = new System.Drawing.Size(100, 20);
  315. this.vt_station.TabIndex = 29;
  316. //
  317. // vt_epreuve
  318. //
  319. this.vt_epreuve.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "epreuve_vt", true));
  320. this.vt_epreuve.Location = new System.Drawing.Point(841, 10);
  321. this.vt_epreuve.Name = "vt_epreuve";
  322. this.vt_epreuve.ReadOnly = true;
  323. this.vt_epreuve.Size = new System.Drawing.Size(100, 20);
  324. this.vt_epreuve.TabIndex = 28;
  325. //
  326. // bt_fact
  327. //
  328. this.bt_fact.Location = new System.Drawing.Point(788, 350);
  329. this.bt_fact.Name = "bt_fact";
  330. this.bt_fact.Size = new System.Drawing.Size(75, 23);
  331. this.bt_fact.TabIndex = 27;
  332. this.bt_fact.Text = "Facture";
  333. this.bt_fact.UseVisualStyleBackColor = true;
  334. this.bt_fact.Click += new System.EventHandler(this.bt_fact_Click);
  335. //
  336. // dg_vente
  337. //
  338. this.dg_vente.AllowUserToAddRows = false;
  339. this.dg_vente.AllowUserToDeleteRows = false;
  340. this.dg_vente.AutoGenerateColumns = false;
  341. this.dg_vente.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  342. this.dg_vente.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  343. this.Column1,
  344. this.stationvtDataGridViewTextBoxColumn,
  345. this.vehivtDataGridViewTextBoxColumn,
  346. this.prodvtDataGridViewTextBoxColumn,
  347. this.datevtDataGridViewTextBoxColumn,
  348. this.qttvtDataGridViewTextBoxColumn,
  349. this.puvtDataGridViewTextBoxColumn,
  350. this.tvavtDataGridViewTextBoxColumn,
  351. this.ht_vt,
  352. this.ttcvtDataGridViewTextBoxColumn});
  353. this.dg_vente.DataSource = this.tbventeBindingSource;
  354. this.dg_vente.Location = new System.Drawing.Point(0, 0);
  355. this.dg_vente.Name = "dg_vente";
  356. this.dg_vente.ReadOnly = true;
  357. this.dg_vente.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  358. this.dg_vente.Size = new System.Drawing.Size(729, 378);
  359. this.dg_vente.TabIndex = 26;
  360. //
  361. // Column1
  362. //
  363. this.Column1.DataPropertyName = "epreuve_vt";
  364. this.Column1.HeaderText = "epreuve_vt";
  365. this.Column1.Name = "Column1";
  366. this.Column1.ReadOnly = true;
  367. this.Column1.Visible = false;
  368. //
  369. // stationvtDataGridViewTextBoxColumn
  370. //
  371. this.stationvtDataGridViewTextBoxColumn.DataPropertyName = "station_vt";
  372. this.stationvtDataGridViewTextBoxColumn.HeaderText = "station_vt";
  373. this.stationvtDataGridViewTextBoxColumn.Name = "stationvtDataGridViewTextBoxColumn";
  374. this.stationvtDataGridViewTextBoxColumn.ReadOnly = true;
  375. this.stationvtDataGridViewTextBoxColumn.Visible = false;
  376. //
  377. // vehivtDataGridViewTextBoxColumn
  378. //
  379. this.vehivtDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  380. this.vehivtDataGridViewTextBoxColumn.DataPropertyName = "vehi_vt";
  381. this.vehivtDataGridViewTextBoxColumn.HeaderText = "Vehicule";
  382. this.vehivtDataGridViewTextBoxColumn.Name = "vehivtDataGridViewTextBoxColumn";
  383. this.vehivtDataGridViewTextBoxColumn.ReadOnly = true;
  384. this.vehivtDataGridViewTextBoxColumn.Width = 73;
  385. //
  386. // prodvtDataGridViewTextBoxColumn
  387. //
  388. this.prodvtDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  389. this.prodvtDataGridViewTextBoxColumn.DataPropertyName = "prod_vt";
  390. this.prodvtDataGridViewTextBoxColumn.HeaderText = "Produit";
  391. this.prodvtDataGridViewTextBoxColumn.Name = "prodvtDataGridViewTextBoxColumn";
  392. this.prodvtDataGridViewTextBoxColumn.ReadOnly = true;
  393. //
  394. // datevtDataGridViewTextBoxColumn
  395. //
  396. this.datevtDataGridViewTextBoxColumn.DataPropertyName = "date_vt";
  397. dataGridViewCellStyle1.Format = "d";
  398. dataGridViewCellStyle1.NullValue = null;
  399. this.datevtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
  400. this.datevtDataGridViewTextBoxColumn.HeaderText = "Date";
  401. this.datevtDataGridViewTextBoxColumn.Name = "datevtDataGridViewTextBoxColumn";
  402. this.datevtDataGridViewTextBoxColumn.ReadOnly = true;
  403. //
  404. // qttvtDataGridViewTextBoxColumn
  405. //
  406. this.qttvtDataGridViewTextBoxColumn.DataPropertyName = "qtt_vt";
  407. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  408. dataGridViewCellStyle2.Format = "N2";
  409. this.qttvtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
  410. this.qttvtDataGridViewTextBoxColumn.HeaderText = "Qtt";
  411. this.qttvtDataGridViewTextBoxColumn.Name = "qttvtDataGridViewTextBoxColumn";
  412. this.qttvtDataGridViewTextBoxColumn.ReadOnly = true;
  413. this.qttvtDataGridViewTextBoxColumn.Width = 75;
  414. //
  415. // puvtDataGridViewTextBoxColumn
  416. //
  417. this.puvtDataGridViewTextBoxColumn.DataPropertyName = "pu_vt";
  418. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  419. dataGridViewCellStyle3.Format = "N3";
  420. dataGridViewCellStyle3.NullValue = "0";
  421. this.puvtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3;
  422. this.puvtDataGridViewTextBoxColumn.HeaderText = "Prix";
  423. this.puvtDataGridViewTextBoxColumn.Name = "puvtDataGridViewTextBoxColumn";
  424. this.puvtDataGridViewTextBoxColumn.ReadOnly = true;
  425. this.puvtDataGridViewTextBoxColumn.Width = 75;
  426. //
  427. // tvavtDataGridViewTextBoxColumn
  428. //
  429. this.tvavtDataGridViewTextBoxColumn.DataPropertyName = "tva_vt";
  430. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  431. dataGridViewCellStyle4.Format = "N2";
  432. dataGridViewCellStyle4.NullValue = "0";
  433. this.tvavtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4;
  434. this.tvavtDataGridViewTextBoxColumn.HeaderText = "TVA";
  435. this.tvavtDataGridViewTextBoxColumn.Name = "tvavtDataGridViewTextBoxColumn";
  436. this.tvavtDataGridViewTextBoxColumn.ReadOnly = true;
  437. this.tvavtDataGridViewTextBoxColumn.Width = 75;
  438. //
  439. // ht_vt
  440. //
  441. this.ht_vt.DataPropertyName = "ht_vt";
  442. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  443. dataGridViewCellStyle5.Format = "N2";
  444. dataGridViewCellStyle5.NullValue = "0";
  445. this.ht_vt.DefaultCellStyle = dataGridViewCellStyle5;
  446. this.ht_vt.HeaderText = "HT";
  447. this.ht_vt.Name = "ht_vt";
  448. this.ht_vt.ReadOnly = true;
  449. //
  450. // ttcvtDataGridViewTextBoxColumn
  451. //
  452. this.ttcvtDataGridViewTextBoxColumn.DataPropertyName = "ttc_vt";
  453. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  454. dataGridViewCellStyle6.Format = "N2";
  455. this.ttcvtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle6;
  456. this.ttcvtDataGridViewTextBoxColumn.HeaderText = "TTC";
  457. this.ttcvtDataGridViewTextBoxColumn.Name = "ttcvtDataGridViewTextBoxColumn";
  458. this.ttcvtDataGridViewTextBoxColumn.ReadOnly = true;
  459. this.ttcvtDataGridViewTextBoxColumn.Width = 75;
  460. //
  461. // dg_simul
  462. //
  463. this.dg_simul.AllowUserToAddRows = false;
  464. this.dg_simul.AllowUserToDeleteRows = false;
  465. this.dg_simul.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  466. this.dg_simul.Dock = System.Windows.Forms.DockStyle.Fill;
  467. this.dg_simul.Location = new System.Drawing.Point(0, 0);
  468. this.dg_simul.Name = "dg_simul";
  469. this.dg_simul.ReadOnly = true;
  470. this.dg_simul.Size = new System.Drawing.Size(970, 154);
  471. this.dg_simul.TabIndex = 0;
  472. //
  473. // f_facture
  474. //
  475. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  476. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  477. this.ClientSize = new System.Drawing.Size(970, 539);
  478. this.Controls.Add(this.splitContainer1);
  479. this.Name = "f_facture";
  480. this.ShowIcon = false;
  481. this.ShowInTaskbar = false;
  482. this.Text = "Factures";
  483. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_facture_FormClosing);
  484. this.Load += new System.EventHandler(this.f_facture_Load);
  485. ((System.ComponentModel.ISupportInitialize)(this.tbventeBindingSource)).EndInit();
  486. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  487. this.splitContainer1.Panel1.ResumeLayout(false);
  488. this.splitContainer1.Panel1.PerformLayout();
  489. this.splitContainer1.Panel2.ResumeLayout(false);
  490. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  491. this.splitContainer1.ResumeLayout(false);
  492. ((System.ComponentModel.ISupportInitialize)(this.dg_vente)).EndInit();
  493. ((System.ComponentModel.ISupportInitialize)(this.dg_simul)).EndInit();
  494. this.ResumeLayout(false);
  495. }
  496. #endregion
  497. private System.Windows.Forms.BindingSource tbventeBindingSource;
  498. private DataSet1 dataSet1;
  499. private System.Windows.Forms.SplitContainer splitContainer1;
  500. private System.Windows.Forms.TextBox vt_date;
  501. private System.Windows.Forms.Label label10;
  502. private System.Windows.Forms.Label label9;
  503. private System.Windows.Forms.Label label8;
  504. private System.Windows.Forms.Label label7;
  505. private System.Windows.Forms.Label label6;
  506. private System.Windows.Forms.Label label5;
  507. private System.Windows.Forms.Label label4;
  508. private System.Windows.Forms.Label label3;
  509. private System.Windows.Forms.Label label2;
  510. private System.Windows.Forms.Label label1;
  511. private System.Windows.Forms.TextBox vt_ttc;
  512. private System.Windows.Forms.TextBox vt_tva;
  513. private System.Windows.Forms.TextBox vt_ht;
  514. private System.Windows.Forms.TextBox vt_pu;
  515. private System.Windows.Forms.TextBox vt_qtt;
  516. private System.Windows.Forms.TextBox vt_prod;
  517. private System.Windows.Forms.TextBox vt_vehi;
  518. private System.Windows.Forms.TextBox vt_station;
  519. private System.Windows.Forms.TextBox vt_epreuve;
  520. private System.Windows.Forms.Button bt_fact;
  521. private System.Windows.Forms.DataGridView dg_vente;
  522. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  523. private System.Windows.Forms.DataGridViewTextBoxColumn stationvtDataGridViewTextBoxColumn;
  524. private System.Windows.Forms.DataGridViewTextBoxColumn vehivtDataGridViewTextBoxColumn;
  525. private System.Windows.Forms.DataGridViewTextBoxColumn prodvtDataGridViewTextBoxColumn;
  526. private System.Windows.Forms.DataGridViewTextBoxColumn datevtDataGridViewTextBoxColumn;
  527. private System.Windows.Forms.DataGridViewTextBoxColumn qttvtDataGridViewTextBoxColumn;
  528. private System.Windows.Forms.DataGridViewTextBoxColumn puvtDataGridViewTextBoxColumn;
  529. private System.Windows.Forms.DataGridViewTextBoxColumn tvavtDataGridViewTextBoxColumn;
  530. private System.Windows.Forms.DataGridViewTextBoxColumn ht_vt;
  531. private System.Windows.Forms.DataGridViewTextBoxColumn ttcvtDataGridViewTextBoxColumn;
  532. private System.Windows.Forms.Button bt_simul;
  533. private System.Windows.Forms.DataGridView dg_simul;
  534. }
  535. }