DBSelectControl.Designer.cs

Description du code

DBSelectControl.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
  2. {
  3. partial class DBSelectControl
  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.selectionPanel = new System.Windows.Forms.Panel();
  33. this.dbTypeCB = new System.Windows.Forms.ComboBox();
  34. this.dbTypeLbl = new System.Windows.Forms.Label();
  35. this.mainTLP = new System.Windows.Forms.TableLayoutPanel();
  36. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  37. this.executeBatchCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  38. this.saveCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  39. this.reloadCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  40. this.selectionPanel.SuspendLayout();
  41. this.mainTLP.SuspendLayout();
  42. this.contextMenuStrip1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // selectionPanel
  46. //
  47. this.selectionPanel.Controls.Add(this.dbTypeCB);
  48. this.selectionPanel.Controls.Add(this.dbTypeLbl);
  49. this.selectionPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.selectionPanel.Location = new System.Drawing.Point(3, 3);
  51. this.selectionPanel.Name = "selectionPanel";
  52. this.selectionPanel.Size = new System.Drawing.Size(81, 34);
  53. this.selectionPanel.TabIndex = 1;
  54. //
  55. // dbTypeCB
  56. //
  57. this.dbTypeCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.dbTypeCB.FormattingEnabled = true;
  60. this.dbTypeCB.Location = new System.Drawing.Point(45, 7);
  61. this.dbTypeCB.Name = "dbTypeCB";
  62. this.dbTypeCB.Size = new System.Drawing.Size(24, 21);
  63. this.dbTypeCB.TabIndex = 6;
  64. this.dbTypeCB.SelectedIndexChanged += new System.EventHandler(this.dbTypeCB_SelectedIndexChanged);
  65. //
  66. // dbTypeLbl
  67. //
  68. this.dbTypeLbl.AutoSize = true;
  69. this.dbTypeLbl.Location = new System.Drawing.Point(5, 11);
  70. this.dbTypeLbl.Name = "dbTypeLbl";
  71. this.dbTypeLbl.Size = new System.Drawing.Size(34, 13);
  72. this.dbTypeLbl.TabIndex = 5;
  73. this.dbTypeLbl.Text = "Type ";
  74. //
  75. // mainTLP
  76. //
  77. this.mainTLP.ColumnCount = 1;
  78. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  79. this.mainTLP.Controls.Add(this.selectionPanel, 0, 0);
  80. this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.mainTLP.Location = new System.Drawing.Point(0, 0);
  82. this.mainTLP.Name = "mainTLP";
  83. this.mainTLP.RowCount = 2;
  84. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  85. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  86. this.mainTLP.Size = new System.Drawing.Size(87, 99);
  87. this.mainTLP.TabIndex = 2;
  88. //
  89. // contextMenuStrip1
  90. //
  91. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  92. this.executeBatchCTsMi,
  93. this.saveCTsMi,
  94. this.reloadCTsMi});
  95. this.contextMenuStrip1.Name = "contextMenuStrip1";
  96. this.contextMenuStrip1.Size = new System.Drawing.Size(215, 70);
  97. //
  98. // executeBatchCTsMi
  99. //
  100. this.executeBatchCTsMi.Name = "executeBatchCTsMi";
  101. this.executeBatchCTsMi.Size = new System.Drawing.Size(214, 22);
  102. this.executeBatchCTsMi.Text = "Batch";
  103. this.executeBatchCTsMi.Click += new System.EventHandler(this.executeBatch_Click);
  104. //
  105. // saveCTsMi
  106. //
  107. this.saveCTsMi.Name = "saveCTsMi";
  108. this.saveCTsMi.Size = new System.Drawing.Size(214, 22);
  109. this.saveCTsMi.Text = "Sauver";
  110. this.saveCTsMi.Click += new System.EventHandler(this.save_Click);
  111. //
  112. // reloadCTsMi
  113. //
  114. this.reloadCTsMi.Name = "reloadCTsMi";
  115. this.reloadCTsMi.Size = new System.Drawing.Size(214, 22);
  116. this.reloadCTsMi.Text = "Recharger la configuration";
  117. this.reloadCTsMi.Click += new System.EventHandler(this.reloadCTsMi_Click);
  118. //
  119. // DBSelectControl
  120. //
  121. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  122. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  123. this.Controls.Add(this.mainTLP);
  124. this.Name = "DBSelectControl";
  125. this.Size = new System.Drawing.Size(87, 99);
  126. this.selectionPanel.ResumeLayout(false);
  127. this.selectionPanel.PerformLayout();
  128. this.mainTLP.ResumeLayout(false);
  129. this.contextMenuStrip1.ResumeLayout(false);
  130. this.ResumeLayout(false);
  131.  
  132. }
  133.  
  134. #endregion
  135.  
  136. private System.Windows.Forms.Panel selectionPanel;
  137. private System.Windows.Forms.ComboBox dbTypeCB;
  138. private System.Windows.Forms.Label dbTypeLbl;
  139. private System.Windows.Forms.TableLayoutPanel mainTLP;
  140.  
  141. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  142. private System.Windows.Forms.ToolStripMenuItem executeBatchCTsMi;
  143. private System.Windows.Forms.ToolStripMenuItem saveCTsMi;
  144. private System.Windows.Forms.ToolStripMenuItem reloadCTsMi;
  145. }
  146. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/ 
IcôneNomTailleModification
IcôneNomTailleModification
| _ Répertoire parent0 octets1718636265 17/06/2024 16:57:45
| _dao0 octets1541007199 31/10/2018 18:33:19
| _toolBars0 octets1541007200 31/10/2018 18:33:20
| _webInfo0 octets1541007201 31/10/2018 18:33:21
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csPersonSelectControl.cs4.89 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csCreateStructureControl.cs7.49 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDBSelectControl.cs3.23 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csPersonInfoControl.Designer.cs13.13 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxDirControl.resx5.68 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .resx|.resxBrolInfoControl.resx6.06 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csBrolEditControl.cs25.36 Ko31/10/2018 18:32:55-refusé-
Afficher le fichier .cs|.csPersonEditControl.cs15.67 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csSearchControl.cs18.88 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxDBSelectControl.resx5.88 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csBrolInfoControl.Designer.cs22.81 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csInfoControl.cs2.04 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDirControl.Designer.cs5.83 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csSelectConsoleVerboseControl.cs5.49 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csPersonSelectedEventArgs.cs779 octets31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxSelectConsoleVerboseControl.resx5.68 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csTodoControl.cs13.73 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csSelectConsoleVerboseControl.Designer.cs45.29 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csBrolEditControl.Designer.cs40.09 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDBSelectControl.Designer.cs6.71 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csPersonEditControl.Designer.cs27.54 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxPersonInfoControl.resx6.42 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csCreateStructureControl.Designer.cs5 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDirPathModifiedEventArgs.cs871 octets31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csInfoControl.Designer.cs3.18 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csBrolInfoControl.cs5.14 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .resx|.resxBrolEditControl.resx6.04 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csPersonInfoControl.cs2.22 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxInfoControl.resx5.68 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDirControl.cs4.51 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .resx|.resxCreateStructureControl.resx6.44 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csSerieEditControl.cs2.58 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxSerieEditControl.resx7.45 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxTodoControl.resx6.76 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csTodoControl.Designer.cs28.27 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxSearchControl.resx6.43 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csPersonSelectControl.Designer.cs14.74 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csSearchControl.Designer.cs25.75 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxPersonEditControl.resx7.96 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csSerieEditControl.Designer.cs6.65 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxPersonSelectControl.resx5.68 Ko31/10/2018 18:32:57-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.

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/controls/DBSelectControl.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.