Main.Designer.cs 37 KB

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