f_station.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715
  1. namespace Fuel01
  2. {
  3. partial class f_station
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.bt_Sup = new System.Windows.Forms.Button();
  32. this.Bt_Abort = new System.Windows.Forms.Button();
  33. this.bt_Valid = new System.Windows.Forms.Button();
  34. this.bt_Aj = new System.Windows.Forms.Button();
  35. this.bt_Mod = new System.Windows.Forms.Button();
  36. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  37. this.dg_station = new System.Windows.Forms.DataGridView();
  38. this.label11 = new System.Windows.Forms.Label();
  39. this.text_etp_sta = new System.Windows.Forms.TextBox();
  40. this.text_key_sta = new System.Windows.Forms.TextBox();
  41. this.bt_Presta = new System.Windows.Forms.Button();
  42. this.label10 = new System.Windows.Forms.Label();
  43. this.label9 = new System.Windows.Forms.Label();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.label4 = new System.Windows.Forms.Label();
  49. this.label3 = new System.Windows.Forms.Label();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.label1 = new System.Windows.Forms.Label();
  52. this.combo_pays_sta = new System.Windows.Forms.ComboBox();
  53. this.text_tel_sta = new System.Windows.Forms.TextBox();
  54. this.text_ville_sta = new System.Windows.Forms.TextBox();
  55. this.text_cp_sta = new System.Windows.Forms.TextBox();
  56. this.text_adr2_sta = new System.Windows.Forms.TextBox();
  57. this.text_adr1_sta = new System.Windows.Forms.TextBox();
  58. this.text_contact_sta = new System.Windows.Forms.TextBox();
  59. this.text_nom_sta = new System.Windows.Forms.TextBox();
  60. this.nn_num_sta = new System.Windows.Forms.NumericUpDown();
  61. this.dt_date_sta = new System.Windows.Forms.DateTimePicker();
  62. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  63. this.st1 = new System.Windows.Forms.ToolStripStatusLabel();
  64. this.StatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  65. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  66. this.etpstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.datestaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.numstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.nomstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.adr1staDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.adr2staDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.cpstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.villestaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.paysstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.contactstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.telstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.tbstationBindingSource = new System.Windows.Forms.BindingSource(this.components);
  78. this.dataSet1 = new Fuel01.DataSet1();
  79. this.label12 = new System.Windows.Forms.Label();
  80. this.text_tva_sta = new System.Windows.Forms.TextBox();
  81. this.label13 = new System.Windows.Forms.Label();
  82. this.text_divers_sta = new System.Windows.Forms.TextBox();
  83. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  84. this.splitContainer2.Panel1.SuspendLayout();
  85. this.splitContainer2.Panel2.SuspendLayout();
  86. this.splitContainer2.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.dg_station)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.nn_num_sta)).BeginInit();
  89. this.statusStrip1.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  91. this.splitContainer1.Panel2.SuspendLayout();
  92. this.splitContainer1.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  95. this.SuspendLayout();
  96. //
  97. // bt_Sup
  98. //
  99. this.bt_Sup.Location = new System.Drawing.Point(210, 372);
  100. this.bt_Sup.Margin = new System.Windows.Forms.Padding(2);
  101. this.bt_Sup.Name = "bt_Sup";
  102. this.bt_Sup.Size = new System.Drawing.Size(66, 19);
  103. this.bt_Sup.TabIndex = 15;
  104. this.bt_Sup.Text = "Supprimer";
  105. this.bt_Sup.UseVisualStyleBackColor = true;
  106. this.bt_Sup.Click += new System.EventHandler(this.bt_Sup_Click);
  107. //
  108. // Bt_Abort
  109. //
  110. this.Bt_Abort.Location = new System.Drawing.Point(198, 410);
  111. this.Bt_Abort.Margin = new System.Windows.Forms.Padding(2);
  112. this.Bt_Abort.Name = "Bt_Abort";
  113. this.Bt_Abort.Size = new System.Drawing.Size(77, 19);
  114. this.Bt_Abort.TabIndex = 17;
  115. this.Bt_Abort.Text = "Abandonner";
  116. this.Bt_Abort.UseVisualStyleBackColor = true;
  117. this.Bt_Abort.Click += new System.EventHandler(this.Bt_Abort_Click);
  118. //
  119. // bt_Valid
  120. //
  121. this.bt_Valid.Location = new System.Drawing.Point(59, 410);
  122. this.bt_Valid.Margin = new System.Windows.Forms.Padding(2);
  123. this.bt_Valid.Name = "bt_Valid";
  124. this.bt_Valid.Size = new System.Drawing.Size(76, 19);
  125. this.bt_Valid.TabIndex = 16;
  126. this.bt_Valid.Text = "Valider";
  127. this.bt_Valid.UseVisualStyleBackColor = true;
  128. this.bt_Valid.Click += new System.EventHandler(this.bt_Valid_Click);
  129. //
  130. // bt_Aj
  131. //
  132. this.bt_Aj.Location = new System.Drawing.Point(134, 372);
  133. this.bt_Aj.Margin = new System.Windows.Forms.Padding(2);
  134. this.bt_Aj.Name = "bt_Aj";
  135. this.bt_Aj.Size = new System.Drawing.Size(56, 19);
  136. this.bt_Aj.TabIndex = 14;
  137. this.bt_Aj.Text = "Ajouter";
  138. this.bt_Aj.UseVisualStyleBackColor = true;
  139. this.bt_Aj.Click += new System.EventHandler(this.bt_Aj_Click);
  140. //
  141. // bt_Mod
  142. //
  143. this.bt_Mod.Location = new System.Drawing.Point(58, 372);
  144. this.bt_Mod.Margin = new System.Windows.Forms.Padding(2);
  145. this.bt_Mod.Name = "bt_Mod";
  146. this.bt_Mod.Size = new System.Drawing.Size(56, 19);
  147. this.bt_Mod.TabIndex = 13;
  148. this.bt_Mod.Text = "Modifier";
  149. this.bt_Mod.UseVisualStyleBackColor = true;
  150. this.bt_Mod.Click += new System.EventHandler(this.bt_Mod_Click);
  151. //
  152. // splitContainer2
  153. //
  154. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  156. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  157. this.splitContainer2.Name = "splitContainer2";
  158. //
  159. // splitContainer2.Panel1
  160. //
  161. this.splitContainer2.Panel1.Controls.Add(this.dg_station);
  162. //
  163. // splitContainer2.Panel2
  164. //
  165. this.splitContainer2.Panel2.Controls.Add(this.label13);
  166. this.splitContainer2.Panel2.Controls.Add(this.text_divers_sta);
  167. this.splitContainer2.Panel2.Controls.Add(this.label12);
  168. this.splitContainer2.Panel2.Controls.Add(this.text_tva_sta);
  169. this.splitContainer2.Panel2.Controls.Add(this.label11);
  170. this.splitContainer2.Panel2.Controls.Add(this.text_etp_sta);
  171. this.splitContainer2.Panel2.Controls.Add(this.text_key_sta);
  172. this.splitContainer2.Panel2.Controls.Add(this.bt_Presta);
  173. this.splitContainer2.Panel2.Controls.Add(this.label10);
  174. this.splitContainer2.Panel2.Controls.Add(this.label9);
  175. this.splitContainer2.Panel2.Controls.Add(this.label8);
  176. this.splitContainer2.Panel2.Controls.Add(this.label7);
  177. this.splitContainer2.Panel2.Controls.Add(this.label6);
  178. this.splitContainer2.Panel2.Controls.Add(this.label5);
  179. this.splitContainer2.Panel2.Controls.Add(this.label4);
  180. this.splitContainer2.Panel2.Controls.Add(this.label3);
  181. this.splitContainer2.Panel2.Controls.Add(this.label2);
  182. this.splitContainer2.Panel2.Controls.Add(this.label1);
  183. this.splitContainer2.Panel2.Controls.Add(this.combo_pays_sta);
  184. this.splitContainer2.Panel2.Controls.Add(this.text_tel_sta);
  185. this.splitContainer2.Panel2.Controls.Add(this.text_ville_sta);
  186. this.splitContainer2.Panel2.Controls.Add(this.text_cp_sta);
  187. this.splitContainer2.Panel2.Controls.Add(this.text_adr2_sta);
  188. this.splitContainer2.Panel2.Controls.Add(this.text_adr1_sta);
  189. this.splitContainer2.Panel2.Controls.Add(this.text_contact_sta);
  190. this.splitContainer2.Panel2.Controls.Add(this.text_nom_sta);
  191. this.splitContainer2.Panel2.Controls.Add(this.nn_num_sta);
  192. this.splitContainer2.Panel2.Controls.Add(this.dt_date_sta);
  193. this.splitContainer2.Panel2.Controls.Add(this.bt_Sup);
  194. this.splitContainer2.Panel2.Controls.Add(this.Bt_Abort);
  195. this.splitContainer2.Panel2.Controls.Add(this.bt_Valid);
  196. this.splitContainer2.Panel2.Controls.Add(this.bt_Aj);
  197. this.splitContainer2.Panel2.Controls.Add(this.bt_Mod);
  198. this.splitContainer2.Size = new System.Drawing.Size(1036, 499);
  199. this.splitContainer2.SplitterDistance = 719;
  200. this.splitContainer2.TabIndex = 2;
  201. //
  202. // dg_station
  203. //
  204. this.dg_station.AllowUserToAddRows = false;
  205. this.dg_station.AllowUserToDeleteRows = false;
  206. this.dg_station.AllowUserToOrderColumns = true;
  207. this.dg_station.AutoGenerateColumns = false;
  208. this.dg_station.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  209. this.dg_station.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  210. this.etpstaDataGridViewTextBoxColumn,
  211. this.datestaDataGridViewTextBoxColumn,
  212. this.numstaDataGridViewTextBoxColumn,
  213. this.nomstaDataGridViewTextBoxColumn,
  214. this.adr1staDataGridViewTextBoxColumn,
  215. this.adr2staDataGridViewTextBoxColumn,
  216. this.cpstaDataGridViewTextBoxColumn,
  217. this.villestaDataGridViewTextBoxColumn,
  218. this.paysstaDataGridViewTextBoxColumn,
  219. this.contactstaDataGridViewTextBoxColumn,
  220. this.telstaDataGridViewTextBoxColumn});
  221. this.dg_station.DataSource = this.tbstationBindingSource;
  222. this.dg_station.Dock = System.Windows.Forms.DockStyle.Fill;
  223. this.dg_station.Location = new System.Drawing.Point(0, 0);
  224. this.dg_station.Margin = new System.Windows.Forms.Padding(2);
  225. this.dg_station.Name = "dg_station";
  226. this.dg_station.ReadOnly = true;
  227. this.dg_station.RowTemplate.Height = 24;
  228. this.dg_station.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  229. this.dg_station.Size = new System.Drawing.Size(719, 499);
  230. this.dg_station.TabIndex = 2;
  231. //
  232. // label11
  233. //
  234. this.label11.AutoSize = true;
  235. this.label11.Location = new System.Drawing.Point(48, 39);
  236. this.label11.Name = "label11";
  237. this.label11.Size = new System.Drawing.Size(35, 13);
  238. this.label11.TabIndex = 41;
  239. this.label11.Text = "Etape";
  240. this.label11.Click += new System.EventHandler(this.label11_Click);
  241. //
  242. // text_etp_sta
  243. //
  244. this.text_etp_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "etp_sta", true));
  245. this.text_etp_sta.Location = new System.Drawing.Point(85, 35);
  246. this.text_etp_sta.Name = "text_etp_sta";
  247. this.text_etp_sta.Size = new System.Drawing.Size(44, 20);
  248. this.text_etp_sta.TabIndex = 40;
  249. //
  250. // text_key_sta
  251. //
  252. this.text_key_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "key_sta", true));
  253. this.text_key_sta.Enabled = false;
  254. this.text_key_sta.Location = new System.Drawing.Point(86, 6);
  255. this.text_key_sta.Name = "text_key_sta";
  256. this.text_key_sta.Size = new System.Drawing.Size(70, 20);
  257. this.text_key_sta.TabIndex = 39;
  258. //
  259. // bt_Presta
  260. //
  261. this.bt_Presta.Location = new System.Drawing.Point(201, 448);
  262. this.bt_Presta.Name = "bt_Presta";
  263. this.bt_Presta.Size = new System.Drawing.Size(75, 23);
  264. this.bt_Presta.TabIndex = 38;
  265. this.bt_Presta.Text = "Prix/Ventes";
  266. this.bt_Presta.UseVisualStyleBackColor = true;
  267. this.bt_Presta.Click += new System.EventHandler(this.bt_Presta_Click);
  268. //
  269. // label10
  270. //
  271. this.label10.AutoSize = true;
  272. this.label10.Location = new System.Drawing.Point(26, 274);
  273. this.label10.Name = "label10";
  274. this.label10.Size = new System.Drawing.Size(58, 13);
  275. this.label10.TabIndex = 37;
  276. this.label10.Text = "Téléphone";
  277. //
  278. // label9
  279. //
  280. this.label9.AutoSize = true;
  281. this.label9.Location = new System.Drawing.Point(58, 248);
  282. this.label9.Name = "label9";
  283. this.label9.Size = new System.Drawing.Size(26, 13);
  284. this.label9.TabIndex = 36;
  285. this.label9.Text = "Ville";
  286. //
  287. // label8
  288. //
  289. this.label8.AutoSize = true;
  290. this.label8.Location = new System.Drawing.Point(169, 222);
  291. this.label8.Name = "label8";
  292. this.label8.Size = new System.Drawing.Size(21, 13);
  293. this.label8.TabIndex = 35;
  294. this.label8.Text = "CP";
  295. //
  296. // label7
  297. //
  298. this.label7.AutoSize = true;
  299. this.label7.Location = new System.Drawing.Point(54, 221);
  300. this.label7.Name = "label7";
  301. this.label7.Size = new System.Drawing.Size(30, 13);
  302. this.label7.TabIndex = 34;
  303. this.label7.Text = "Pays";
  304. //
  305. // label6
  306. //
  307. this.label6.AutoSize = true;
  308. this.label6.Location = new System.Drawing.Point(68, 196);
  309. this.label6.Name = "label6";
  310. this.label6.Size = new System.Drawing.Size(16, 13);
  311. this.label6.TabIndex = 33;
  312. this.label6.Text = "...";
  313. //
  314. // label5
  315. //
  316. this.label5.AutoSize = true;
  317. this.label5.Location = new System.Drawing.Point(39, 170);
  318. this.label5.Name = "label5";
  319. this.label5.Size = new System.Drawing.Size(45, 13);
  320. this.label5.TabIndex = 32;
  321. this.label5.Text = "Adresse";
  322. //
  323. // label4
  324. //
  325. this.label4.AutoSize = true;
  326. this.label4.Location = new System.Drawing.Point(55, 118);
  327. this.label4.Name = "label4";
  328. this.label4.Size = new System.Drawing.Size(29, 13);
  329. this.label4.TabIndex = 31;
  330. this.label4.Text = "Nom";
  331. //
  332. // label3
  333. //
  334. this.label3.AutoSize = true;
  335. this.label3.Location = new System.Drawing.Point(40, 144);
  336. this.label3.Name = "label3";
  337. this.label3.Size = new System.Drawing.Size(44, 13);
  338. this.label3.TabIndex = 30;
  339. this.label3.Text = "Contact";
  340. //
  341. // label2
  342. //
  343. this.label2.AutoSize = true;
  344. this.label2.Location = new System.Drawing.Point(65, 91);
  345. this.label2.Name = "label2";
  346. this.label2.Size = new System.Drawing.Size(19, 13);
  347. this.label2.TabIndex = 29;
  348. this.label2.Text = "N°";
  349. //
  350. // label1
  351. //
  352. this.label1.AutoSize = true;
  353. this.label1.Location = new System.Drawing.Point(54, 67);
  354. this.label1.Name = "label1";
  355. this.label1.Size = new System.Drawing.Size(30, 13);
  356. this.label1.TabIndex = 28;
  357. this.label1.Text = "Date";
  358. //
  359. // combo_pays_sta
  360. //
  361. this.combo_pays_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "pays_sta", true));
  362. this.combo_pays_sta.FormattingEnabled = true;
  363. this.combo_pays_sta.Location = new System.Drawing.Point(85, 218);
  364. this.combo_pays_sta.Name = "combo_pays_sta";
  365. this.combo_pays_sta.Size = new System.Drawing.Size(78, 21);
  366. this.combo_pays_sta.TabIndex = 24;
  367. this.combo_pays_sta.SelectedIndexChanged += new System.EventHandler(this.combo_pays_sta_SelectedIndexChanged);
  368. this.combo_pays_sta.TextChanged += new System.EventHandler(this.combo_pays_sta_SelectedIndexChanged);
  369. //
  370. // text_tel_sta
  371. //
  372. this.text_tel_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "tel_sta", true));
  373. this.text_tel_sta.Location = new System.Drawing.Point(85, 271);
  374. this.text_tel_sta.Name = "text_tel_sta";
  375. this.text_tel_sta.Size = new System.Drawing.Size(184, 20);
  376. this.text_tel_sta.TabIndex = 27;
  377. //
  378. // text_ville_sta
  379. //
  380. this.text_ville_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "ville_sta", true));
  381. this.text_ville_sta.Location = new System.Drawing.Point(85, 245);
  382. this.text_ville_sta.Name = "text_ville_sta";
  383. this.text_ville_sta.Size = new System.Drawing.Size(184, 20);
  384. this.text_ville_sta.TabIndex = 26;
  385. //
  386. // text_cp_sta
  387. //
  388. this.text_cp_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "cp_sta", true));
  389. this.text_cp_sta.Location = new System.Drawing.Point(191, 219);
  390. this.text_cp_sta.Name = "text_cp_sta";
  391. this.text_cp_sta.Size = new System.Drawing.Size(77, 20);
  392. this.text_cp_sta.TabIndex = 25;
  393. //
  394. // text_adr2_sta
  395. //
  396. this.text_adr2_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "adr2_sta", true));
  397. this.text_adr2_sta.Location = new System.Drawing.Point(85, 193);
  398. this.text_adr2_sta.Name = "text_adr2_sta";
  399. this.text_adr2_sta.Size = new System.Drawing.Size(184, 20);
  400. this.text_adr2_sta.TabIndex = 23;
  401. //
  402. // text_adr1_sta
  403. //
  404. this.text_adr1_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "adr1_sta", true));
  405. this.text_adr1_sta.Location = new System.Drawing.Point(85, 167);
  406. this.text_adr1_sta.Name = "text_adr1_sta";
  407. this.text_adr1_sta.Size = new System.Drawing.Size(184, 20);
  408. this.text_adr1_sta.TabIndex = 22;
  409. //
  410. // text_contact_sta
  411. //
  412. this.text_contact_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "contact_sta", true));
  413. this.text_contact_sta.Location = new System.Drawing.Point(85, 141);
  414. this.text_contact_sta.Name = "text_contact_sta";
  415. this.text_contact_sta.Size = new System.Drawing.Size(184, 20);
  416. this.text_contact_sta.TabIndex = 21;
  417. //
  418. // text_nom_sta
  419. //
  420. this.text_nom_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "nom_sta", true));
  421. this.text_nom_sta.Location = new System.Drawing.Point(85, 115);
  422. this.text_nom_sta.Name = "text_nom_sta";
  423. this.text_nom_sta.Size = new System.Drawing.Size(184, 20);
  424. this.text_nom_sta.TabIndex = 20;
  425. //
  426. // nn_num_sta
  427. //
  428. this.nn_num_sta.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.tbstationBindingSource, "num_sta", true));
  429. this.nn_num_sta.Location = new System.Drawing.Point(85, 89);
  430. this.nn_num_sta.Name = "nn_num_sta";
  431. this.nn_num_sta.Size = new System.Drawing.Size(56, 20);
  432. this.nn_num_sta.TabIndex = 19;
  433. this.nn_num_sta.Value = new decimal(new int[] {
  434. 1,
  435. 0,
  436. 0,
  437. 0});
  438. //
  439. // dt_date_sta
  440. //
  441. this.dt_date_sta.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.tbstationBindingSource, "date_sta", true));
  442. this.dt_date_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "date_sta", true));
  443. this.dt_date_sta.Location = new System.Drawing.Point(85, 63);
  444. this.dt_date_sta.Name = "dt_date_sta";
  445. this.dt_date_sta.Size = new System.Drawing.Size(183, 20);
  446. this.dt_date_sta.TabIndex = 18;
  447. //
  448. // statusStrip1
  449. //
  450. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  451. this.st1,
  452. this.StatusLabel1});
  453. this.statusStrip1.Location = new System.Drawing.Point(0, 531);
  454. this.statusStrip1.Name = "statusStrip1";
  455. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
  456. this.statusStrip1.Size = new System.Drawing.Size(1036, 22);
  457. this.statusStrip1.TabIndex = 30;
  458. this.statusStrip1.Text = "statusStrip1";
  459. //
  460. // st1
  461. //
  462. this.st1.Name = "st1";
  463. this.st1.Size = new System.Drawing.Size(0, 17);
  464. //
  465. // StatusLabel1
  466. //
  467. this.StatusLabel1.Name = "StatusLabel1";
  468. this.StatusLabel1.Size = new System.Drawing.Size(16, 17);
  469. this.StatusLabel1.Text = "...";
  470. //
  471. // splitContainer1
  472. //
  473. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  474. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  475. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  476. this.splitContainer1.Name = "splitContainer1";
  477. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  478. //
  479. // splitContainer1.Panel2
  480. //
  481. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  482. this.splitContainer1.Size = new System.Drawing.Size(1036, 531);
  483. this.splitContainer1.SplitterDistance = 28;
  484. this.splitContainer1.TabIndex = 31;
  485. //
  486. // etpstaDataGridViewTextBoxColumn
  487. //
  488. this.etpstaDataGridViewTextBoxColumn.DataPropertyName = "etp_sta";
  489. this.etpstaDataGridViewTextBoxColumn.HeaderText = "Etape";
  490. this.etpstaDataGridViewTextBoxColumn.Name = "etpstaDataGridViewTextBoxColumn";
  491. this.etpstaDataGridViewTextBoxColumn.ReadOnly = true;
  492. this.etpstaDataGridViewTextBoxColumn.Width = 50;
  493. //
  494. // datestaDataGridViewTextBoxColumn
  495. //
  496. this.datestaDataGridViewTextBoxColumn.DataPropertyName = "date_sta";
  497. dataGridViewCellStyle3.Format = "d";
  498. dataGridViewCellStyle3.NullValue = null;
  499. this.datestaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3;
  500. this.datestaDataGridViewTextBoxColumn.HeaderText = "Date";
  501. this.datestaDataGridViewTextBoxColumn.Name = "datestaDataGridViewTextBoxColumn";
  502. this.datestaDataGridViewTextBoxColumn.ReadOnly = true;
  503. this.datestaDataGridViewTextBoxColumn.Width = 70;
  504. //
  505. // numstaDataGridViewTextBoxColumn
  506. //
  507. this.numstaDataGridViewTextBoxColumn.DataPropertyName = "num_sta";
  508. dataGridViewCellStyle4.Format = "N0";
  509. dataGridViewCellStyle4.NullValue = null;
  510. this.numstaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4;
  511. this.numstaDataGridViewTextBoxColumn.HeaderText = "N°";
  512. this.numstaDataGridViewTextBoxColumn.Name = "numstaDataGridViewTextBoxColumn";
  513. this.numstaDataGridViewTextBoxColumn.ReadOnly = true;
  514. this.numstaDataGridViewTextBoxColumn.Width = 30;
  515. //
  516. // nomstaDataGridViewTextBoxColumn
  517. //
  518. this.nomstaDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  519. this.nomstaDataGridViewTextBoxColumn.DataPropertyName = "nom_sta";
  520. this.nomstaDataGridViewTextBoxColumn.HeaderText = "Nom";
  521. this.nomstaDataGridViewTextBoxColumn.Name = "nomstaDataGridViewTextBoxColumn";
  522. this.nomstaDataGridViewTextBoxColumn.ReadOnly = true;
  523. //
  524. // adr1staDataGridViewTextBoxColumn
  525. //
  526. this.adr1staDataGridViewTextBoxColumn.DataPropertyName = "adr1_sta";
  527. this.adr1staDataGridViewTextBoxColumn.HeaderText = "adr1_sta";
  528. this.adr1staDataGridViewTextBoxColumn.Name = "adr1staDataGridViewTextBoxColumn";
  529. this.adr1staDataGridViewTextBoxColumn.ReadOnly = true;
  530. this.adr1staDataGridViewTextBoxColumn.Visible = false;
  531. //
  532. // adr2staDataGridViewTextBoxColumn
  533. //
  534. this.adr2staDataGridViewTextBoxColumn.DataPropertyName = "adr2_sta";
  535. this.adr2staDataGridViewTextBoxColumn.HeaderText = "adr2_sta";
  536. this.adr2staDataGridViewTextBoxColumn.Name = "adr2staDataGridViewTextBoxColumn";
  537. this.adr2staDataGridViewTextBoxColumn.ReadOnly = true;
  538. this.adr2staDataGridViewTextBoxColumn.Visible = false;
  539. //
  540. // cpstaDataGridViewTextBoxColumn
  541. //
  542. this.cpstaDataGridViewTextBoxColumn.DataPropertyName = "cp_sta";
  543. this.cpstaDataGridViewTextBoxColumn.HeaderText = "CP";
  544. this.cpstaDataGridViewTextBoxColumn.Name = "cpstaDataGridViewTextBoxColumn";
  545. this.cpstaDataGridViewTextBoxColumn.ReadOnly = true;
  546. this.cpstaDataGridViewTextBoxColumn.Width = 70;
  547. //
  548. // villestaDataGridViewTextBoxColumn
  549. //
  550. this.villestaDataGridViewTextBoxColumn.DataPropertyName = "ville_sta";
  551. this.villestaDataGridViewTextBoxColumn.HeaderText = "Ville";
  552. this.villestaDataGridViewTextBoxColumn.Name = "villestaDataGridViewTextBoxColumn";
  553. this.villestaDataGridViewTextBoxColumn.ReadOnly = true;
  554. this.villestaDataGridViewTextBoxColumn.Width = 150;
  555. //
  556. // paysstaDataGridViewTextBoxColumn
  557. //
  558. this.paysstaDataGridViewTextBoxColumn.DataPropertyName = "pays_sta";
  559. this.paysstaDataGridViewTextBoxColumn.HeaderText = "Pays";
  560. this.paysstaDataGridViewTextBoxColumn.Name = "paysstaDataGridViewTextBoxColumn";
  561. this.paysstaDataGridViewTextBoxColumn.ReadOnly = true;
  562. this.paysstaDataGridViewTextBoxColumn.Width = 50;
  563. //
  564. // contactstaDataGridViewTextBoxColumn
  565. //
  566. this.contactstaDataGridViewTextBoxColumn.DataPropertyName = "contact_sta";
  567. this.contactstaDataGridViewTextBoxColumn.HeaderText = "Contact";
  568. this.contactstaDataGridViewTextBoxColumn.Name = "contactstaDataGridViewTextBoxColumn";
  569. this.contactstaDataGridViewTextBoxColumn.ReadOnly = true;
  570. this.contactstaDataGridViewTextBoxColumn.Width = 150;
  571. //
  572. // telstaDataGridViewTextBoxColumn
  573. //
  574. this.telstaDataGridViewTextBoxColumn.DataPropertyName = "tel_sta";
  575. this.telstaDataGridViewTextBoxColumn.HeaderText = "tel_sta";
  576. this.telstaDataGridViewTextBoxColumn.Name = "telstaDataGridViewTextBoxColumn";
  577. this.telstaDataGridViewTextBoxColumn.ReadOnly = true;
  578. this.telstaDataGridViewTextBoxColumn.Visible = false;
  579. //
  580. // tbstationBindingSource
  581. //
  582. this.tbstationBindingSource.DataMember = "tb_station";
  583. this.tbstationBindingSource.DataSource = this.dataSet1;
  584. this.tbstationBindingSource.Sort = "date_sta";
  585. //
  586. // dataSet1
  587. //
  588. this.dataSet1.DataSetName = "DataSet1";
  589. this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  590. //
  591. // label12
  592. //
  593. this.label12.AutoSize = true;
  594. this.label12.Location = new System.Drawing.Point(27, 300);
  595. this.label12.Name = "label12";
  596. this.label12.Size = new System.Drawing.Size(56, 13);
  597. this.label12.TabIndex = 43;
  598. this.label12.Text = "Code TVA";
  599. //
  600. // text_tva_sta
  601. //
  602. this.text_tva_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "tva_sta", true));
  603. this.text_tva_sta.Location = new System.Drawing.Point(86, 297);
  604. this.text_tva_sta.Name = "text_tva_sta";
  605. this.text_tva_sta.Size = new System.Drawing.Size(184, 20);
  606. this.text_tva_sta.TabIndex = 42;
  607. //
  608. // label13
  609. //
  610. this.label13.AutoSize = true;
  611. this.label13.Location = new System.Drawing.Point(26, 326);
  612. this.label13.Name = "label13";
  613. this.label13.Size = new System.Drawing.Size(37, 13);
  614. this.label13.TabIndex = 45;
  615. this.label13.Text = "Divers";
  616. //
  617. // text_divers_sta
  618. //
  619. this.text_divers_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "divers_sta", true));
  620. this.text_divers_sta.Location = new System.Drawing.Point(85, 323);
  621. this.text_divers_sta.Name = "text_divers_sta";
  622. this.text_divers_sta.Size = new System.Drawing.Size(184, 20);
  623. this.text_divers_sta.TabIndex = 44;
  624. //
  625. // f_station
  626. //
  627. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  628. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  629. this.ClientSize = new System.Drawing.Size(1036, 553);
  630. this.Controls.Add(this.splitContainer1);
  631. this.Controls.Add(this.statusStrip1);
  632. this.Name = "f_station";
  633. this.ShowIcon = false;
  634. this.ShowInTaskbar = false;
  635. this.Text = "Stations services";
  636. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_station_FormClosing);
  637. this.Load += new System.EventHandler(this.f_station_Load);
  638. this.splitContainer2.Panel1.ResumeLayout(false);
  639. this.splitContainer2.Panel2.ResumeLayout(false);
  640. this.splitContainer2.Panel2.PerformLayout();
  641. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  642. this.splitContainer2.ResumeLayout(false);
  643. ((System.ComponentModel.ISupportInitialize)(this.dg_station)).EndInit();
  644. ((System.ComponentModel.ISupportInitialize)(this.nn_num_sta)).EndInit();
  645. this.statusStrip1.ResumeLayout(false);
  646. this.statusStrip1.PerformLayout();
  647. this.splitContainer1.Panel2.ResumeLayout(false);
  648. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  649. this.splitContainer1.ResumeLayout(false);
  650. ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).EndInit();
  651. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  652. this.ResumeLayout(false);
  653. this.PerformLayout();
  654. }
  655. #endregion
  656. private System.Windows.Forms.Button bt_Sup;
  657. private System.Windows.Forms.Button Bt_Abort;
  658. private System.Windows.Forms.Button bt_Valid;
  659. private System.Windows.Forms.Button bt_Aj;
  660. private System.Windows.Forms.Button bt_Mod;
  661. private System.Windows.Forms.SplitContainer splitContainer2;
  662. private System.Windows.Forms.DataGridView dg_station;
  663. private System.Windows.Forms.BindingSource tbstationBindingSource;
  664. private DataSet1 dataSet1;
  665. private System.Windows.Forms.StatusStrip statusStrip1;
  666. private System.Windows.Forms.ToolStripStatusLabel st1;
  667. private System.Windows.Forms.SplitContainer splitContainer1;
  668. private System.Windows.Forms.DateTimePicker dt_date_sta;
  669. private System.Windows.Forms.ComboBox combo_pays_sta;
  670. private System.Windows.Forms.TextBox text_tel_sta;
  671. private System.Windows.Forms.TextBox text_ville_sta;
  672. private System.Windows.Forms.TextBox text_cp_sta;
  673. private System.Windows.Forms.TextBox text_adr2_sta;
  674. private System.Windows.Forms.TextBox text_adr1_sta;
  675. private System.Windows.Forms.TextBox text_contact_sta;
  676. private System.Windows.Forms.TextBox text_nom_sta;
  677. private System.Windows.Forms.NumericUpDown nn_num_sta;
  678. private System.Windows.Forms.Label label10;
  679. private System.Windows.Forms.Label label9;
  680. private System.Windows.Forms.Label label8;
  681. private System.Windows.Forms.Label label7;
  682. private System.Windows.Forms.Label label6;
  683. private System.Windows.Forms.Label label5;
  684. private System.Windows.Forms.Label label4;
  685. private System.Windows.Forms.Label label3;
  686. private System.Windows.Forms.Label label2;
  687. private System.Windows.Forms.Label label1;
  688. private System.Windows.Forms.ToolStripStatusLabel StatusLabel1;
  689. private System.Windows.Forms.Button bt_Presta;
  690. private System.Windows.Forms.TextBox text_key_sta;
  691. private System.Windows.Forms.Label label11;
  692. private System.Windows.Forms.TextBox text_etp_sta;
  693. private System.Windows.Forms.DataGridViewTextBoxColumn etpstaDataGridViewTextBoxColumn;
  694. private System.Windows.Forms.DataGridViewTextBoxColumn datestaDataGridViewTextBoxColumn;
  695. private System.Windows.Forms.DataGridViewTextBoxColumn numstaDataGridViewTextBoxColumn;
  696. private System.Windows.Forms.DataGridViewTextBoxColumn nomstaDataGridViewTextBoxColumn;
  697. private System.Windows.Forms.DataGridViewTextBoxColumn adr1staDataGridViewTextBoxColumn;
  698. private System.Windows.Forms.DataGridViewTextBoxColumn adr2staDataGridViewTextBoxColumn;
  699. private System.Windows.Forms.DataGridViewTextBoxColumn cpstaDataGridViewTextBoxColumn;
  700. private System.Windows.Forms.DataGridViewTextBoxColumn villestaDataGridViewTextBoxColumn;
  701. private System.Windows.Forms.DataGridViewTextBoxColumn paysstaDataGridViewTextBoxColumn;
  702. private System.Windows.Forms.DataGridViewTextBoxColumn contactstaDataGridViewTextBoxColumn;
  703. private System.Windows.Forms.DataGridViewTextBoxColumn telstaDataGridViewTextBoxColumn;
  704. private System.Windows.Forms.Label label13;
  705. private System.Windows.Forms.TextBox text_divers_sta;
  706. private System.Windows.Forms.Label label12;
  707. private System.Windows.Forms.TextBox text_tva_sta;
  708. }
  709. }