namespace Fuel01
{
partial class f_clean
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.myTable = new System.Windows.Forms.TableLayoutPanel();
this.bt_close = new System.Windows.Forms.Button();
this.bt_do = new System.Windows.Forms.Button();
this.bt_sel = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
this.splitContainer3.Panel1.SuspendLayout();
this.splitContainer3.Panel2.SuspendLayout();
this.splitContainer3.SuspendLayout();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(21, 3);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.bt_sel);
this.splitContainer2.Panel2.Controls.Add(this.bt_close);
this.splitContainer2.Panel2.Controls.Add(this.bt_do);
this.splitContainer2.Size = new System.Drawing.Size(604, 465);
this.splitContainer2.SplitterDistance = 416;
this.splitContainer2.TabIndex = 0;
//
// splitContainer3
//
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
this.splitContainer3.Name = "splitContainer3";
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer3.Panel1
//
this.splitContainer3.Panel1.Controls.Add(this.label5);
this.splitContainer3.Panel1.Controls.Add(this.label4);
this.splitContainer3.Panel1.Controls.Add(this.label3);
this.splitContainer3.Panel1.Controls.Add(this.label2);
this.splitContainer3.Panel1.Controls.Add(this.label1);
//
// splitContainer3.Panel2
//
this.splitContainer3.Panel2.Controls.Add(this.myTable);
this.splitContainer3.Size = new System.Drawing.Size(604, 416);
this.splitContainer3.SplitterDistance = 44;
this.splitContainer3.TabIndex = 0;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(406, 30);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(60, 13);
this.label5.TabIndex = 4;
this.label5.Text = "Description";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(174, 30);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 13);
this.label4.TabIndex = 3;
this.label4.Text = "Nom";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(57, 30);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(31, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Type";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(29, 17);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(338, 13);
this.label2.TabIndex = 1;
this.label2.Text = "A effacer(cocher les fichiers et les répertoires que vous voulez effacer)";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 4);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(259, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Protégé (les fichiers protégés ne sont pas effacables)";
//
// myTable
//
this.myTable.AutoScroll = true;
this.myTable.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.myTable.ColumnCount = 5;
this.myTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.myTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.myTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.myTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
this.myTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.myTable.Location = new System.Drawing.Point(3, 3);
this.myTable.Name = "myTable";
this.myTable.RowCount = 1;
this.myTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.myTable.Size = new System.Drawing.Size(598, 26);
this.myTable.TabIndex = 0;
//
// bt_close
//
this.bt_close.Location = new System.Drawing.Point(432, 10);
this.bt_close.Name = "bt_close";
this.bt_close.Size = new System.Drawing.Size(120, 23);
this.bt_close.TabIndex = 1;
this.bt_close.Text = "Fermer";
this.bt_close.UseVisualStyleBackColor = true;
this.bt_close.Click += new System.EventHandler(this.bt_close_Click);
//
// bt_do
//
this.bt_do.Location = new System.Drawing.Point(234, 10);
this.bt_do.Name = "bt_do";
this.bt_do.Size = new System.Drawing.Size(120, 23);
this.bt_do.TabIndex = 0;
this.bt_do.Text = "Effacer";
this.bt_do.UseVisualStyleBackColor = true;
this.bt_do.Click += new System.EventHandler(this.button1_Click);
//
// bt_sel
//
this.bt_sel.Location = new System.Drawing.Point(36, 10);
this.bt_sel.Name = "bt_sel";
this.bt_sel.Size = new System.Drawing.Size(120, 23);
this.bt_sel.TabIndex = 2;
this.bt_sel.Text = "Inverser sélection";
this.bt_sel.UseVisualStyleBackColor = true;
this.bt_sel.Click += new System.EventHandler(this.bt_sel_Click);
//
// f_clean
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(604, 465);
this.Controls.Add(this.splitContainer2);
this.Name = "f_clean";
this.Text = "Nettoyage";
this.Load += new System.EventHandler(this.f_clean_Load);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.splitContainer3.Panel1.ResumeLayout(false);
this.splitContainer3.Panel1.PerformLayout();
this.splitContainer3.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
this.splitContainer3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.SplitContainer splitContainer3;
private System.Windows.Forms.TableLayoutPanel myTable;
private System.Windows.Forms.Button bt_do;
private System.Windows.Forms.Button bt_close;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button bt_sel;
}
}