Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code LNG204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.

SearchControl.Designer.cs

Description du code

SearchControl.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 SearchControl
  4. {
  5. /// <summary>
  6. /// Variable nécessaire au concepteur.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Nettoyage des ressources utilisées.
  12. /// </summary>
  13. /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, 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 Code généré par le Concepteur de composants
  24.  
  25. /// <summary>
  26. /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
  27. /// le contenu de cette méthode avec l'éditeur de code.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.components = new System.ComponentModel.Container();
  32. this.titleGB = new System.Windows.Forms.GroupBox();
  33. this.searchOnTitleCB = new System.Windows.Forms.CheckBox();
  34. this.searchStrictTextRB = new System.Windows.Forms.RadioButton();
  35. this.searchContainsRB = new System.Windows.Forms.RadioButton();
  36. this.searchEndsByRB = new System.Windows.Forms.RadioButton();
  37. this.searchStartsByRB = new System.Windows.Forms.RadioButton();
  38. this.searchOnTextModifiedChkB = new System.Windows.Forms.CheckBox();
  39. this.searchTitleTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  40. this.searchMiscGB = new System.Windows.Forms.GroupBox();
  41. this.searchBorrowsLbl = new System.Windows.Forms.Label();
  42. this.searchBorrowsCB = new System.Windows.Forms.ComboBox();
  43. this.searchBrolTypeLbl = new System.Windows.Forms.Label();
  44. this.searchBrolTypeCB = new System.Windows.Forms.ComboBox();
  45. this.searchContentGB = new System.Windows.Forms.GroupBox();
  46. this.searchCategoryCLB = new System.Windows.Forms.CheckedListBox();
  47. this.searchSupportGB = new System.Windows.Forms.GroupBox();
  48. this.searchMediaTypeCB = new System.Windows.Forms.ComboBox();
  49. this.searchMediaTypeLbl = new System.Windows.Forms.Label();
  50. this.searchQualityLbl = new System.Windows.Forms.Label();
  51. this.searchQualityCB = new System.Windows.Forms.ComboBox();
  52. this.searchPersonsGB = new System.Windows.Forms.GroupBox();
  53. this.searchBorrowerLbl = new System.Windows.Forms.Label();
  54. this.searchBorrowerCB = new System.Windows.Forms.ComboBox();
  55. this.searchOwnerLbl = new System.Windows.Forms.Label();
  56. this.searchOwnerCB = new System.Windows.Forms.ComboBox();
  57. this.searchActorsCLB = new System.Windows.Forms.CheckedListBox();
  58. this.searchActorsLbl = new System.Windows.Forms.Label();
  59. this.searchInfoLbl = new System.Windows.Forms.Label();
  60. this.toolTip = new System.Windows.Forms.ToolTip(this.components);
  61. this.brolTypeImageList = new System.Windows.Forms.ImageList(this.components);
  62. this.searchSerieGB = new System.Windows.Forms.GroupBox();
  63. this.searchSeriesCLB = new System.Windows.Forms.CheckedListBox();
  64. this.titleGB.SuspendLayout();
  65. this.searchMiscGB.SuspendLayout();
  66. this.searchContentGB.SuspendLayout();
  67. this.searchSupportGB.SuspendLayout();
  68. this.searchPersonsGB.SuspendLayout();
  69. this.searchSerieGB.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // titleGB
  73. //
  74. this.titleGB.Controls.Add(this.searchOnTitleCB);
  75. this.titleGB.Controls.Add(this.searchStrictTextRB);
  76. this.titleGB.Controls.Add(this.searchContainsRB);
  77. this.titleGB.Controls.Add(this.searchEndsByRB);
  78. this.titleGB.Controls.Add(this.searchStartsByRB);
  79. this.titleGB.Controls.Add(this.searchOnTextModifiedChkB);
  80. this.titleGB.Controls.Add(this.searchTitleTB);
  81. this.titleGB.Location = new System.Drawing.Point(3, 3);
  82. this.titleGB.Name = "titleGB";
  83. this.titleGB.Size = new System.Drawing.Size(503, 123);
  84. this.titleGB.TabIndex = 9;
  85. this.titleGB.TabStop = false;
  86. this.titleGB.Text = "Titre";
  87. //
  88. // searchOnTitleCB
  89. //
  90. this.searchOnTitleCB.AutoSize = true;
  91. this.searchOnTitleCB.Checked = true;
  92. this.searchOnTitleCB.CheckState = System.Windows.Forms.CheckState.Checked;
  93. this.searchOnTitleCB.Location = new System.Drawing.Point(6, 19);
  94. this.searchOnTitleCB.Name = "searchOnTitleCB";
  95. this.searchOnTitleCB.Size = new System.Drawing.Size(91, 17);
  96. this.searchOnTitleCB.TabIndex = 12;
  97. this.searchOnTitleCB.Text = "Tous les titres";
  98. this.toolTip.SetToolTip(this.searchOnTitleCB, "Activer ou désactiver la recherche sur le titre de l\'ouvrage auquel se réfère l\'e" +
  99. "xemplaire");
  100. this.searchOnTitleCB.UseVisualStyleBackColor = true;
  101. this.searchOnTitleCB.CheckedChanged += new System.EventHandler(this.searchOnTitleCB_CheckedChanged);
  102. //
  103. // searchStrictTextRB
  104. //
  105. this.searchStrictTextRB.AutoSize = true;
  106. this.searchStrictTextRB.Checked = true;
  107. this.searchStrictTextRB.Enabled = false;
  108. this.searchStrictTextRB.Location = new System.Drawing.Point(103, 91);
  109. this.searchStrictTextRB.Name = "searchStrictTextRB";
  110. this.searchStrictTextRB.Size = new System.Drawing.Size(81, 17);
  111. this.searchStrictTextRB.TabIndex = 11;
  112. this.searchStrictTextRB.TabStop = true;
  113. this.searchStrictTextRB.Text = "Texte exact";
  114. this.searchStrictTextRB.UseVisualStyleBackColor = true;
  115. this.searchStrictTextRB.CheckedChanged += new System.EventHandler(this.showSearchResultAction);
  116. //
  117. // searchContainsRB
  118. //
  119. this.searchContainsRB.AutoSize = true;
  120. this.searchContainsRB.Enabled = false;
  121. this.searchContainsRB.Location = new System.Drawing.Point(103, 69);
  122. this.searchContainsRB.Name = "searchContainsRB";
  123. this.searchContainsRB.Size = new System.Drawing.Size(125, 17);
  124. this.searchContainsRB.TabIndex = 10;
  125. this.searchContainsRB.Text = "Le texte comprend ...";
  126. this.searchContainsRB.UseVisualStyleBackColor = true;
  127. this.searchContainsRB.CheckedChanged += new System.EventHandler(this.showSearchResultAction);
  128. //
  129. // searchEndsByRB
  130. //
  131. this.searchEndsByRB.AutoSize = true;
  132. this.searchEndsByRB.Enabled = false;
  133. this.searchEndsByRB.Location = new System.Drawing.Point(296, 91);
  134. this.searchEndsByRB.Name = "searchEndsByRB";
  135. this.searchEndsByRB.Size = new System.Drawing.Size(144, 17);
  136. this.searchEndsByRB.TabIndex = 9;
  137. this.searchEndsByRB.Text = "Le texte se termine par ...";
  138. this.searchEndsByRB.UseVisualStyleBackColor = true;
  139. this.searchEndsByRB.CheckedChanged += new System.EventHandler(this.showSearchResultAction);
  140. //
  141. // searchStartsByRB
  142. //
  143. this.searchStartsByRB.AutoSize = true;
  144. this.searchStartsByRB.Enabled = false;
  145. this.searchStartsByRB.Location = new System.Drawing.Point(296, 69);
  146. this.searchStartsByRB.Name = "searchStartsByRB";
  147. this.searchStartsByRB.Size = new System.Drawing.Size(129, 17);
  148. this.searchStartsByRB.TabIndex = 8;
  149. this.searchStartsByRB.Text = "Le texte débute par ...";
  150. this.searchStartsByRB.UseVisualStyleBackColor = true;
  151. this.searchStartsByRB.CheckedChanged += new System.EventHandler(this.showSearchResultAction);
  152. //
  153. // searchOnTextModifiedChkB
  154. //
  155. this.searchOnTextModifiedChkB.AutoSize = true;
  156. this.searchOnTextModifiedChkB.Enabled = false;
  157. this.searchOnTextModifiedChkB.Location = new System.Drawing.Point(103, 46);
  158. this.searchOnTextModifiedChkB.Name = "searchOnTextModifiedChkB";
  159. this.searchOnTextModifiedChkB.Size = new System.Drawing.Size(322, 17);
  160. this.searchOnTextModifiedChkB.TabIndex = 7;
  161. this.searchOnTextModifiedChkB.Text = "Effectuer le recherche à chaque fois qu\'une lettre est introduite";
  162. this.searchOnTextModifiedChkB.UseVisualStyleBackColor = true;
  163. this.searchOnTextModifiedChkB.CheckedChanged += new System.EventHandler(this.searchOnTextModifiedChkB_CheckedChanged);
  164. //
  165. // searchTitleTB
  166. //
  167. this.searchTitleTB.AllowDrop = true;
  168. this.searchTitleTB.Enabled = false;
  169. this.searchTitleTB.Location = new System.Drawing.Point(125, 19);
  170. this.searchTitleTB.Name = "searchTitleTB";
  171. this.searchTitleTB.Size = new System.Drawing.Size(357, 20);
  172. this.searchTitleTB.TabIndex = 5;
  173. this.toolTip.SetToolTip(this.searchTitleTB, "Titre (ou partie de titre) à chercher");
  174. //
  175. // searchMiscGB
  176. //
  177. this.searchMiscGB.Controls.Add(this.searchBorrowsLbl);
  178. this.searchMiscGB.Controls.Add(this.searchBorrowsCB);
  179. this.searchMiscGB.Controls.Add(this.searchBrolTypeLbl);
  180. this.searchMiscGB.Controls.Add(this.searchBrolTypeCB);
  181. this.searchMiscGB.Location = new System.Drawing.Point(3, 132);
  182. this.searchMiscGB.Name = "searchMiscGB";
  183. this.searchMiscGB.Size = new System.Drawing.Size(505, 82);
  184. this.searchMiscGB.TabIndex = 8;
  185. this.searchMiscGB.TabStop = false;
  186. this.searchMiscGB.Text = "Divers";
  187. //
  188. // searchBorrowsLbl
  189. //
  190. this.searchBorrowsLbl.AutoSize = true;
  191. this.searchBorrowsLbl.Location = new System.Drawing.Point(3, 49);
  192. this.searchBorrowsLbl.Name = "searchBorrowsLbl";
  193. this.searchBorrowsLbl.Size = new System.Drawing.Size(51, 13);
  194. this.searchBorrowsLbl.TabIndex = 10;
  195. this.searchBorrowsLbl.Text = "Emprunts";
  196. //
  197. // searchBorrowsCB
  198. //
  199. this.searchBorrowsCB.FormattingEnabled = true;
  200. this.searchBorrowsCB.Items.AddRange(new object[] {
  201. "Tous les exemplaires",
  202. "Exemplaires disponibles (sans les emprunts)",
  203. "Exemplaires ayant été empruntés",
  204. "Exemplaires actuellement en prêt "});
  205. this.searchBorrowsCB.Location = new System.Drawing.Point(103, 46);
  206. this.searchBorrowsCB.Name = "searchBorrowsCB";
  207. this.searchBorrowsCB.Size = new System.Drawing.Size(277, 21);
  208. this.searchBorrowsCB.TabIndex = 9;
  209. this.searchBorrowsCB.SelectedIndexChanged += new System.EventHandler(this.showSearchResultAction);
  210. //
  211. // searchBrolTypeLbl
  212. //
  213. this.searchBrolTypeLbl.AutoSize = true;
  214. this.searchBrolTypeLbl.Location = new System.Drawing.Point(3, 22);
  215. this.searchBrolTypeLbl.Name = "searchBrolTypeLbl";
  216. this.searchBrolTypeLbl.Size = new System.Drawing.Size(81, 13);
  217. this.searchBrolTypeLbl.TabIndex = 4;
  218. this.searchBrolTypeLbl.Text = "Type d\'ouvrage";
  219. //
  220. // searchBrolTypeCB
  221. //
  222. this.searchBrolTypeCB.FormattingEnabled = true;
  223. this.searchBrolTypeCB.Location = new System.Drawing.Point(103, 22);
  224. this.searchBrolTypeCB.Name = "searchBrolTypeCB";
  225. this.searchBrolTypeCB.Size = new System.Drawing.Size(277, 21);
  226. this.searchBrolTypeCB.TabIndex = 1;
  227. this.searchBrolTypeCB.SelectedIndexChanged += new System.EventHandler(this.searchBrolTypeCB_SelectedIndexChanged);
  228. //
  229. // searchContentGB
  230. //
  231. this.searchContentGB.Controls.Add(this.searchCategoryCLB);
  232. this.searchContentGB.Location = new System.Drawing.Point(5, 300);
  233. this.searchContentGB.Name = "searchContentGB";
  234. this.searchContentGB.Size = new System.Drawing.Size(221, 83);
  235. this.searchContentGB.TabIndex = 7;
  236. this.searchContentGB.TabStop = false;
  237. this.searchContentGB.Text = "Catégories";
  238. //
  239. // searchCategoryCLB
  240. //
  241. this.searchCategoryCLB.BackColor = System.Drawing.SystemColors.Control;
  242. this.searchCategoryCLB.CheckOnClick = true;
  243. this.searchCategoryCLB.Dock = System.Windows.Forms.DockStyle.Fill;
  244. this.searchCategoryCLB.Enabled = false;
  245. this.searchCategoryCLB.FormattingEnabled = true;
  246. this.searchCategoryCLB.Location = new System.Drawing.Point(3, 16);
  247. this.searchCategoryCLB.Name = "searchCategoryCLB";
  248. this.searchCategoryCLB.Size = new System.Drawing.Size(215, 64);
  249. this.searchCategoryCLB.Sorted = true;
  250. this.searchCategoryCLB.TabIndex = 4;
  251. this.searchCategoryCLB.SelectedIndexChanged += new System.EventHandler(this.searchCategoryCLB_SelectedIndexChanged);
  252. //
  253. // searchSupportGB
  254. //
  255. this.searchSupportGB.Controls.Add(this.searchMediaTypeCB);
  256. this.searchSupportGB.Controls.Add(this.searchMediaTypeLbl);
  257. this.searchSupportGB.Controls.Add(this.searchQualityLbl);
  258. this.searchSupportGB.Controls.Add(this.searchQualityCB);
  259. this.searchSupportGB.Location = new System.Drawing.Point(5, 220);
  260. this.searchSupportGB.Name = "searchSupportGB";
  261. this.searchSupportGB.Size = new System.Drawing.Size(224, 74);
  262. this.searchSupportGB.TabIndex = 5;
  263. this.searchSupportGB.TabStop = false;
  264. this.searchSupportGB.Text = "Support d\'exemplaire";
  265. //
  266. // searchMediaTypeCB
  267. //
  268. this.searchMediaTypeCB.Enabled = false;
  269. this.searchMediaTypeCB.FormattingEnabled = true;
  270. this.searchMediaTypeCB.Location = new System.Drawing.Point(80, 19);
  271. this.searchMediaTypeCB.Name = "searchMediaTypeCB";
  272. this.searchMediaTypeCB.Size = new System.Drawing.Size(121, 21);
  273. this.searchMediaTypeCB.TabIndex = 4;
  274. this.searchMediaTypeCB.SelectedIndexChanged += new System.EventHandler(this.searchMediaTypeCB_SelectedIndexChanged);
  275. //
  276. // searchMediaTypeLbl
  277. //
  278. this.searchMediaTypeLbl.AutoSize = true;
  279. this.searchMediaTypeLbl.Location = new System.Drawing.Point(11, 22);
  280. this.searchMediaTypeLbl.Name = "searchMediaTypeLbl";
  281. this.searchMediaTypeLbl.Size = new System.Drawing.Size(31, 13);
  282. this.searchMediaTypeLbl.TabIndex = 3;
  283. this.searchMediaTypeLbl.Text = "Type";
  284. //
  285. // searchQualityLbl
  286. //
  287. this.searchQualityLbl.AutoSize = true;
  288. this.searchQualityLbl.Location = new System.Drawing.Point(13, 43);
  289. this.searchQualityLbl.Name = "searchQualityLbl";
  290. this.searchQualityLbl.Size = new System.Drawing.Size(40, 13);
  291. this.searchQualityLbl.TabIndex = 1;
  292. this.searchQualityLbl.Text = "Qualité";
  293. //
  294. // searchQualityCB
  295. //
  296. this.searchQualityCB.Enabled = false;
  297. this.searchQualityCB.FormattingEnabled = true;
  298. this.searchQualityCB.Location = new System.Drawing.Point(80, 40);
  299. this.searchQualityCB.Name = "searchQualityCB";
  300. this.searchQualityCB.Size = new System.Drawing.Size(121, 21);
  301. this.searchQualityCB.TabIndex = 0;
  302. //
  303. // searchPersonsGB
  304. //
  305. this.searchPersonsGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  306. | System.Windows.Forms.AnchorStyles.Left)));
  307. this.searchPersonsGB.Controls.Add(this.searchBorrowerLbl);
  308. this.searchPersonsGB.Controls.Add(this.searchBorrowerCB);
  309. this.searchPersonsGB.Controls.Add(this.searchOwnerLbl);
  310. this.searchPersonsGB.Controls.Add(this.searchOwnerCB);
  311. this.searchPersonsGB.Controls.Add(this.searchActorsCLB);
  312. this.searchPersonsGB.Controls.Add(this.searchActorsLbl);
  313. this.searchPersonsGB.Location = new System.Drawing.Point(241, 220);
  314. this.searchPersonsGB.Name = "searchPersonsGB";
  315. this.searchPersonsGB.Size = new System.Drawing.Size(269, 229);
  316. this.searchPersonsGB.TabIndex = 6;
  317. this.searchPersonsGB.TabStop = false;
  318. this.searchPersonsGB.Text = "Personnes";
  319. //
  320. // searchBorrowerLbl
  321. //
  322. this.searchBorrowerLbl.AutoSize = true;
  323. this.searchBorrowerLbl.Location = new System.Drawing.Point(11, 43);
  324. this.searchBorrowerLbl.Name = "searchBorrowerLbl";
  325. this.searchBorrowerLbl.Size = new System.Drawing.Size(61, 13);
  326. this.searchBorrowerLbl.TabIndex = 8;
  327. this.searchBorrowerLbl.Text = "Emprunteur";
  328. //
  329. // searchBorrowerCB
  330. //
  331. this.searchBorrowerCB.Enabled = false;
  332. this.searchBorrowerCB.FormattingEnabled = true;
  333. this.searchBorrowerCB.Location = new System.Drawing.Point(89, 41);
  334. this.searchBorrowerCB.Name = "searchBorrowerCB";
  335. this.searchBorrowerCB.Size = new System.Drawing.Size(174, 21);
  336. this.searchBorrowerCB.TabIndex = 7;
  337. //
  338. // searchOwnerLbl
  339. //
  340. this.searchOwnerLbl.AutoSize = true;
  341. this.searchOwnerLbl.Location = new System.Drawing.Point(12, 20);
  342. this.searchOwnerLbl.Name = "searchOwnerLbl";
  343. this.searchOwnerLbl.Size = new System.Drawing.Size(60, 13);
  344. this.searchOwnerLbl.TabIndex = 6;
  345. this.searchOwnerLbl.Text = "Propriétaire";
  346. //
  347. // searchOwnerCB
  348. //
  349. this.searchOwnerCB.Enabled = false;
  350. this.searchOwnerCB.FormattingEnabled = true;
  351. this.searchOwnerCB.Location = new System.Drawing.Point(89, 17);
  352. this.searchOwnerCB.Name = "searchOwnerCB";
  353. this.searchOwnerCB.Size = new System.Drawing.Size(174, 21);
  354. this.searchOwnerCB.TabIndex = 5;
  355. //
  356. // searchActorsCLB
  357. //
  358. this.searchActorsCLB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  359. | System.Windows.Forms.AnchorStyles.Left)));
  360. this.searchActorsCLB.BackColor = System.Drawing.SystemColors.Control;
  361. this.searchActorsCLB.Enabled = false;
  362. this.searchActorsCLB.FormattingEnabled = true;
  363. this.searchActorsCLB.Location = new System.Drawing.Point(78, 90);
  364. this.searchActorsCLB.Name = "searchActorsCLB";
  365. this.searchActorsCLB.Size = new System.Drawing.Size(185, 124);
  366. this.searchActorsCLB.TabIndex = 4;
  367. //
  368. // searchActorsLbl
  369. //
  370. this.searchActorsLbl.AutoSize = true;
  371. this.searchActorsLbl.Location = new System.Drawing.Point(29, 90);
  372. this.searchActorsLbl.Name = "searchActorsLbl";
  373. this.searchActorsLbl.Size = new System.Drawing.Size(43, 13);
  374. this.searchActorsLbl.TabIndex = 3;
  375. this.searchActorsLbl.Text = "Acteurs";
  376. //
  377. // searchInfoLbl
  378. //
  379. this.searchInfoLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  380. this.searchInfoLbl.AutoSize = true;
  381. this.searchInfoLbl.Location = new System.Drawing.Point(6, 464);
  382. this.searchInfoLbl.Name = "searchInfoLbl";
  383. this.searchInfoLbl.Size = new System.Drawing.Size(96, 13);
  384. this.searchInfoLbl.TabIndex = 28;
  385. this.searchInfoLbl.Text = "Nb d\'exemplaires : ";
  386. //
  387. // brolTypeImageList
  388. //
  389. this.brolTypeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  390. this.brolTypeImageList.ImageSize = new System.Drawing.Size(16, 16);
  391. this.brolTypeImageList.TransparentColor = System.Drawing.Color.Transparent;
  392. //
  393. // searchSerieGB
  394. //
  395. this.searchSerieGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  396. | System.Windows.Forms.AnchorStyles.Left)));
  397. this.searchSerieGB.Controls.Add(this.searchSeriesCLB);
  398. this.searchSerieGB.Location = new System.Drawing.Point(5, 386);
  399. this.searchSerieGB.Name = "searchSerieGB";
  400. this.searchSerieGB.Size = new System.Drawing.Size(221, 63);
  401. this.searchSerieGB.TabIndex = 8;
  402. this.searchSerieGB.TabStop = false;
  403. this.searchSerieGB.Text = "Séries";
  404. //
  405. // searchSeriesCLB
  406. //
  407. this.searchSeriesCLB.BackColor = System.Drawing.SystemColors.Control;
  408. this.searchSeriesCLB.CheckOnClick = true;
  409. this.searchSeriesCLB.Dock = System.Windows.Forms.DockStyle.Fill;
  410. this.searchSeriesCLB.Enabled = false;
  411. this.searchSeriesCLB.FormattingEnabled = true;
  412. this.searchSeriesCLB.Location = new System.Drawing.Point(3, 16);
  413. this.searchSeriesCLB.Name = "searchSeriesCLB";
  414. this.searchSeriesCLB.Size = new System.Drawing.Size(215, 34);
  415. this.searchSeriesCLB.Sorted = true;
  416. this.searchSeriesCLB.TabIndex = 4;
  417. //
  418. // SearchControl
  419. //
  420. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  421. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  422. this.Controls.Add(this.searchSerieGB);
  423. this.Controls.Add(this.searchInfoLbl);
  424. this.Controls.Add(this.titleGB);
  425. this.Controls.Add(this.searchMiscGB);
  426. this.Controls.Add(this.searchContentGB);
  427. this.Controls.Add(this.searchSupportGB);
  428. this.Controls.Add(this.searchPersonsGB);
  429. this.Name = "SearchControl";
  430. this.Size = new System.Drawing.Size(530, 500);
  431. this.titleGB.ResumeLayout(false);
  432. this.titleGB.PerformLayout();
  433. this.searchMiscGB.ResumeLayout(false);
  434. this.searchMiscGB.PerformLayout();
  435. this.searchContentGB.ResumeLayout(false);
  436. this.searchSupportGB.ResumeLayout(false);
  437. this.searchSupportGB.PerformLayout();
  438. this.searchPersonsGB.ResumeLayout(false);
  439. this.searchPersonsGB.PerformLayout();
  440. this.searchSerieGB.ResumeLayout(false);
  441. this.ResumeLayout(false);
  442. this.PerformLayout();
  443.  
  444. }
  445.  
  446. #endregion
  447.  
  448. private System.Windows.Forms.GroupBox titleGB;
  449. private System.Windows.Forms.CheckBox searchOnTitleCB;
  450. private System.Windows.Forms.RadioButton searchStrictTextRB;
  451. private System.Windows.Forms.RadioButton searchContainsRB;
  452. private System.Windows.Forms.RadioButton searchEndsByRB;
  453. private System.Windows.Forms.RadioButton searchStartsByRB;
  454. private System.Windows.Forms.CheckBox searchOnTextModifiedChkB;
  455. private be.gaudry.view.controls.TextBoxDragDrop searchTitleTB;
  456. private System.Windows.Forms.GroupBox searchMiscGB;
  457. private System.Windows.Forms.Label searchBorrowsLbl;
  458. private System.Windows.Forms.ComboBox searchBorrowsCB;
  459. private System.Windows.Forms.Label searchBrolTypeLbl;
  460. private System.Windows.Forms.ComboBox searchBrolTypeCB;
  461. private System.Windows.Forms.GroupBox searchContentGB;
  462. private System.Windows.Forms.CheckedListBox searchCategoryCLB;
  463. private System.Windows.Forms.GroupBox searchSupportGB;
  464. private System.Windows.Forms.ComboBox searchMediaTypeCB;
  465. private System.Windows.Forms.Label searchMediaTypeLbl;
  466. private System.Windows.Forms.Label searchQualityLbl;
  467. private System.Windows.Forms.ComboBox searchQualityCB;
  468. private System.Windows.Forms.GroupBox searchPersonsGB;
  469. private System.Windows.Forms.Label searchBorrowerLbl;
  470. private System.Windows.Forms.ComboBox searchBorrowerCB;
  471. private System.Windows.Forms.Label searchOwnerLbl;
  472. private System.Windows.Forms.ComboBox searchOwnerCB;
  473. private System.Windows.Forms.CheckedListBox searchActorsCLB;
  474. private System.Windows.Forms.Label searchActorsLbl;
  475. private System.Windows.Forms.Label searchInfoLbl;
  476. private System.Windows.Forms.ToolTip toolTip;
  477. private System.Windows.Forms.ImageList brolTypeImageList;
  478. private System.Windows.Forms.GroupBox searchSerieGB;
  479. private System.Windows.Forms.CheckedListBox searchSeriesCLB;
  480. }
  481. }

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 octets1718711774 18/06/2024 13:56:14
| _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.

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 16/10/2009, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/cs-bibliobrol-source-rf-view/controls//SearchControl.Designer.cs.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.