namespace Fuel01
{
partial class f_extract
{
///
/// 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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.rt = new System.Windows.Forms.RichTextBox();
this.bt_close = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.rt);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.bt_close);
this.splitContainer1.Size = new System.Drawing.Size(637, 544);
this.splitContainer1.SplitterDistance = 488;
this.splitContainer1.TabIndex = 1;
//
// rt
//
this.rt.Dock = System.Windows.Forms.DockStyle.Fill;
this.rt.Location = new System.Drawing.Point(0, 0);
this.rt.Name = "rt";
this.rt.Size = new System.Drawing.Size(637, 488);
this.rt.TabIndex = 0;
this.rt.Text = "";
//
// bt_close
//
this.bt_close.Location = new System.Drawing.Point(550, 17);
this.bt_close.Name = "bt_close";
this.bt_close.Size = new System.Drawing.Size(75, 23);
this.bt_close.TabIndex = 0;
this.bt_close.Text = "Fermer";
this.bt_close.UseVisualStyleBackColor = true;
this.bt_close.Click += new System.EventHandler(this.bt_close_Click);
//
// f_extract
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(637, 544);
this.Controls.Add(this.splitContainer1);
this.Name = "f_extract";
this.Load += new System.EventHandler(this.f_extract_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.RichTextBox rt;
private System.Windows.Forms.Button bt_close;
}
}