Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.

AccessControl.Designer.cs

Description du code

AccessControl.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.controls.dao
  2. {
  3. partial class AccessControl
  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 Component 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. this.components = new System.ComponentModel.Container();
  32. this.dbPathTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  33. this.dbBrowseBtn = new System.Windows.Forms.Button();
  34. this.editBtn = new System.Windows.Forms.Button();
  35. this.dbPathLbl = new System.Windows.Forms.Label();
  36. this.accessPathGB = new System.Windows.Forms.GroupBox();
  37. this.dbVersionGB = new System.Windows.Forms.GroupBox();
  38. this.version2007RB = new System.Windows.Forms.RadioButton();
  39. this.version2003RB = new System.Windows.Forms.RadioButton();
  40. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  41. this.accessPathGB.SuspendLayout();
  42. this.dbVersionGB.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // dbPathTB
  46. //
  47. this.dbPathTB.AllowDrop = true;
  48. this.dbPathTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  49. | System.Windows.Forms.AnchorStyles.Right)));
  50. this.dbPathTB.Location = new System.Drawing.Point(19, 19);
  51. this.dbPathTB.Name = "dbPathTB";
  52. this.dbPathTB.Size = new System.Drawing.Size(157, 20);
  53. this.dbPathTB.TabIndex = 9;
  54. this.dbPathTB.Visible = false;
  55. //
  56. // dbBrowseBtn
  57. //
  58. this.dbBrowseBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  59. this.dbBrowseBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolExplore;
  60. this.dbBrowseBtn.Location = new System.Drawing.Point(95, 45);
  61. this.dbBrowseBtn.MaximumSize = new System.Drawing.Size(80, 23);
  62. this.dbBrowseBtn.MinimumSize = new System.Drawing.Size(16, 23);
  63. this.dbBrowseBtn.Name = "dbBrowseBtn";
  64. this.dbBrowseBtn.Size = new System.Drawing.Size(80, 23);
  65. this.dbBrowseBtn.TabIndex = 10;
  66. this.dbBrowseBtn.Text = "Explorer";
  67. this.dbBrowseBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  68. this.toolTip1.SetToolTip(this.dbBrowseBtn, "Ouvrir une fenêtre d\'exploration pour trouver le fichier à utiliser.");
  69. this.dbBrowseBtn.UseVisualStyleBackColor = true;
  70. this.dbBrowseBtn.Click += new System.EventHandler(this.dbBrowseBtn_Click);
  71. //
  72. // editBtn
  73. //
  74. this.editBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  75. this.editBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolEditBtn;
  76. this.editBtn.Location = new System.Drawing.Point(9, 45);
  77. this.editBtn.MaximumSize = new System.Drawing.Size(80, 23);
  78. this.editBtn.MinimumSize = new System.Drawing.Size(16, 23);
  79. this.editBtn.Name = "editBtn";
  80. this.editBtn.Size = new System.Drawing.Size(80, 23);
  81. this.editBtn.TabIndex = 23;
  82. this.editBtn.Text = "Modifier";
  83. this.editBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  84. this.toolTip1.SetToolTip(this.editBtn, "Introduire manuellement un nouveau chemin ou modifier celui-ci.");
  85. this.editBtn.UseVisualStyleBackColor = true;
  86. this.editBtn.Click += new System.EventHandler(this.editBtn_Click);
  87. //
  88. // dbPathLbl
  89. //
  90. this.dbPathLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  91. | System.Windows.Forms.AnchorStyles.Right)));
  92. this.dbPathLbl.AutoEllipsis = true;
  93. this.dbPathLbl.Location = new System.Drawing.Point(6, 22);
  94. this.dbPathLbl.Name = "dbPathLbl";
  95. this.dbPathLbl.Size = new System.Drawing.Size(170, 13);
  96. this.dbPathLbl.TabIndex = 24;
  97. this.dbPathLbl.Text = "label";
  98. //
  99. // accessPathGB
  100. //
  101. this.accessPathGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  102. | System.Windows.Forms.AnchorStyles.Right)));
  103. this.accessPathGB.Controls.Add(this.dbPathTB);
  104. this.accessPathGB.Controls.Add(this.dbPathLbl);
  105. this.accessPathGB.Controls.Add(this.editBtn);
  106. this.accessPathGB.Controls.Add(this.dbBrowseBtn);
  107. this.accessPathGB.Location = new System.Drawing.Point(3, -2);
  108. this.accessPathGB.Name = "accessPathGB";
  109. this.accessPathGB.Size = new System.Drawing.Size(182, 76);
  110. this.accessPathGB.TabIndex = 25;
  111. this.accessPathGB.TabStop = false;
  112. this.accessPathGB.Text = "Chemin de la DB Access";
  113. //
  114. // dbVersionGB
  115. //
  116. this.dbVersionGB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  117. | System.Windows.Forms.AnchorStyles.Left)
  118. | System.Windows.Forms.AnchorStyles.Right)));
  119. this.dbVersionGB.Controls.Add(this.version2007RB);
  120. this.dbVersionGB.Controls.Add(this.version2003RB);
  121. this.dbVersionGB.Location = new System.Drawing.Point(4, 81);
  122. this.dbVersionGB.Name = "dbVersionGB";
  123. this.dbVersionGB.Size = new System.Drawing.Size(181, 75);
  124. this.dbVersionGB.TabIndex = 26;
  125. this.dbVersionGB.TabStop = false;
  126. this.dbVersionGB.Text = "Version de la DB";
  127. //
  128. // version2007RB
  129. //
  130. this.version2007RB.AutoSize = true;
  131. this.version2007RB.Location = new System.Drawing.Point(8, 43);
  132. this.version2007RB.Name = "version2007RB";
  133. this.version2007RB.Size = new System.Drawing.Size(87, 17);
  134. this.version2007RB.TabIndex = 1;
  135. this.version2007RB.Text = "Access 2007";
  136. this.toolTip1.SetToolTip(this.version2007RB, "Attention : ce format n\'est pas recomandé pour une utilisation itinérante.");
  137. this.version2007RB.UseVisualStyleBackColor = true;
  138. this.version2007RB.CheckedChanged += new System.EventHandler(this.version_CheckedChanged);
  139. //
  140. // version2003RB
  141. //
  142. this.version2003RB.AutoSize = true;
  143. this.version2003RB.Checked = true;
  144. this.version2003RB.Location = new System.Drawing.Point(8, 20);
  145. this.version2003RB.Name = "version2003RB";
  146. this.version2003RB.Size = new System.Drawing.Size(146, 17);
  147. this.version2003RB.TabIndex = 0;
  148. this.version2003RB.TabStop = true;
  149. this.version2003RB.Text = "Access 2003 ou antérieur";
  150. this.toolTip1.SetToolTip(this.version2003RB, "Ce format ne nécessite pas l\'installation de MS Access sur la machine.");
  151. this.version2003RB.UseVisualStyleBackColor = true;
  152. this.version2003RB.CheckedChanged += new System.EventHandler(this.version_CheckedChanged);
  153. //
  154. // AccessControl
  155. //
  156. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  157. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  158. this.AutoScroll = true;
  159. this.AutoScrollMinSize = new System.Drawing.Size(188, 162);
  160. this.Controls.Add(this.dbVersionGB);
  161. this.Controls.Add(this.accessPathGB);
  162. this.Name = "AccessControl";
  163. this.Size = new System.Drawing.Size(188, 162);
  164. this.Resize += new System.EventHandler(this.AccessControl_Resize);
  165. this.accessPathGB.ResumeLayout(false);
  166. this.accessPathGB.PerformLayout();
  167. this.dbVersionGB.ResumeLayout(false);
  168. this.dbVersionGB.PerformLayout();
  169. this.ResumeLayout(false);
  170.  
  171. }
  172.  
  173. #endregion
  174.  
  175. private be.gaudry.view.controls.TextBoxDragDrop dbPathTB;
  176. private System.Windows.Forms.Button dbBrowseBtn;
  177. private System.Windows.Forms.Button editBtn;
  178. private System.Windows.Forms.Label dbPathLbl;
  179. private System.Windows.Forms.GroupBox accessPathGB;
  180. private System.Windows.Forms.GroupBox dbVersionGB;
  181. private System.Windows.Forms.RadioButton version2007RB;
  182. private System.Windows.Forms.RadioButton version2003RB;
  183. private System.Windows.Forms.ToolTip toolTip1;
  184. }
  185. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/dao/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1719661410 29/06/2024 13:43:30
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/dao/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csAccessControl.Designer.cs9.77 Ko31/10/2018 18:33:18-refusé-
Afficher le fichier .resx|.resxAccessControl.resx5.87 Ko31/10/2018 18:33:18-refusé-
Afficher le fichier .cs|.csMySQLControl.cs1.56 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csAccessControl.cs8.65 Ko31/10/2018 18:33:18-refusé-
Afficher le fichier .resx|.resxSQLEControl.resx5.68 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .resx|.resxDBProvidersControl.resx5.68 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csDBProvidersControl.cs574 octets31/10/2018 18:33:18-refusé-
Afficher le fichier .cs|.csSQLEControl.Designer.cs6.99 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csMySQLControl.Designer.cs6.6 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csDBProvidersControl.Designer.cs2.35 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csSQLEControl.cs1.16 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csIDBControl.cs223 octets31/10/2018 18:33:19-refusé-
Afficher le fichier .resx|.resxMySQLControl.resx5.68 Ko31/10/2018 18:33:19-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.

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 16/10/2009 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/cs-bibliobrol-source-rf-view/controls/dao/AccessControl.Designer.cs.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.