f_about.Designer.cs 36 KB

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