Main.Designer.cs 36 KB

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