f_clean.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. namespace Fuel01
  2. {
  3. partial class f_clean
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button1 = new System.Windows.Forms.Button();
  29. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  30. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.myTable = new System.Windows.Forms.TableLayoutPanel();
  37. this.bt_close = new System.Windows.Forms.Button();
  38. this.bt_do = new System.Windows.Forms.Button();
  39. this.bt_sel = new System.Windows.Forms.Button();
  40. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  41. this.splitContainer2.Panel1.SuspendLayout();
  42. this.splitContainer2.Panel2.SuspendLayout();
  43. this.splitContainer2.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  45. this.splitContainer3.Panel1.SuspendLayout();
  46. this.splitContainer3.Panel2.SuspendLayout();
  47. this.splitContainer3.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // button1
  51. //
  52. this.button1.Location = new System.Drawing.Point(21, 3);
  53. this.button1.Name = "button1";
  54. this.button1.Size = new System.Drawing.Size(75, 23);
  55. this.button1.TabIndex = 0;
  56. this.button1.Text = "button1";
  57. this.button1.UseVisualStyleBackColor = true;
  58. this.button1.Click += new System.EventHandler(this.button1_Click);
  59. //
  60. // splitContainer2
  61. //
  62. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  64. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  65. this.splitContainer2.Name = "splitContainer2";
  66. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  67. //
  68. // splitContainer2.Panel1
  69. //
  70. this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
  71. //
  72. // splitContainer2.Panel2
  73. //
  74. this.splitContainer2.Panel2.Controls.Add(this.bt_sel);
  75. this.splitContainer2.Panel2.Controls.Add(this.bt_close);
  76. this.splitContainer2.Panel2.Controls.Add(this.bt_do);
  77. this.splitContainer2.Size = new System.Drawing.Size(604, 465);
  78. this.splitContainer2.SplitterDistance = 416;
  79. this.splitContainer2.TabIndex = 0;
  80. //
  81. // splitContainer3
  82. //
  83. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  85. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  86. this.splitContainer3.Name = "splitContainer3";
  87. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  88. //
  89. // splitContainer3.Panel1
  90. //
  91. this.splitContainer3.Panel1.Controls.Add(this.label5);
  92. this.splitContainer3.Panel1.Controls.Add(this.label4);
  93. this.splitContainer3.Panel1.Controls.Add(this.label3);
  94. this.splitContainer3.Panel1.Controls.Add(this.label2);
  95. this.splitContainer3.Panel1.Controls.Add(this.label1);
  96. //
  97. // splitContainer3.Panel2
  98. //
  99. this.splitContainer3.Panel2.Controls.Add(this.myTable);
  100. this.splitContainer3.Size = new System.Drawing.Size(604, 416);
  101. this.splitContainer3.SplitterDistance = 44;
  102. this.splitContainer3.TabIndex = 0;
  103. //
  104. // label5
  105. //
  106. this.label5.AutoSize = true;
  107. this.label5.Location = new System.Drawing.Point(406, 30);
  108. this.label5.Name = "label5";
  109. this.label5.Size = new System.Drawing.Size(60, 13);
  110. this.label5.TabIndex = 4;
  111. this.label5.Text = "Description";
  112. //
  113. // label4
  114. //
  115. this.label4.AutoSize = true;
  116. this.label4.Location = new System.Drawing.Point(174, 30);
  117. this.label4.Name = "label4";
  118. this.label4.Size = new System.Drawing.Size(29, 13);
  119. this.label4.TabIndex = 3;
  120. this.label4.Text = "Nom";
  121. //
  122. // label3
  123. //
  124. this.label3.AutoSize = true;
  125. this.label3.Location = new System.Drawing.Point(57, 30);
  126. this.label3.Name = "label3";
  127. this.label3.Size = new System.Drawing.Size(31, 13);
  128. this.label3.TabIndex = 2;
  129. this.label3.Text = "Type";
  130. //
  131. // label2
  132. //
  133. this.label2.AutoSize = true;
  134. this.label2.Location = new System.Drawing.Point(29, 17);
  135. this.label2.Name = "label2";
  136. this.label2.Size = new System.Drawing.Size(338, 13);
  137. this.label2.TabIndex = 1;
  138. this.label2.Text = "A effacer(cocher les fichiers et les répertoires que vous voulez effacer)";
  139. //
  140. // label1
  141. //
  142. this.label1.AutoSize = true;
  143. this.label1.Location = new System.Drawing.Point(4, 4);
  144. this.label1.Name = "label1";
  145. this.label1.Size = new System.Drawing.Size(259, 13);
  146. this.label1.TabIndex = 0;
  147. this.label1.Text = "Protégé (les fichiers protégés ne sont pas effacables)";
  148. //
  149. // myTable
  150. //
  151. this.myTable.AutoScroll = true;
  152. this.myTable.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  153. this.myTable.ColumnCount = 5;
  154. this.myTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  155. this.myTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  156. this.myTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  157. this.myTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
  158. this.myTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  159. this.myTable.Location = new System.Drawing.Point(3, 3);
  160. this.myTable.Name = "myTable";
  161. this.myTable.RowCount = 1;
  162. this.myTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  163. this.myTable.Size = new System.Drawing.Size(598, 26);
  164. this.myTable.TabIndex = 0;
  165. //
  166. // bt_close
  167. //
  168. this.bt_close.Location = new System.Drawing.Point(432, 10);
  169. this.bt_close.Name = "bt_close";
  170. this.bt_close.Size = new System.Drawing.Size(120, 23);
  171. this.bt_close.TabIndex = 1;
  172. this.bt_close.Text = "Fermer";
  173. this.bt_close.UseVisualStyleBackColor = true;
  174. this.bt_close.Click += new System.EventHandler(this.bt_close_Click);
  175. //
  176. // bt_do
  177. //
  178. this.bt_do.Location = new System.Drawing.Point(234, 10);
  179. this.bt_do.Name = "bt_do";
  180. this.bt_do.Size = new System.Drawing.Size(120, 23);
  181. this.bt_do.TabIndex = 0;
  182. this.bt_do.Text = "Effacer";
  183. this.bt_do.UseVisualStyleBackColor = true;
  184. this.bt_do.Click += new System.EventHandler(this.button1_Click);
  185. //
  186. // bt_sel
  187. //
  188. this.bt_sel.Location = new System.Drawing.Point(36, 10);
  189. this.bt_sel.Name = "bt_sel";
  190. this.bt_sel.Size = new System.Drawing.Size(120, 23);
  191. this.bt_sel.TabIndex = 2;
  192. this.bt_sel.Text = "Inverser sélection";
  193. this.bt_sel.UseVisualStyleBackColor = true;
  194. this.bt_sel.Click += new System.EventHandler(this.bt_sel_Click);
  195. //
  196. // f_clean
  197. //
  198. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  199. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  200. this.ClientSize = new System.Drawing.Size(604, 465);
  201. this.Controls.Add(this.splitContainer2);
  202. this.Name = "f_clean";
  203. this.Text = "Nettoyage";
  204. this.Load += new System.EventHandler(this.f_clean_Load);
  205. this.splitContainer2.Panel1.ResumeLayout(false);
  206. this.splitContainer2.Panel2.ResumeLayout(false);
  207. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  208. this.splitContainer2.ResumeLayout(false);
  209. this.splitContainer3.Panel1.ResumeLayout(false);
  210. this.splitContainer3.Panel1.PerformLayout();
  211. this.splitContainer3.Panel2.ResumeLayout(false);
  212. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  213. this.splitContainer3.ResumeLayout(false);
  214. this.ResumeLayout(false);
  215. }
  216. #endregion
  217. private System.Windows.Forms.Button button1;
  218. private System.Windows.Forms.SplitContainer splitContainer2;
  219. private System.Windows.Forms.SplitContainer splitContainer3;
  220. private System.Windows.Forms.TableLayoutPanel myTable;
  221. private System.Windows.Forms.Button bt_do;
  222. private System.Windows.Forms.Button bt_close;
  223. private System.Windows.Forms.Label label5;
  224. private System.Windows.Forms.Label label4;
  225. private System.Windows.Forms.Label label3;
  226. private System.Windows.Forms.Label label2;
  227. private System.Windows.Forms.Label label1;
  228. private System.Windows.Forms.Button bt_sel;
  229. }
  230. }