WebServiceForm.Designer.cs

Description du code

WebServiceForm.Designer.cs est un fichier du projet BiblioBrol.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/src/.

Projet BiblioBrol :

Gestion de media en CSharp.

Pour plus d'infos, vous pouvez consulter la brève analyse.

Code source ou contenu du fichier

  1. namespace be.gaudry.bibliobrol.view
  2. {
  3. partial class WebServiceForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22.  
  23. #region Windows Form Designer generated code
  24.  
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WebServiceForm));
  32. this.lastVersionLbl = new System.Windows.Forms.Label();
  33. this.wsGetPersByNameBtn = new System.Windows.Forms.Button();
  34. this.lastVersionAsyncBtn = new System.Windows.Forms.Button();
  35. this.wsGetPersByNameGB = new System.Windows.Forms.GroupBox();
  36. this.wsGetRolesByPersBtn = new System.Windows.Forms.Button();
  37. this.wsGetPersByNameTB = new be.gaudry.view.controls.TextBoxDragDrop();
  38. this.infoRTB = new System.Windows.Forms.RichTextBox();
  39. this.awsTP = new System.Windows.Forms.TabControl();
  40. this.bwsTP = new System.Windows.Forms.TabPage();
  41. this.wsUrlOkBtn = new System.Windows.Forms.Button();
  42. this.wsUrlLbl = new System.Windows.Forms.Label();
  43. this.wsUrlTB = new be.gaudry.view.controls.TextBoxDragDrop();
  44. this.tabPage4 = new System.Windows.Forms.TabPage();
  45. this.saveAwsSubscriptionBtn = new System.Windows.Forms.Button();
  46. this.awsSubscriptionLbl = new System.Windows.Forms.Label();
  47. this.awsSubscriptionTB = new be.gaudry.view.controls.TextBoxDragDrop();
  48. this.wsGetPersByNameGB.SuspendLayout();
  49. this.awsTP.SuspendLayout();
  50. this.bwsTP.SuspendLayout();
  51. this.tabPage4.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // lastVersionLbl
  55. //
  56. this.lastVersionLbl.AutoSize = true;
  57. this.lastVersionLbl.Location = new System.Drawing.Point(6, 46);
  58. this.lastVersionLbl.Name = "lastVersionLbl";
  59. this.lastVersionLbl.Size = new System.Drawing.Size(94, 13);
  60. this.lastVersionLbl.TabIndex = 0;
  61. this.lastVersionLbl.Text = "Version du service";
  62. //
  63. // wsGetPersByNameBtn
  64. //
  65. this.wsGetPersByNameBtn.Location = new System.Drawing.Point(167, 17);
  66. this.wsGetPersByNameBtn.Name = "wsGetPersByNameBtn";
  67. this.wsGetPersByNameBtn.Size = new System.Drawing.Size(85, 23);
  68. this.wsGetPersByNameBtn.TabIndex = 2;
  69. this.wsGetPersByNameBtn.Text = "Personnes";
  70. this.wsGetPersByNameBtn.UseVisualStyleBackColor = true;
  71. this.wsGetPersByNameBtn.Click += new System.EventHandler(this.wsGetPersByNameBtn_Click);
  72. //
  73. // lastVersionAsyncBtn
  74. //
  75. this.lastVersionAsyncBtn.Location = new System.Drawing.Point(9, 124);
  76. this.lastVersionAsyncBtn.Name = "lastVersionAsyncBtn";
  77. this.lastVersionAsyncBtn.Size = new System.Drawing.Size(164, 23);
  78. this.lastVersionAsyncBtn.TabIndex = 3;
  79. this.lastVersionAsyncBtn.Text = "Test (Asynchrone)";
  80. this.lastVersionAsyncBtn.UseVisualStyleBackColor = true;
  81. this.lastVersionAsyncBtn.Click += new System.EventHandler(this.lastVersionAsyncBtn_Click);
  82. //
  83. // wsGetPersByNameGB
  84. //
  85. this.wsGetPersByNameGB.Controls.Add(this.wsGetRolesByPersBtn);
  86. this.wsGetPersByNameGB.Controls.Add(this.wsGetPersByNameTB);
  87. this.wsGetPersByNameGB.Controls.Add(this.wsGetPersByNameBtn);
  88. this.wsGetPersByNameGB.Location = new System.Drawing.Point(9, 71);
  89. this.wsGetPersByNameGB.Name = "wsGetPersByNameGB";
  90. this.wsGetPersByNameGB.Size = new System.Drawing.Size(641, 47);
  91. this.wsGetPersByNameGB.TabIndex = 5;
  92. this.wsGetPersByNameGB.TabStop = false;
  93. this.wsGetPersByNameGB.Text = "Chercher les personnes ou les rôles par nom de famille";
  94. //
  95. // wsGetRolesByPersBtn
  96. //
  97. this.wsGetRolesByPersBtn.Location = new System.Drawing.Point(258, 17);
  98. this.wsGetRolesByPersBtn.Name = "wsGetRolesByPersBtn";
  99. this.wsGetRolesByPersBtn.Size = new System.Drawing.Size(74, 23);
  100. this.wsGetRolesByPersBtn.TabIndex = 2;
  101. this.wsGetRolesByPersBtn.Text = "Rôles";
  102. this.wsGetRolesByPersBtn.UseVisualStyleBackColor = true;
  103. this.wsGetRolesByPersBtn.Click += new System.EventHandler(this.wsGetRolesByPersBtn_Click);
  104. //
  105. // wsGetPersByNameTB
  106. //
  107. this.wsGetPersByNameTB.Location = new System.Drawing.Point(7, 20);
  108. this.wsGetPersByNameTB.Name = "wsGetPersByNameTB";
  109. this.wsGetPersByNameTB.Size = new System.Drawing.Size(154, 20);
  110. this.wsGetPersByNameTB.TabIndex = 0;
  111. //
  112. // infoRTB
  113. //
  114. this.infoRTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  115. | System.Windows.Forms.AnchorStyles.Left)
  116. | System.Windows.Forms.AnchorStyles.Right)));
  117. this.infoRTB.Location = new System.Drawing.Point(9, 172);
  118. this.infoRTB.Name = "infoRTB";
  119. this.infoRTB.Size = new System.Drawing.Size(641, 244);
  120. this.infoRTB.TabIndex = 7;
  121. this.infoRTB.Text = "Les fonctionnalités de ce panneau sont en développement...\nA terme, il sera possi" +
  122. "ble de consulter grâce au service Web la base de données en ligne pour ajouter d" +
  123. "es ouvrages, des personnes, etc";
  124. //
  125. // awsTP
  126. //
  127. this.awsTP.Controls.Add(this.bwsTP);
  128. this.awsTP.Controls.Add(this.tabPage4);
  129. this.awsTP.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.awsTP.Location = new System.Drawing.Point(0, 0);
  131. this.awsTP.Name = "awsTP";
  132. this.awsTP.SelectedIndex = 0;
  133. this.awsTP.Size = new System.Drawing.Size(677, 452);
  134. this.awsTP.TabIndex = 10;
  135. //
  136. // bwsTP
  137. //
  138. this.bwsTP.Controls.Add(this.wsUrlOkBtn);
  139. this.bwsTP.Controls.Add(this.wsUrlLbl);
  140. this.bwsTP.Controls.Add(this.wsUrlTB);
  141. this.bwsTP.Controls.Add(this.lastVersionLbl);
  142. this.bwsTP.Controls.Add(this.lastVersionAsyncBtn);
  143. this.bwsTP.Controls.Add(this.wsGetPersByNameGB);
  144. this.bwsTP.Controls.Add(this.infoRTB);
  145. this.bwsTP.Location = new System.Drawing.Point(4, 22);
  146. this.bwsTP.Name = "bwsTP";
  147. this.bwsTP.Padding = new System.Windows.Forms.Padding(3);
  148. this.bwsTP.Size = new System.Drawing.Size(669, 426);
  149. this.bwsTP.TabIndex = 0;
  150. this.bwsTP.Text = "BWS";
  151. this.bwsTP.UseVisualStyleBackColor = true;
  152. //
  153. // wsUrlOkBtn
  154. //
  155. this.wsUrlOkBtn.Location = new System.Drawing.Point(375, 11);
  156. this.wsUrlOkBtn.Name = "wsUrlOkBtn";
  157. this.wsUrlOkBtn.Size = new System.Drawing.Size(36, 23);
  158. this.wsUrlOkBtn.TabIndex = 14;
  159. this.wsUrlOkBtn.Text = "OK";
  160. this.wsUrlOkBtn.UseVisualStyleBackColor = true;
  161. this.wsUrlOkBtn.Click += new System.EventHandler(this.wsUrlOkBtn_Click);
  162. //
  163. // wsUrlLbl
  164. //
  165. this.wsUrlLbl.AutoSize = true;
  166. this.wsUrlLbl.Location = new System.Drawing.Point(8, 16);
  167. this.wsUrlLbl.Name = "wsUrlLbl";
  168. this.wsUrlLbl.Size = new System.Drawing.Size(104, 13);
  169. this.wsUrlLbl.TabIndex = 13;
  170. this.wsUrlLbl.Text = "URL du service web";
  171. //
  172. // wsUrlTB
  173. //
  174. this.wsUrlTB.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
  175. this.wsUrlTB.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
  176. this.wsUrlTB.Location = new System.Drawing.Point(118, 13);
  177. this.wsUrlTB.Name = "wsUrlTB";
  178. this.wsUrlTB.Size = new System.Drawing.Size(251, 20);
  179. this.wsUrlTB.TabIndex = 12;
  180. //
  181. // tabPage4
  182. //
  183. this.tabPage4.Controls.Add(this.saveAwsSubscriptionBtn);
  184. this.tabPage4.Controls.Add(this.awsSubscriptionLbl);
  185. this.tabPage4.Controls.Add(this.awsSubscriptionTB);
  186. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  187. this.tabPage4.Name = "tabPage4";
  188. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  189. this.tabPage4.Size = new System.Drawing.Size(669, 426);
  190. this.tabPage4.TabIndex = 1;
  191. this.tabPage4.Text = "AWS";
  192. this.tabPage4.UseVisualStyleBackColor = true;
  193. //
  194. // saveAwsSubscriptionBtn
  195. //
  196. this.saveAwsSubscriptionBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  197. this.saveAwsSubscriptionBtn.Location = new System.Drawing.Point(278, 15);
  198. this.saveAwsSubscriptionBtn.Name = "saveAwsSubscriptionBtn";
  199. this.saveAwsSubscriptionBtn.Size = new System.Drawing.Size(27, 23);
  200. this.saveAwsSubscriptionBtn.TabIndex = 11;
  201. this.saveAwsSubscriptionBtn.UseVisualStyleBackColor = true;
  202. this.saveAwsSubscriptionBtn.Click += new System.EventHandler(this.saveAwsSubscriptionBtn_Click);
  203. //
  204. // awsSubscriptionLbl
  205. //
  206. this.awsSubscriptionLbl.AutoSize = true;
  207. this.awsSubscriptionLbl.Location = new System.Drawing.Point(8, 20);
  208. this.awsSubscriptionLbl.Name = "awsSubscriptionLbl";
  209. this.awsSubscriptionLbl.Size = new System.Drawing.Size(81, 13);
  210. this.awsSubscriptionLbl.TabIndex = 10;
  211. this.awsSubscriptionLbl.Text = "Identifiant AWS";
  212. //
  213. // awsSubscriptionTB
  214. //
  215. this.awsSubscriptionTB.Location = new System.Drawing.Point(95, 17);
  216. this.awsSubscriptionTB.Name = "awsSubscriptionTB";
  217. this.awsSubscriptionTB.Size = new System.Drawing.Size(177, 20);
  218. this.awsSubscriptionTB.TabIndex = 9;
  219. //
  220. // WebServiceForm
  221. //
  222. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  223. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  224. this.ClientSize = new System.Drawing.Size(677, 452);
  225. this.Controls.Add(this.awsTP);
  226. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  227. this.Name = "WebServiceForm";
  228. this.Text = "Web Service";
  229. this.Enter += new System.EventHandler(this.WebServiceForm_Enter);
  230. this.Load += new System.EventHandler(this.WebServiceForm_Load);
  231. this.wsGetPersByNameGB.ResumeLayout(false);
  232. this.wsGetPersByNameGB.PerformLayout();
  233. this.awsTP.ResumeLayout(false);
  234. this.bwsTP.ResumeLayout(false);
  235. this.bwsTP.PerformLayout();
  236. this.tabPage4.ResumeLayout(false);
  237. this.tabPage4.PerformLayout();
  238. this.ResumeLayout(false);
  239.  
  240. }
  241.  
  242. #endregion
  243.  
  244. private System.Windows.Forms.Label lastVersionLbl;
  245. private System.Windows.Forms.Button wsGetPersByNameBtn;
  246. private System.Windows.Forms.Button lastVersionAsyncBtn;
  247. private System.Windows.Forms.GroupBox wsGetPersByNameGB;
  248. private be.gaudry.view.controls.TextBoxDragDrop wsGetPersByNameTB;
  249. private System.Windows.Forms.Button wsGetRolesByPersBtn;
  250. private System.Windows.Forms.RichTextBox infoRTB;
  251. private System.Windows.Forms.TabControl awsTP;
  252. private System.Windows.Forms.TabPage bwsTP;
  253. private System.Windows.Forms.TabPage tabPage4;
  254. private System.Windows.Forms.Label wsUrlLbl;
  255. private be.gaudry.view.controls.TextBoxDragDrop wsUrlTB;
  256. private System.Windows.Forms.Button wsUrlOkBtn;
  257. private System.Windows.Forms.Label awsSubscriptionLbl;
  258. private be.gaudry.view.controls.TextBoxDragDrop awsSubscriptionTB;
  259. private System.Windows.Forms.Button saveAwsSubscriptionBtn;
  260. }
  261. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/ 
