Main.Designer.cs 38 KB

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