Main.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. namespace Fuel01
  2. {
  3. partial class Main
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.statusBar = new System.Windows.Forms.StatusStrip();
  32. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  33. this.eprstat = new System.Windows.Forms.ToolStripStatusLabel();
  34. this.stastat = new System.Windows.Forms.ToolStripStatusLabel();
  35. this.tslbl1 = new System.Windows.Forms.ToolStripStatusLabel();
  36. this.dataSet1 = new Fuel01.DataSet1();
  37. this.tbepreuveBindingSource = new System.Windows.Forms.BindingSource(this.components);
  38. this.vehiculeBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.tbstationBindingSource = new System.Windows.Forms.BindingSource(this.components);
  40. this.mainContainer = new System.Windows.Forms.SplitContainer();
  41. this.main_mnu = new System.Windows.Forms.ToolStrip();
  42. this.mnu_ope = new System.Windows.Forms.ToolStripButton();
  43. this.mnu_vehi_dow = new System.Windows.Forms.ToolStripDropDownButton();
  44. this.mnh_vehi_acc = new System.Windows.Forms.ToolStripMenuItem();
  45. this.mnu_vehi_sep = new System.Windows.Forms.ToolStripSeparator();
  46. this.mnu_vehi_imp = new System.Windows.Forms.ToolStripMenuItem();
  47. this.mnu_vehi_imp_parc = new System.Windows.Forms.ToolStripMenuItem();
  48. this.mnu_vehi_imp_tdf = new System.Windows.Forms.ToolStripMenuItem();
  49. this.parisNice17ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50. this.mnu_sta = new System.Windows.Forms.ToolStripButton();
  51. this.mnu_sep1 = new System.Windows.Forms.ToolStripSeparator();
  52. this.mnu_saisie = new System.Windows.Forms.ToolStripButton();
  53. this.mnu_gest = new System.Windows.Forms.ToolStripButton();
  54. this.mnu_param = new System.Windows.Forms.ToolStripButton();
  55. this.mnu_verif = new System.Windows.Forms.ToolStripButton();
  56. this.mnu_about = new System.Windows.Forms.ToolStripButton();
  57. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  58. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  59. this.dg_epr = new System.Windows.Forms.DataGridView();
  60. this.nomeprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.key_epr = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.abrev_epr = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.bt_doAll = new System.Windows.Forms.Button();
  64. this.bt_do = new System.Windows.Forms.Button();
  65. this.bt_retry = new System.Windows.Forms.Button();
  66. this.bt_test = new System.Windows.Forms.Button();
  67. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  68. this.dg_sta = new System.Windows.Forms.DataGridView();
  69. this.keystaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.etpstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.datestaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.nomstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.text_file = new System.Windows.Forms.TextBox();
  74. this.timerSigR = new System.Windows.Forms.Timer(this.components);
  75. this.button1 = new System.Windows.Forms.Button();
  76. this.statusBar.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.tbepreuveBindingSource)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.vehiculeBindingSource)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.mainContainer)).BeginInit();
  82. this.mainContainer.Panel1.SuspendLayout();
  83. this.mainContainer.Panel2.SuspendLayout();
  84. this.mainContainer.SuspendLayout();
  85. this.main_mnu.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  87. this.splitContainer1.Panel1.SuspendLayout();
  88. this.splitContainer1.Panel2.SuspendLayout();
  89. this.splitContainer1.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  91. this.splitContainer3.Panel1.SuspendLayout();
  92. this.splitContainer3.Panel2.SuspendLayout();
  93. this.splitContainer3.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.dg_epr)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  96. this.splitContainer2.Panel1.SuspendLayout();
  97. this.splitContainer2.Panel2.SuspendLayout();
  98. this.splitContainer2.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.dg_sta)).BeginInit();
  100. this.SuspendLayout();
  101. //
  102. // statusBar
  103. //
  104. this.statusBar.ImageScalingSize = new System.Drawing.Size(24, 24);
  105. this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  106. this.toolStripStatusLabel1,
  107. this.eprstat,
  108. this.stastat,
  109. this.tslbl1});
  110. this.statusBar.Location = new System.Drawing.Point(0, 556);
  111. this.statusBar.Name = "statusBar";
  112. this.statusBar.Padding = new System.Windows.Forms.Padding(2, 0, 15, 0);
  113. this.statusBar.Size = new System.Drawing.Size(1148, 22);
  114. this.statusBar.TabIndex = 0;
  115. this.statusBar.Text = "statusStrip1";
  116. //
  117. // toolStripStatusLabel1
  118. //
  119. this.toolStripStatusLabel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  120. this.toolStripStatusLabel1.Image = global::Fuel01.Properties.Resources.red;
  121. this.toolStripStatusLabel1.Margin = new System.Windows.Forms.Padding(0);
  122. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  123. this.toolStripStatusLabel1.Size = new System.Drawing.Size(41, 25);
  124. this.toolStripStatusLabel1.Text = " ";
  125. this.toolStripStatusLabel1.Visible = false;
  126. this.toolStripStatusLabel1.TextChanged += new System.EventHandler(this.toolStripStatusLabel1_TextChanged);
  127. //
  128. // eprstat
  129. //
  130. this.eprstat.Name = "eprstat";
  131. this.eprstat.Size = new System.Drawing.Size(0, 15);
  132. //
  133. // stastat
  134. //
  135. this.stastat.Name = "stastat";
  136. this.stastat.Size = new System.Drawing.Size(0, 15);
  137. //
  138. // tslbl1
  139. //
  140. this.tslbl1.Name = "tslbl1";
  141. this.tslbl1.Size = new System.Drawing.Size(0, 15);
  142. //
  143. // dataSet1
  144. //
  145. this.dataSet1.DataSetName = "DataSet1";
  146. this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  147. //
  148. // tbepreuveBindingSource
  149. //
  150. this.tbepreuveBindingSource.DataMember = "tb_epreuve";
  151. this.tbepreuveBindingSource.DataSource = this.dataSet1;
  152. //
  153. // vehiculeBindingSource
  154. //
  155. this.vehiculeBindingSource.DataMember = "tb_vehi";
  156. this.vehiculeBindingSource.DataSource = this.dataSet1;
  157. //
  158. // tbstationBindingSource
  159. //
  160. this.tbstationBindingSource.DataMember = "tb_station";
  161. this.tbstationBindingSource.DataSource = this.dataSet1;
  162. this.tbstationBindingSource.Sort = "date_sta";
  163. //
  164. // mainContainer
  165. //
  166. this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.mainContainer.Location = new System.Drawing.Point(0, 0);
  168. this.mainContainer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  169. this.mainContainer.Name = "mainContainer";
  170. this.mainContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
  171. //
  172. // mainContainer.Panel1
  173. //
  174. this.mainContainer.Panel1.Controls.Add(this.main_mnu);
  175. //
  176. // mainContainer.Panel2
  177. //
  178. this.mainContainer.Panel2.Controls.Add(this.splitContainer1);
  179. this.mainContainer.Size = new System.Drawing.Size(1148, 556);
  180. this.mainContainer.SplitterDistance = 40;
  181. this.mainContainer.SplitterWidth = 6;
  182. this.mainContainer.TabIndex = 13;
  183. //
  184. // main_mnu
  185. //
  186. this.main_mnu.ImageScalingSize = new System.Drawing.Size(24, 24);
  187. this.main_mnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  188. this.mnu_ope,
  189. this.mnu_vehi_dow,
  190. this.mnu_sta,
  191. this.mnu_sep1,
  192. this.mnu_saisie,
  193. this.mnu_gest,
  194. this.mnu_param,
  195. this.mnu_verif,
  196. this.mnu_about});
  197. this.main_mnu.Location = new System.Drawing.Point(0, 0);
  198. this.main_mnu.Name = "main_mnu";
  199. this.main_mnu.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
  200. this.main_mnu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
  201. this.main_mnu.Size = new System.Drawing.Size(1148, 34);
  202. this.main_mnu.TabIndex = 12;
  203. this.main_mnu.Text = "Menu";
  204. //
  205. // mnu_ope
  206. //
  207. this.mnu_ope.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  208. this.mnu_ope.Image = ((System.Drawing.Image)(resources.GetObject("mnu_ope.Image")));
  209. this.mnu_ope.ImageTransparentColor = System.Drawing.Color.Magenta;
  210. this.mnu_ope.Name = "mnu_ope";
  211. this.mnu_ope.Size = new System.Drawing.Size(96, 29);
  212. this.mnu_ope.Text = "&Opération";
  213. this.mnu_ope.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  214. this.mnu_ope.Click += new System.EventHandler(this.mnu_ope_Click);
  215. //
  216. // mnu_vehi_dow
  217. //
  218. this.mnu_vehi_dow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  219. this.mnu_vehi_dow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  220. this.mnh_vehi_acc,
  221. this.mnu_vehi_sep,
  222. this.mnu_vehi_imp});
  223. this.mnu_vehi_dow.Image = ((System.Drawing.Image)(resources.GetObject("mnu_vehi_dow.Image")));
  224. this.mnu_vehi_dow.ImageTransparentColor = System.Drawing.Color.Magenta;
  225. this.mnu_vehi_dow.Name = "mnu_vehi_dow";
  226. this.mnu_vehi_dow.Size = new System.Drawing.Size(102, 29);
  227. this.mnu_vehi_dow.Text = "&Véhicules";
  228. //
  229. // mnh_vehi_acc
  230. //
  231. this.mnh_vehi_acc.Name = "mnh_vehi_acc";
  232. this.mnh_vehi_acc.Size = new System.Drawing.Size(184, 34);
  233. this.mnh_vehi_acc.Text = "Accéder";
  234. this.mnh_vehi_acc.Click += new System.EventHandler(this.mnh_vehi_acc_Click);
  235. //
  236. // mnu_vehi_sep
  237. //
  238. this.mnu_vehi_sep.Name = "mnu_vehi_sep";
  239. this.mnu_vehi_sep.Size = new System.Drawing.Size(181, 6);
  240. //
  241. // mnu_vehi_imp
  242. //
  243. this.mnu_vehi_imp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  244. this.mnu_vehi_imp_parc,
  245. this.mnu_vehi_imp_tdf,
  246. this.parisNice17ToolStripMenuItem});
  247. this.mnu_vehi_imp.Name = "mnu_vehi_imp";
  248. this.mnu_vehi_imp.Size = new System.Drawing.Size(184, 34);
  249. this.mnu_vehi_imp.Text = "Importer";
  250. //
  251. // mnu_vehi_imp_parc
  252. //
  253. this.mnu_vehi_imp_parc.Name = "mnu_vehi_imp_parc";
  254. this.mnu_vehi_imp_parc.Size = new System.Drawing.Size(216, 34);
  255. this.mnu_vehi_imp_parc.Text = "Parc Auto";
  256. this.mnu_vehi_imp_parc.Click += new System.EventHandler(this.mnu_vehi_imp_parc_Click);
  257. //
  258. // mnu_vehi_imp_tdf
  259. //
  260. this.mnu_vehi_imp_tdf.Name = "mnu_vehi_imp_tdf";
  261. this.mnu_vehi_imp_tdf.Size = new System.Drawing.Size(216, 34);
  262. this.mnu_vehi_imp_tdf.Text = "TDF";
  263. this.mnu_vehi_imp_tdf.Click += new System.EventHandler(this.mnu_vehi_imp_tdf_Click);
  264. //
  265. // parisNice17ToolStripMenuItem
  266. //
  267. this.parisNice17ToolStripMenuItem.Name = "parisNice17ToolStripMenuItem";
  268. this.parisNice17ToolStripMenuItem.Size = new System.Drawing.Size(216, 34);
  269. this.parisNice17ToolStripMenuItem.Text = "Paris-Nice 17";
  270. this.parisNice17ToolStripMenuItem.Click += new System.EventHandler(this.parisNice17ToolStripMenuItem_Click);
  271. //
  272. // mnu_sta
  273. //
  274. this.mnu_sta.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  275. this.mnu_sta.Image = ((System.Drawing.Image)(resources.GetObject("mnu_sta.Image")));
  276. this.mnu_sta.ImageTransparentColor = System.Drawing.Color.Magenta;
  277. this.mnu_sta.Name = "mnu_sta";
  278. this.mnu_sta.Size = new System.Drawing.Size(79, 29);
  279. this.mnu_sta.Text = "Stations";
  280. this.mnu_sta.Click += new System.EventHandler(this.mnu_sta_Click);
  281. //
  282. // mnu_sep1
  283. //
  284. this.mnu_sep1.Name = "mnu_sep1";
  285. this.mnu_sep1.Size = new System.Drawing.Size(6, 34);
  286. //
  287. // mnu_saisie
  288. //
  289. this.mnu_saisie.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  290. this.mnu_saisie.Image = ((System.Drawing.Image)(resources.GetObject("mnu_saisie.Image")));
  291. this.mnu_saisie.ImageTransparentColor = System.Drawing.Color.Magenta;
  292. this.mnu_saisie.Name = "mnu_saisie";
  293. this.mnu_saisie.Size = new System.Drawing.Size(60, 29);
  294. this.mnu_saisie.Text = "Saisie";
  295. this.mnu_saisie.Click += new System.EventHandler(this.mnu_saisie_Click);
  296. //
  297. // mnu_gest
  298. //
  299. this.mnu_gest.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  300. this.mnu_gest.Image = ((System.Drawing.Image)(resources.GetObject("mnu_gest.Image")));
  301. this.mnu_gest.ImageTransparentColor = System.Drawing.Color.Magenta;
  302. this.mnu_gest.Name = "mnu_gest";
  303. this.mnu_gest.Size = new System.Drawing.Size(76, 29);
  304. this.mnu_gest.Text = "Gestion";
  305. this.mnu_gest.Click += new System.EventHandler(this.mnu_gest_Click);
  306. //
  307. // mnu_param
  308. //
  309. this.mnu_param.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  310. this.mnu_param.Image = ((System.Drawing.Image)(resources.GetObject("mnu_param.Image")));
  311. this.mnu_param.ImageTransparentColor = System.Drawing.Color.Magenta;
  312. this.mnu_param.Name = "mnu_param";
  313. this.mnu_param.Size = new System.Drawing.Size(103, 29);
  314. this.mnu_param.Text = "Paramètres";
  315. this.mnu_param.Click += new System.EventHandler(this.mnu_param_Click);
  316. //
  317. // mnu_verif
  318. //
  319. this.mnu_verif.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  320. this.mnu_verif.ImageTransparentColor = System.Drawing.Color.Magenta;
  321. this.mnu_verif.Name = "mnu_verif";
  322. this.mnu_verif.Size = new System.Drawing.Size(87, 29);
  323. this.mnu_verif.Text = "Vérif TVA";
  324. this.mnu_verif.Visible = false;
  325. this.mnu_verif.Click += new System.EventHandler(this.mnu_verif_Click);
  326. //
  327. // mnu_about
  328. //
  329. this.mnu_about.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  330. this.mnu_about.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  331. this.mnu_about.Image = ((System.Drawing.Image)(resources.GetObject("mnu_about.Image")));
  332. this.mnu_about.ImageTransparentColor = System.Drawing.Color.Magenta;
  333. this.mnu_about.Name = "mnu_about";
  334. this.mnu_about.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  335. this.mnu_about.Size = new System.Drawing.Size(90, 29);
  336. this.mnu_about.Text = "A Propos";
  337. this.mnu_about.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  338. this.mnu_about.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
  339. this.mnu_about.Click += new System.EventHandler(this.mnu_about_Click);
  340. //
  341. // splitContainer1
  342. //
  343. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  344. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  345. this.splitContainer1.Margin = new System.Windows.Forms.Padding(45, 46, 45, 46);
  346. this.splitContainer1.Name = "splitContainer1";
  347. //
  348. // splitContainer1.Panel1
  349. //
  350. this.splitContainer1.Panel1.Controls.Add(this.splitContainer3);
  351. //
  352. // splitContainer1.Panel2
  353. //
  354. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  355. this.splitContainer1.Size = new System.Drawing.Size(1148, 510);
  356. this.splitContainer1.SplitterDistance = 378;
  357. this.splitContainer1.SplitterWidth = 6;
  358. this.splitContainer1.TabIndex = 10;
  359. //
  360. // splitContainer3
  361. //
  362. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  363. this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  364. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  365. this.splitContainer3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  366. this.splitContainer3.Name = "splitContainer3";
  367. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  368. //
  369. // splitContainer3.Panel1
  370. //
  371. this.splitContainer3.Panel1.Controls.Add(this.dg_epr);
  372. //
  373. // splitContainer3.Panel2
  374. //
  375. this.splitContainer3.Panel2.Controls.Add(this.bt_doAll);
  376. this.splitContainer3.Panel2.Controls.Add(this.bt_do);
  377. this.splitContainer3.Panel2.Controls.Add(this.bt_retry);
  378. this.splitContainer3.Panel2.Controls.Add(this.bt_test);
  379. this.splitContainer3.Panel2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.splitContainer3_Panel2_MouseDoubleClick);
  380. this.splitContainer3.Size = new System.Drawing.Size(378, 510);
  381. this.splitContainer3.SplitterDistance = 454;
  382. this.splitContainer3.SplitterWidth = 6;
  383. this.splitContainer3.TabIndex = 1;
  384. //
  385. // dg_epr
  386. //
  387. this.dg_epr.AllowUserToAddRows = false;
  388. this.dg_epr.AllowUserToDeleteRows = false;
  389. this.dg_epr.AutoGenerateColumns = false;
  390. this.dg_epr.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  391. this.dg_epr.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  392. this.nomeprDataGridViewTextBoxColumn,
  393. this.key_epr,
  394. this.abrev_epr});
  395. this.dg_epr.DataSource = this.tbepreuveBindingSource;
  396. this.dg_epr.Dock = System.Windows.Forms.DockStyle.Fill;
  397. this.dg_epr.Location = new System.Drawing.Point(0, 0);
  398. this.dg_epr.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  399. this.dg_epr.Name = "dg_epr";
  400. this.dg_epr.ReadOnly = true;
  401. this.dg_epr.RowHeadersWidth = 62;
  402. this.dg_epr.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  403. this.dg_epr.Size = new System.Drawing.Size(378, 454);
  404. this.dg_epr.TabIndex = 6;
  405. this.dg_epr.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dg_epr_CellMouseDoubleClick);
  406. //
  407. // nomeprDataGridViewTextBoxColumn
  408. //
  409. this.nomeprDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  410. this.nomeprDataGridViewTextBoxColumn.DataPropertyName = "nom_epr";
  411. this.nomeprDataGridViewTextBoxColumn.HeaderText = "Epreuve";
  412. this.nomeprDataGridViewTextBoxColumn.MinimumWidth = 8;
  413. this.nomeprDataGridViewTextBoxColumn.Name = "nomeprDataGridViewTextBoxColumn";
  414. this.nomeprDataGridViewTextBoxColumn.ReadOnly = true;
  415. //
  416. // key_epr
  417. //
  418. this.key_epr.DataPropertyName = "key_epr";
  419. this.key_epr.HeaderText = "key_epr";
  420. this.key_epr.MinimumWidth = 8;
  421. this.key_epr.Name = "key_epr";
  422. this.key_epr.ReadOnly = true;
  423. this.key_epr.Visible = false;
  424. this.key_epr.Width = 150;
  425. //
  426. // abrev_epr
  427. //
  428. this.abrev_epr.DataPropertyName = "abrev_epr";
  429. this.abrev_epr.HeaderText = "abrev_epr";
  430. this.abrev_epr.MinimumWidth = 8;
  431. this.abrev_epr.Name = "abrev_epr";
  432. this.abrev_epr.ReadOnly = true;
  433. this.abrev_epr.Visible = false;
  434. this.abrev_epr.Width = 150;
  435. //
  436. // bt_doAll
  437. //
  438. this.bt_doAll.Dock = System.Windows.Forms.DockStyle.Left;
  439. this.bt_doAll.Location = new System.Drawing.Point(225, 0);
  440. this.bt_doAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  441. this.bt_doAll.Name = "bt_doAll";
  442. this.bt_doAll.Size = new System.Drawing.Size(75, 50);
  443. this.bt_doAll.TabIndex = 4;
  444. this.bt_doAll.Text = "ALL";
  445. this.bt_doAll.UseVisualStyleBackColor = true;
  446. this.bt_doAll.Visible = false;
  447. this.bt_doAll.Click += new System.EventHandler(this.bt_doAll_Click);
  448. //
  449. // bt_do
  450. //
  451. this.bt_do.Dock = System.Windows.Forms.DockStyle.Left;
  452. this.bt_do.Location = new System.Drawing.Point(150, 0);
  453. this.bt_do.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  454. this.bt_do.Name = "bt_do";
  455. this.bt_do.Size = new System.Drawing.Size(75, 50);
  456. this.bt_do.TabIndex = 3;
  457. this.bt_do.Text = "Do";
  458. this.bt_do.UseVisualStyleBackColor = true;
  459. this.bt_do.Visible = false;
  460. this.bt_do.Click += new System.EventHandler(this.bt_do_Click);
  461. //
  462. // bt_retry
  463. //
  464. this.bt_retry.Dock = System.Windows.Forms.DockStyle.Left;
  465. this.bt_retry.Location = new System.Drawing.Point(75, 0);
  466. this.bt_retry.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  467. this.bt_retry.Name = "bt_retry";
  468. this.bt_retry.Size = new System.Drawing.Size(75, 50);
  469. this.bt_retry.TabIndex = 1;
  470. this.bt_retry.Text = "ReTry SigR";
  471. this.bt_retry.UseVisualStyleBackColor = true;
  472. this.bt_retry.Visible = false;
  473. this.bt_retry.Click += new System.EventHandler(this.button2_Click);
  474. //
  475. // bt_test
  476. //
  477. this.bt_test.Dock = System.Windows.Forms.DockStyle.Left;
  478. this.bt_test.Location = new System.Drawing.Point(0, 0);
  479. this.bt_test.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  480. this.bt_test.Name = "bt_test";
  481. this.bt_test.Size = new System.Drawing.Size(75, 50);
  482. this.bt_test.TabIndex = 0;
  483. this.bt_test.Text = "Msg test";
  484. this.bt_test.UseVisualStyleBackColor = true;
  485. this.bt_test.Visible = false;
  486. this.bt_test.Click += new System.EventHandler(this.button1_Click);
  487. //
  488. // splitContainer2
  489. //
  490. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  491. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  492. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  493. this.splitContainer2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  494. this.splitContainer2.Name = "splitContainer2";
  495. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  496. //
  497. // splitContainer2.Panel1
  498. //
  499. this.splitContainer2.Panel1.Controls.Add(this.dg_sta);
  500. //
  501. // splitContainer2.Panel2
  502. //
  503. this.splitContainer2.Panel2.Controls.Add(this.button1);
  504. this.splitContainer2.Panel2.Controls.Add(this.text_file);
  505. this.splitContainer2.Panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer2_Panel2_Paint);
  506. this.splitContainer2.Size = new System.Drawing.Size(764, 510);
  507. this.splitContainer2.SplitterDistance = 454;
  508. this.splitContainer2.SplitterWidth = 6;
  509. this.splitContainer2.TabIndex = 0;
  510. //
  511. // dg_sta
  512. //
  513. this.dg_sta.AllowUserToAddRows = false;
  514. this.dg_sta.AllowUserToDeleteRows = false;
  515. this.dg_sta.AutoGenerateColumns = false;
  516. this.dg_sta.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  517. this.dg_sta.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  518. this.keystaDataGridViewTextBoxColumn,
  519. this.etpstaDataGridViewTextBoxColumn,
  520. this.datestaDataGridViewTextBoxColumn,
  521. this.nomstaDataGridViewTextBoxColumn});
  522. this.dg_sta.DataSource = this.tbstationBindingSource;
  523. this.dg_sta.Dock = System.Windows.Forms.DockStyle.Fill;
  524. this.dg_sta.Location = new System.Drawing.Point(0, 0);
  525. this.dg_sta.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  526. this.dg_sta.Name = "dg_sta";
  527. this.dg_sta.ReadOnly = true;
  528. this.dg_sta.RowHeadersWidth = 62;
  529. this.dg_sta.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  530. this.dg_sta.Size = new System.Drawing.Size(764, 454);
  531. this.dg_sta.TabIndex = 7;
  532. this.dg_sta.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dg_sta_CellMouseDoubleClick);
  533. //
  534. // keystaDataGridViewTextBoxColumn
  535. //
  536. this.keystaDataGridViewTextBoxColumn.DataPropertyName = "key_sta";
  537. this.keystaDataGridViewTextBoxColumn.HeaderText = "key_sta";
  538. this.keystaDataGridViewTextBoxColumn.MinimumWidth = 8;
  539. this.keystaDataGridViewTextBoxColumn.Name = "keystaDataGridViewTextBoxColumn";
  540. this.keystaDataGridViewTextBoxColumn.ReadOnly = true;
  541. this.keystaDataGridViewTextBoxColumn.Visible = false;
  542. this.keystaDataGridViewTextBoxColumn.Width = 150;
  543. //
  544. // etpstaDataGridViewTextBoxColumn
  545. //
  546. this.etpstaDataGridViewTextBoxColumn.DataPropertyName = "etp_sta";
  547. this.etpstaDataGridViewTextBoxColumn.HeaderText = "Etp";
  548. this.etpstaDataGridViewTextBoxColumn.MinimumWidth = 8;
  549. this.etpstaDataGridViewTextBoxColumn.Name = "etpstaDataGridViewTextBoxColumn";
  550. this.etpstaDataGridViewTextBoxColumn.ReadOnly = true;
  551. this.etpstaDataGridViewTextBoxColumn.Width = 50;
  552. //
  553. // datestaDataGridViewTextBoxColumn
  554. //
  555. this.datestaDataGridViewTextBoxColumn.DataPropertyName = "date_sta";
  556. dataGridViewCellStyle5.Format = "M";
  557. dataGridViewCellStyle5.NullValue = null;
  558. this.datestaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle5;
  559. this.datestaDataGridViewTextBoxColumn.HeaderText = "Date";
  560. this.datestaDataGridViewTextBoxColumn.MinimumWidth = 8;
  561. this.datestaDataGridViewTextBoxColumn.Name = "datestaDataGridViewTextBoxColumn";
  562. this.datestaDataGridViewTextBoxColumn.ReadOnly = true;
  563. this.datestaDataGridViewTextBoxColumn.Width = 150;
  564. //
  565. // nomstaDataGridViewTextBoxColumn
  566. //
  567. this.nomstaDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  568. this.nomstaDataGridViewTextBoxColumn.DataPropertyName = "nom_sta";
  569. this.nomstaDataGridViewTextBoxColumn.HeaderText = "Station";
  570. this.nomstaDataGridViewTextBoxColumn.MinimumWidth = 8;
  571. this.nomstaDataGridViewTextBoxColumn.Name = "nomstaDataGridViewTextBoxColumn";
  572. this.nomstaDataGridViewTextBoxColumn.ReadOnly = true;
  573. //
  574. // text_file
  575. //
  576. this.text_file.Location = new System.Drawing.Point(173, 5);
  577. this.text_file.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  578. this.text_file.Name = "text_file";
  579. this.text_file.Size = new System.Drawing.Size(559, 26);
  580. this.text_file.TabIndex = 3;
  581. this.text_file.Visible = false;
  582. //
  583. // timerSigR
  584. //
  585. this.timerSigR.Enabled = true;
  586. this.timerSigR.Interval = 5000;
  587. this.timerSigR.Tick += new System.EventHandler(this.timerSigR_Tick);
  588. //
  589. // button1
  590. //
  591. this.button1.Location = new System.Drawing.Point(20, 0);
  592. this.button1.Name = "button1";
  593. this.button1.Size = new System.Drawing.Size(146, 50);
  594. this.button1.TabIndex = 4;
  595. this.button1.Text = "Facture";
  596. this.button1.UseVisualStyleBackColor = true;
  597. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  598. //
  599. // Main
  600. //
  601. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  602. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  603. this.ClientSize = new System.Drawing.Size(1148, 578);
  604. this.Controls.Add(this.mainContainer);
  605. this.Controls.Add(this.statusBar);
  606. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  607. this.IsMdiContainer = true;
  608. this.Name = "Main";
  609. this.Tag = "vide";
  610. this.Text = "Aucune opération sélectionnée";
  611. this.Activated += new System.EventHandler(this.Main_Activated);
  612. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
  613. this.Load += new System.EventHandler(this.Main_Load);
  614. this.statusBar.ResumeLayout(false);
  615. this.statusBar.PerformLayout();
  616. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  617. ((System.ComponentModel.ISupportInitialize)(this.tbepreuveBindingSource)).EndInit();
  618. ((System.ComponentModel.ISupportInitialize)(this.vehiculeBindingSource)).EndInit();
  619. ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).EndInit();
  620. this.mainContainer.Panel1.ResumeLayout(false);
  621. this.mainContainer.Panel1.PerformLayout();
  622. this.mainContainer.Panel2.ResumeLayout(false);
  623. ((System.ComponentModel.ISupportInitialize)(this.mainContainer)).EndInit();
  624. this.mainContainer.ResumeLayout(false);
  625. this.main_mnu.ResumeLayout(false);
  626. this.main_mnu.PerformLayout();
  627. this.splitContainer1.Panel1.ResumeLayout(false);
  628. this.splitContainer1.Panel2.ResumeLayout(false);
  629. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  630. this.splitContainer1.ResumeLayout(false);
  631. this.splitContainer3.Panel1.ResumeLayout(false);
  632. this.splitContainer3.Panel2.ResumeLayout(false);
  633. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  634. this.splitContainer3.ResumeLayout(false);
  635. ((System.ComponentModel.ISupportInitialize)(this.dg_epr)).EndInit();
  636. this.splitContainer2.Panel1.ResumeLayout(false);
  637. this.splitContainer2.Panel2.ResumeLayout(false);
  638. this.splitContainer2.Panel2.PerformLayout();
  639. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  640. this.splitContainer2.ResumeLayout(false);
  641. ((System.ComponentModel.ISupportInitialize)(this.dg_sta)).EndInit();
  642. this.ResumeLayout(false);
  643. this.PerformLayout();
  644. }
  645. #endregion
  646. private System.Windows.Forms.StatusStrip statusBar;
  647. private System.Windows.Forms.BindingSource vehiculeBindingSource;
  648. private System.Windows.Forms.BindingSource tbepreuveBindingSource;
  649. private DataSet1 dataSet1;
  650. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  651. private System.Windows.Forms.BindingSource tbstationBindingSource;
  652. private System.Windows.Forms.SplitContainer mainContainer;
  653. private System.Windows.Forms.DataGridViewTextBoxColumn nomstaDataGridViewTextBoxColumn;
  654. private System.Windows.Forms.DataGridViewTextBoxColumn datestaDataGridViewTextBoxColumn;
  655. private System.Windows.Forms.DataGridViewTextBoxColumn etpstaDataGridViewTextBoxColumn;
  656. private System.Windows.Forms.DataGridViewTextBoxColumn keystaDataGridViewTextBoxColumn;
  657. private System.Windows.Forms.DataGridView dg_sta;
  658. private System.Windows.Forms.SplitContainer splitContainer2;
  659. private System.Windows.Forms.DataGridViewTextBoxColumn abrev_epr;
  660. private System.Windows.Forms.DataGridViewTextBoxColumn key_epr;
  661. private System.Windows.Forms.DataGridViewTextBoxColumn nomeprDataGridViewTextBoxColumn;
  662. private System.Windows.Forms.DataGridView dg_epr;
  663. private System.Windows.Forms.SplitContainer splitContainer3;
  664. private System.Windows.Forms.SplitContainer splitContainer1;
  665. private System.Windows.Forms.ToolStripButton mnu_about;
  666. private System.Windows.Forms.ToolStripButton mnu_param;
  667. private System.Windows.Forms.ToolStripButton mnu_gest;
  668. private System.Windows.Forms.ToolStripButton mnu_saisie;
  669. private System.Windows.Forms.ToolStripSeparator mnu_sep1;
  670. private System.Windows.Forms.ToolStripButton mnu_sta;
  671. private System.Windows.Forms.ToolStripMenuItem mnu_vehi_imp_tdf;
  672. private System.Windows.Forms.ToolStripMenuItem mnu_vehi_imp_parc;
  673. private System.Windows.Forms.ToolStripMenuItem mnu_vehi_imp;
  674. private System.Windows.Forms.ToolStripSeparator mnu_vehi_sep;
  675. private System.Windows.Forms.ToolStripMenuItem mnh_vehi_acc;
  676. private System.Windows.Forms.ToolStripDropDownButton mnu_vehi_dow;
  677. private System.Windows.Forms.ToolStripButton mnu_ope;
  678. private System.Windows.Forms.ToolStrip main_mnu;
  679. private System.Windows.Forms.ToolStripStatusLabel eprstat;
  680. private System.Windows.Forms.ToolStripStatusLabel stastat;
  681. private System.Windows.Forms.ToolStripStatusLabel tslbl1;
  682. private System.Windows.Forms.Button bt_test;
  683. private System.Windows.Forms.Button bt_retry;
  684. private System.Windows.Forms.Timer timerSigR;
  685. private System.Windows.Forms.Button bt_do;
  686. private System.Windows.Forms.Button bt_doAll;
  687. private System.Windows.Forms.TextBox text_file;
  688. private System.Windows.Forms.ToolStripButton mnu_verif;
  689. private System.Windows.Forms.ToolStripMenuItem parisNice17ToolStripMenuItem;
  690. private System.Windows.Forms.Button button1;
  691. }
  692. }