IcôneNomTailleModification
IcôneNomTailleModification
| _ Répertoire parent0 octets1731635041 15/11/2024 02:44:01
| _wizards0 octets1541007184 31/10/2018 18:33:04
| _utils0 octets1541007184 31/10/2018 18:33:04
| _controls0 octets1541007178 31/10/2018 18:32:58
| _dialogs0 octets1541007183 31/10/2018 18:33:03
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .resx|.resxMediabrolForm.resx32.55 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxAWSForm.resx188.27 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .resx|.resxMainForm.resx6.07 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxConsoleForm.resx256.48 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csAWSForm.Designer.cs23.45 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csActorForm.cs9.09 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csBiblioBrolAboutBox.Designer.cs11.22 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csAWSForm.cs7.68 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csBorrowsForm.cs1.66 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csCopy of MainForm.Designer.cs16.91 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csConsoleForm.Designer.cs2.71 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csWebServiceForm.cs6.34 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .resx|.resxOldMainForm.resx58.06 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csCopy of MainForm.cs30.81 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .resx|.resxActorForm.resx44.98 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .resx|.resxBorrowsForm.resx73.4 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csMainForm.cs37.45 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxWebServiceForm.resx9.71 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .cs|.csMainForm.Designer.cs7.16 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csBorrowsForm.Designer.cs10.51 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csTasksForm.cs389 octets31/10/2018 18:32:28-refusé-
Afficher le fichier .resx|.resxBiblioBrolAboutBox.resx5.68 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csBrolForm.cs25.87 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csWebServiceForm.Designer.cs13.12 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .cs|.csMediabrolForm.Designer.cs142.05 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csConsoleForm.cs2.79 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csBrolForm.designer.cs41.73 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csMediabrolForm.cs31.94 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csStatsForm.Designer.cs11.59 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csActorForm.Designer.cs28.26 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csOldMainForm.Designer.cs83.98 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csStatsForm.cs5 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csBiblioBrolAboutBox.cs5.51 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csOldMainForm.cs27.08 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxTasksForm.resx187.31 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .cs|.csTasksForm.Designer.cs2.26 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .resx|.resxBrolForm.resx45.52 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .resx|.resxCopy of MainForm.resx7.53 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxStatsForm.resx187.5 Ko31/10/2018 18:32:28-refusé-

Utilisation de l'explorateur de code

  • Navigation :
    • Un clic sur une icône de répertoire ouvre ce répertoire pour en afficher les fichiers.
    • Lorsque le répertoire en cours ne contient pas de sous-répertoires il est possible de remonter vers le répertoire parent.
    • La structure de répertoires en treetable (tableau en forme d'arborescence) n'est plus possibledans cette version.
    • Un clic sur une icône de fichier ouvre ce fichier pour en afficher le code avec la coloration syntaxique adaptée en fonction du langage principal utilisé dans le fichier.
  • Affichage :
    • Il est possible de trier les répertoires ou les fichiers selon certains critères (nom, taille, date).
  • Actions :
    • Les actions possible sur les fichiers dépendent de vos droits d'utilisateur sur le site. Veuillez activer le mode utilisateur pour activer les actions.

Version en cache

15/11/2024 02:44:01 Cette version de la page est en cache (à la date du 15/11/2024 02:44:01) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.

Document créé le 16/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-bibliobrol-source-rf-view//WebServiceForm.Designer.cs.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.