f_about.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730
  1. namespace Fuel01
  2. {
  3. partial class f_about
  4. {
  5. /// <summary>
  6. /// Variable nécessaire au concepteur.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Nettoyage des ressources utilisées.
  11. /// </summary>
  12. protected override void Dispose(bool disposing)
  13. {
  14. if (disposing && (components != null))
  15. {
  16. components.Dispose();
  17. }
  18. base.Dispose(disposing);
  19. }
  20. #region Code généré par le Concepteur Windows Form
  21. /// <summary>
  22. /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
  23. /// le contenu de cette méthode avec l'éditeur de code.
  24. /// </summary>
  25. private void InitializeComponent()
  26. {
  27. this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  28. this.bt_clean = new System.Windows.Forms.Button();
  29. this.lblClean = new System.Windows.Forms.Label();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.labelProductName = new System.Windows.Forms.Label();
  32. this.labelVersion = new System.Windows.Forms.Label();
  33. this.labelCopyright = new System.Windows.Forms.Label();
  34. this.labelCompanyName = new System.Windows.Forms.Label();
  35. this.textBoxDescription = new System.Windows.Forms.TextBox();
  36. this.logoPictureBox = new System.Windows.Forms.PictureBox();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.lbl_Send = new System.Windows.Forms.Label();
  39. this.button1 = new System.Windows.Forms.Button();
  40. this.bt_send = new System.Windows.Forms.Button();
  41. this.bt_maj = new System.Windows.Forms.Button();
  42. this.okButton = new System.Windows.Forms.Button();
  43. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  44. this.fold = new System.Windows.Forms.FolderBrowserDialog();
  45. this.opfile = new System.Windows.Forms.OpenFileDialog();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.tabControl1 = new System.Windows.Forms.TabControl();
  48. this.tabAbout = new System.Windows.Forms.TabPage();
  49. this.tabParam = new System.Windows.Forms.TabPage();
  50. this.checkBoxAPI = new System.Windows.Forms.CheckBox();
  51. this.bt_chekAPI = new System.Windows.Forms.Button();
  52. this.label6 = new System.Windows.Forms.Label();
  53. this.textCopieAPI = new System.Windows.Forms.TextBox();
  54. this.bt_fold = new System.Windows.Forms.Button();
  55. this.label5 = new System.Windows.Forms.Label();
  56. this.textCopieLocal = new System.Windows.Forms.TextBox();
  57. this.bt_sav = new System.Windows.Forms.Button();
  58. this.checkAll = new System.Windows.Forms.CheckBox();
  59. this.checkBoxSignalR = new System.Windows.Forms.CheckBox();
  60. this.checkBoxBin = new System.Windows.Forms.CheckBox();
  61. this.checkBoxDatas = new System.Windows.Forms.CheckBox();
  62. this.lblRes = new System.Windows.Forms.Label();
  63. this.label4 = new System.Windows.Forms.Label();
  64. this.textSignalR = new System.Windows.Forms.TextBox();
  65. this.bt_checkR = new System.Windows.Forms.Button();
  66. this.label3 = new System.Windows.Forms.Label();
  67. this.textSrvBin = new System.Windows.Forms.TextBox();
  68. this.bt_checkBin = new System.Windows.Forms.Button();
  69. this.label2 = new System.Windows.Forms.Label();
  70. this.textSrvDatas = new System.Windows.Forms.TextBox();
  71. this.bt_checkDatas = new System.Windows.Forms.Button();
  72. this.checkBoxLocale = new System.Windows.Forms.CheckBox();
  73. this.fold2 = new System.Windows.Forms.FolderBrowserDialog();
  74. this.tableLayoutPanel.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  77. this.tabControl1.SuspendLayout();
  78. this.tabAbout.SuspendLayout();
  79. this.tabParam.SuspendLayout();
  80. this.SuspendLayout();
  81. //
  82. // tableLayoutPanel
  83. //
  84. this.tableLayoutPanel.ColumnCount = 3;
  85. this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.91589F));
  86. this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 44.04494F));
  87. this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 19.10112F));
  88. this.tableLayoutPanel.Controls.Add(this.bt_clean, 2, 5);
  89. this.tableLayoutPanel.Controls.Add(this.lblClean, 1, 5);
  90. this.tableLayoutPanel.Controls.Add(this.button3, 2, 7);
  91. this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
  92. this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
  93. this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
  94. this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
  95. this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
  96. this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 4);
  97. this.tableLayoutPanel.Controls.Add(this.pictureBox1, 0, 0);
  98. this.tableLayoutPanel.Controls.Add(this.lbl_Send, 1, 6);
  99. this.tableLayoutPanel.Controls.Add(this.button1, 1, 7);
  100. this.tableLayoutPanel.Controls.Add(this.bt_send, 2, 6);
  101. this.tableLayoutPanel.Controls.Add(this.bt_maj, 1, 8);
  102. this.tableLayoutPanel.Controls.Add(this.okButton, 2, 8);
  103. this.tableLayoutPanel.Controls.Add(this.progressBar1, 0, 9);
  104. this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.tableLayoutPanel.Location = new System.Drawing.Point(4, 5);
  106. this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  107. this.tableLayoutPanel.Name = "tableLayoutPanel";
  108. this.tableLayoutPanel.RowCount = 11;
  109. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
  110. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
  111. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
  112. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
  113. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 138F));
  114. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F));
  115. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F));
  116. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F));
  117. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F));
  118. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
  119. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
  120. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
  121. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
  122. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
  123. this.tableLayoutPanel.Size = new System.Drawing.Size(745, 524);
  124. this.tableLayoutPanel.TabIndex = 0;
  125. //
  126. // bt_clean
  127. //
  128. this.bt_clean.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  129. this.bt_clean.Location = new System.Drawing.Point(629, 267);
  130. this.bt_clean.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  131. this.bt_clean.Name = "bt_clean";
  132. this.bt_clean.Size = new System.Drawing.Size(112, 36);
  133. this.bt_clean.TabIndex = 34;
  134. this.bt_clean.Text = "Nettoyage";
  135. this.bt_clean.UseVisualStyleBackColor = true;
  136. this.bt_clean.Click += new System.EventHandler(this.bt_clean_Click);
  137. //
  138. // lblClean
  139. //
  140. this.lblClean.Location = new System.Drawing.Point(278, 262);
  141. this.lblClean.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  142. this.lblClean.Name = "lblClean";
  143. this.lblClean.Size = new System.Drawing.Size(284, 42);
  144. this.lblClean.TabIndex = 33;
  145. this.lblClean.Text = "Nettoyage des données \r\n(fichiers inutiles)";
  146. this.lblClean.TextAlign = System.Drawing.ContentAlignment.TopRight;
  147. //
  148. // button3
  149. //
  150. this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  151. this.button3.Location = new System.Drawing.Point(629, 359);
  152. this.button3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  153. this.button3.Name = "button3";
  154. this.button3.Size = new System.Drawing.Size(112, 36);
  155. this.button3.TabIndex = 30;
  156. this.button3.Text = "Restauration";
  157. this.button3.UseVisualStyleBackColor = true;
  158. this.button3.Click += new System.EventHandler(this.button2_Click);
  159. //
  160. // labelProductName
  161. //
  162. this.tableLayoutPanel.SetColumnSpan(this.labelProductName, 2);
  163. this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.labelProductName.Location = new System.Drawing.Point(283, 0);
  165. this.labelProductName.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
  166. this.labelProductName.Name = "labelProductName";
  167. this.labelProductName.Size = new System.Drawing.Size(458, 31);
  168. this.labelProductName.TabIndex = 19;
  169. this.labelProductName.Text = "Nom du produit";
  170. this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  171. //
  172. // labelVersion
  173. //
  174. this.tableLayoutPanel.SetColumnSpan(this.labelVersion, 2);
  175. this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
  176. this.labelVersion.Location = new System.Drawing.Point(283, 31);
  177. this.labelVersion.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
  178. this.labelVersion.Name = "labelVersion";
  179. this.labelVersion.Size = new System.Drawing.Size(458, 31);
  180. this.labelVersion.TabIndex = 0;
  181. this.labelVersion.Text = "Version Version Version Version";
  182. this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  183. //
  184. // labelCopyright
  185. //
  186. this.tableLayoutPanel.SetColumnSpan(this.labelCopyright, 2);
  187. this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.labelCopyright.Location = new System.Drawing.Point(283, 62);
  189. this.labelCopyright.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
  190. this.labelCopyright.Name = "labelCopyright";
  191. this.labelCopyright.Size = new System.Drawing.Size(458, 31);
  192. this.labelCopyright.TabIndex = 21;
  193. this.labelCopyright.Text = "Copyright";
  194. this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  195. //
  196. // labelCompanyName
  197. //
  198. this.tableLayoutPanel.SetColumnSpan(this.labelCompanyName, 2);
  199. this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
  200. this.labelCompanyName.Location = new System.Drawing.Point(283, 93);
  201. this.labelCompanyName.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
  202. this.labelCompanyName.Name = "labelCompanyName";
  203. this.labelCompanyName.Size = new System.Drawing.Size(458, 31);
  204. this.labelCompanyName.TabIndex = 22;
  205. this.labelCompanyName.Text = "Nom de la société";
  206. this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  207. //
  208. // textBoxDescription
  209. //
  210. this.tableLayoutPanel.SetColumnSpan(this.textBoxDescription, 2);
  211. this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.textBoxDescription.Location = new System.Drawing.Point(283, 129);
  213. this.textBoxDescription.Margin = new System.Windows.Forms.Padding(9, 5, 4, 5);
  214. this.textBoxDescription.Multiline = true;
  215. this.textBoxDescription.Name = "textBoxDescription";
  216. this.textBoxDescription.ReadOnly = true;
  217. this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  218. this.textBoxDescription.Size = new System.Drawing.Size(458, 128);
  219. this.textBoxDescription.TabIndex = 23;
  220. this.textBoxDescription.TabStop = false;
  221. this.textBoxDescription.Text = "Patrick Germain\r\npgermain@aformatix.com\r\ntel : 04 94 00 39 40\r\nmob: 06 07 02 66 8" +
  222. "2\r\n";
  223. //
  224. // logoPictureBox
  225. //
  226. this.logoPictureBox.Image = global::Fuel01.Properties.Resources.aPompe;
  227. this.logoPictureBox.Location = new System.Drawing.Point(4, 129);
  228. this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  229. this.logoPictureBox.Name = "logoPictureBox";
  230. this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 3);
  231. this.logoPictureBox.Size = new System.Drawing.Size(190, 220);
  232. this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  233. this.logoPictureBox.TabIndex = 12;
  234. this.logoPictureBox.TabStop = false;
  235. //
  236. // pictureBox1
  237. //
  238. this.pictureBox1.Image = global::Fuel01.Properties.Resources.aax3;
  239. this.pictureBox1.Location = new System.Drawing.Point(4, 5);
  240. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  241. this.pictureBox1.Name = "pictureBox1";
  242. this.tableLayoutPanel.SetRowSpan(this.pictureBox1, 4);
  243. this.pictureBox1.Size = new System.Drawing.Size(237, 114);
  244. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  245. this.pictureBox1.TabIndex = 26;
  246. this.pictureBox1.TabStop = false;
  247. //
  248. // lbl_Send
  249. //
  250. this.lbl_Send.Location = new System.Drawing.Point(278, 308);
  251. this.lbl_Send.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  252. this.lbl_Send.Name = "lbl_Send";
  253. this.lbl_Send.Size = new System.Drawing.Size(284, 42);
  254. this.lbl_Send.TabIndex = 32;
  255. this.lbl_Send.Text = "Envoi des données pour saisie tablettes\r\n";
  256. this.lbl_Send.TextAlign = System.Drawing.ContentAlignment.TopRight;
  257. //
  258. // button1
  259. //
  260. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  261. this.button1.Location = new System.Drawing.Point(485, 359);
  262. this.button1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  263. this.button1.Name = "button1";
  264. this.button1.Size = new System.Drawing.Size(112, 36);
  265. this.button1.TabIndex = 28;
  266. this.button1.Text = "Sauvegarde";
  267. this.button1.UseVisualStyleBackColor = true;
  268. this.button1.Click += new System.EventHandler(this.button1_Click);
  269. //
  270. // bt_send
  271. //
  272. this.bt_send.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  273. this.bt_send.Location = new System.Drawing.Point(629, 313);
  274. this.bt_send.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  275. this.bt_send.Name = "bt_send";
  276. this.bt_send.Size = new System.Drawing.Size(112, 36);
  277. this.bt_send.TabIndex = 31;
  278. this.bt_send.Text = "Envoi Serveur";
  279. this.bt_send.UseVisualStyleBackColor = true;
  280. this.bt_send.Click += new System.EventHandler(this.bt_send_Click);
  281. //
  282. // bt_maj
  283. //
  284. this.bt_maj.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  285. this.bt_maj.Location = new System.Drawing.Point(485, 405);
  286. this.bt_maj.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  287. this.bt_maj.Name = "bt_maj";
  288. this.bt_maj.Size = new System.Drawing.Size(112, 36);
  289. this.bt_maj.TabIndex = 35;
  290. this.bt_maj.Text = "MAJ";
  291. this.bt_maj.UseVisualStyleBackColor = true;
  292. this.bt_maj.Click += new System.EventHandler(this.button2_Click_1);
  293. //
  294. // okButton
  295. //
  296. this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  297. this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  298. this.okButton.Location = new System.Drawing.Point(629, 405);
  299. this.okButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  300. this.okButton.Name = "okButton";
  301. this.okButton.Size = new System.Drawing.Size(112, 36);
  302. this.okButton.TabIndex = 24;
  303. this.okButton.Text = "&Fermer";
  304. //
  305. // progressBar1
  306. //
  307. this.tableLayoutPanel.SetColumnSpan(this.progressBar1, 3);
  308. this.progressBar1.Dock = System.Windows.Forms.DockStyle.Fill;
  309. this.progressBar1.Location = new System.Drawing.Point(4, 451);
  310. this.progressBar1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  311. this.progressBar1.Name = "progressBar1";
  312. this.progressBar1.Size = new System.Drawing.Size(737, 21);
  313. this.progressBar1.TabIndex = 36;
  314. //
  315. // opfile
  316. //
  317. this.opfile.FileName = "*.zip";
  318. //
  319. // label1
  320. //
  321. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  322. this.label1.ForeColor = System.Drawing.Color.Red;
  323. this.label1.Location = new System.Drawing.Point(32, 146);
  324. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  325. this.label1.Name = "label1";
  326. this.label1.Size = new System.Drawing.Size(690, 62);
  327. this.label1.TabIndex = 1;
  328. this.label1.Text = "Envoi en cours";
  329. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  330. this.label1.Visible = false;
  331. //
  332. // tabControl1
  333. //
  334. this.tabControl1.Controls.Add(this.tabAbout);
  335. this.tabControl1.Controls.Add(this.tabParam);
  336. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  337. this.tabControl1.Location = new System.Drawing.Point(14, 14);
  338. this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  339. this.tabControl1.Name = "tabControl1";
  340. this.tabControl1.SelectedIndex = 0;
  341. this.tabControl1.Size = new System.Drawing.Size(761, 567);
  342. this.tabControl1.TabIndex = 2;
  343. //
  344. // tabAbout
  345. //
  346. this.tabAbout.Controls.Add(this.label1);
  347. this.tabAbout.Controls.Add(this.tableLayoutPanel);
  348. this.tabAbout.Location = new System.Drawing.Point(4, 29);
  349. this.tabAbout.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  350. this.tabAbout.Name = "tabAbout";
  351. this.tabAbout.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  352. this.tabAbout.Size = new System.Drawing.Size(753, 534);
  353. this.tabAbout.TabIndex = 0;
  354. this.tabAbout.Text = "Informations";
  355. this.tabAbout.UseVisualStyleBackColor = true;
  356. //
  357. // tabParam
  358. //
  359. this.tabParam.Controls.Add(this.checkBoxAPI);
  360. this.tabParam.Controls.Add(this.bt_chekAPI);
  361. this.tabParam.Controls.Add(this.label6);
  362. this.tabParam.Controls.Add(this.textCopieAPI);
  363. this.tabParam.Controls.Add(this.bt_fold);
  364. this.tabParam.Controls.Add(this.label5);
  365. this.tabParam.Controls.Add(this.textCopieLocal);
  366. this.tabParam.Controls.Add(this.bt_sav);
  367. this.tabParam.Controls.Add(this.checkAll);
  368. this.tabParam.Controls.Add(this.checkBoxSignalR);
  369. this.tabParam.Controls.Add(this.checkBoxBin);
  370. this.tabParam.Controls.Add(this.checkBoxDatas);
  371. this.tabParam.Controls.Add(this.lblRes);
  372. this.tabParam.Controls.Add(this.label4);
  373. this.tabParam.Controls.Add(this.textSignalR);
  374. this.tabParam.Controls.Add(this.bt_checkR);
  375. this.tabParam.Controls.Add(this.label3);
  376. this.tabParam.Controls.Add(this.textSrvBin);
  377. this.tabParam.Controls.Add(this.bt_checkBin);
  378. this.tabParam.Controls.Add(this.label2);
  379. this.tabParam.Controls.Add(this.textSrvDatas);
  380. this.tabParam.Controls.Add(this.bt_checkDatas);
  381. this.tabParam.Controls.Add(this.checkBoxLocale);
  382. this.tabParam.Location = new System.Drawing.Point(4, 29);
  383. this.tabParam.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  384. this.tabParam.Name = "tabParam";
  385. this.tabParam.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  386. this.tabParam.Size = new System.Drawing.Size(753, 534);
  387. this.tabParam.TabIndex = 1;
  388. this.tabParam.Text = "Paramètres";
  389. this.tabParam.UseVisualStyleBackColor = true;
  390. //
  391. // checkBoxAPI
  392. //
  393. this.checkBoxAPI.AutoSize = true;
  394. this.checkBoxAPI.Checked = true;
  395. this.checkBoxAPI.CheckState = System.Windows.Forms.CheckState.Indeterminate;
  396. this.checkBoxAPI.Location = new System.Drawing.Point(543, 94);
  397. this.checkBoxAPI.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  398. this.checkBoxAPI.Name = "checkBoxAPI";
  399. this.checkBoxAPI.Size = new System.Drawing.Size(80, 24);
  400. this.checkBoxAPI.TabIndex = 60;
  401. this.checkBoxAPI.Text = "Vérifié";
  402. this.checkBoxAPI.UseVisualStyleBackColor = true;
  403. //
  404. // bt_chekAPI
  405. //
  406. this.bt_chekAPI.Location = new System.Drawing.Point(384, 87);
  407. this.bt_chekAPI.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  408. this.bt_chekAPI.Name = "bt_chekAPI";
  409. this.bt_chekAPI.Size = new System.Drawing.Size(134, 35);
  410. this.bt_chekAPI.TabIndex = 59;
  411. this.bt_chekAPI.Text = "Vérifier serveur";
  412. this.bt_chekAPI.UseVisualStyleBackColor = true;
  413. this.bt_chekAPI.Click += new System.EventHandler(this.bt_check_Click);
  414. //
  415. // label6
  416. //
  417. this.label6.AutoSize = true;
  418. this.label6.Location = new System.Drawing.Point(4, 101);
  419. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  420. this.label6.Name = "label6";
  421. this.label6.Size = new System.Drawing.Size(241, 20);
  422. this.label6.TabIndex = 58;
  423. this.label6.Text = "Adresse pour envoi des données";
  424. //
  425. // textCopieAPI
  426. //
  427. this.textCopieAPI.Location = new System.Drawing.Point(52, 124);
  428. this.textCopieAPI.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  429. this.textCopieAPI.Name = "textCopieAPI";
  430. this.textCopieAPI.Size = new System.Drawing.Size(571, 26);
  431. this.textCopieAPI.TabIndex = 57;
  432. //
  433. // bt_fold
  434. //
  435. this.bt_fold.Location = new System.Drawing.Point(654, 351);
  436. this.bt_fold.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  437. this.bt_fold.Name = "bt_fold";
  438. this.bt_fold.Size = new System.Drawing.Size(36, 35);
  439. this.bt_fold.TabIndex = 56;
  440. this.bt_fold.Text = "...";
  441. this.bt_fold.UseVisualStyleBackColor = true;
  442. this.bt_fold.Visible = false;
  443. this.bt_fold.Click += new System.EventHandler(this.bt_fold_Click);
  444. //
  445. // label5
  446. //
  447. this.label5.AutoSize = true;
  448. this.label5.Location = new System.Drawing.Point(3, 332);
  449. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  450. this.label5.Name = "label5";
  451. this.label5.Size = new System.Drawing.Size(322, 20);
  452. this.label5.TabIndex = 54;
  453. this.label5.Text = "Chemin pour copie locale vers le serveur ISS";
  454. this.label5.Visible = false;
  455. //
  456. // textCopieLocal
  457. //
  458. this.textCopieLocal.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::Fuel01.Properties.Settings.Default, "use_locale", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  459. this.textCopieLocal.Enabled = global::Fuel01.Properties.Settings.Default.use_locale;
  460. this.textCopieLocal.Location = new System.Drawing.Point(52, 355);
  461. this.textCopieLocal.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  462. this.textCopieLocal.Name = "textCopieLocal";
  463. this.textCopieLocal.Size = new System.Drawing.Size(571, 26);
  464. this.textCopieLocal.TabIndex = 53;
  465. this.textCopieLocal.Visible = false;
  466. //
  467. // bt_sav
  468. //
  469. this.bt_sav.Location = new System.Drawing.Point(477, 166);
  470. this.bt_sav.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  471. this.bt_sav.Name = "bt_sav";
  472. this.bt_sav.Size = new System.Drawing.Size(148, 35);
  473. this.bt_sav.TabIndex = 52;
  474. this.bt_sav.Text = "Sauvegarder";
  475. this.bt_sav.UseVisualStyleBackColor = true;
  476. this.bt_sav.Click += new System.EventHandler(this.bt_sav_Click);
  477. //
  478. // checkAll
  479. //
  480. this.checkAll.AutoSize = true;
  481. this.checkAll.Location = new System.Drawing.Point(22, 163);
  482. this.checkAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  483. this.checkAll.Name = "checkAll";
  484. this.checkAll.Size = new System.Drawing.Size(389, 24);
  485. this.checkAll.TabIndex = 51;
  486. this.checkAll.Text = "Forcer la sauvegarde des données non vérifiées !!!";
  487. this.checkAll.UseVisualStyleBackColor = true;
  488. //
  489. // checkBoxSignalR
  490. //
  491. this.checkBoxSignalR.AutoSize = true;
  492. this.checkBoxSignalR.Checked = true;
  493. this.checkBoxSignalR.CheckState = System.Windows.Forms.CheckState.Indeterminate;
  494. this.checkBoxSignalR.Location = new System.Drawing.Point(543, 401);
  495. this.checkBoxSignalR.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  496. this.checkBoxSignalR.Name = "checkBoxSignalR";
  497. this.checkBoxSignalR.Size = new System.Drawing.Size(80, 24);
  498. this.checkBoxSignalR.TabIndex = 50;
  499. this.checkBoxSignalR.Text = "Vérifié";
  500. this.checkBoxSignalR.UseVisualStyleBackColor = true;
  501. this.checkBoxSignalR.Visible = false;
  502. //
  503. // checkBoxBin
  504. //
  505. this.checkBoxBin.AutoSize = true;
  506. this.checkBoxBin.Checked = true;
  507. this.checkBoxBin.CheckState = System.Windows.Forms.CheckState.Indeterminate;
  508. this.checkBoxBin.Location = new System.Drawing.Point(543, 259);
  509. this.checkBoxBin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  510. this.checkBoxBin.Name = "checkBoxBin";
  511. this.checkBoxBin.Size = new System.Drawing.Size(80, 24);
  512. this.checkBoxBin.TabIndex = 49;
  513. this.checkBoxBin.Text = "Vérifié";
  514. this.checkBoxBin.UseVisualStyleBackColor = true;
  515. this.checkBoxBin.Visible = false;
  516. //
  517. // checkBoxDatas
  518. //
  519. this.checkBoxDatas.AutoSize = true;
  520. this.checkBoxDatas.Checked = true;
  521. this.checkBoxDatas.CheckState = System.Windows.Forms.CheckState.Indeterminate;
  522. this.checkBoxDatas.Location = new System.Drawing.Point(543, 15);
  523. this.checkBoxDatas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  524. this.checkBoxDatas.Name = "checkBoxDatas";
  525. this.checkBoxDatas.Size = new System.Drawing.Size(80, 24);
  526. this.checkBoxDatas.TabIndex = 48;
  527. this.checkBoxDatas.Text = "Vérifié";
  528. this.checkBoxDatas.UseVisualStyleBackColor = true;
  529. //
  530. // lblRes
  531. //
  532. this.lblRes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  533. this.lblRes.AutoSize = true;
  534. this.lblRes.Location = new System.Drawing.Point(665, 482);
  535. this.lblRes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  536. this.lblRes.Name = "lblRes";
  537. this.lblRes.Size = new System.Drawing.Size(21, 20);
  538. this.lblRes.TabIndex = 47;
  539. this.lblRes.Text = "...";
  540. //
  541. // label4
  542. //
  543. this.label4.AutoSize = true;
  544. this.label4.Location = new System.Drawing.Point(4, 407);
  545. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  546. this.label4.Name = "label4";
  547. this.label4.Size = new System.Drawing.Size(206, 20);
  548. this.label4.TabIndex = 46;
  549. this.label4.Text = "Adresse du serveur SignalR";
  550. this.label4.Visible = false;
  551. //
  552. // textSignalR
  553. //
  554. this.textSignalR.Location = new System.Drawing.Point(58, 430);
  555. this.textSignalR.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  556. this.textSignalR.Name = "textSignalR";
  557. this.textSignalR.Size = new System.Drawing.Size(571, 26);
  558. this.textSignalR.TabIndex = 44;
  559. this.textSignalR.Visible = false;
  560. //
  561. // bt_checkR
  562. //
  563. this.bt_checkR.Location = new System.Drawing.Point(384, 393);
  564. this.bt_checkR.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  565. this.bt_checkR.Name = "bt_checkR";
  566. this.bt_checkR.Size = new System.Drawing.Size(134, 35);
  567. this.bt_checkR.TabIndex = 45;
  568. this.bt_checkR.Text = "Vérifier serveur";
  569. this.bt_checkR.UseVisualStyleBackColor = true;
  570. this.bt_checkR.Visible = false;
  571. this.bt_checkR.Click += new System.EventHandler(this.bt_check_Click);
  572. //
  573. // label3
  574. //
  575. this.label3.AutoSize = true;
  576. this.label3.Location = new System.Drawing.Point(4, 265);
  577. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  578. this.label3.Name = "label3";
  579. this.label3.Size = new System.Drawing.Size(351, 20);
  580. this.label3.TabIndex = 43;
  581. this.label3.Text = "Adresse du serveur pour la mise à jour du logiciel";
  582. this.label3.Visible = false;
  583. //
  584. // textSrvBin
  585. //
  586. this.textSrvBin.Location = new System.Drawing.Point(58, 288);
  587. this.textSrvBin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  588. this.textSrvBin.Name = "textSrvBin";
  589. this.textSrvBin.Size = new System.Drawing.Size(571, 26);
  590. this.textSrvBin.TabIndex = 41;
  591. this.textSrvBin.Visible = false;
  592. //
  593. // bt_checkBin
  594. //
  595. this.bt_checkBin.Location = new System.Drawing.Point(384, 251);
  596. this.bt_checkBin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  597. this.bt_checkBin.Name = "bt_checkBin";
  598. this.bt_checkBin.Size = new System.Drawing.Size(134, 35);
  599. this.bt_checkBin.TabIndex = 42;
  600. this.bt_checkBin.Text = "Vérifier serveur";
  601. this.bt_checkBin.UseVisualStyleBackColor = true;
  602. this.bt_checkBin.Visible = false;
  603. this.bt_checkBin.Click += new System.EventHandler(this.bt_check_Click);
  604. //
  605. // label2
  606. //
  607. this.label2.AutoSize = true;
  608. this.label2.Location = new System.Drawing.Point(4, 22);
  609. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  610. this.label2.Name = "label2";
  611. this.label2.Size = new System.Drawing.Size(365, 20);
  612. this.label2.TabIndex = 40;
  613. this.label2.Text = "Adresse du serveur pour la récupération des datas";
  614. //
  615. // textSrvDatas
  616. //
  617. this.textSrvDatas.Location = new System.Drawing.Point(58, 45);
  618. this.textSrvDatas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  619. this.textSrvDatas.Name = "textSrvDatas";
  620. this.textSrvDatas.Size = new System.Drawing.Size(571, 26);
  621. this.textSrvDatas.TabIndex = 38;
  622. //
  623. // bt_checkDatas
  624. //
  625. this.bt_checkDatas.Location = new System.Drawing.Point(384, 8);
  626. this.bt_checkDatas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  627. this.bt_checkDatas.Name = "bt_checkDatas";
  628. this.bt_checkDatas.Size = new System.Drawing.Size(134, 35);
  629. this.bt_checkDatas.TabIndex = 39;
  630. this.bt_checkDatas.Text = "Vérifier serveur";
  631. this.bt_checkDatas.UseVisualStyleBackColor = true;
  632. this.bt_checkDatas.Click += new System.EventHandler(this.bt_check_Click);
  633. //
  634. // checkBoxLocale
  635. //
  636. this.checkBoxLocale.AutoSize = true;
  637. this.checkBoxLocale.Checked = global::Fuel01.Properties.Settings.Default.use_locale;
  638. this.checkBoxLocale.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Fuel01.Properties.Settings.Default, "use_locale", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  639. this.checkBoxLocale.Location = new System.Drawing.Point(354, 331);
  640. this.checkBoxLocale.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  641. this.checkBoxLocale.Name = "checkBoxLocale";
  642. this.checkBoxLocale.Size = new System.Drawing.Size(186, 24);
  643. this.checkBoxLocale.TabIndex = 55;
  644. this.checkBoxLocale.Text = "Utiliser la copie locale";
  645. this.checkBoxLocale.UseVisualStyleBackColor = true;
  646. this.checkBoxLocale.Visible = false;
  647. //
  648. // f_about
  649. //
  650. this.AcceptButton = this.okButton;
  651. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  652. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  653. this.ClientSize = new System.Drawing.Size(789, 595);
  654. this.Controls.Add(this.tabControl1);
  655. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  656. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  657. this.MaximizeBox = false;
  658. this.MinimizeBox = false;
  659. this.Name = "f_about";
  660. this.Padding = new System.Windows.Forms.Padding(14);
  661. this.ShowIcon = false;
  662. this.ShowInTaskbar = false;
  663. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  664. this.Text = "A propos";
  665. this.tableLayoutPanel.ResumeLayout(false);
  666. this.tableLayoutPanel.PerformLayout();
  667. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
  668. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  669. this.tabControl1.ResumeLayout(false);
  670. this.tabAbout.ResumeLayout(false);
  671. this.tabParam.ResumeLayout(false);
  672. this.tabParam.PerformLayout();
  673. this.ResumeLayout(false);
  674. }
  675. #endregion
  676. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
  677. private System.Windows.Forms.PictureBox logoPictureBox;
  678. private System.Windows.Forms.Label labelProductName;
  679. private System.Windows.Forms.Label labelVersion;
  680. private System.Windows.Forms.Label labelCopyright;
  681. private System.Windows.Forms.Label labelCompanyName;
  682. private System.Windows.Forms.TextBox textBoxDescription;
  683. private System.Windows.Forms.Button okButton;
  684. private System.Windows.Forms.PictureBox pictureBox1;
  685. private System.Windows.Forms.FolderBrowserDialog fold;
  686. private System.Windows.Forms.Button button1;
  687. private System.Windows.Forms.OpenFileDialog opfile;
  688. private System.Windows.Forms.Button button3;
  689. private System.Windows.Forms.Button bt_send;
  690. private System.Windows.Forms.Label label1;
  691. private System.Windows.Forms.Button bt_clean;
  692. private System.Windows.Forms.Label lblClean;
  693. private System.Windows.Forms.Label lbl_Send;
  694. private System.Windows.Forms.Button bt_maj;
  695. private System.Windows.Forms.ProgressBar progressBar1;
  696. private System.Windows.Forms.TabControl tabControl1;
  697. private System.Windows.Forms.TabPage tabAbout;
  698. private System.Windows.Forms.TabPage tabParam;
  699. private System.Windows.Forms.Button bt_checkDatas;
  700. private System.Windows.Forms.TextBox textSrvDatas;
  701. private System.Windows.Forms.Label label3;
  702. private System.Windows.Forms.TextBox textSrvBin;
  703. private System.Windows.Forms.Button bt_checkBin;
  704. private System.Windows.Forms.Label label2;
  705. private System.Windows.Forms.Label label4;
  706. private System.Windows.Forms.TextBox textSignalR;
  707. private System.Windows.Forms.Button bt_checkR;
  708. private System.Windows.Forms.Label lblRes;
  709. private System.Windows.Forms.CheckBox checkBoxSignalR;
  710. private System.Windows.Forms.CheckBox checkBoxBin;
  711. private System.Windows.Forms.CheckBox checkBoxDatas;
  712. private System.Windows.Forms.Button bt_sav;
  713. private System.Windows.Forms.CheckBox checkAll;
  714. private System.Windows.Forms.Label label5;
  715. private System.Windows.Forms.TextBox textCopieLocal;
  716. private System.Windows.Forms.CheckBox checkBoxLocale;
  717. private System.Windows.Forms.FolderBrowserDialog fold2;
  718. private System.Windows.Forms.Button bt_fold;
  719. private System.Windows.Forms.Label label6;
  720. private System.Windows.Forms.TextBox textCopieAPI;
  721. private System.Windows.Forms.CheckBox checkBoxAPI;
  722. private System.Windows.Forms.Button bt_chekAPI;
  723. }
  724. }