Main.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  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 dataGridViewCellStyle1 = 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.bt_fact = new System.Windows.Forms.Button();
  75. this.timerSigR = new System.Windows.Forms.Timer(this.components);
  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(1147, 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. this.tbepreuveBindingSource.CurrentChanged += new System.EventHandler(this.tbepreuveBindingSource_CurrentChanged);
  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(1147, 556);
  181. this.mainContainer.SplitterDistance = 41;
  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.main_mnu.Location = new System.Drawing.Point(0, 0);
  199. this.main_mnu.Name = "main_mnu";
  200. this.main_mnu.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
  201. this.main_mnu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
  202. this.main_mnu.Size = new System.Drawing.Size(1147, 34);
  203. this.main_mnu.TabIndex = 12;
  204. this.main_mnu.Text = "Menu";
  205. //
  206. // mnu_ope
  207. //
  208. this.mnu_ope.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  209. this.mnu_ope.Image = ((System.Drawing.Image)(resources.GetObject("mnu_ope.Image")));
  210. this.mnu_ope.ImageTransparentColor = System.Drawing.Color.Magenta;
  211. this.mnu_ope.Name = "mnu_ope";
  212. this.mnu_ope.Size = new System.Drawing.Size(96, 29);
  213. this.mnu_ope.Text = "&Opération";
  214. this.mnu_ope.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  215. this.mnu_ope.Click += new System.EventHandler(this.mnu_ope_Click);
  216. //
  217. // mnu_vehi_dow
  218. //
  219. this.mnu_vehi_dow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  220. this.mnu_vehi_dow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  221. this.mnh_vehi_acc,
  222. this.mnu_vehi_sep,
  223. this.mnu_vehi_imp});
  224. this.mnu_vehi_dow.Image = ((System.Drawing.Image)(resources.GetObject("mnu_vehi_dow.Image")));
  225. this.mnu_vehi_dow.ImageTransparentColor = System.Drawing.Color.Magenta;
  226. this.mnu_vehi_dow.Name = "mnu_vehi_dow";
  227. this.mnu_vehi_dow.Size = new System.Drawing.Size(102, 29);
  228. this.mnu_vehi_dow.Text = "&Véhicules";
  229. //
  230. // mnh_vehi_acc
  231. //
  232. this.mnh_vehi_acc.Name = "mnh_vehi_acc";
  233. this.mnh_vehi_acc.Size = new System.Drawing.Size(184, 34);
  234. this.mnh_vehi_acc.Text = "Accéder";
  235. this.mnh_vehi_acc.Click += new System.EventHandler(this.mnh_vehi_acc_Click);
  236. //
  237. // mnu_vehi_sep
  238. //
  239. this.mnu_vehi_sep.Name = "mnu_vehi_sep";
  240. this.mnu_vehi_sep.Size = new System.Drawing.Size(181, 6);
  241. //
  242. // mnu_vehi_imp
  243. //
  244. this.mnu_vehi_imp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  245. this.mnu_vehi_imp_parc,
  246. this.mnu_vehi_imp_tdf,
  247. this.parisNice17ToolStripMenuItem});
  248. this.mnu_vehi_imp.Name = "mnu_vehi_imp";
  249. this.mnu_vehi_imp.Size = new System.Drawing.Size(184, 34);
  250. this.mnu_vehi_imp.Text = "Importer";
  251. //
  252. // mnu_vehi_imp_parc
  253. //
  254. this.mnu_vehi_imp_parc.Name = "mnu_vehi_imp_parc";
  255. this.mnu_vehi_imp_parc.Size = new System.Drawing.Size(216, 34);
  256. this.mnu_vehi_imp_parc.Text = "Parc Auto";
  257. this.mnu_vehi_imp_parc.Click += new System.EventHandler(this.mnu_vehi_imp_parc_Click);
  258. //
  259. // mnu_vehi_imp_tdf
  260. //
  261. this.mnu_vehi_imp_tdf.Name = "mnu_vehi_imp_tdf";
  262. this.mnu_vehi_imp_tdf.Size = new System.Drawing.Size(216, 34);
  263. this.mnu_vehi_imp_tdf.Text = "TDF";
  264. this.mnu_vehi_imp_tdf.Click += new System.EventHandler(this.mnu_vehi_imp_tdf_Click);
  265. //
  266. // parisNice17ToolStripMenuItem
  267. //
  268. this.parisNice17ToolStripMenuItem.Name = "parisNice17ToolStripMenuItem";
  269. this.parisNice17ToolStripMenuItem.Size = new System.Drawing.Size(216, 34);
  270. this.parisNice17ToolStripMenuItem.Text = "Paris-Nice 17";
  271. this.parisNice17ToolStripMenuItem.Click += new System.EventHandler(this.parisNice17ToolStripMenuItem_Click);
  272. //
  273. // mnu_sta
  274. //
  275. this.mnu_sta.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  276. this.mnu_sta.Image = ((System.Drawing.Image)(resources.GetObject("mnu_sta.Image")));
  277. this.mnu_sta.ImageTransparentColor = System.Drawing.Color.Magenta;
  278. this.mnu_sta.Name = "mnu_sta";
  279. this.mnu_sta.Size = new System.Drawing.Size(79, 29);
  280. this.mnu_sta.Text = "Stations";
  281. this.mnu_sta.Click += new System.EventHandler(this.mnu_sta_Click);
  282. //
  283. // mnu_sep1
  284. //
  285. this.mnu_sep1.Name = "mnu_sep1";
  286. this.mnu_sep1.Size = new System.Drawing.Size(6, 34);
  287. //
  288. // mnu_saisie
  289. //
  290. this.mnu_saisie.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  291. this.mnu_saisie.Image = ((System.Drawing.Image)(resources.GetObject("mnu_saisie.Image")));
  292. this.mnu_saisie.ImageTransparentColor = System.Drawing.Color.Magenta;
  293. this.mnu_saisie.Name = "mnu_saisie";
  294. this.mnu_saisie.Size = new System.Drawing.Size(60, 29);
  295. this.mnu_saisie.Text = "Saisie";
  296. this.mnu_saisie.Click += new System.EventHandler(this.mnu_saisie_Click);
  297. //
  298. // mnu_gest
  299. //
  300. this.mnu_gest.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  301. this.mnu_gest.Image = ((System.Drawing.Image)(resources.GetObject("mnu_gest.Image")));
  302. this.mnu_gest.ImageTransparentColor = System.Drawing.Color.Magenta;
  303. this.mnu_gest.Name = "mnu_gest";
  304. this.mnu_gest.Size = new System.Drawing.Size(76, 29);
  305. this.mnu_gest.Text = "Gestion";
  306. this.mnu_gest.Click += new System.EventHandler(this.mnu_gest_Click);
  307. //
  308. // mnu_param
  309. //
  310. this.mnu_param.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  311. this.mnu_param.Image = ((System.Drawing.Image)(resources.GetObject("mnu_param.Image")));
  312. this.mnu_param.ImageTransparentColor = System.Drawing.Color.Magenta;
  313. this.mnu_param.Name = "mnu_param";
  314. this.mnu_param.Size = new System.Drawing.Size(103, 29);
  315. this.mnu_param.Text = "Paramètres";
  316. this.mnu_param.Click += new System.EventHandler(this.mnu_param_Click);
  317. //
  318. // mnu_verif
  319. //
  320. this.mnu_verif.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  321. this.mnu_verif.ImageTransparentColor = System.Drawing.Color.Magenta;
  322. this.mnu_verif.Name = "mnu_verif";
  323. this.mnu_verif.Size = new System.Drawing.Size(87, 29);
  324. this.mnu_verif.Text = "Vérif TVA";
  325. this.mnu_verif.Visible = false;
  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(90, 29);
  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(1147, 509);
  357. this.splitContainer1.SplitterDistance = 379;
  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(379, 509);
  382. this.splitContainer3.SplitterDistance = 455;
  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(379, 455);
  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, 48);
  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, 48);
  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, 48);
  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, 48);
  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.text_file);
  505. this.splitContainer2.Panel2.Controls.Add(this.bt_fact);
  506. this.splitContainer2.Size = new System.Drawing.Size(762, 509);
  507. this.splitContainer2.SplitterDistance = 455;
  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(762, 455);
  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. dataGridViewCellStyle1.Format = "M";
  557. dataGridViewCellStyle1.NullValue = null;
  558. this.datestaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
  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(4, 17);
  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. // bt_fact
  584. //
  585. this.bt_fact.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  586. this.bt_fact.Location = new System.Drawing.Point(629, 15);
  587. this.bt_fact.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  588. this.bt_fact.Name = "bt_fact";
  589. this.bt_fact.Size = new System.Drawing.Size(112, 35);
  590. this.bt_fact.TabIndex = 0;
  591. this.bt_fact.Text = "Facture";
  592. this.bt_fact.UseVisualStyleBackColor = true;
  593. this.bt_fact.Click += new System.EventHandler(this.bt_fact_Click);
  594. //
  595. // timerSigR
  596. //
  597. this.timerSigR.Enabled = true;
  598. this.timerSigR.Interval = 5000;
  599. this.timerSigR.Tick += new System.EventHandler(this.timerSigR_Tick);
  600. //
  601. // Main
  602. //
  603. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  604. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  605. this.ClientSize = new System.Drawing.Size(1147, 578);
  606. this.Controls.Add(this.mainContainer);
  607. this.Controls.Add(this.statusBar);
  608. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  609. this.IsMdiContainer = true;
  610. this.Name = "Main";
  611. this.Tag = "vide";
  612. this.Text = "Aucune opération sélectionnée";
  613. this.Activated += new System.EventHandler(this.Main_Activated);
  614. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
  615. this.Load += new System.EventHandler(this.Main_Load);
  616. this.statusBar.ResumeLayout(false);
  617. this.statusBar.PerformLayout();
  618. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  619. ((System.ComponentModel.ISupportInitialize)(this.tbepreuveBindingSource)).EndInit();
  620. ((System.ComponentModel.ISupportInitialize)(this.vehiculeBindingSource)).EndInit();
  621. ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).EndInit();
  622. this.mainContainer.Panel1.ResumeLayout(false);
  623. this.mainContainer.Panel1.PerformLayout();
  624. this.mainContainer.Panel2.ResumeLayout(false);
  625. ((System.ComponentModel.ISupportInitialize)(this.mainContainer)).EndInit();
  626. this.mainContainer.ResumeLayout(false);
  627. this.main_mnu.ResumeLayout(false);
  628. this.main_mnu.PerformLayout();
  629. this.splitContainer1.Panel1.ResumeLayout(false);
  630. this.splitContainer1.Panel2.ResumeLayout(false);
  631. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  632. this.splitContainer1.ResumeLayout(false);
  633. this.splitContainer3.Panel1.ResumeLayout(false);
  634. this.splitContainer3.Panel2.ResumeLayout(false);
  635. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  636. this.splitContainer3.ResumeLayout(false);
  637. ((System.ComponentModel.ISupportInitialize)(this.dg_epr)).EndInit();
  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_sta)).EndInit();
  644. this.ResumeLayout(false);
  645. this.PerformLayout();
  646. }
  647. #endregion
  648. private System.Windows.Forms.StatusStrip statusBar;
  649. private System.Windows.Forms.BindingSource vehiculeBindingSource;
  650. private System.Windows.Forms.BindingSource tbepreuveBindingSource;
  651. private DataSet1 dataSet1;
  652. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  653. private System.Windows.Forms.BindingSource tbstationBindingSource;
  654. private System.Windows.Forms.SplitContainer mainContainer;
  655. private System.Windows.Forms.Button bt_fact;
  656. private System.Windows.Forms.DataGridViewTextBoxColumn nomstaDataGridViewTextBoxColumn;
  657. private System.Windows.Forms.DataGridViewTextBoxColumn datestaDataGridViewTextBoxColumn;
  658. private System.Windows.Forms.DataGridViewTextBoxColumn etpstaDataGridViewTextBoxColumn;
  659. private System.Windows.Forms.DataGridViewTextBoxColumn keystaDataGridViewTextBoxColumn;
  660. private System.Windows.Forms.DataGridView dg_sta;
  661. private System.Windows.Forms.SplitContainer splitContainer2;
  662. private System.Windows.Forms.DataGridViewTextBoxColumn abrev_epr;
  663. private System.Windows.Forms.DataGridViewTextBoxColumn key_epr;
  664. private System.Windows.Forms.DataGridViewTextBoxColumn nomeprDataGridViewTextBoxColumn;
  665. private System.Windows.Forms.DataGridView dg_epr;
  666. private System.Windows.Forms.SplitContainer splitContainer3;
  667. private System.Windows.Forms.SplitContainer splitContainer1;
  668. private System.Windows.Forms.ToolStripButton mnu_about;
  669. private System.Windows.Forms.ToolStripButton mnu_param;
  670. private System.Windows.Forms.ToolStripButton mnu_gest;
  671. private System.Windows.Forms.ToolStripButton mnu_saisie;
  672. private System.Windows.Forms.ToolStripSeparator mnu_sep1;
  673. private System.Windows.Forms.ToolStripButton mnu_sta;
  674. private System.Windows.Forms.ToolStripMenuItem mnu_vehi_imp_tdf;
  675. private System.Windows.Forms.ToolStripMenuItem mnu_vehi_imp_parc;
  676. private System.Windows.Forms.ToolStripMenuItem mnu_vehi_imp;
  677. private System.Windows.Forms.ToolStripSeparator mnu_vehi_sep;
  678. private System.Windows.Forms.ToolStripMenuItem mnh_vehi_acc;
  679. private System.Windows.Forms.ToolStripDropDownButton mnu_vehi_dow;
  680. private System.Windows.Forms.ToolStripButton mnu_ope;
  681. private System.Windows.Forms.ToolStrip main_mnu;
  682. private System.Windows.Forms.ToolStripStatusLabel eprstat;
  683. private System.Windows.Forms.ToolStripStatusLabel stastat;
  684. private System.Windows.Forms.ToolStripStatusLabel tslbl1;
  685. private System.Windows.Forms.Button bt_test;
  686. private System.Windows.Forms.Button bt_retry;
  687. private System.Windows.Forms.Timer timerSigR;
  688. private System.Windows.Forms.Button bt_do;
  689. private System.Windows.Forms.Button bt_doAll;
  690. private System.Windows.Forms.TextBox text_file;
  691. private System.Windows.Forms.ToolStripButton mnu_verif;
  692. private System.Windows.Forms.ToolStripMenuItem parisNice17ToolStripMenuItem;
  693. }
  694. }