MediabrolForm.Designer.cs

Description du code

MediabrolForm.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 MediabrolForm
  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. this.components = new System.ComponentModel.Container();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MediabrolForm));
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.mediaTC = new System.Windows.Forms.TabControl();
  40. this.tabPage1 = new System.Windows.Forms.TabPage();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.listBox1 = new System.Windows.Forms.ListBox();
  44. this.listBox2 = new System.Windows.Forms.ListBox();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  48. this.label5 = new System.Windows.Forms.Label();
  49. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  50. this.editTP = new System.Windows.Forms.TabPage();
  51. this.editTLP = new System.Windows.Forms.TableLayoutPanel();
  52. this.editButtonsPanel = new System.Windows.Forms.Panel();
  53. this.insertBrolBtn = new System.Windows.Forms.Button();
  54. this.editSaveBtn = new System.Windows.Forms.Button();
  55. this.editLoadBtn = new System.Windows.Forms.Button();
  56. this.editDelBrolBtn = new System.Windows.Forms.Button();
  57. this.editSpecificTC = new System.Windows.Forms.TabControl();
  58. this.editSpGeneralTP = new System.Windows.Forms.TabPage();
  59. this.publicationDateLbl = new System.Windows.Forms.Label();
  60. this.setPublicationDateBtn = new System.Windows.Forms.Button();
  61. this.dateTimePicker = new System.Windows.Forms.DateTimePicker();
  62. this.editSynopsisRTB = new System.Windows.Forms.RichTextBox();
  63. this.editCotationLbl = new System.Windows.Forms.Label();
  64. this.editTitleTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  65. this.editCotationCB = new System.Windows.Forms.ComboBox();
  66. this.editTitleLbl = new System.Windows.Forms.Label();
  67. this.editSynopsisLbl = new System.Windows.Forms.Label();
  68. this.editSpImgTP = new System.Windows.Forms.TabPage();
  69. this.delImageBtn = new System.Windows.Forms.Button();
  70. this.editSpImgPictureBox = new System.Windows.Forms.PictureBox();
  71. this.selectImageBtn = new System.Windows.Forms.Button();
  72. this.editSpActorsTP = new System.Windows.Forms.TabPage();
  73. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  74. this.editActorsLB = new System.Windows.Forms.ListBox();
  75. this.editActorsAddBtn = new System.Windows.Forms.Button();
  76. this.editActorsRemBtn = new System.Windows.Forms.Button();
  77. this.editActorsLbl = new System.Windows.Forms.Label();
  78. this.editPersBtn = new System.Windows.Forms.Button();
  79. this.editSpCategoriesTP = new System.Windows.Forms.TabPage();
  80. this.editCategoriesLB = new System.Windows.Forms.ListBox();
  81. this.button1 = new System.Windows.Forms.Button();
  82. this.button2 = new System.Windows.Forms.Button();
  83. this.comboBox1 = new System.Windows.Forms.ComboBox();
  84. this.editCategoriesLbl = new System.Windows.Forms.Label();
  85. this.editSpComment = new System.Windows.Forms.TabPage();
  86. this.editSpCommentRTB = new System.Windows.Forms.RichTextBox();
  87. this.editSpBiblioTP = new System.Windows.Forms.TabPage();
  88. this.editSpItemGB = new System.Windows.Forms.GroupBox();
  89. this.comboBox2 = new System.Windows.Forms.ComboBox();
  90. this.textBox2 = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  91. this.label6 = new System.Windows.Forms.Label();
  92. this.label7 = new System.Windows.Forms.Label();
  93. this.textBox3 = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  94. this.textBox4 = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  95. this.label8 = new System.Windows.Forms.Label();
  96. this.editSpOwnerSelBtn = new System.Windows.Forms.Button();
  97. this.editSpOwnerTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  98. this.editSpOwnerSelCB = new System.Windows.Forms.ComboBox();
  99. this.editSpOwnerLbl = new System.Windows.Forms.Label();
  100. this.comboBox3 = new System.Windows.Forms.ComboBox();
  101. this.label9 = new System.Windows.Forms.Label();
  102. this.label10 = new System.Windows.Forms.Label();
  103. this.editSpSelectItemLbl = new System.Windows.Forms.Label();
  104. this.editSpSelectItemCB = new System.Windows.Forms.ComboBox();
  105. this.toolTip = new System.Windows.Forms.ToolTip(this.components);
  106. this.borrowEditBtn = new System.Windows.Forms.Button();
  107. this.borrowRemAllBtn = new System.Windows.Forms.Button();
  108. this.borrowRemSelectedBtn = new System.Windows.Forms.Button();
  109. this.borrowManageBtn = new System.Windows.Forms.Button();
  110. this.mediabrolTS = new System.Windows.Forms.ToolStrip();
  111. this.searchMediabrolTSB = new System.Windows.Forms.ToolStripButton();
  112. this.showSearchResultTSB = new System.Windows.Forms.ToolStripButton();
  113. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  114. this.currentMediabrolLbl = new System.Windows.Forms.ToolStripLabel();
  115. this.saveMediabrolTSB = new System.Windows.Forms.ToolStripButton();
  116. this.deleteMediabrolTSB = new System.Windows.Forms.ToolStripButton();
  117. this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
  118. this.mediabrolsDGVLbl = new System.Windows.Forms.ToolStripLabel();
  119. this.printDGVTSB = new System.Windows.Forms.ToolStripButton();
  120. this.saveDGVTSB = new System.Windows.Forms.ToolStripButton();
  121. this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
  122. this.refreshResultsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  123. this.autoRefreshResultsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  124. this.mediabrolsDGVCMS = new System.Windows.Forms.ContextMenuStrip(this.components);
  125. this.infoTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  126. this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
  127. this.startBorrowCMSTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  128. this.stopBorrowCMSTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  129. this.openWithTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  130. this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  131. this.refreshDGVTsMi = new System.Windows.Forms.ToolStripMenuItem();
  132. this.sendToTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  133. this.deleteTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  134. this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
  135. this.propertiesTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  136. this.mediabrolInfoTsMi = new System.Windows.Forms.ToolStripMenuItem();
  137. this.brolInfoTsMi = new System.Windows.Forms.ToolStripMenuItem();
  138. this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
  139. this.saveDGVCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  140. this.printDGVCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  141. this.borrowsTS = new System.Windows.Forms.ToolStrip();
  142. this.startBorrowTSB = new System.Windows.Forms.ToolStripButton();
  143. this.stopBorrowTSB = new System.Windows.Forms.ToolStripButton();
  144. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  145. this.cleanBorrowTSB = new System.Windows.Forms.ToolStripButton();
  146. this.cleanAllBorrowsTSB = new System.Windows.Forms.ToolStripButton();
  147. this.editBorrowTSB = new System.Windows.Forms.ToolStripButton();
  148. this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
  149. this.mediabrolsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  150. this.searchMediabrolTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  151. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  152. this.saveMediabrolTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  153. this.deleteMediabrolTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  154. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  155. this.startBorrowTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  156. this.stopBorrowTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  157. this.cleanBorrowTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  158. this.cleanAllBorrowsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  159. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  160. this.editBorrowTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  161. this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
  162. this.saveDGVTsMi = new System.Windows.Forms.ToolStripMenuItem();
  163. this.printDGVTsMi = new System.Windows.Forms.ToolStripMenuItem();
  164. this.topTSP = new System.Windows.Forms.ToolStripPanel();
  165. this.mediabrolsAndTabsSC = new System.Windows.Forms.SplitContainer();
  166. this.mediabrolsAndImgSC = new System.Windows.Forms.SplitContainer();
  167. this.brolsDGV = new System.Windows.Forms.DataGridView();
  168. this.mediabrolPB = new System.Windows.Forms.PictureBox();
  169. this.mainTC = new System.Windows.Forms.TabControl();
  170. this.searchTP = new System.Windows.Forms.TabPage();
  171. this.remAllSelectedMediabrolsBtn = new System.Windows.Forms.Button();
  172. this.searchControl = new be.gaudry.bibliobrol.view.controls.SearchControl();
  173. this.infoTP = new System.Windows.Forms.TabPage();
  174. this.brolInfoCtl = new be.gaudry.bibliobrol.view.controls.BrolInfoControl();
  175. this.mediabrolTP = new System.Windows.Forms.TabPage();
  176. this.mediabrolSC = new System.Windows.Forms.SplitContainer();
  177. this.mediabrolTC = new System.Windows.Forms.TabControl();
  178. this.generalTP = new System.Windows.Forms.TabPage();
  179. this.insertionDateLbl = new System.Windows.Forms.Label();
  180. this.insertionDateBtn = new System.Windows.Forms.Button();
  181. this.insertionDateDTP = new System.Windows.Forms.DateTimePicker();
  182. this.bNameTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  183. this.bComTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  184. this.bLocTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  185. this.bNameLbl = new System.Windows.Forms.Label();
  186. this.bComLbl = new System.Windows.Forms.Label();
  187. this.bLocLbl = new System.Windows.Forms.Label();
  188. this.mediaTP = new System.Windows.Forms.TabPage();
  189. this.qualityAddBtn = new System.Windows.Forms.Button();
  190. this.qualityRemBtn = new System.Windows.Forms.Button();
  191. this.qualitiesAddCB = new System.Windows.Forms.ComboBox();
  192. this.qualitiesLbl = new System.Windows.Forms.Label();
  193. this.qualitiesLB = new System.Windows.Forms.ListBox();
  194. this.mediaCB = new System.Windows.Forms.ComboBox();
  195. this.mediaLbl = new System.Windows.Forms.Label();
  196. this.optionsOwnerTP = new System.Windows.Forms.TabPage();
  197. this.ownerImg = new System.Windows.Forms.PictureBox();
  198. this.ownerFirstNameLbl = new System.Windows.Forms.Label();
  199. this.ownerFirstNameTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  200. this.ownerLastNameTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  201. this.ownerLastNameLbl = new System.Windows.Forms.Label();
  202. this.selectPersonBtn = new System.Windows.Forms.Button();
  203. this.buttonsPanel = new System.Windows.Forms.Panel();
  204. this.button3 = new System.Windows.Forms.Button();
  205. this.deleteMediabrolBtn = new System.Windows.Forms.Button();
  206. this.saveMediabrolBtn = new System.Windows.Forms.Button();
  207. this.button5 = new System.Windows.Forms.Button();
  208. this.borrowTP = new System.Windows.Forms.TabPage();
  209. this.borrowsSC = new System.Windows.Forms.SplitContainer();
  210. this.borrowsDGV = new System.Windows.Forms.DataGridView();
  211. this.startDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  212. this.endDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  213. this.borrower = new System.Windows.Forms.DataGridViewTextBoxColumn();
  214. this.planDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  215. this.comment = new System.Windows.Forms.DataGridViewTextBoxColumn();
  216. this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  217. this.borrowInfoTLP = new System.Windows.Forms.TableLayoutPanel();
  218. this.borrowInfoPanel = new System.Windows.Forms.Panel();
  219. this.borrowPLanDateInfoLbl = new System.Windows.Forms.Label();
  220. this.borrowPlanDateLbl = new System.Windows.Forms.Label();
  221. this.borrowInfoLbl = new System.Windows.Forms.Label();
  222. this.borrowInfoRTB = new System.Windows.Forms.RichTextBox();
  223. this.borrowBtnPanel = new System.Windows.Forms.Panel();
  224. this.exportTP = new System.Windows.Forms.TabPage();
  225. this.importExportCtl = new be.gaudry.bibliobrol.view.utils.ExportControl();
  226. this.mediaTC.SuspendLayout();
  227. this.tabPage1.SuspendLayout();
  228. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  229. this.editTLP.SuspendLayout();
  230. this.editButtonsPanel.SuspendLayout();
  231. this.editSpecificTC.SuspendLayout();
  232. this.editSpGeneralTP.SuspendLayout();
  233. this.editSpImgTP.SuspendLayout();
  234. ((System.ComponentModel.ISupportInitialize)(this.editSpImgPictureBox)).BeginInit();
  235. this.editSpActorsTP.SuspendLayout();
  236. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  237. this.editSpCategoriesTP.SuspendLayout();
  238. this.editSpComment.SuspendLayout();
  239. this.editSpBiblioTP.SuspendLayout();
  240. this.editSpItemGB.SuspendLayout();
  241. this.mediabrolTS.SuspendLayout();
  242. this.mediabrolsDGVCMS.SuspendLayout();
  243. this.borrowsTS.SuspendLayout();
  244. this.mainMenuStrip.SuspendLayout();
  245. this.topTSP.SuspendLayout();
  246. this.mediabrolsAndTabsSC.Panel1.SuspendLayout();
  247. this.mediabrolsAndTabsSC.Panel2.SuspendLayout();
  248. this.mediabrolsAndTabsSC.SuspendLayout();
  249. this.mediabrolsAndImgSC.Panel1.SuspendLayout();
  250. this.mediabrolsAndImgSC.Panel2.SuspendLayout();
  251. this.mediabrolsAndImgSC.SuspendLayout();
  252. ((System.ComponentModel.ISupportInitialize)(this.brolsDGV)).BeginInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.mediabrolPB)).BeginInit();
  254. this.mainTC.SuspendLayout();
  255. this.searchTP.SuspendLayout();
  256. this.infoTP.SuspendLayout();
  257. this.mediabrolTP.SuspendLayout();
  258. this.mediabrolSC.Panel1.SuspendLayout();
  259. this.mediabrolSC.Panel2.SuspendLayout();
  260. this.mediabrolSC.SuspendLayout();
  261. this.mediabrolTC.SuspendLayout();
  262. this.generalTP.SuspendLayout();
  263. this.mediaTP.SuspendLayout();
  264. this.optionsOwnerTP.SuspendLayout();
  265. ((System.ComponentModel.ISupportInitialize)(this.ownerImg)).BeginInit();
  266. this.buttonsPanel.SuspendLayout();
  267. this.borrowTP.SuspendLayout();
  268. this.borrowsSC.Panel1.SuspendLayout();
  269. this.borrowsSC.Panel2.SuspendLayout();
  270. this.borrowsSC.SuspendLayout();
  271. ((System.ComponentModel.ISupportInitialize)(this.borrowsDGV)).BeginInit();
  272. this.borrowInfoTLP.SuspendLayout();
  273. this.borrowInfoPanel.SuspendLayout();
  274. this.borrowBtnPanel.SuspendLayout();
  275. this.exportTP.SuspendLayout();
  276. this.SuspendLayout();
  277. //
  278. // mediaTC
  279. //
  280. this.mediaTC.Controls.Add(this.tabPage1);
  281. this.mediaTC.Location = new System.Drawing.Point(0, 0);
  282. this.mediaTC.Name = "mediaTC";
  283. this.mediaTC.SelectedIndex = 0;
  284. this.mediaTC.Size = new System.Drawing.Size(200, 100);
  285. this.mediaTC.TabIndex = 0;
  286. //
  287. // tabPage1
  288. //
  289. this.tabPage1.Controls.Add(this.label1);
  290. this.tabPage1.Controls.Add(this.label2);
  291. this.tabPage1.Controls.Add(this.listBox1);
  292. this.tabPage1.Controls.Add(this.listBox2);
  293. this.tabPage1.Controls.Add(this.label3);
  294. this.tabPage1.Controls.Add(this.label4);
  295. this.tabPage1.Controls.Add(this.richTextBox1);
  296. this.tabPage1.Controls.Add(this.label5);
  297. this.tabPage1.Controls.Add(this.pictureBox1);
  298. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  299. this.tabPage1.Name = "tabPage1";
  300. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  301. this.tabPage1.Size = new System.Drawing.Size(192, 74);
  302. this.tabPage1.TabIndex = 0;
  303. this.tabPage1.Text = "Infos";
  304. //
  305. // label1
  306. //
  307. this.label1.AutoSize = true;
  308. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  309. this.label1.Location = new System.Drawing.Point(287, 336);
  310. this.label1.Name = "label1";
  311. this.label1.Size = new System.Drawing.Size(41, 13);
  312. this.label1.TabIndex = 8;
  313. this.label1.Text = "Cote :";
  314. this.label1.Visible = false;
  315. //
  316. // label2
  317. //
  318. this.label2.AutoSize = true;
  319. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  320. this.label2.Location = new System.Drawing.Point(287, 274);
  321. this.label2.Name = "label2";
  322. this.label2.Size = new System.Drawing.Size(75, 13);
  323. this.label2.TabIndex = 7;
  324. this.label2.Text = "Catégories :";
  325. this.label2.Visible = false;
  326. //
  327. // listBox1
  328. //
  329. this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  330. this.listBox1.FormattingEnabled = true;
  331. this.listBox1.Location = new System.Drawing.Point(288, 290);
  332. this.listBox1.Name = "listBox1";
  333. this.listBox1.Size = new System.Drawing.Size(153, 39);
  334. this.listBox1.TabIndex = 6;
  335. this.listBox1.Visible = false;
  336. //
  337. // listBox2
  338. //
  339. this.listBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
  340. this.listBox2.FormattingEnabled = true;
  341. this.listBox2.Location = new System.Drawing.Point(288, 228);
  342. this.listBox2.Name = "listBox2";
  343. this.listBox2.Size = new System.Drawing.Size(153, 39);
  344. this.listBox2.TabIndex = 5;
  345. this.listBox2.Visible = false;
  346. //
  347. // label3
  348. //
  349. this.label3.AutoSize = true;
  350. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  351. this.label3.Location = new System.Drawing.Point(287, 212);
  352. this.label3.Name = "label3";
  353. this.label3.Size = new System.Drawing.Size(120, 13);
  354. this.label3.TabIndex = 4;
  355. this.label3.Text = "Personnes et rôles :";
  356. this.label3.Visible = false;
  357. //
  358. // label4
  359. //
  360. this.label4.AutoSize = true;
  361. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  362. this.label4.Location = new System.Drawing.Point(19, 46);
  363. this.label4.Name = "label4";
  364. this.label4.Size = new System.Drawing.Size(69, 13);
  365. this.label4.TabIndex = 3;
  366. this.label4.Text = "Synopsis : ";
  367. this.label4.Visible = false;
  368. //
  369. // richTextBox1
  370. //
  371. this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  372. this.richTextBox1.Cursor = System.Windows.Forms.Cursors.No;
  373. this.richTextBox1.Location = new System.Drawing.Point(19, 65);
  374. this.richTextBox1.Name = "richTextBox1";
  375. this.richTextBox1.ReadOnly = true;
  376. this.richTextBox1.Size = new System.Drawing.Size(262, 284);
  377. this.richTextBox1.TabIndex = 2;
  378. this.richTextBox1.Text = "";
  379. this.richTextBox1.Visible = false;
  380. //
  381. // label5
  382. //
  383. this.label5.Dock = System.Windows.Forms.DockStyle.Top;
  384. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  385. this.label5.Location = new System.Drawing.Point(3, 3);
  386. this.label5.Name = "label5";
  387. this.label5.Size = new System.Drawing.Size(186, 20);
  388. this.label5.TabIndex = 1;
  389. this.label5.Text = "titre du film";
  390. this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  391. this.label5.Visible = false;
  392. //
  393. // pictureBox1
  394. //
  395. this.pictureBox1.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError;
  396. this.pictureBox1.InitialImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImg;
  397. this.pictureBox1.Location = new System.Drawing.Point(326, 46);
  398. this.pictureBox1.Name = "pictureBox1";
  399. this.pictureBox1.Size = new System.Drawing.Size(80, 80);
  400. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  401. this.pictureBox1.TabIndex = 0;
  402. this.pictureBox1.TabStop = false;
  403. this.pictureBox1.Visible = false;
  404. //
  405. // editTP
  406. //
  407. this.editTP.Location = new System.Drawing.Point(0, 0);
  408. this.editTP.Name = "editTP";
  409. this.editTP.Size = new System.Drawing.Size(200, 100);
  410. this.editTP.TabIndex = 0;
  411. //
  412. // editTLP
  413. //
  414. this.editTLP.ColumnCount = 1;
  415. this.editTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  416. this.editTLP.Controls.Add(this.editButtonsPanel, 0, 1);
  417. this.editTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  418. this.editTLP.Location = new System.Drawing.Point(0, 0);
  419. this.editTLP.Name = "editTLP";
  420. this.editTLP.RowCount = 2;
  421. this.editTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  422. this.editTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  423. this.editTLP.Size = new System.Drawing.Size(200, 100);
  424. this.editTLP.TabIndex = 0;
  425. //
  426. // editButtonsPanel
  427. //
  428. this.editButtonsPanel.Controls.Add(this.insertBrolBtn);
  429. this.editButtonsPanel.Controls.Add(this.editSaveBtn);
  430. this.editButtonsPanel.Controls.Add(this.editLoadBtn);
  431. this.editButtonsPanel.Controls.Add(this.editDelBrolBtn);
  432. this.editButtonsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  433. this.editButtonsPanel.Location = new System.Drawing.Point(3, 23);
  434. this.editButtonsPanel.Name = "editButtonsPanel";
  435. this.editButtonsPanel.Size = new System.Drawing.Size(194, 74);
  436. this.editButtonsPanel.TabIndex = 0;
  437. //
  438. // insertBrolBtn
  439. //
  440. this.insertBrolBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolAddBtn;
  441. this.insertBrolBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  442. this.insertBrolBtn.Location = new System.Drawing.Point(202, 18);
  443. this.insertBrolBtn.Name = "insertBrolBtn";
  444. this.insertBrolBtn.Size = new System.Drawing.Size(73, 23);
  445. this.insertBrolBtn.TabIndex = 18;
  446. this.insertBrolBtn.Text = "Nouveau";
  447. this.insertBrolBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  448. this.insertBrolBtn.UseVisualStyleBackColor = true;
  449. //
  450. // editSaveBtn
  451. //
  452. this.editSaveBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  453. this.editSaveBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  454. this.editSaveBtn.Location = new System.Drawing.Point(123, 18);
  455. this.editSaveBtn.Name = "editSaveBtn";
  456. this.editSaveBtn.Size = new System.Drawing.Size(73, 23);
  457. this.editSaveBtn.TabIndex = 13;
  458. this.editSaveBtn.Text = "Sauver";
  459. this.editSaveBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  460. this.editSaveBtn.UseVisualStyleBackColor = true;
  461. //
  462. // editLoadBtn
  463. //
  464. this.editLoadBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolLoadBtn;
  465. this.editLoadBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  466. this.editLoadBtn.Location = new System.Drawing.Point(44, 18);
  467. this.editLoadBtn.Name = "editLoadBtn";
  468. this.editLoadBtn.Size = new System.Drawing.Size(73, 23);
  469. this.editLoadBtn.TabIndex = 17;
  470. this.editLoadBtn.Text = "Charger";
  471. this.editLoadBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  472. this.editLoadBtn.UseVisualStyleBackColor = true;
  473. //
  474. // editDelBrolBtn
  475. //
  476. this.editDelBrolBtn.Enabled = false;
  477. this.editDelBrolBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn;
  478. this.editDelBrolBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  479. this.editDelBrolBtn.Location = new System.Drawing.Point(281, 18);
  480. this.editDelBrolBtn.Name = "editDelBrolBtn";
  481. this.editDelBrolBtn.Size = new System.Drawing.Size(73, 23);
  482. this.editDelBrolBtn.TabIndex = 19;
  483. this.editDelBrolBtn.Text = "Supprimer";
  484. this.editDelBrolBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  485. this.editDelBrolBtn.UseVisualStyleBackColor = true;
  486. //
  487. // editSpecificTC
  488. //
  489. this.editSpecificTC.Controls.Add(this.editSpGeneralTP);
  490. this.editSpecificTC.Controls.Add(this.editSpImgTP);
  491. this.editSpecificTC.Controls.Add(this.editSpActorsTP);
  492. this.editSpecificTC.Controls.Add(this.editSpCategoriesTP);
  493. this.editSpecificTC.Controls.Add(this.editSpComment);
  494. this.editSpecificTC.Controls.Add(this.editSpBiblioTP);
  495. this.editSpecificTC.Dock = System.Windows.Forms.DockStyle.Fill;
  496. this.editSpecificTC.ItemSize = new System.Drawing.Size(70, 19);
  497. this.editSpecificTC.Location = new System.Drawing.Point(3, 3);
  498. this.editSpecificTC.Multiline = true;
  499. this.editSpecificTC.Name = "editSpecificTC";
  500. this.editSpecificTC.SelectedIndex = 0;
  501. this.editSpecificTC.Size = new System.Drawing.Size(444, 363);
  502. this.editSpecificTC.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
  503. this.editSpecificTC.TabIndex = 1;
  504. //
  505. // editSpGeneralTP
  506. //
  507. this.editSpGeneralTP.Controls.Add(this.publicationDateLbl);
  508. this.editSpGeneralTP.Controls.Add(this.setPublicationDateBtn);
  509. this.editSpGeneralTP.Controls.Add(this.dateTimePicker);
  510. this.editSpGeneralTP.Controls.Add(this.editSynopsisRTB);
  511. this.editSpGeneralTP.Controls.Add(this.editCotationLbl);
  512. this.editSpGeneralTP.Controls.Add(this.editTitleTB);
  513. this.editSpGeneralTP.Controls.Add(this.editCotationCB);
  514. this.editSpGeneralTP.Controls.Add(this.editTitleLbl);
  515. this.editSpGeneralTP.Controls.Add(this.editSynopsisLbl);
  516. this.editSpGeneralTP.Location = new System.Drawing.Point(4, 23);
  517. this.editSpGeneralTP.Name = "editSpGeneralTP";
  518. this.editSpGeneralTP.Padding = new System.Windows.Forms.Padding(3);
  519. this.editSpGeneralTP.Size = new System.Drawing.Size(436, 336);
  520. this.editSpGeneralTP.TabIndex = 0;
  521. this.editSpGeneralTP.Text = "Généralités";
  522. this.editSpGeneralTP.UseVisualStyleBackColor = true;
  523. //
  524. // publicationDateLbl
  525. //
  526. this.publicationDateLbl.AutoSize = true;
  527. this.publicationDateLbl.Location = new System.Drawing.Point(6, 295);
  528. this.publicationDateLbl.Name = "publicationDateLbl";
  529. this.publicationDateLbl.Size = new System.Drawing.Size(73, 13);
  530. this.publicationDateLbl.TabIndex = 23;
  531. this.publicationDateLbl.Text = "Date de sortie";
  532. //
  533. // setPublicationDateBtn
  534. //
  535. this.setPublicationDateBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolCalendar;
  536. this.setPublicationDateBtn.Location = new System.Drawing.Point(85, 291);
  537. this.setPublicationDateBtn.Name = "setPublicationDateBtn";
  538. this.setPublicationDateBtn.Size = new System.Drawing.Size(26, 21);
  539. this.setPublicationDateBtn.TabIndex = 22;
  540. this.setPublicationDateBtn.TabStop = false;
  541. this.setPublicationDateBtn.UseVisualStyleBackColor = true;
  542. this.setPublicationDateBtn.Visible = false;
  543. //
  544. // dateTimePicker
  545. //
  546. this.dateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  547. this.dateTimePicker.Location = new System.Drawing.Point(85, 291);
  548. this.dateTimePicker.Name = "dateTimePicker";
  549. this.dateTimePicker.Size = new System.Drawing.Size(101, 20);
  550. this.dateTimePicker.TabIndex = 21;
  551. //
  552. // editSynopsisRTB
  553. //
  554. this.editSynopsisRTB.Location = new System.Drawing.Point(6, 95);
  555. this.editSynopsisRTB.Name = "editSynopsisRTB";
  556. this.editSynopsisRTB.Size = new System.Drawing.Size(276, 159);
  557. this.editSynopsisRTB.TabIndex = 2;
  558. this.editSynopsisRTB.Text = "";
  559. //
  560. // editCotationLbl
  561. //
  562. this.editCotationLbl.AutoSize = true;
  563. this.editCotationLbl.Location = new System.Drawing.Point(5, 272);
  564. this.editCotationLbl.Name = "editCotationLbl";
  565. this.editCotationLbl.Size = new System.Drawing.Size(66, 13);
  566. this.editCotationLbl.TabIndex = 15;
  567. this.editCotationLbl.Text = "Appréciation";
  568. //
  569. // editTitleTB
  570. //
  571. this.editTitleTB.AllowDrop = true;
  572. this.editTitleTB.Location = new System.Drawing.Point(6, 49);
  573. this.editTitleTB.Name = "editTitleTB";
  574. this.editTitleTB.Size = new System.Drawing.Size(276, 20);
  575. this.editTitleTB.TabIndex = 0;
  576. //
  577. // editCotationCB
  578. //
  579. this.editCotationCB.FormattingEnabled = true;
  580. this.editCotationCB.Location = new System.Drawing.Point(85, 264);
  581. this.editCotationCB.Name = "editCotationCB";
  582. this.editCotationCB.Size = new System.Drawing.Size(45, 21);
  583. this.editCotationCB.TabIndex = 14;
  584. //
  585. // editTitleLbl
  586. //
  587. this.editTitleLbl.AutoSize = true;
  588. this.editTitleLbl.Location = new System.Drawing.Point(6, 33);
  589. this.editTitleLbl.Name = "editTitleLbl";
  590. this.editTitleLbl.Size = new System.Drawing.Size(28, 13);
  591. this.editTitleLbl.TabIndex = 1;
  592. this.editTitleLbl.Text = "Titre";
  593. //
  594. // editSynopsisLbl
  595. //
  596. this.editSynopsisLbl.AutoSize = true;
  597. this.editSynopsisLbl.Location = new System.Drawing.Point(6, 79);
  598. this.editSynopsisLbl.Name = "editSynopsisLbl";
  599. this.editSynopsisLbl.Size = new System.Drawing.Size(49, 13);
  600. this.editSynopsisLbl.TabIndex = 3;
  601. this.editSynopsisLbl.Text = "Synopsis";
  602. //
  603. // editSpImgTP
  604. //
  605. this.editSpImgTP.Controls.Add(this.delImageBtn);
  606. this.editSpImgTP.Controls.Add(this.editSpImgPictureBox);
  607. this.editSpImgTP.Controls.Add(this.selectImageBtn);
  608. this.editSpImgTP.Location = new System.Drawing.Point(4, 23);
  609. this.editSpImgTP.Name = "editSpImgTP";
  610. this.editSpImgTP.Padding = new System.Windows.Forms.Padding(3);
  611. this.editSpImgTP.Size = new System.Drawing.Size(436, 336);
  612. this.editSpImgTP.TabIndex = 1;
  613. this.editSpImgTP.Text = "Image";
  614. this.editSpImgTP.UseVisualStyleBackColor = true;
  615. //
  616. // delImageBtn
  617. //
  618. this.delImageBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn;
  619. this.delImageBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  620. this.delImageBtn.Location = new System.Drawing.Point(116, 286);
  621. this.delImageBtn.Name = "delImageBtn";
  622. this.delImageBtn.Size = new System.Drawing.Size(114, 23);
  623. this.delImageBtn.TabIndex = 23;
  624. this.delImageBtn.TabStop = false;
  625. this.delImageBtn.Text = "Supprimer l\'image";
  626. this.delImageBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  627. this.delImageBtn.UseVisualStyleBackColor = true;
  628. //
  629. // editSpImgPictureBox
  630. //
  631. this.editSpImgPictureBox.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError;
  632. this.editSpImgPictureBox.InitialImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImg;
  633. this.editSpImgPictureBox.Location = new System.Drawing.Point(95, 19);
  634. this.editSpImgPictureBox.Name = "editSpImgPictureBox";
  635. this.editSpImgPictureBox.Size = new System.Drawing.Size(266, 261);
  636. this.editSpImgPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  637. this.editSpImgPictureBox.TabIndex = 24;
  638. this.editSpImgPictureBox.TabStop = false;
  639. //
  640. // selectImageBtn
  641. //
  642. this.selectImageBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolEditBtn;
  643. this.selectImageBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  644. this.selectImageBtn.Location = new System.Drawing.Point(236, 286);
  645. this.selectImageBtn.Name = "selectImageBtn";
  646. this.selectImageBtn.Size = new System.Drawing.Size(114, 23);
  647. this.selectImageBtn.TabIndex = 22;
  648. this.selectImageBtn.TabStop = false;
  649. this.selectImageBtn.Text = "Changer d\'image";
  650. this.selectImageBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  651. this.selectImageBtn.UseVisualStyleBackColor = true;
  652. //
  653. // editSpActorsTP
  654. //
  655. this.editSpActorsTP.Controls.Add(this.pictureBox2);
  656. this.editSpActorsTP.Controls.Add(this.editActorsLB);
  657. this.editSpActorsTP.Controls.Add(this.editActorsAddBtn);
  658. this.editSpActorsTP.Controls.Add(this.editActorsRemBtn);
  659. this.editSpActorsTP.Controls.Add(this.editActorsLbl);
  660. this.editSpActorsTP.Controls.Add(this.editPersBtn);
  661. this.editSpActorsTP.Location = new System.Drawing.Point(4, 23);
  662. this.editSpActorsTP.Name = "editSpActorsTP";
  663. this.editSpActorsTP.Padding = new System.Windows.Forms.Padding(3);
  664. this.editSpActorsTP.Size = new System.Drawing.Size(436, 336);
  665. this.editSpActorsTP.TabIndex = 2;
  666. this.editSpActorsTP.Text = "Personnes";
  667. this.editSpActorsTP.UseVisualStyleBackColor = true;
  668. //
  669. // pictureBox2
  670. //
  671. this.pictureBox2.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError;
  672. this.pictureBox2.Location = new System.Drawing.Point(293, 23);
  673. this.pictureBox2.Name = "pictureBox2";
  674. this.pictureBox2.Size = new System.Drawing.Size(80, 80);
  675. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  676. this.pictureBox2.TabIndex = 22;
  677. this.pictureBox2.TabStop = false;
  678. //
  679. // editActorsLB
  680. //
  681. this.editActorsLB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  682. this.editActorsLB.Location = new System.Drawing.Point(23, 52);
  683. this.editActorsLB.Name = "editActorsLB";
  684. this.editActorsLB.Size = new System.Drawing.Size(204, 264);
  685. this.editActorsLB.Sorted = true;
  686. this.editActorsLB.TabIndex = 4;
  687. //
  688. // editActorsAddBtn
  689. //
  690. this.editActorsAddBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn;
  691. this.editActorsAddBtn.Location = new System.Drawing.Point(204, 23);
  692. this.editActorsAddBtn.Name = "editActorsAddBtn";
  693. this.editActorsAddBtn.Size = new System.Drawing.Size(23, 23);
  694. this.editActorsAddBtn.TabIndex = 6;
  695. this.editActorsAddBtn.UseVisualStyleBackColor = true;
  696. //
  697. // editActorsRemBtn
  698. //
  699. this.editActorsRemBtn.Enabled = false;
  700. this.editActorsRemBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrDel;
  701. this.editActorsRemBtn.Location = new System.Drawing.Point(146, 23);
  702. this.editActorsRemBtn.Name = "editActorsRemBtn";
  703. this.editActorsRemBtn.Size = new System.Drawing.Size(23, 23);
  704. this.editActorsRemBtn.TabIndex = 7;
  705. this.editActorsRemBtn.UseVisualStyleBackColor = true;
  706. //
  707. // editActorsLbl
  708. //
  709. this.editActorsLbl.AutoSize = true;
  710. this.editActorsLbl.Location = new System.Drawing.Point(20, 28);
  711. this.editActorsLbl.Name = "editActorsLbl";
  712. this.editActorsLbl.Size = new System.Drawing.Size(57, 13);
  713. this.editActorsLbl.TabIndex = 5;
  714. this.editActorsLbl.Text = "Personnes";
  715. //
  716. // editPersBtn
  717. //
  718. this.editPersBtn.Enabled = false;
  719. this.editPersBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrEdit;
  720. this.editPersBtn.Location = new System.Drawing.Point(175, 23);
  721. this.editPersBtn.Name = "editPersBtn";
  722. this.editPersBtn.Size = new System.Drawing.Size(23, 23);
  723. this.editPersBtn.TabIndex = 21;
  724. this.editPersBtn.UseVisualStyleBackColor = true;
  725. //
  726. // editSpCategoriesTP
  727. //
  728. this.editSpCategoriesTP.Controls.Add(this.editCategoriesLB);
  729. this.editSpCategoriesTP.Controls.Add(this.button1);
  730. this.editSpCategoriesTP.Controls.Add(this.button2);
  731. this.editSpCategoriesTP.Controls.Add(this.comboBox1);
  732. this.editSpCategoriesTP.Controls.Add(this.editCategoriesLbl);
  733. this.editSpCategoriesTP.Location = new System.Drawing.Point(4, 23);
  734. this.editSpCategoriesTP.Name = "editSpCategoriesTP";
  735. this.editSpCategoriesTP.Padding = new System.Windows.Forms.Padding(3);
  736. this.editSpCategoriesTP.Size = new System.Drawing.Size(436, 336);
  737. this.editSpCategoriesTP.TabIndex = 3;
  738. this.editSpCategoriesTP.Text = "Catégories";
  739. this.editSpCategoriesTP.UseVisualStyleBackColor = true;
  740. //
  741. // editCategoriesLB
  742. //
  743. this.editCategoriesLB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
  744. this.editCategoriesLB.Location = new System.Drawing.Point(27, 54);
  745. this.editCategoriesLB.Name = "editCategoriesLB";
  746. this.editCategoriesLB.Size = new System.Drawing.Size(224, 260);
  747. this.editCategoriesLB.Sorted = true;
  748. this.editCategoriesLB.TabIndex = 8;
  749. //
  750. // button1
  751. //
  752. this.button1.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolAddBtn;
  753. this.button1.Location = new System.Drawing.Point(116, 25);
  754. this.button1.Name = "button1";
  755. this.button1.Size = new System.Drawing.Size(23, 23);
  756. this.button1.TabIndex = 10;
  757. this.button1.UseVisualStyleBackColor = true;
  758. //
  759. // button2
  760. //
  761. this.button2.Enabled = false;
  762. this.button2.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn;
  763. this.button2.Location = new System.Drawing.Point(87, 25);
  764. this.button2.Name = "button2";
  765. this.button2.Size = new System.Drawing.Size(23, 23);
  766. this.button2.TabIndex = 11;
  767. this.button2.UseVisualStyleBackColor = true;
  768. //
  769. // comboBox1
  770. //
  771. this.comboBox1.Location = new System.Drawing.Point(145, 27);
  772. this.comboBox1.Name = "comboBox1";
  773. this.comboBox1.Size = new System.Drawing.Size(106, 21);
  774. this.comboBox1.Sorted = true;
  775. this.comboBox1.TabIndex = 12;
  776. this.comboBox1.Visible = false;
  777. //
  778. // editCategoriesLbl
  779. //
  780. this.editCategoriesLbl.AutoSize = true;
  781. this.editCategoriesLbl.Location = new System.Drawing.Point(24, 30);
  782. this.editCategoriesLbl.Name = "editCategoriesLbl";
  783. this.editCategoriesLbl.Size = new System.Drawing.Size(57, 13);
  784. this.editCategoriesLbl.TabIndex = 9;
  785. this.editCategoriesLbl.Text = "Catégories";
  786. //
  787. // editSpComment
  788. //
  789. this.editSpComment.Controls.Add(this.editSpCommentRTB);
  790. this.editSpComment.Location = new System.Drawing.Point(4, 23);
  791. this.editSpComment.Name = "editSpComment";
  792. this.editSpComment.Padding = new System.Windows.Forms.Padding(3);
  793. this.editSpComment.Size = new System.Drawing.Size(436, 336);
  794. this.editSpComment.TabIndex = 4;
  795. this.editSpComment.Text = "Commentaire";
  796. this.editSpComment.UseVisualStyleBackColor = true;
  797. //
  798. // editSpCommentRTB
  799. //
  800. this.editSpCommentRTB.Dock = System.Windows.Forms.DockStyle.Fill;
  801. this.editSpCommentRTB.Location = new System.Drawing.Point(3, 3);
  802. this.editSpCommentRTB.Margin = new System.Windows.Forms.Padding(20);
  803. this.editSpCommentRTB.Name = "editSpCommentRTB";
  804. this.editSpCommentRTB.Size = new System.Drawing.Size(430, 330);
  805. this.editSpCommentRTB.TabIndex = 0;
  806. this.editSpCommentRTB.Text = "";
  807. //
  808. // editSpBiblioTP
  809. //
  810. this.editSpBiblioTP.Controls.Add(this.editSpItemGB);
  811. this.editSpBiblioTP.Controls.Add(this.editSpSelectItemLbl);
  812. this.editSpBiblioTP.Controls.Add(this.editSpSelectItemCB);
  813. this.editSpBiblioTP.Location = new System.Drawing.Point(4, 23);
  814. this.editSpBiblioTP.Name = "editSpBiblioTP";
  815. this.editSpBiblioTP.Padding = new System.Windows.Forms.Padding(3);
  816. this.editSpBiblioTP.Size = new System.Drawing.Size(436, 336);
  817. this.editSpBiblioTP.TabIndex = 5;
  818. this.editSpBiblioTP.Text = "Exemplaires";
  819. this.editSpBiblioTP.UseVisualStyleBackColor = true;
  820. //
  821. // editSpItemGB
  822. //
  823. this.editSpItemGB.Controls.Add(this.comboBox2);
  824. this.editSpItemGB.Controls.Add(this.textBox2);
  825. this.editSpItemGB.Controls.Add(this.label6);
  826. this.editSpItemGB.Controls.Add(this.label7);
  827. this.editSpItemGB.Controls.Add(this.textBox3);
  828. this.editSpItemGB.Controls.Add(this.textBox4);
  829. this.editSpItemGB.Controls.Add(this.label8);
  830. this.editSpItemGB.Controls.Add(this.editSpOwnerSelBtn);
  831. this.editSpItemGB.Controls.Add(this.editSpOwnerTB);
  832. this.editSpItemGB.Controls.Add(this.editSpOwnerSelCB);
  833. this.editSpItemGB.Controls.Add(this.editSpOwnerLbl);
  834. this.editSpItemGB.Controls.Add(this.comboBox3);
  835. this.editSpItemGB.Controls.Add(this.label9);
  836. this.editSpItemGB.Controls.Add(this.label10);
  837. this.editSpItemGB.Location = new System.Drawing.Point(22, 50);
  838. this.editSpItemGB.Name = "editSpItemGB";
  839. this.editSpItemGB.Size = new System.Drawing.Size(398, 270);
  840. this.editSpItemGB.TabIndex = 2;
  841. this.editSpItemGB.TabStop = false;
  842. this.editSpItemGB.Text = "Données de l\'exemplaire";
  843. //
  844. // comboBox2
  845. //
  846. this.comboBox2.FormattingEnabled = true;
  847. this.comboBox2.Location = new System.Drawing.Point(106, 62);
  848. this.comboBox2.Name = "comboBox2";
  849. this.comboBox2.Size = new System.Drawing.Size(137, 21);
  850. this.comboBox2.TabIndex = 29;
  851. //
  852. // textBox2
  853. //
  854. this.textBox2.AllowDrop = true;
  855. this.textBox2.Location = new System.Drawing.Point(128, 19);
  856. this.textBox2.Name = "textBox2";
  857. this.textBox2.Size = new System.Drawing.Size(138, 20);
  858. this.textBox2.TabIndex = 28;
  859. //
  860. // label6
  861. //
  862. this.label6.AutoSize = true;
  863. this.label6.Location = new System.Drawing.Point(9, 22);
  864. this.label6.Name = "label6";
  865. this.label6.Size = new System.Drawing.Size(101, 13);
  866. this.label6.TabIndex = 27;
  867. this.label6.Text = "Nom de l\'exemplaire";
  868. //
  869. // label7
  870. //
  871. this.label7.AutoSize = true;
  872. this.label7.Location = new System.Drawing.Point(8, 195);
  873. this.label7.Name = "label7";
  874. this.label7.Size = new System.Drawing.Size(68, 13);
  875. this.label7.TabIndex = 26;
  876. this.label7.Text = "Commentaire";
  877. //
  878. // textBox3
  879. //
  880. this.textBox3.AllowDrop = true;
  881. this.textBox3.Location = new System.Drawing.Point(10, 211);
  882. this.textBox3.Multiline = true;
  883. this.textBox3.Name = "textBox3";
  884. this.textBox3.Size = new System.Drawing.Size(382, 53);
  885. this.textBox3.TabIndex = 25;
  886. //
  887. // textBox4
  888. //
  889. this.textBox4.AllowDrop = true;
  890. this.textBox4.Location = new System.Drawing.Point(72, 162);
  891. this.textBox4.Name = "textBox4";
  892. this.textBox4.Size = new System.Drawing.Size(320, 20);
  893. this.textBox4.TabIndex = 24;
  894. //
  895. // label8
  896. //
  897. this.label8.AutoSize = true;
  898. this.label8.Location = new System.Drawing.Point(9, 165);
  899. this.label8.Name = "label8";
  900. this.label8.Size = new System.Drawing.Size(63, 13);
  901. this.label8.TabIndex = 23;
  902. this.label8.Text = "Localisation";
  903. //
  904. // editSpOwnerSelBtn
  905. //
  906. this.editSpOwnerSelBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrEdit;
  907. this.editSpOwnerSelBtn.Location = new System.Drawing.Point(255, 123);
  908. this.editSpOwnerSelBtn.Name = "editSpOwnerSelBtn";
  909. this.editSpOwnerSelBtn.Size = new System.Drawing.Size(23, 23);
  910. this.editSpOwnerSelBtn.TabIndex = 22;
  911. this.editSpOwnerSelBtn.UseVisualStyleBackColor = true;
  912. //
  913. // editSpOwnerTB
  914. //
  915. this.editSpOwnerTB.AllowDrop = true;
  916. this.editSpOwnerTB.Location = new System.Drawing.Point(72, 125);
  917. this.editSpOwnerTB.Name = "editSpOwnerTB";
  918. this.editSpOwnerTB.ReadOnly = true;
  919. this.editSpOwnerTB.Size = new System.Drawing.Size(171, 20);
  920. this.editSpOwnerTB.TabIndex = 6;
  921. //
  922. // editSpOwnerSelCB
  923. //
  924. this.editSpOwnerSelCB.FormattingEnabled = true;
  925. this.editSpOwnerSelCB.Location = new System.Drawing.Point(255, 126);
  926. this.editSpOwnerSelCB.Name = "editSpOwnerSelCB";
  927. this.editSpOwnerSelCB.Size = new System.Drawing.Size(137, 21);
  928. this.editSpOwnerSelCB.TabIndex = 5;
  929. this.editSpOwnerSelCB.Visible = false;
  930. //
  931. // editSpOwnerLbl
  932. //
  933. this.editSpOwnerLbl.AutoSize = true;
  934. this.editSpOwnerLbl.Location = new System.Drawing.Point(8, 129);
  935. this.editSpOwnerLbl.Name = "editSpOwnerLbl";
  936. this.editSpOwnerLbl.Size = new System.Drawing.Size(60, 13);
  937. this.editSpOwnerLbl.TabIndex = 4;
  938. this.editSpOwnerLbl.Text = "Propriétaire";
  939. //
  940. // comboBox3
  941. //
  942. this.comboBox3.FormattingEnabled = true;
  943. this.comboBox3.Location = new System.Drawing.Point(106, 89);
  944. this.comboBox3.Name = "comboBox3";
  945. this.comboBox3.Size = new System.Drawing.Size(137, 21);
  946. this.comboBox3.TabIndex = 3;
  947. //
  948. // label9
  949. //
  950. this.label9.AutoSize = true;
  951. this.label9.Location = new System.Drawing.Point(8, 92);
  952. this.label9.Name = "label9";
  953. this.label9.Size = new System.Drawing.Size(93, 13);
  954. this.label9.TabIndex = 2;
  955. this.label9.Text = "Qualité du support";
  956. //
  957. // label10
  958. //
  959. this.label10.AutoSize = true;
  960. this.label10.Location = new System.Drawing.Point(9, 66);
  961. this.label10.Name = "label10";
  962. this.label10.Size = new System.Drawing.Size(84, 13);
  963. this.label10.TabIndex = 0;
  964. this.label10.Text = "Type de support";
  965. //
  966. // editSpSelectItemLbl
  967. //
  968. this.editSpSelectItemLbl.AutoSize = true;
  969. this.editSpSelectItemLbl.Location = new System.Drawing.Point(19, 17);
  970. this.editSpSelectItemLbl.Name = "editSpSelectItemLbl";
  971. this.editSpSelectItemLbl.Size = new System.Drawing.Size(112, 13);
  972. this.editSpSelectItemLbl.TabIndex = 1;
  973. this.editSpSelectItemLbl.Text = "Sélection d\'exemplaire";
  974. //
  975. // editSpSelectItemCB
  976. //
  977. this.editSpSelectItemCB.FormattingEnabled = true;
  978. this.editSpSelectItemCB.Location = new System.Drawing.Point(137, 14);
  979. this.editSpSelectItemCB.Name = "editSpSelectItemCB";
  980. this.editSpSelectItemCB.Size = new System.Drawing.Size(121, 21);
  981. this.editSpSelectItemCB.TabIndex = 0;
  982. //
  983. // borrowEditBtn
  984. //
  985. this.borrowEditBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  986. this.borrowEditBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolEditBtn;
  987. this.borrowEditBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  988. this.borrowEditBtn.Location = new System.Drawing.Point(177, 3);
  989. this.borrowEditBtn.Name = "borrowEditBtn";
  990. this.borrowEditBtn.Size = new System.Drawing.Size(25, 23);
  991. this.borrowEditBtn.TabIndex = 26;
  992. this.borrowEditBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  993. this.toolTip.SetToolTip(this.borrowEditBtn, "Editer l\'emprunt sélectionné");
  994. this.borrowEditBtn.UseVisualStyleBackColor = true;
  995. this.borrowEditBtn.Click += new System.EventHandler(this.borrowEditAction);
  996. //
  997. // borrowRemAllBtn
  998. //
  999. this.borrowRemAllBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1000. this.borrowRemAllBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBorrowRemAll;
  1001. this.borrowRemAllBtn.Location = new System.Drawing.Point(177, 40);
  1002. this.borrowRemAllBtn.Name = "borrowRemAllBtn";
  1003. this.borrowRemAllBtn.Size = new System.Drawing.Size(25, 23);
  1004. this.borrowRemAllBtn.TabIndex = 25;
  1005. this.toolTip.SetToolTip(this.borrowRemAllBtn, "Supprimer tous les emprunts de l\'historique pour cet exemplaire");
  1006. this.borrowRemAllBtn.UseVisualStyleBackColor = true;
  1007. this.borrowRemAllBtn.Click += new System.EventHandler(this.borrowRemAllAction);
  1008. //
  1009. // borrowRemSelectedBtn
  1010. //
  1011. this.borrowRemSelectedBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1012. this.borrowRemSelectedBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBorrowRem;
  1013. this.borrowRemSelectedBtn.Location = new System.Drawing.Point(146, 40);
  1014. this.borrowRemSelectedBtn.Name = "borrowRemSelectedBtn";
  1015. this.borrowRemSelectedBtn.Size = new System.Drawing.Size(25, 23);
  1016. this.borrowRemSelectedBtn.TabIndex = 24;
  1017. this.toolTip.SetToolTip(this.borrowRemSelectedBtn, "Supprimer l\'emprunt sélectionné");
  1018. this.borrowRemSelectedBtn.UseVisualStyleBackColor = true;
  1019. this.borrowRemSelectedBtn.Click += new System.EventHandler(this.borrowRemSelectedAction);
  1020. //
  1021. // borrowManageBtn
  1022. //
  1023. this.borrowManageBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBorrowOpen;
  1024. this.borrowManageBtn.Location = new System.Drawing.Point(10, 3);
  1025. this.borrowManageBtn.Name = "borrowManageBtn";
  1026. this.borrowManageBtn.Size = new System.Drawing.Size(93, 23);
  1027. this.borrowManageBtn.TabIndex = 23;
  1028. this.borrowManageBtn.Text = "Emprunter";
  1029. this.borrowManageBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  1030. this.toolTip.SetToolTip(this.borrowManageBtn, "Emprunter l\'exemplaire sélectionné");
  1031. this.borrowManageBtn.UseVisualStyleBackColor = true;
  1032. this.borrowManageBtn.Click += new System.EventHandler(this.borrowManageBtn_Click);
  1033. //
  1034. // mediabrolTS
  1035. //
  1036. this.mediabrolTS.Dock = System.Windows.Forms.DockStyle.None;
  1037. this.mediabrolTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1038. this.searchMediabrolTSB,
  1039. this.showSearchResultTSB,
  1040. this.toolStripSeparator4,
  1041. this.currentMediabrolLbl,
  1042. this.saveMediabrolTSB,
  1043. this.deleteMediabrolTSB,
  1044. this.toolStripSeparator9,
  1045. this.mediabrolsDGVLbl,
  1046. this.printDGVTSB,
  1047. this.saveDGVTSB,
  1048. this.toolStripSplitButton1});
  1049. this.mediabrolTS.Location = new System.Drawing.Point(136, 0);
  1050. this.mediabrolTS.Name = "mediabrolTS";
  1051. this.mediabrolTS.Size = new System.Drawing.Size(382, 25);
  1052. this.mediabrolTS.TabIndex = 10;
  1053. this.mediabrolTS.Text = "Exemplaires";
  1054. //
  1055. // searchMediabrolTSB
  1056. //
  1057. this.searchMediabrolTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1058. this.searchMediabrolTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolFind;
  1059. this.searchMediabrolTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  1060. this.searchMediabrolTSB.Name = "searchMediabrolTSB";
  1061. this.searchMediabrolTSB.Size = new System.Drawing.Size(23, 22);
  1062. this.searchMediabrolTSB.Text = "Recherche d\'exemplaires";
  1063. this.searchMediabrolTSB.Click += new System.EventHandler(this.searchMediabrolAction);
  1064. //
  1065. // showSearchResultTSB
  1066. //
  1067. this.showSearchResultTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1068. this.showSearchResultTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDetails;
  1069. this.showSearchResultTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  1070. this.showSearchResultTSB.Name = "showSearchResultTSB";
  1071. this.showSearchResultTSB.Size = new System.Drawing.Size(23, 22);
  1072. this.showSearchResultTSB.Text = "Actualiser les résultats de la recherche";
  1073. //
  1074. // toolStripSeparator4
  1075. //
  1076. this.toolStripSeparator4.Name = "toolStripSeparator4";
  1077. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  1078. //
  1079. // currentMediabrolLbl
  1080. //
  1081. this.currentMediabrolLbl.Name = "currentMediabrolLbl";
  1082. this.currentMediabrolLbl.Size = new System.Drawing.Size(59, 22);
  1083. this.currentMediabrolLbl.Text = "Exemplaire";
  1084. this.currentMediabrolLbl.ToolTipText = "Actions qui s\'appliquent à l\'exemplaire en cours";
  1085. //
  1086. // saveMediabrolTSB
  1087. //
  1088. this.saveMediabrolTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1089. this.saveMediabrolTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  1090. this.saveMediabrolTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  1091. this.saveMediabrolTSB.Name = "saveMediabrolTSB";
  1092. this.saveMediabrolTSB.Size = new System.Drawing.Size(23, 22);
  1093. this.saveMediabrolTSB.Text = "Sauver les modifications effectuées sur l\'exemplaire";
  1094. this.saveMediabrolTSB.Click += new System.EventHandler(this.saveMediabrolAction);
  1095. //
  1096. // deleteMediabrolTSB
  1097. //
  1098. this.deleteMediabrolTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1099. this.deleteMediabrolTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn;
  1100. this.deleteMediabrolTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  1101. this.deleteMediabrolTSB.Name = "deleteMediabrolTSB";
  1102. this.deleteMediabrolTSB.Size = new System.Drawing.Size(23, 22);
  1103. this.deleteMediabrolTSB.Text = "Supprimer l\'exemplaire";
  1104. this.deleteMediabrolTSB.Click += new System.EventHandler(this.deleteMediabrolAction);
  1105. //
  1106. // toolStripSeparator9
  1107. //
  1108. this.toolStripSeparator9.Name = "toolStripSeparator9";
  1109. this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
  1110. //
  1111. // mediabrolsDGVLbl
  1112. //
  1113. this.mediabrolsDGVLbl.Name = "mediabrolsDGVLbl";
  1114. this.mediabrolsDGVLbl.Size = new System.Drawing.Size(129, 22);
  1115. this.mediabrolsDGVLbl.Text = "Résultats de la recherche";
  1116. this.mediabrolsDGVLbl.ToolTipText = "Actions qui s\'appliquent à la liste des exemplaires affichés";
  1117. //
  1118. // printDGVTSB
  1119. //
  1120. this.printDGVTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1121. this.printDGVTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.PrintHS;
  1122. this.printDGVTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  1123. this.printDGVTSB.Name = "printDGVTSB";
  1124. this.printDGVTSB.Size = new System.Drawing.Size(23, 22);
  1125. this.printDGVTSB.Text = "Imprimer la liste";
  1126. this.printDGVTSB.Click += new System.EventHandler(this.printDGVAction);
  1127. //
  1128. // saveDGVTSB
  1129. //
  1130. this.saveDGVTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1131. this.saveDGVTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  1132. this.saveDGVTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  1133. this.saveDGVTSB.Name = "saveDGVTSB";
  1134. this.saveDGVTSB.Size = new System.Drawing.Size(23, 22);
  1135. this.saveDGVTSB.Text = "Sauver la liste";
  1136. this.saveDGVTSB.Click += new System.EventHandler(this.saveDGVAction);
  1137. //
  1138. // toolStripSplitButton1
  1139. //
  1140. this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1141. this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1142. this.refreshResultsTsMi,
  1143. this.autoRefreshResultsTsMi});
  1144. this.toolStripSplitButton1.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolRefreshBtn;
  1145. this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  1146. this.toolStripSplitButton1.Name = "toolStripSplitButton1";
  1147. this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 22);
  1148. this.toolStripSplitButton1.Text = "Mise à jour";
  1149. //
  1150. // refreshResultsTsMi
  1151. //
  1152. this.refreshResultsTsMi.Name = "refreshResultsTsMi";
  1153. this.refreshResultsTsMi.Size = new System.Drawing.Size(222, 22);
  1154. this.refreshResultsTsMi.Text = "Raffraîchir la liste";
  1155. this.refreshResultsTsMi.Click += new System.EventHandler(this.refreshResults_Click);
  1156. //
  1157. // autoRefreshResultsTsMi
  1158. //
  1159. this.autoRefreshResultsTsMi.CheckOnClick = true;
  1160. this.autoRefreshResultsTsMi.Name = "autoRefreshResultsTsMi";
  1161. this.autoRefreshResultsTsMi.Size = new System.Drawing.Size(222, 22);
  1162. this.autoRefreshResultsTsMi.Text = "Raffraîchir automatiquement";
  1163. //
  1164. // mediabrolsDGVCMS
  1165. //
  1166. this.mediabrolsDGVCMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1167. this.infoTSMenuItem,
  1168. this.toolStripSeparator8,
  1169. this.startBorrowCMSTSMenuItem,
  1170. this.stopBorrowCMSTSMenuItem,
  1171. this.openWithTSMenuItem,
  1172. this.toolStripSeparator6,
  1173. this.refreshDGVTsMi,
  1174. this.sendToTSMenuItem,
  1175. this.deleteTSMenuItem,
  1176. this.toolStripSeparator7,
  1177. this.propertiesTSMenuItem,
  1178. this.toolStripSeparator11,
  1179. this.saveDGVCTsMi,
  1180. this.printDGVCTsMi});
  1181. this.mediabrolsDGVCMS.Name = "contextMenuStrip1";
  1182. this.mediabrolsDGVCMS.Size = new System.Drawing.Size(187, 270);
  1183. this.mediabrolsDGVCMS.Opening += new System.ComponentModel.CancelEventHandler(this.mediabrolsDGVCMS_Opening);
  1184. //
  1185. // infoTSMenuItem
  1186. //
  1187. this.infoTSMenuItem.BackColor = System.Drawing.SystemColors.ControlLight;
  1188. this.infoTSMenuItem.Enabled = false;
  1189. this.infoTSMenuItem.Name = "infoTSMenuItem";
  1190. this.infoTSMenuItem.Size = new System.Drawing.Size(186, 22);
  1191. this.infoTSMenuItem.Text = "Menu exemplaires";
  1192. //
  1193. // toolStripSeparator8
  1194. //
  1195. this.toolStripSeparator8.Name = "toolStripSeparator8";
  1196. this.toolStripSeparator8.Size = new System.Drawing.Size(183, 6);
  1197. //
  1198. // startBorrowCMSTSMenuItem
  1199. //
  1200. this.startBorrowCMSTSMenuItem.Enabled = false;
  1201. this.startBorrowCMSTSMenuItem.Name = "startBorrowCMSTSMenuItem";
  1202. this.startBorrowCMSTSMenuItem.Size = new System.Drawing.Size(186, 22);
  1203. this.startBorrowCMSTSMenuItem.Text = "Emprunter";
  1204. this.startBorrowCMSTSMenuItem.Click += new System.EventHandler(this.startBorrowTSMenuItem_Click);
  1205. //
  1206. // stopBorrowCMSTSMenuItem
  1207. //
  1208. this.stopBorrowCMSTSMenuItem.Enabled = false;
  1209. this.stopBorrowCMSTSMenuItem.Name = "stopBorrowCMSTSMenuItem";
  1210. this.stopBorrowCMSTSMenuItem.Size = new System.Drawing.Size(186, 22);
  1211. this.stopBorrowCMSTSMenuItem.Text = "Retour d\'emprunt";
  1212. this.stopBorrowCMSTSMenuItem.Click += new System.EventHandler(this.stopBorrowCMSTSMenuItem_Click);
  1213. //
  1214. // openWithTSMenuItem
  1215. //
  1216. this.openWithTSMenuItem.Name = "openWithTSMenuItem";
  1217. this.openWithTSMenuItem.Size = new System.Drawing.Size(186, 22);
  1218. this.openWithTSMenuItem.Text = "Editer";
  1219. this.openWithTSMenuItem.Click += new System.EventHandler(this.openWithTSMenuItem_Click);
  1220. //
  1221. // toolStripSeparator6
  1222. //
  1223. this.toolStripSeparator6.Name = "toolStripSeparator6";
  1224. this.toolStripSeparator6.Size = new System.Drawing.Size(183, 6);
  1225. //
  1226. // refreshDGVTsMi
  1227. //
  1228. this.refreshDGVTsMi.Name = "refreshDGVTsMi";
  1229. this.refreshDGVTsMi.Size = new System.Drawing.Size(186, 22);
  1230. this.refreshDGVTsMi.Text = "Réactualiser la liste";
  1231. this.refreshDGVTsMi.Click += new System.EventHandler(this.refreshResults_Click);
  1232. //
  1233. // sendToTSMenuItem
  1234. //
  1235. this.sendToTSMenuItem.Enabled = false;
  1236. this.sendToTSMenuItem.Name = "sendToTSMenuItem";
  1237. this.sendToTSMenuItem.Size = new System.Drawing.Size(186, 22);
  1238. this.sendToTSMenuItem.Text = "Enlever des résultats";
  1239. //
  1240. // deleteTSMenuItem
  1241. //
  1242. this.deleteTSMenuItem.Enabled = false;
  1243. this.deleteTSMenuItem.Name = "deleteTSMenuItem";
  1244. this.deleteTSMenuItem.Size = new System.Drawing.Size(186, 22);
  1245. this.deleteTSMenuItem.Text = "Supprimer";
  1246. //
  1247. // toolStripSeparator7
  1248. //
  1249. this.toolStripSeparator7.Name = "toolStripSeparator7";
  1250. this.toolStripSeparator7.Size = new System.Drawing.Size(183, 6);
  1251. //
  1252. // propertiesTSMenuItem
  1253. //
  1254. this.propertiesTSMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1255. this.mediabrolInfoTsMi,
  1256. this.brolInfoTsMi});
  1257. this.propertiesTSMenuItem.Name = "propertiesTSMenuItem";
  1258. this.propertiesTSMenuItem.Size = new System.Drawing.Size(186, 22);
  1259. this.propertiesTSMenuItem.Text = "Propriétés";
  1260. //
  1261. // mediabrolInfoTsMi
  1262. //
  1263. this.mediabrolInfoTsMi.Name = "mediabrolInfoTsMi";
  1264. this.mediabrolInfoTsMi.Size = new System.Drawing.Size(152, 22);
  1265. this.mediabrolInfoTsMi.Text = "Exemplaire";
  1266. this.mediabrolInfoTsMi.Click += new System.EventHandler(this.onMediabrolInfo_Click);
  1267. //
  1268. // brolInfoTsMi
  1269. //
  1270. this.brolInfoTsMi.Name = "brolInfoTsMi";
  1271. this.brolInfoTsMi.Size = new System.Drawing.Size(152, 22);
  1272. this.brolInfoTsMi.Text = "Ouvrage";
  1273. this.brolInfoTsMi.Click += new System.EventHandler(this.onBrolInfo_Click);
  1274. //
  1275. // toolStripSeparator11
  1276. //
  1277. this.toolStripSeparator11.Name = "toolStripSeparator11";
  1278. this.toolStripSeparator11.Size = new System.Drawing.Size(183, 6);
  1279. //
  1280. // saveDGVCTsMi
  1281. //
  1282. this.saveDGVCTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  1283. this.saveDGVCTsMi.Name = "saveDGVCTsMi";
  1284. this.saveDGVCTsMi.Size = new System.Drawing.Size(186, 22);
  1285. this.saveDGVCTsMi.Text = "Sauver la liste";
  1286. this.saveDGVCTsMi.Click += new System.EventHandler(this.saveDGVAction);
  1287. //
  1288. // printDGVCTsMi
  1289. //
  1290. this.printDGVCTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.PrintHS;
  1291. this.printDGVCTsMi.Name = "printDGVCTsMi";
  1292. this.printDGVCTsMi.Size = new System.Drawing.Size(186, 22);
  1293. this.printDGVCTsMi.Text = "Imprimer la liste";
  1294. this.printDGVCTsMi.Click += new System.EventHandler(this.printDGVAction);
  1295. //
  1296. // borrowsTS
  1297. //
  1298. this.borrowsTS.Dock = System.Windows.Forms.DockStyle.None;
  1299. this.borrowsTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1300. this.startBorrowTSB,
  1301. this.stopBorrowTSB,
  1302. this.toolStripSeparator1,
  1303. this.cleanBorrowTSB,
  1304. this.cleanAllBorrowsTSB,
  1305. this.editBorrowTSB});
  1306. this.borrowsTS.Location = new System.Drawing.Point(3, 0);
  1307. this.borrowsTS.Name = "borrowsTS";
  1308. this.borrowsTS.Size = new System.Drawing.Size(133, 25);
  1309. this.borrowsTS.TabIndex = 11;
  1310. this.borrowsTS.Text = "Emprunts";
  1311. //
  1312. // startBorrowTSB
  1313. //
  1314. this.startBorrowTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1315. this.startBorrowTSB.Enabled = false;
  1316. this.startBorrowTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBorrowOpen;
  1317. this.startBorrowTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  1318. this.startBorrowTSB.Name = "startBorrowTSB";
  1319. this.startBorrowTSB.Size = new System.Drawing.Size(23, 22);
  1320. this.startBorrowTSB.Text = "Emprunter l\'exemplaire";
  1321. this.startBorrowTSB.Click += new System.EventHandler(this.startBorrowTSMenuItem_Click);
  1322. //
  1323. // stopBorrowTSB
  1324. //
  1325. this.stopBorrowTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1326. this.stopBorrowTSB.Enabled = false;
  1327. this.stopBorrowTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBorrowClose;
  1328. this.stopBorrowTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  1329. this.stopBorrowTSB.Name = "stopBorrowTSB";
  1330. this.stopBorrowTSB.Size = new System.Drawing.Size(23, 22);
  1331. this.stopBorrowTSB.Text = "Terminer l\'emprunt pour cet exemplaire";
  1332. //
  1333. // toolStripSeparator1
  1334. //
  1335. this.toolStripSeparator1.Name = "toolStripSeparator1";
  1336. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  1337. //
  1338. // cleanBorrowTSB
  1339. //
  1340. this.cleanBorrowTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1341. this.cleanBorrowTSB.Enabled = false;
  1342. this.cleanBorrowTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBorrowRem;
  1343. this.cleanBorrowTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  1344. this.cleanBorrowTSB.Name = "cleanBorrowTSB";
  1345. this.cleanBorrowTSB.Size = new System.Drawing.Size(23, 22);
  1346. this.cleanBorrowTSB.Text = "Supprimer cet emprunt de l\'historique";
  1347. this.cleanBorrowTSB.Click += new System.EventHandler(this.borrowRemSelectedAction);
  1348. //
  1349. // cleanAllBorrowsTSB
  1350. //
  1351. this.cleanAllBorrowsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1352. this.cleanAllBorrowsTSB.Enabled = false;
  1353. this.cleanAllBorrowsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBorrowRemAll;
  1354. this.cleanAllBorrowsTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  1355. this.cleanAllBorrowsTSB.Name = "cleanAllBorrowsTSB";
  1356. this.cleanAllBorrowsTSB.Size = new System.Drawing.Size(23, 22);
  1357. this.cleanAllBorrowsTSB.Text = "Supprimer de l\'historique tous les emprunts pour cet exemplaire";
  1358. this.cleanAllBorrowsTSB.Click += new System.EventHandler(this.borrowRemAllAction);
  1359. //
  1360. // editBorrowTSB
  1361. //
  1362. this.editBorrowTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1363. this.editBorrowTSB.Enabled = false;
  1364. this.editBorrowTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolEditBtn;
  1365. this.editBorrowTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  1366. this.editBorrowTSB.Name = "editBorrowTSB";
  1367. this.editBorrowTSB.Size = new System.Drawing.Size(23, 22);
  1368. this.editBorrowTSB.Text = "Editer l\'emprunt sélectionné";
  1369. this.editBorrowTSB.Click += new System.EventHandler(this.borrowEditAction);
  1370. //
  1371. // mainMenuStrip
  1372. //
  1373. this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1374. this.mediabrolsTSMenuItem});
  1375. this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
  1376. this.mainMenuStrip.Name = "mainMenuStrip";
  1377. this.mainMenuStrip.Size = new System.Drawing.Size(722, 24);
  1378. this.mainMenuStrip.TabIndex = 8;
  1379. this.mainMenuStrip.Text = "menuStrip1";
  1380. //
  1381. // mediabrolsTSMenuItem
  1382. //
  1383. this.mediabrolsTSMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1384. this.searchMediabrolTSMenuItem,
  1385. this.toolStripSeparator2,
  1386. this.saveMediabrolTSMenuItem,
  1387. this.deleteMediabrolTSMenuItem,
  1388. this.toolStripSeparator5,
  1389. this.startBorrowTSMenuItem,
  1390. this.stopBorrowTSMenuItem,
  1391. this.cleanBorrowTSMenuItem,
  1392. this.cleanAllBorrowsTSMenuItem,
  1393. this.toolStripSeparator3,
  1394. this.editBorrowTSMenuItem,
  1395. this.toolStripSeparator10,
  1396. this.saveDGVTsMi,
  1397. this.printDGVTsMi});
  1398. this.mediabrolsTSMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
  1399. this.mediabrolsTSMenuItem.Name = "mediabrolsTSMenuItem";
  1400. this.mediabrolsTSMenuItem.Size = new System.Drawing.Size(76, 20);
  1401. this.mediabrolsTSMenuItem.Text = "E&xemplaires";
  1402. //
  1403. // searchMediabrolTSMenuItem
  1404. //
  1405. this.searchMediabrolTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolFind;
  1406. this.searchMediabrolTSMenuItem.Name = "searchMediabrolTSMenuItem";
  1407. this.searchMediabrolTSMenuItem.Size = new System.Drawing.Size(221, 22);
  1408. this.searchMediabrolTSMenuItem.Text = "Chercher des exemplaires";
  1409. this.searchMediabrolTSMenuItem.Click += new System.EventHandler(this.searchMediabrolAction);
  1410. //
  1411. // toolStripSeparator2
  1412. //
  1413. this.toolStripSeparator2.Name = "toolStripSeparator2";
  1414. this.toolStripSeparator2.Size = new System.Drawing.Size(218, 6);
  1415. //
  1416. // saveMediabrolTSMenuItem
  1417. //
  1418. this.saveMediabrolTSMenuItem.Enabled = false;
  1419. this.saveMediabrolTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  1420. this.saveMediabrolTSMenuItem.Name = "saveMediabrolTSMenuItem";
  1421. this.saveMediabrolTSMenuItem.Size = new System.Drawing.Size(221, 22);
  1422. this.saveMediabrolTSMenuItem.Text = "Sauver l\'exemplaire";
  1423. this.saveMediabrolTSMenuItem.Click += new System.EventHandler(this.saveMediabrolAction);
  1424. //
  1425. // deleteMediabrolTSMenuItem
  1426. //
  1427. this.deleteMediabrolTSMenuItem.Enabled = false;
  1428. this.deleteMediabrolTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn;
  1429. this.deleteMediabrolTSMenuItem.Name = "deleteMediabrolTSMenuItem";
  1430. this.deleteMediabrolTSMenuItem.Size = new System.Drawing.Size(221, 22);
  1431. this.deleteMediabrolTSMenuItem.Text = "Supprimer l\'exemplaire";
  1432. this.deleteMediabrolTSMenuItem.Click += new System.EventHandler(this.deleteMediabrolAction);
  1433. //
  1434. // toolStripSeparator5
  1435. //
  1436. this.toolStripSeparator5.Name = "toolStripSeparator5";
  1437. this.toolStripSeparator5.Size = new System.Drawing.Size(218, 6);
  1438. //
  1439. // startBorrowTSMenuItem
  1440. //
  1441. this.startBorrowTSMenuItem.Enabled = false;
  1442. this.startBorrowTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBorrowOpen;
  1443. this.startBorrowTSMenuItem.Name = "startBorrowTSMenuItem";
  1444. this.startBorrowTSMenuItem.Size = new System.Drawing.Size(221, 22);
  1445. this.startBorrowTSMenuItem.Text = "&Emprunter";
  1446. this.startBorrowTSMenuItem.Click += new System.EventHandler(this.borrowManageBtn_Click);
  1447. //
  1448. // stopBorrowTSMenuItem
  1449. //
  1450. this.stopBorrowTSMenuItem.Enabled = false;
  1451. this.stopBorrowTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBorrowClose;
  1452. this.stopBorrowTSMenuItem.Name = "stopBorrowTSMenuItem";
  1453. this.stopBorrowTSMenuItem.Size = new System.Drawing.Size(221, 22);
  1454. this.stopBorrowTSMenuItem.Text = "&Rentrer";
  1455. this.stopBorrowTSMenuItem.Click += new System.EventHandler(this.borrowManageBtn_Click);
  1456. //
  1457. // cleanBorrowTSMenuItem
  1458. //
  1459. this.cleanBorrowTSMenuItem.Enabled = false;
  1460. this.cleanBorrowTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBorrowRem;
  1461. this.cleanBorrowTSMenuItem.Name = "cleanBorrowTSMenuItem";
  1462. this.cleanBorrowTSMenuItem.Size = new System.Drawing.Size(221, 22);
  1463. this.cleanBorrowTSMenuItem.Text = "Supprimer l\'emprunt";
  1464. this.cleanBorrowTSMenuItem.Click += new System.EventHandler(this.borrowRemSelectedAction);
  1465. //
  1466. // cleanAllBorrowsTSMenuItem
  1467. //
  1468. this.cleanAllBorrowsTSMenuItem.Enabled = false;
  1469. this.cleanAllBorrowsTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBorrowRemAll;
  1470. this.cleanAllBorrowsTSMenuItem.Name = "cleanAllBorrowsTSMenuItem";
  1471. this.cleanAllBorrowsTSMenuItem.Size = new System.Drawing.Size(221, 22);
  1472. this.cleanAllBorrowsTSMenuItem.Text = "Supprimer tous les emprunts";
  1473. this.cleanAllBorrowsTSMenuItem.Click += new System.EventHandler(this.borrowRemAllAction);
  1474. //
  1475. // toolStripSeparator3
  1476. //
  1477. this.toolStripSeparator3.Name = "toolStripSeparator3";
  1478. this.toolStripSeparator3.Size = new System.Drawing.Size(218, 6);
  1479. //
  1480. // editBorrowTSMenuItem
  1481. //
  1482. this.editBorrowTSMenuItem.Enabled = false;
  1483. this.editBorrowTSMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolEditBtn;
  1484. this.editBorrowTSMenuItem.Name = "editBorrowTSMenuItem";
  1485. this.editBorrowTSMenuItem.Size = new System.Drawing.Size(221, 22);
  1486. this.editBorrowTSMenuItem.Text = "Editer l\'emprunt";
  1487. this.editBorrowTSMenuItem.Click += new System.EventHandler(this.borrowEditAction);
  1488. //
  1489. // toolStripSeparator10
  1490. //
  1491. this.toolStripSeparator10.Name = "toolStripSeparator10";
  1492. this.toolStripSeparator10.Size = new System.Drawing.Size(218, 6);
  1493. //
  1494. // saveDGVTsMi
  1495. //
  1496. this.saveDGVTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  1497. this.saveDGVTsMi.Name = "saveDGVTsMi";
  1498. this.saveDGVTsMi.Size = new System.Drawing.Size(221, 22);
  1499. this.saveDGVTsMi.Text = "Sauver la liste";
  1500. this.saveDGVTsMi.Click += new System.EventHandler(this.saveDGVAction);
  1501. //
  1502. // printDGVTsMi
  1503. //
  1504. this.printDGVTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.PrintHS;
  1505. this.printDGVTsMi.Name = "printDGVTsMi";
  1506. this.printDGVTsMi.Size = new System.Drawing.Size(221, 22);
  1507. this.printDGVTsMi.Text = "Imprimer la liste";
  1508. this.printDGVTsMi.Click += new System.EventHandler(this.printDGVAction);
  1509. //
  1510. // topTSP
  1511. //
  1512. this.topTSP.Controls.Add(this.borrowsTS);
  1513. this.topTSP.Controls.Add(this.mediabrolTS);
  1514. this.topTSP.Dock = System.Windows.Forms.DockStyle.Top;
  1515. this.topTSP.Location = new System.Drawing.Point(0, 24);
  1516. this.topTSP.Name = "topTSP";
  1517. this.topTSP.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1518. this.topTSP.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
  1519. this.topTSP.Size = new System.Drawing.Size(722, 25);
  1520. //
  1521. // mediabrolsAndTabsSC
  1522. //
  1523. this.mediabrolsAndTabsSC.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  1524. this.mediabrolsAndTabsSC.Dock = System.Windows.Forms.DockStyle.Fill;
  1525. this.mediabrolsAndTabsSC.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  1526. this.mediabrolsAndTabsSC.Location = new System.Drawing.Point(0, 49);
  1527. this.mediabrolsAndTabsSC.Name = "mediabrolsAndTabsSC";
  1528. //
  1529. // mediabrolsAndTabsSC.Panel1
  1530. //
  1531. this.mediabrolsAndTabsSC.Panel1.Controls.Add(this.mediabrolsAndImgSC);
  1532. //
  1533. // mediabrolsAndTabsSC.Panel2
  1534. //
  1535. this.mediabrolsAndTabsSC.Panel2.AutoScroll = true;
  1536. this.mediabrolsAndTabsSC.Panel2.Controls.Add(this.mainTC);
  1537. this.mediabrolsAndTabsSC.Size = new System.Drawing.Size(722, 531);
  1538. this.mediabrolsAndTabsSC.SplitterDistance = 187;
  1539. this.mediabrolsAndTabsSC.TabIndex = 7;
  1540. //
  1541. // mediabrolsAndImgSC
  1542. //
  1543. this.mediabrolsAndImgSC.Dock = System.Windows.Forms.DockStyle.Fill;
  1544. this.mediabrolsAndImgSC.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  1545. this.mediabrolsAndImgSC.IsSplitterFixed = true;
  1546. this.mediabrolsAndImgSC.Location = new System.Drawing.Point(0, 0);
  1547. this.mediabrolsAndImgSC.Name = "mediabrolsAndImgSC";
  1548. this.mediabrolsAndImgSC.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1549. //
  1550. // mediabrolsAndImgSC.Panel1
  1551. //
  1552. this.mediabrolsAndImgSC.Panel1.Controls.Add(this.brolsDGV);
  1553. //
  1554. // mediabrolsAndImgSC.Panel2
  1555. //
  1556. this.mediabrolsAndImgSC.Panel2.Controls.Add(this.mediabrolPB);
  1557. this.mediabrolsAndImgSC.Size = new System.Drawing.Size(183, 527);
  1558. this.mediabrolsAndImgSC.SplitterDistance = 413;
  1559. this.mediabrolsAndImgSC.TabIndex = 1;
  1560. //
  1561. // brolsDGV
  1562. //
  1563. this.brolsDGV.AllowUserToAddRows = false;
  1564. this.brolsDGV.AllowUserToDeleteRows = false;
  1565. this.brolsDGV.AllowUserToOrderColumns = true;
  1566. dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
  1567. this.brolsDGV.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  1568. this.brolsDGV.BackgroundColor = System.Drawing.SystemColors.Control;
  1569. this.brolsDGV.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  1570. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1571. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  1572. dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1573. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  1574. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1575. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1576. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1577. this.brolsDGV.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  1578. this.brolsDGV.ContextMenuStrip = this.mediabrolsDGVCMS;
  1579. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1580. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  1581. dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1582. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black;
  1583. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1584. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1585. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1586. this.brolsDGV.DefaultCellStyle = dataGridViewCellStyle3;
  1587. this.brolsDGV.Dock = System.Windows.Forms.DockStyle.Fill;
  1588. this.brolsDGV.GridColor = System.Drawing.Color.SlateGray;
  1589. this.brolsDGV.Location = new System.Drawing.Point(0, 0);
  1590. this.brolsDGV.Name = "brolsDGV";
  1591. this.brolsDGV.ReadOnly = true;
  1592. this.brolsDGV.RowHeadersVisible = false;
  1593. this.brolsDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  1594. this.brolsDGV.Size = new System.Drawing.Size(183, 413);
  1595. this.brolsDGV.TabIndex = 0;
  1596. this.brolsDGV.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.mediabrolsDGV_CellMouseEnter);
  1597. this.brolsDGV.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.mediabrolsDGV_CellClick);
  1598. this.brolsDGV.SelectionChanged += new System.EventHandler(this.mediabrolsDGV_SelectionChanged);
  1599. //
  1600. // mediabrolPB
  1601. //
  1602. this.mediabrolPB.Dock = System.Windows.Forms.DockStyle.Fill;
  1603. this.mediabrolPB.Image = ((System.Drawing.Image)(resources.GetObject("mediabrolPB.Image")));
  1604. this.mediabrolPB.Location = new System.Drawing.Point(0, 0);
  1605. this.mediabrolPB.Name = "mediabrolPB";
  1606. this.mediabrolPB.Size = new System.Drawing.Size(183, 110);
  1607. this.mediabrolPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  1608. this.mediabrolPB.TabIndex = 0;
  1609. this.mediabrolPB.TabStop = false;
  1610. //
  1611. // mainTC
  1612. //
  1613. this.mainTC.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
  1614. this.mainTC.Controls.Add(this.searchTP);
  1615. this.mainTC.Controls.Add(this.infoTP);
  1616. this.mainTC.Controls.Add(this.mediabrolTP);
  1617. this.mainTC.Controls.Add(this.borrowTP);
  1618. this.mainTC.Controls.Add(this.exportTP);
  1619. this.mainTC.Dock = System.Windows.Forms.DockStyle.Fill;
  1620. this.mainTC.Location = new System.Drawing.Point(0, 0);
  1621. this.mainTC.Name = "mainTC";
  1622. this.mainTC.SelectedIndex = 0;
  1623. this.mainTC.Size = new System.Drawing.Size(527, 527);
  1624. this.mainTC.TabIndex = 0;
  1625. this.mainTC.SelectedIndexChanged += new System.EventHandler(this.mainTC_SelectedIndexChanged);
  1626. //
  1627. // searchTP
  1628. //
  1629. this.searchTP.AutoScroll = true;
  1630. this.searchTP.Controls.Add(this.remAllSelectedMediabrolsBtn);
  1631. this.searchTP.Controls.Add(this.searchControl);
  1632. this.searchTP.Location = new System.Drawing.Point(4, 25);
  1633. this.searchTP.Name = "searchTP";
  1634. this.searchTP.Size = new System.Drawing.Size(519, 498);
  1635. this.searchTP.TabIndex = 6;
  1636. this.searchTP.Text = "Recherche";
  1637. this.searchTP.UseVisualStyleBackColor = true;
  1638. //
  1639. // remAllSelectedMediabrolsBtn
  1640. //
  1641. this.remAllSelectedMediabrolsBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1642. this.remAllSelectedMediabrolsBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn;
  1643. this.remAllSelectedMediabrolsBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1644. this.remAllSelectedMediabrolsBtn.Location = new System.Drawing.Point(438, 467);
  1645. this.remAllSelectedMediabrolsBtn.Name = "remAllSelectedMediabrolsBtn";
  1646. this.remAllSelectedMediabrolsBtn.Size = new System.Drawing.Size(73, 23);
  1647. this.remAllSelectedMediabrolsBtn.TabIndex = 27;
  1648. this.remAllSelectedMediabrolsBtn.Text = "Supprimer";
  1649. this.remAllSelectedMediabrolsBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1650. this.remAllSelectedMediabrolsBtn.UseVisualStyleBackColor = true;
  1651. this.remAllSelectedMediabrolsBtn.Click += new System.EventHandler(this.remAllSelectedMediabrolsBtn_Click);
  1652. //
  1653. // searchControl
  1654. //
  1655. this.searchControl.Dock = System.Windows.Forms.DockStyle.Fill;
  1656. this.searchControl.Location = new System.Drawing.Point(0, 0);
  1657. this.searchControl.Name = "searchControl";
  1658. this.searchControl.Size = new System.Drawing.Size(519, 498);
  1659. this.searchControl.TabIndex = 0;
  1660. //
  1661. // infoTP
  1662. //
  1663. this.infoTP.AutoScroll = true;
  1664. this.infoTP.Controls.Add(this.brolInfoCtl);
  1665. this.infoTP.Location = new System.Drawing.Point(4, 25);
  1666. this.infoTP.Name = "infoTP";
  1667. this.infoTP.Size = new System.Drawing.Size(519, 498);
  1668. this.infoTP.TabIndex = 5;
  1669. this.infoTP.Text = "Ouvrage";
  1670. this.infoTP.UseVisualStyleBackColor = true;
  1671. //
  1672. // brolInfoCtl
  1673. //
  1674. this.brolInfoCtl.BackColor = System.Drawing.Color.White;
  1675. this.brolInfoCtl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  1676. this.brolInfoCtl.Dock = System.Windows.Forms.DockStyle.Fill;
  1677. this.brolInfoCtl.Location = new System.Drawing.Point(0, 0);
  1678. this.brolInfoCtl.Name = "brolInfoCtl";
  1679. this.brolInfoCtl.Size = new System.Drawing.Size(519, 498);
  1680. this.brolInfoCtl.TabIndex = 0;
  1681. //
  1682. // mediabrolTP
  1683. //
  1684. this.mediabrolTP.AutoScroll = true;
  1685. this.mediabrolTP.AutoScrollMinSize = new System.Drawing.Size(500, 0);
  1686. this.mediabrolTP.Controls.Add(this.mediabrolSC);
  1687. this.mediabrolTP.Location = new System.Drawing.Point(4, 25);
  1688. this.mediabrolTP.Name = "mediabrolTP";
  1689. this.mediabrolTP.Size = new System.Drawing.Size(519, 498);
  1690. this.mediabrolTP.TabIndex = 7;
  1691. this.mediabrolTP.Text = "Exemplaire";
  1692. this.mediabrolTP.UseVisualStyleBackColor = true;
  1693. //
  1694. // mediabrolSC
  1695. //
  1696. this.mediabrolSC.Dock = System.Windows.Forms.DockStyle.Fill;
  1697. this.mediabrolSC.Location = new System.Drawing.Point(0, 0);
  1698. this.mediabrolSC.Name = "mediabrolSC";
  1699. this.mediabrolSC.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1700. //
  1701. // mediabrolSC.Panel1
  1702. //
  1703. this.mediabrolSC.Panel1.Controls.Add(this.mediabrolTC);
  1704. //
  1705. // mediabrolSC.Panel2
  1706. //
  1707. this.mediabrolSC.Panel2.Controls.Add(this.buttonsPanel);
  1708. this.mediabrolSC.Size = new System.Drawing.Size(519, 498);
  1709. this.mediabrolSC.SplitterDistance = 414;
  1710. this.mediabrolSC.TabIndex = 0;
  1711. //
  1712. // mediabrolTC
  1713. //
  1714. this.mediabrolTC.Controls.Add(this.generalTP);
  1715. this.mediabrolTC.Controls.Add(this.mediaTP);
  1716. this.mediabrolTC.Controls.Add(this.optionsOwnerTP);
  1717. this.mediabrolTC.Dock = System.Windows.Forms.DockStyle.Fill;
  1718. this.mediabrolTC.Location = new System.Drawing.Point(0, 0);
  1719. this.mediabrolTC.Name = "mediabrolTC";
  1720. this.mediabrolTC.SelectedIndex = 0;
  1721. this.mediabrolTC.Size = new System.Drawing.Size(519, 414);
  1722. this.mediabrolTC.TabIndex = 0;
  1723. //
  1724. // generalTP
  1725. //
  1726. this.generalTP.Controls.Add(this.insertionDateLbl);
  1727. this.generalTP.Controls.Add(this.insertionDateBtn);
  1728. this.generalTP.Controls.Add(this.insertionDateDTP);
  1729. this.generalTP.Controls.Add(this.bNameTB);
  1730. this.generalTP.Controls.Add(this.bComTB);
  1731. this.generalTP.Controls.Add(this.bLocTB);
  1732. this.generalTP.Controls.Add(this.bNameLbl);
  1733. this.generalTP.Controls.Add(this.bComLbl);
  1734. this.generalTP.Controls.Add(this.bLocLbl);
  1735. this.generalTP.Location = new System.Drawing.Point(4, 22);
  1736. this.generalTP.Name = "generalTP";
  1737. this.generalTP.Padding = new System.Windows.Forms.Padding(3);
  1738. this.generalTP.Size = new System.Drawing.Size(511, 388);
  1739. this.generalTP.TabIndex = 0;
  1740. this.generalTP.Text = "Exemplaire";
  1741. this.generalTP.UseVisualStyleBackColor = true;
  1742. //
  1743. // insertionDateLbl
  1744. //
  1745. this.insertionDateLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1746. this.insertionDateLbl.AutoSize = true;
  1747. this.insertionDateLbl.Location = new System.Drawing.Point(13, 367);
  1748. this.insertionDateLbl.Name = "insertionDateLbl";
  1749. this.insertionDateLbl.Size = new System.Drawing.Size(80, 13);
  1750. this.insertionDateLbl.TabIndex = 31;
  1751. this.insertionDateLbl.Text = "Date d\'insertion";
  1752. //
  1753. // insertionDateBtn
  1754. //
  1755. this.insertionDateBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1756. this.insertionDateBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolCalendar;
  1757. this.insertionDateBtn.Location = new System.Drawing.Point(99, 363);
  1758. this.insertionDateBtn.Name = "insertionDateBtn";
  1759. this.insertionDateBtn.Size = new System.Drawing.Size(26, 21);
  1760. this.insertionDateBtn.TabIndex = 30;
  1761. this.insertionDateBtn.TabStop = false;
  1762. this.insertionDateBtn.UseVisualStyleBackColor = true;
  1763. this.insertionDateBtn.Click += new System.EventHandler(this.insertionDateBtn_Click);
  1764. //
  1765. // insertionDateDTP
  1766. //
  1767. this.insertionDateDTP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1768. this.insertionDateDTP.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  1769. this.insertionDateDTP.Location = new System.Drawing.Point(99, 363);
  1770. this.insertionDateDTP.Name = "insertionDateDTP";
  1771. this.insertionDateDTP.Size = new System.Drawing.Size(101, 20);
  1772. this.insertionDateDTP.TabIndex = 29;
  1773. this.insertionDateDTP.Visible = false;
  1774. //
  1775. // bNameTB
  1776. //
  1777. this.bNameTB.AllowDrop = true;
  1778. this.bNameTB.Location = new System.Drawing.Point(162, 24);
  1779. this.bNameTB.Name = "bNameTB";
  1780. this.bNameTB.Size = new System.Drawing.Size(208, 20);
  1781. this.bNameTB.TabIndex = 28;
  1782. //
  1783. // bComTB
  1784. //
  1785. this.bComTB.AllowDrop = true;
  1786. this.bComTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1787. | System.Windows.Forms.AnchorStyles.Left)
  1788. | System.Windows.Forms.AnchorStyles.Right)));
  1789. this.bComTB.Location = new System.Drawing.Point(56, 131);
  1790. this.bComTB.Multiline = true;
  1791. this.bComTB.Name = "bComTB";
  1792. this.bComTB.Size = new System.Drawing.Size(376, 144);
  1793. this.bComTB.TabIndex = 25;
  1794. //
  1795. // bLocTB
  1796. //
  1797. this.bLocTB.AllowDrop = true;
  1798. this.bLocTB.Location = new System.Drawing.Point(162, 62);
  1799. this.bLocTB.Name = "bLocTB";
  1800. this.bLocTB.Size = new System.Drawing.Size(208, 20);
  1801. this.bLocTB.TabIndex = 24;
  1802. //
  1803. // bNameLbl
  1804. //
  1805. this.bNameLbl.AutoSize = true;
  1806. this.bNameLbl.Location = new System.Drawing.Point(55, 24);
  1807. this.bNameLbl.Name = "bNameLbl";
  1808. this.bNameLbl.Size = new System.Drawing.Size(101, 13);
  1809. this.bNameLbl.TabIndex = 27;
  1810. this.bNameLbl.Text = "Nom de l\'exemplaire";
  1811. //
  1812. // bComLbl
  1813. //
  1814. this.bComLbl.AutoSize = true;
  1815. this.bComLbl.Location = new System.Drawing.Point(55, 115);
  1816. this.bComLbl.Name = "bComLbl";
  1817. this.bComLbl.Size = new System.Drawing.Size(68, 13);
  1818. this.bComLbl.TabIndex = 26;
  1819. this.bComLbl.Text = "Commentaire";
  1820. //
  1821. // bLocLbl
  1822. //
  1823. this.bLocLbl.AutoSize = true;
  1824. this.bLocLbl.Location = new System.Drawing.Point(55, 62);
  1825. this.bLocLbl.Name = "bLocLbl";
  1826. this.bLocLbl.Size = new System.Drawing.Size(63, 13);
  1827. this.bLocLbl.TabIndex = 23;
  1828. this.bLocLbl.Text = "Localisation";
  1829. //
  1830. // mediaTP
  1831. //
  1832. this.mediaTP.Controls.Add(this.qualityAddBtn);
  1833. this.mediaTP.Controls.Add(this.qualityRemBtn);
  1834. this.mediaTP.Controls.Add(this.qualitiesAddCB);
  1835. this.mediaTP.Controls.Add(this.qualitiesLbl);
  1836. this.mediaTP.Controls.Add(this.qualitiesLB);
  1837. this.mediaTP.Controls.Add(this.mediaCB);
  1838. this.mediaTP.Controls.Add(this.mediaLbl);
  1839. this.mediaTP.Location = new System.Drawing.Point(4, 22);
  1840. this.mediaTP.Name = "mediaTP";
  1841. this.mediaTP.Padding = new System.Windows.Forms.Padding(3);
  1842. this.mediaTP.Size = new System.Drawing.Size(511, 388);
  1843. this.mediaTP.TabIndex = 1;
  1844. this.mediaTP.Text = "Support";
  1845. this.mediaTP.UseVisualStyleBackColor = true;
  1846. //
  1847. // qualityAddBtn
  1848. //
  1849. this.qualityAddBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolAddBtn;
  1850. this.qualityAddBtn.Location = new System.Drawing.Point(138, 102);
  1851. this.qualityAddBtn.Name = "qualityAddBtn";
  1852. this.qualityAddBtn.Size = new System.Drawing.Size(23, 23);
  1853. this.qualityAddBtn.TabIndex = 36;
  1854. this.qualityAddBtn.UseVisualStyleBackColor = true;
  1855. this.qualityAddBtn.Click += new System.EventHandler(this.qualityAddBtn_Click);
  1856. //
  1857. // qualityRemBtn
  1858. //
  1859. this.qualityRemBtn.Enabled = false;
  1860. this.qualityRemBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn;
  1861. this.qualityRemBtn.Location = new System.Drawing.Point(109, 102);
  1862. this.qualityRemBtn.Name = "qualityRemBtn";
  1863. this.qualityRemBtn.Size = new System.Drawing.Size(23, 23);
  1864. this.qualityRemBtn.TabIndex = 37;
  1865. this.qualityRemBtn.UseVisualStyleBackColor = true;
  1866. this.qualityRemBtn.Click += new System.EventHandler(this.qualityRemBtn_Click);
  1867. //
  1868. // qualitiesAddCB
  1869. //
  1870. this.qualitiesAddCB.Location = new System.Drawing.Point(167, 104);
  1871. this.qualitiesAddCB.Name = "qualitiesAddCB";
  1872. this.qualitiesAddCB.Size = new System.Drawing.Size(106, 21);
  1873. this.qualitiesAddCB.Sorted = true;
  1874. this.qualitiesAddCB.TabIndex = 38;
  1875. this.qualitiesAddCB.Visible = false;
  1876. this.qualitiesAddCB.SelectedIndexChanged += new System.EventHandler(this.qualitiesAddCB_SelectedIndexChanged);
  1877. //
  1878. // qualitiesLbl
  1879. //
  1880. this.qualitiesLbl.AutoSize = true;
  1881. this.qualitiesLbl.Location = new System.Drawing.Point(17, 107);
  1882. this.qualitiesLbl.Name = "qualitiesLbl";
  1883. this.qualitiesLbl.Size = new System.Drawing.Size(82, 13);
  1884. this.qualitiesLbl.TabIndex = 35;
  1885. this.qualitiesLbl.Text = "Caractéristiques";
  1886. //
  1887. // qualitiesLB
  1888. //
  1889. this.qualitiesLB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  1890. this.qualitiesLB.FormattingEnabled = true;
  1891. this.qualitiesLB.Location = new System.Drawing.Point(107, 131);
  1892. this.qualitiesLB.Name = "qualitiesLB";
  1893. this.qualitiesLB.Size = new System.Drawing.Size(166, 108);
  1894. this.qualitiesLB.TabIndex = 34;
  1895. this.qualitiesLB.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.qualitiesLB_DrawItem);
  1896. this.qualitiesLB.SelectedIndexChanged += new System.EventHandler(this.qualitiesLB_SelectedIndexChanged);
  1897. //
  1898. // mediaCB
  1899. //
  1900. this.mediaCB.FormattingEnabled = true;
  1901. this.mediaCB.Location = new System.Drawing.Point(107, 27);
  1902. this.mediaCB.Name = "mediaCB";
  1903. this.mediaCB.Size = new System.Drawing.Size(166, 21);
  1904. this.mediaCB.Sorted = true;
  1905. this.mediaCB.TabIndex = 33;
  1906. //
  1907. // mediaLbl
  1908. //
  1909. this.mediaLbl.AutoSize = true;
  1910. this.mediaLbl.Location = new System.Drawing.Point(17, 30);
  1911. this.mediaLbl.Name = "mediaLbl";
  1912. this.mediaLbl.Size = new System.Drawing.Size(84, 13);
  1913. this.mediaLbl.TabIndex = 30;
  1914. this.mediaLbl.Text = "Type de support";
  1915. //
  1916. // optionsOwnerTP
  1917. //
  1918. this.optionsOwnerTP.Controls.Add(this.ownerImg);
  1919. this.optionsOwnerTP.Controls.Add(this.ownerFirstNameLbl);
  1920. this.optionsOwnerTP.Controls.Add(this.ownerFirstNameTB);
  1921. this.optionsOwnerTP.Controls.Add(this.ownerLastNameTB);
  1922. this.optionsOwnerTP.Controls.Add(this.ownerLastNameLbl);
  1923. this.optionsOwnerTP.Controls.Add(this.selectPersonBtn);
  1924. this.optionsOwnerTP.Location = new System.Drawing.Point(4, 22);
  1925. this.optionsOwnerTP.Name = "optionsOwnerTP";
  1926. this.optionsOwnerTP.Padding = new System.Windows.Forms.Padding(3);
  1927. this.optionsOwnerTP.Size = new System.Drawing.Size(511, 388);
  1928. this.optionsOwnerTP.TabIndex = 3;
  1929. this.optionsOwnerTP.Text = "Propriétaire";
  1930. this.optionsOwnerTP.UseVisualStyleBackColor = true;
  1931. //
  1932. // ownerImg
  1933. //
  1934. this.ownerImg.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError;
  1935. this.ownerImg.InitialImage = null;
  1936. this.ownerImg.Location = new System.Drawing.Point(331, 19);
  1937. this.ownerImg.Name = "ownerImg";
  1938. this.ownerImg.Size = new System.Drawing.Size(80, 80);
  1939. this.ownerImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  1940. this.ownerImg.TabIndex = 24;
  1941. this.ownerImg.TabStop = false;
  1942. //
  1943. // ownerFirstNameLbl
  1944. //
  1945. this.ownerFirstNameLbl.AutoSize = true;
  1946. this.ownerFirstNameLbl.Location = new System.Drawing.Point(76, 56);
  1947. this.ownerFirstNameLbl.Name = "ownerFirstNameLbl";
  1948. this.ownerFirstNameLbl.Size = new System.Drawing.Size(43, 13);
  1949. this.ownerFirstNameLbl.TabIndex = 3;
  1950. this.ownerFirstNameLbl.Text = "Prénom";
  1951. //
  1952. // ownerFirstNameTB
  1953. //
  1954. this.ownerFirstNameTB.AllowDrop = true;
  1955. this.ownerFirstNameTB.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1956. this.ownerFirstNameTB.Location = new System.Drawing.Point(125, 53);
  1957. this.ownerFirstNameTB.Name = "ownerFirstNameTB";
  1958. this.ownerFirstNameTB.ReadOnly = true;
  1959. this.ownerFirstNameTB.Size = new System.Drawing.Size(130, 20);
  1960. this.ownerFirstNameTB.TabIndex = 2;
  1961. //
  1962. // ownerLastNameTB
  1963. //
  1964. this.ownerLastNameTB.AllowDrop = true;
  1965. this.ownerLastNameTB.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1966. this.ownerLastNameTB.Location = new System.Drawing.Point(125, 27);
  1967. this.ownerLastNameTB.Name = "ownerLastNameTB";
  1968. this.ownerLastNameTB.ReadOnly = true;
  1969. this.ownerLastNameTB.Size = new System.Drawing.Size(130, 20);
  1970. this.ownerLastNameTB.TabIndex = 0;
  1971. //
  1972. // ownerLastNameLbl
  1973. //
  1974. this.ownerLastNameLbl.AutoSize = true;
  1975. this.ownerLastNameLbl.Location = new System.Drawing.Point(90, 30);
  1976. this.ownerLastNameLbl.Name = "ownerLastNameLbl";
  1977. this.ownerLastNameLbl.Size = new System.Drawing.Size(29, 13);
  1978. this.ownerLastNameLbl.TabIndex = 1;
  1979. this.ownerLastNameLbl.Text = "Nom";
  1980. //
  1981. // selectPersonBtn
  1982. //
  1983. this.selectPersonBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrEdit;
  1984. this.selectPersonBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1985. this.selectPersonBtn.Location = new System.Drawing.Point(66, 88);
  1986. this.selectPersonBtn.Name = "selectPersonBtn";
  1987. this.selectPersonBtn.Size = new System.Drawing.Size(189, 23);
  1988. this.selectPersonBtn.TabIndex = 22;
  1989. this.selectPersonBtn.Text = "Sélectionner une autre personne";
  1990. this.selectPersonBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1991. this.selectPersonBtn.UseVisualStyleBackColor = true;
  1992. this.selectPersonBtn.Click += new System.EventHandler(this.selectPersonBtn_Click);
  1993. //
  1994. // buttonsPanel
  1995. //
  1996. this.buttonsPanel.Controls.Add(this.button3);
  1997. this.buttonsPanel.Controls.Add(this.deleteMediabrolBtn);
  1998. this.buttonsPanel.Controls.Add(this.saveMediabrolBtn);
  1999. this.buttonsPanel.Controls.Add(this.button5);
  2000. this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  2001. this.buttonsPanel.Location = new System.Drawing.Point(0, 0);
  2002. this.buttonsPanel.Name = "buttonsPanel";
  2003. this.buttonsPanel.Size = new System.Drawing.Size(519, 80);
  2004. this.buttonsPanel.TabIndex = 1;
  2005. //
  2006. // button3
  2007. //
  2008. this.button3.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolAddBtn;
  2009. this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  2010. this.button3.Location = new System.Drawing.Point(342, 23);
  2011. this.button3.Name = "button3";
  2012. this.button3.Size = new System.Drawing.Size(73, 23);
  2013. this.button3.TabIndex = 22;
  2014. this.button3.Text = "Nouveau";
  2015. this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  2016. this.button3.UseVisualStyleBackColor = true;
  2017. //
  2018. // deleteMediabrolBtn
  2019. //
  2020. this.deleteMediabrolBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn;
  2021. this.deleteMediabrolBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  2022. this.deleteMediabrolBtn.Location = new System.Drawing.Point(421, 23);
  2023. this.deleteMediabrolBtn.Name = "deleteMediabrolBtn";
  2024. this.deleteMediabrolBtn.Size = new System.Drawing.Size(73, 23);
  2025. this.deleteMediabrolBtn.TabIndex = 23;
  2026. this.deleteMediabrolBtn.Text = "Supprimer";
  2027. this.deleteMediabrolBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  2028. this.deleteMediabrolBtn.UseVisualStyleBackColor = true;
  2029. this.deleteMediabrolBtn.Click += new System.EventHandler(this.deleteMediabrolAction);
  2030. //
  2031. // saveMediabrolBtn
  2032. //
  2033. this.saveMediabrolBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  2034. this.saveMediabrolBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  2035. this.saveMediabrolBtn.Location = new System.Drawing.Point(263, 23);
  2036. this.saveMediabrolBtn.Name = "saveMediabrolBtn";
  2037. this.saveMediabrolBtn.Size = new System.Drawing.Size(73, 23);
  2038. this.saveMediabrolBtn.TabIndex = 20;
  2039. this.saveMediabrolBtn.Text = "Sauver";
  2040. this.saveMediabrolBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  2041. this.saveMediabrolBtn.UseVisualStyleBackColor = true;
  2042. this.saveMediabrolBtn.Click += new System.EventHandler(this.saveMediabrolAction);
  2043. //
  2044. // button5
  2045. //
  2046. this.button5.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolLoadBtn;
  2047. this.button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  2048. this.button5.Location = new System.Drawing.Point(184, 23);
  2049. this.button5.Name = "button5";
  2050. this.button5.Size = new System.Drawing.Size(73, 23);
  2051. this.button5.TabIndex = 21;
  2052. this.button5.Text = "Charger";
  2053. this.button5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  2054. this.button5.UseVisualStyleBackColor = true;
  2055. //
  2056. // borrowTP
  2057. //
  2058. this.borrowTP.AutoScroll = true;
  2059. this.borrowTP.AutoScrollMinSize = new System.Drawing.Size(500, 0);
  2060. this.borrowTP.Controls.Add(this.borrowsSC);
  2061. this.borrowTP.Location = new System.Drawing.Point(4, 25);
  2062. this.borrowTP.Name = "borrowTP";
  2063. this.borrowTP.Size = new System.Drawing.Size(519, 498);
  2064. this.borrowTP.TabIndex = 4;
  2065. this.borrowTP.Text = "Emprunts";
  2066. this.borrowTP.UseVisualStyleBackColor = true;
  2067. //
  2068. // borrowsSC
  2069. //
  2070. this.borrowsSC.Dock = System.Windows.Forms.DockStyle.Fill;
  2071. this.borrowsSC.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  2072. this.borrowsSC.Location = new System.Drawing.Point(0, 0);
  2073. this.borrowsSC.Name = "borrowsSC";
  2074. //
  2075. // borrowsSC.Panel1
  2076. //
  2077. this.borrowsSC.Panel1.Controls.Add(this.borrowsDGV);
  2078. //
  2079. // borrowsSC.Panel2
  2080. //
  2081. this.borrowsSC.Panel2.Controls.Add(this.borrowInfoTLP);
  2082. this.borrowsSC.Size = new System.Drawing.Size(519, 498);
  2083. this.borrowsSC.SplitterDistance = 305;
  2084. this.borrowsSC.TabIndex = 1;
  2085. //
  2086. // borrowsDGV
  2087. //
  2088. this.borrowsDGV.AllowUserToAddRows = false;
  2089. this.borrowsDGV.AllowUserToDeleteRows = false;
  2090. this.borrowsDGV.AllowUserToOrderColumns = true;
  2091. this.borrowsDGV.BackgroundColor = System.Drawing.SystemColors.Control;
  2092. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  2093. dataGridViewCellStyle4.BackColor = System.Drawing.Color.LightSteelBlue;
  2094. dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  2095. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black;
  2096. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  2097. this.borrowsDGV.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  2098. this.borrowsDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  2099. this.borrowsDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  2100. this.startDate,
  2101. this.endDate,
  2102. this.borrower,
  2103. this.planDate,
  2104. this.comment,
  2105. this.id});
  2106. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  2107. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  2108. dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  2109. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  2110. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  2111. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  2112. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  2113. this.borrowsDGV.DefaultCellStyle = dataGridViewCellStyle5;
  2114. this.borrowsDGV.Dock = System.Windows.Forms.DockStyle.Fill;
  2115. this.borrowsDGV.EnableHeadersVisualStyles = false;
  2116. this.borrowsDGV.GridColor = System.Drawing.Color.SlateGray;
  2117. this.borrowsDGV.Location = new System.Drawing.Point(0, 0);
  2118. this.borrowsDGV.MultiSelect = false;
  2119. this.borrowsDGV.Name = "borrowsDGV";
  2120. this.borrowsDGV.ReadOnly = true;
  2121. this.borrowsDGV.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
  2122. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  2123. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
  2124. dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  2125. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
  2126. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  2127. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  2128. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  2129. this.borrowsDGV.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
  2130. this.borrowsDGV.RowHeadersVisible = false;
  2131. this.borrowsDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  2132. this.borrowsDGV.Size = new System.Drawing.Size(305, 498);
  2133. this.borrowsDGV.TabIndex = 0;
  2134. this.borrowsDGV.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.borrowsDGV_CellClick);
  2135. //
  2136. // startDate
  2137. //
  2138. this.startDate.DataPropertyName = "startDate";
  2139. this.startDate.HeaderText = "Début";
  2140. this.startDate.Name = "startDate";
  2141. this.startDate.ReadOnly = true;
  2142. //
  2143. // endDate
  2144. //
  2145. this.endDate.DataPropertyName = "endDate";
  2146. this.endDate.HeaderText = "Retour";
  2147. this.endDate.Name = "endDate";
  2148. this.endDate.ReadOnly = true;
  2149. //
  2150. // borrower
  2151. //
  2152. this.borrower.DataPropertyName = "borrower";
  2153. this.borrower.HeaderText = "Emprunteur";
  2154. this.borrower.Name = "borrower";
  2155. this.borrower.ReadOnly = true;
  2156. //
  2157. // planDate
  2158. //
  2159. this.planDate.DataPropertyName = "planDate";
  2160. this.planDate.HeaderText = "planDate";
  2161. this.planDate.Name = "planDate";
  2162. this.planDate.ReadOnly = true;
  2163. this.planDate.Visible = false;
  2164. //
  2165. // comment
  2166. //
  2167. this.comment.DataPropertyName = "comment";
  2168. this.comment.HeaderText = "comment";
  2169. this.comment.Name = "comment";
  2170. this.comment.ReadOnly = true;
  2171. this.comment.Visible = false;
  2172. //
  2173. // id
  2174. //
  2175. this.id.DataPropertyName = "id";
  2176. this.id.HeaderText = "id";
  2177. this.id.Name = "id";
  2178. this.id.ReadOnly = true;
  2179. this.id.Visible = false;
  2180. //
  2181. // borrowInfoTLP
  2182. //
  2183. this.borrowInfoTLP.ColumnCount = 1;
  2184. this.borrowInfoTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  2185. this.borrowInfoTLP.Controls.Add(this.borrowInfoPanel, 0, 0);
  2186. this.borrowInfoTLP.Controls.Add(this.borrowBtnPanel, 0, 1);
  2187. this.borrowInfoTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  2188. this.borrowInfoTLP.Location = new System.Drawing.Point(0, 0);
  2189. this.borrowInfoTLP.Name = "borrowInfoTLP";
  2190. this.borrowInfoTLP.RowCount = 2;
  2191. this.borrowInfoTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80.69705F));
  2192. this.borrowInfoTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.30295F));
  2193. this.borrowInfoTLP.Size = new System.Drawing.Size(210, 498);
  2194. this.borrowInfoTLP.TabIndex = 24;
  2195. //
  2196. // borrowInfoPanel
  2197. //
  2198. this.borrowInfoPanel.Controls.Add(this.borrowPLanDateInfoLbl);
  2199. this.borrowInfoPanel.Controls.Add(this.borrowPlanDateLbl);
  2200. this.borrowInfoPanel.Controls.Add(this.borrowInfoLbl);
  2201. this.borrowInfoPanel.Controls.Add(this.borrowInfoRTB);
  2202. this.borrowInfoPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  2203. this.borrowInfoPanel.Location = new System.Drawing.Point(3, 3);
  2204. this.borrowInfoPanel.Name = "borrowInfoPanel";
  2205. this.borrowInfoPanel.Size = new System.Drawing.Size(208, 395);
  2206. this.borrowInfoPanel.TabIndex = 0;
  2207. //
  2208. // borrowPLanDateInfoLbl
  2209. //
  2210. this.borrowPLanDateInfoLbl.AutoSize = true;
  2211. this.borrowPLanDateInfoLbl.Location = new System.Drawing.Point(7, 33);
  2212. this.borrowPLanDateInfoLbl.Name = "borrowPLanDateInfoLbl";
  2213. this.borrowPLanDateInfoLbl.Size = new System.Drawing.Size(64, 13);
  2214. this.borrowPLanDateInfoLbl.TabIndex = 4;
  2215. this.borrowPLanDateInfoLbl.Text = "non spécifié";
  2216. //
  2217. // borrowPlanDateLbl
  2218. //
  2219. this.borrowPlanDateLbl.AutoSize = true;
  2220. this.borrowPlanDateLbl.Location = new System.Drawing.Point(7, 11);
  2221. this.borrowPlanDateLbl.Name = "borrowPlanDateLbl";
  2222. this.borrowPlanDateLbl.Size = new System.Drawing.Size(125, 13);
  2223. this.borrowPlanDateLbl.TabIndex = 3;
  2224. this.borrowPlanDateLbl.Text = "Date de retour probable :";
  2225. //
  2226. // borrowInfoLbl
  2227. //
  2228. this.borrowInfoLbl.AutoSize = true;
  2229. this.borrowInfoLbl.Location = new System.Drawing.Point(7, 63);
  2230. this.borrowInfoLbl.Name = "borrowInfoLbl";
  2231. this.borrowInfoLbl.Size = new System.Drawing.Size(74, 13);
  2232. this.borrowInfoLbl.TabIndex = 0;
  2233. this.borrowInfoLbl.Text = "Commentaire :";
  2234. this.borrowInfoLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  2235. //
  2236. // borrowInfoRTB
  2237. //
  2238. this.borrowInfoRTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  2239. | System.Windows.Forms.AnchorStyles.Left)
  2240. | System.Windows.Forms.AnchorStyles.Right)));
  2241. this.borrowInfoRTB.BackColor = System.Drawing.SystemColors.Control;
  2242. this.borrowInfoRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
  2243. this.borrowInfoRTB.Location = new System.Drawing.Point(10, 79);
  2244. this.borrowInfoRTB.Name = "borrowInfoRTB";
  2245. this.borrowInfoRTB.Size = new System.Drawing.Size(185, 313);
  2246. this.borrowInfoRTB.TabIndex = 1;
  2247. this.borrowInfoRTB.Text = "";
  2248. //
  2249. // borrowBtnPanel
  2250. //
  2251. this.borrowBtnPanel.Controls.Add(this.borrowEditBtn);
  2252. this.borrowBtnPanel.Controls.Add(this.borrowRemAllBtn);
  2253. this.borrowBtnPanel.Controls.Add(this.borrowRemSelectedBtn);
  2254. this.borrowBtnPanel.Controls.Add(this.borrowManageBtn);
  2255. this.borrowBtnPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  2256. this.borrowBtnPanel.Location = new System.Drawing.Point(3, 404);
  2257. this.borrowBtnPanel.Name = "borrowBtnPanel";
  2258. this.borrowBtnPanel.Size = new System.Drawing.Size(208, 91);
  2259. this.borrowBtnPanel.TabIndex = 1;
  2260. //
  2261. // exportTP
  2262. //
  2263. this.exportTP.AutoScroll = true;
  2264. this.exportTP.AutoScrollMinSize = new System.Drawing.Size(500, 0);
  2265. this.exportTP.Controls.Add(this.importExportCtl);
  2266. this.exportTP.Location = new System.Drawing.Point(4, 25);
  2267. this.exportTP.Name = "exportTP";
  2268. this.exportTP.Size = new System.Drawing.Size(519, 498);
  2269. this.exportTP.TabIndex = 8;
  2270. this.exportTP.Text = "Importer <=> Exporter";
  2271. this.exportTP.UseVisualStyleBackColor = true;
  2272. //
  2273. // importExportCtl
  2274. //
  2275. this.importExportCtl.Dock = System.Windows.Forms.DockStyle.Fill;
  2276. this.importExportCtl.Location = new System.Drawing.Point(0, 0);
  2277. this.importExportCtl.Name = "importExportCtl";
  2278. this.importExportCtl.Size = new System.Drawing.Size(519, 498);
  2279. this.importExportCtl.TabIndex = 0;
  2280. //
  2281. // MediabrolForm
  2282. //
  2283. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  2284. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  2285. this.ClientSize = new System.Drawing.Size(722, 580);
  2286. this.Controls.Add(this.mediabrolsAndTabsSC);
  2287. this.Controls.Add(this.topTSP);
  2288. this.Controls.Add(this.mainMenuStrip);
  2289. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  2290. this.MainMenuStrip = this.mainMenuStrip;
  2291. this.Name = "MediabrolForm";
  2292. this.Text = "Gestion des exemplaires";
  2293. this.Enter += new System.EventHandler(this.BIblioItemForm_Enter);
  2294. this.mediaTC.ResumeLayout(false);
  2295. this.tabPage1.ResumeLayout(false);
  2296. this.tabPage1.PerformLayout();
  2297. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  2298. this.editTLP.ResumeLayout(false);
  2299. this.editButtonsPanel.ResumeLayout(false);
  2300. this.editSpecificTC.ResumeLayout(false);
  2301. this.editSpGeneralTP.ResumeLayout(false);
  2302. this.editSpGeneralTP.PerformLayout();
  2303. this.editSpImgTP.ResumeLayout(false);
  2304. ((System.ComponentModel.ISupportInitialize)(this.editSpImgPictureBox)).EndInit();
  2305. this.editSpActorsTP.ResumeLayout(false);
  2306. this.editSpActorsTP.PerformLayout();
  2307. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  2308. this.editSpCategoriesTP.ResumeLayout(false);
  2309. this.editSpCategoriesTP.PerformLayout();
  2310. this.editSpComment.ResumeLayout(false);
  2311. this.editSpBiblioTP.ResumeLayout(false);
  2312. this.editSpBiblioTP.PerformLayout();
  2313. this.editSpItemGB.ResumeLayout(false);
  2314. this.editSpItemGB.PerformLayout();
  2315. this.mediabrolTS.ResumeLayout(false);
  2316. this.mediabrolTS.PerformLayout();
  2317. this.mediabrolsDGVCMS.ResumeLayout(false);
  2318. this.borrowsTS.ResumeLayout(false);
  2319. this.borrowsTS.PerformLayout();
  2320. this.mainMenuStrip.ResumeLayout(false);
  2321. this.mainMenuStrip.PerformLayout();
  2322. this.topTSP.ResumeLayout(false);
  2323. this.topTSP.PerformLayout();
  2324. this.mediabrolsAndTabsSC.Panel1.ResumeLayout(false);
  2325. this.mediabrolsAndTabsSC.Panel2.ResumeLayout(false);
  2326. this.mediabrolsAndTabsSC.ResumeLayout(false);
  2327. this.mediabrolsAndImgSC.Panel1.ResumeLayout(false);
  2328. this.mediabrolsAndImgSC.Panel2.ResumeLayout(false);
  2329. this.mediabrolsAndImgSC.ResumeLayout(false);
  2330. ((System.ComponentModel.ISupportInitialize)(this.brolsDGV)).EndInit();
  2331. ((System.ComponentModel.ISupportInitialize)(this.mediabrolPB)).EndInit();
  2332. this.mainTC.ResumeLayout(false);
  2333. this.searchTP.ResumeLayout(false);
  2334. this.infoTP.ResumeLayout(false);
  2335. this.mediabrolTP.ResumeLayout(false);
  2336. this.mediabrolSC.Panel1.ResumeLayout(false);
  2337. this.mediabrolSC.Panel2.ResumeLayout(false);
  2338. this.mediabrolSC.ResumeLayout(false);
  2339. this.mediabrolTC.ResumeLayout(false);
  2340. this.generalTP.ResumeLayout(false);
  2341. this.generalTP.PerformLayout();
  2342. this.mediaTP.ResumeLayout(false);
  2343. this.mediaTP.PerformLayout();
  2344. this.optionsOwnerTP.ResumeLayout(false);
  2345. this.optionsOwnerTP.PerformLayout();
  2346. ((System.ComponentModel.ISupportInitialize)(this.ownerImg)).EndInit();
  2347. this.buttonsPanel.ResumeLayout(false);
  2348. this.borrowTP.ResumeLayout(false);
  2349. this.borrowsSC.Panel1.ResumeLayout(false);
  2350. this.borrowsSC.Panel2.ResumeLayout(false);
  2351. this.borrowsSC.ResumeLayout(false);
  2352. ((System.ComponentModel.ISupportInitialize)(this.borrowsDGV)).EndInit();
  2353. this.borrowInfoTLP.ResumeLayout(false);
  2354. this.borrowInfoPanel.ResumeLayout(false);
  2355. this.borrowInfoPanel.PerformLayout();
  2356. this.borrowBtnPanel.ResumeLayout(false);
  2357. this.exportTP.ResumeLayout(false);
  2358. this.ResumeLayout(false);
  2359. this.PerformLayout();
  2360.  
  2361. }
  2362.  
  2363. #endregion
  2364.  
  2365. private System.Windows.Forms.Button insertBrolBtn;
  2366. private System.Windows.Forms.Button editDelBrolBtn;
  2367. private System.Windows.Forms.Button editSaveBtn;
  2368. private System.Windows.Forms.TabControl mediaTC;
  2369. private System.Windows.Forms.TabPage tabPage1;
  2370. private System.Windows.Forms.Label label1;
  2371. private System.Windows.Forms.Label label2;
  2372. private System.Windows.Forms.ListBox listBox1;
  2373. private System.Windows.Forms.ListBox listBox2;
  2374. private System.Windows.Forms.Label label3;
  2375. private System.Windows.Forms.Label label4;
  2376. private System.Windows.Forms.RichTextBox richTextBox1;
  2377. private System.Windows.Forms.Label label5;
  2378. private System.Windows.Forms.PictureBox pictureBox1;
  2379. private System.Windows.Forms.TabPage editTP;
  2380. private System.Windows.Forms.TableLayoutPanel editTLP;
  2381. private System.Windows.Forms.Panel editButtonsPanel;
  2382. private System.Windows.Forms.Button editLoadBtn;
  2383. private System.Windows.Forms.TabControl editSpecificTC;
  2384. private System.Windows.Forms.TabPage editSpGeneralTP;
  2385. private System.Windows.Forms.Label publicationDateLbl;
  2386. private System.Windows.Forms.Button setPublicationDateBtn;
  2387. private System.Windows.Forms.DateTimePicker dateTimePicker;
  2388. private System.Windows.Forms.RichTextBox editSynopsisRTB;
  2389. private System.Windows.Forms.Label editCotationLbl;
  2390. private be.gaudry.view.controls.TextBoxDragDrop editTitleTB;
  2391. private System.Windows.Forms.ComboBox editCotationCB;
  2392. private System.Windows.Forms.Label editTitleLbl;
  2393. private System.Windows.Forms.Label editSynopsisLbl;
  2394. private System.Windows.Forms.TabPage editSpImgTP;
  2395. private System.Windows.Forms.Button delImageBtn;
  2396. private System.Windows.Forms.PictureBox editSpImgPictureBox;
  2397. private System.Windows.Forms.Button selectImageBtn;
  2398. private System.Windows.Forms.TabPage editSpActorsTP;
  2399. private System.Windows.Forms.PictureBox pictureBox2;
  2400. private System.Windows.Forms.ListBox editActorsLB;
  2401. private System.Windows.Forms.Button editActorsAddBtn;
  2402. private System.Windows.Forms.Button editActorsRemBtn;
  2403. private System.Windows.Forms.Label editActorsLbl;
  2404. private System.Windows.Forms.Button editPersBtn;
  2405. private System.Windows.Forms.TabPage editSpCategoriesTP;
  2406. private System.Windows.Forms.ListBox editCategoriesLB;
  2407. private System.Windows.Forms.Button button1;
  2408. private System.Windows.Forms.Button button2;
  2409. private System.Windows.Forms.ComboBox comboBox1;
  2410. private System.Windows.Forms.Label editCategoriesLbl;
  2411. private System.Windows.Forms.TabPage editSpComment;
  2412. private System.Windows.Forms.RichTextBox editSpCommentRTB;
  2413. private System.Windows.Forms.TabPage editSpBiblioTP;
  2414. private System.Windows.Forms.GroupBox editSpItemGB;
  2415. private System.Windows.Forms.ComboBox comboBox2;
  2416. private be.gaudry.view.controls.TextBoxDragDrop textBox2;
  2417. private System.Windows.Forms.Label label6;
  2418. private System.Windows.Forms.Label label7;
  2419. private be.gaudry.view.controls.TextBoxDragDrop textBox3;
  2420. private be.gaudry.view.controls.TextBoxDragDrop textBox4;
  2421. private System.Windows.Forms.Label label8;
  2422. private System.Windows.Forms.Button editSpOwnerSelBtn;
  2423. private be.gaudry.view.controls.TextBoxDragDrop editSpOwnerTB;
  2424. private System.Windows.Forms.ComboBox editSpOwnerSelCB;
  2425. private System.Windows.Forms.Label editSpOwnerLbl;
  2426. private System.Windows.Forms.ComboBox comboBox3;
  2427. private System.Windows.Forms.Label label9;
  2428. private System.Windows.Forms.Label label10;
  2429. private System.Windows.Forms.Label editSpSelectItemLbl;
  2430. private System.Windows.Forms.ComboBox editSpSelectItemCB;
  2431. private System.Windows.Forms.SplitContainer mediabrolsAndTabsSC;
  2432. private System.Windows.Forms.Panel buttonsPanel;
  2433. private System.Windows.Forms.Button button3;
  2434. private System.Windows.Forms.Button saveMediabrolBtn;
  2435. private System.Windows.Forms.Button button5;
  2436. private System.Windows.Forms.Button deleteMediabrolBtn;
  2437. private System.Windows.Forms.TabControl mainTC;
  2438. private System.Windows.Forms.TabPage generalTP;
  2439. private System.Windows.Forms.TabPage mediaTP;
  2440. private System.Windows.Forms.Button qualityAddBtn;
  2441. private System.Windows.Forms.Button qualityRemBtn;
  2442. private System.Windows.Forms.ComboBox qualitiesAddCB;
  2443. private System.Windows.Forms.Label qualitiesLbl;
  2444. private System.Windows.Forms.ListBox qualitiesLB;
  2445. private System.Windows.Forms.ComboBox mediaCB;
  2446. private System.Windows.Forms.Label mediaLbl;
  2447. private System.Windows.Forms.TabPage optionsOwnerTP;
  2448. private System.Windows.Forms.PictureBox ownerImg;
  2449. private System.Windows.Forms.Label ownerFirstNameLbl;
  2450. private be.gaudry.view.controls.TextBoxDragDrop ownerFirstNameTB;
  2451. private be.gaudry.view.controls.TextBoxDragDrop ownerLastNameTB;
  2452. private System.Windows.Forms.Label ownerLastNameLbl;
  2453. private System.Windows.Forms.Button selectPersonBtn;
  2454. private System.Windows.Forms.TabPage borrowTP;
  2455. private System.Windows.Forms.SplitContainer borrowsSC;
  2456. private System.Windows.Forms.DataGridView borrowsDGV;
  2457. private System.Windows.Forms.RichTextBox borrowInfoRTB;
  2458. private System.Windows.Forms.Label borrowInfoLbl;
  2459. private System.Windows.Forms.TabPage infoTP;
  2460. private System.Windows.Forms.Button borrowManageBtn;
  2461. private System.Windows.Forms.TableLayoutPanel borrowInfoTLP;
  2462. private System.Windows.Forms.Panel borrowInfoPanel;
  2463. private System.Windows.Forms.Panel borrowBtnPanel;
  2464. private System.Windows.Forms.Button borrowRemSelectedBtn;
  2465. private System.Windows.Forms.ToolTip toolTip;
  2466. private System.Windows.Forms.Button borrowRemAllBtn;
  2467. private System.Windows.Forms.Button borrowEditBtn;
  2468. private System.Windows.Forms.Label borrowPlanDateLbl;
  2469. private System.Windows.Forms.Label borrowPLanDateInfoLbl;
  2470. private System.Windows.Forms.TabPage searchTP;
  2471. private be.gaudry.bibliobrol.view.controls.BrolInfoControl brolInfoCtl;
  2472. private System.Windows.Forms.TabPage mediabrolTP;
  2473. private System.Windows.Forms.SplitContainer mediabrolSC;
  2474. private System.Windows.Forms.TabControl mediabrolTC;
  2475. private System.Windows.Forms.Label insertionDateLbl;
  2476. private System.Windows.Forms.Button insertionDateBtn;
  2477. private System.Windows.Forms.DateTimePicker insertionDateDTP;
  2478. private be.gaudry.view.controls.TextBoxDragDrop bNameTB;
  2479. private be.gaudry.view.controls.TextBoxDragDrop bComTB;
  2480. private be.gaudry.view.controls.TextBoxDragDrop bLocTB;
  2481. private System.Windows.Forms.Label bNameLbl;
  2482. private System.Windows.Forms.Label bComLbl;
  2483. private System.Windows.Forms.Label bLocLbl;
  2484. private System.Windows.Forms.TabPage exportTP;
  2485. private System.Windows.Forms.DataGridView brolsDGV;
  2486. private be.gaudry.bibliobrol.view.utils.ExportControl importExportCtl;
  2487. private System.Windows.Forms.Button remAllSelectedMediabrolsBtn;
  2488. private System.Windows.Forms.ToolStrip mediabrolTS;
  2489. private System.Windows.Forms.ToolStripButton searchMediabrolTSB;
  2490. private System.Windows.Forms.ToolStrip borrowsTS;
  2491. private System.Windows.Forms.ToolStripButton startBorrowTSB;
  2492. private System.Windows.Forms.ToolStripButton stopBorrowTSB;
  2493. private System.Windows.Forms.ToolStripButton cleanBorrowTSB;
  2494. private System.Windows.Forms.ToolStripButton cleanAllBorrowsTSB;
  2495. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  2496. private System.Windows.Forms.ToolStripButton editBorrowTSB;
  2497. private System.Windows.Forms.MenuStrip mainMenuStrip;
  2498. private System.Windows.Forms.ToolStripMenuItem mediabrolsTSMenuItem;
  2499. private System.Windows.Forms.ToolStripMenuItem startBorrowTSMenuItem;
  2500. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  2501. private System.Windows.Forms.ToolStripMenuItem stopBorrowTSMenuItem;
  2502. private System.Windows.Forms.ToolStripMenuItem cleanBorrowTSMenuItem;
  2503. private System.Windows.Forms.ToolStripMenuItem cleanAllBorrowsTSMenuItem;
  2504. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  2505. private System.Windows.Forms.ToolStripMenuItem editBorrowTSMenuItem;
  2506. private System.Windows.Forms.ToolStripButton showSearchResultTSB;
  2507. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  2508. private System.Windows.Forms.ToolStripButton saveMediabrolTSB;
  2509. private System.Windows.Forms.ToolStripButton deleteMediabrolTSB;
  2510. private System.Windows.Forms.ToolStripMenuItem deleteMediabrolTSMenuItem;
  2511. private System.Windows.Forms.ToolStripMenuItem saveMediabrolTSMenuItem;
  2512. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  2513. private System.Windows.Forms.ToolStripMenuItem searchMediabrolTSMenuItem;
  2514. private be.gaudry.bibliobrol.view.controls.SearchControl searchControl;
  2515. private System.Windows.Forms.DataGridViewTextBoxColumn startDate;
  2516. private System.Windows.Forms.DataGridViewTextBoxColumn endDate;
  2517. private System.Windows.Forms.DataGridViewTextBoxColumn borrower;
  2518. private System.Windows.Forms.DataGridViewTextBoxColumn planDate;
  2519. private System.Windows.Forms.DataGridViewTextBoxColumn comment;
  2520. private System.Windows.Forms.DataGridViewTextBoxColumn id;
  2521. private System.Windows.Forms.SplitContainer mediabrolsAndImgSC;
  2522. private System.Windows.Forms.PictureBox mediabrolPB;
  2523. private System.Windows.Forms.ContextMenuStrip mediabrolsDGVCMS;
  2524. private System.Windows.Forms.ToolStripMenuItem startBorrowCMSTSMenuItem;
  2525. private System.Windows.Forms.ToolStripMenuItem openWithTSMenuItem;
  2526. private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  2527. private System.Windows.Forms.ToolStripMenuItem sendToTSMenuItem;
  2528. private System.Windows.Forms.ToolStripMenuItem deleteTSMenuItem;
  2529. private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
  2530. private System.Windows.Forms.ToolStripMenuItem propertiesTSMenuItem;
  2531. private System.Windows.Forms.ToolStripMenuItem mediabrolInfoTsMi;
  2532. private System.Windows.Forms.ToolStripMenuItem brolInfoTsMi;
  2533. private System.Windows.Forms.ToolStripMenuItem infoTSMenuItem;
  2534. private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
  2535. private System.Windows.Forms.ToolStripMenuItem stopBorrowCMSTSMenuItem;
  2536. private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
  2537. private System.Windows.Forms.ToolStripLabel currentMediabrolLbl;
  2538. private System.Windows.Forms.ToolStripLabel mediabrolsDGVLbl;
  2539. private System.Windows.Forms.ToolStripButton printDGVTSB;
  2540. private System.Windows.Forms.ToolStripButton saveDGVTSB;
  2541. private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
  2542. private System.Windows.Forms.ToolStripMenuItem saveDGVTsMi;
  2543. private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
  2544. private System.Windows.Forms.ToolStripMenuItem saveDGVCTsMi;
  2545. private System.Windows.Forms.ToolStripMenuItem printDGVCTsMi;
  2546. private System.Windows.Forms.ToolStripMenuItem printDGVTsMi;
  2547. private System.Windows.Forms.ToolStripPanel topTSP;
  2548. private System.Windows.Forms.ToolStripMenuItem refreshDGVTsMi;
  2549. private System.Windows.Forms.ToolStripSplitButton toolStripSplitButton1;
  2550. private System.Windows.Forms.ToolStripMenuItem refreshResultsTsMi;
  2551. private System.Windows.Forms.ToolStripMenuItem autoRefreshResultsTsMi;
  2552.  
  2553. }
  2554. }

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 octets1719386757 26/06/2024 09:25:57
| _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.

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//MediabrolForm.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.