f_extract.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. namespace Fuel01
  2. {
  3. partial class f_extract
  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.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.rt = new System.Windows.Forms.RichTextBox();
  30. this.bt_close = new System.Windows.Forms.Button();
  31. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  32. this.splitContainer1.Panel1.SuspendLayout();
  33. this.splitContainer1.Panel2.SuspendLayout();
  34. this.splitContainer1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // splitContainer1
  38. //
  39. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  41. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  42. this.splitContainer1.Name = "splitContainer1";
  43. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  44. //
  45. // splitContainer1.Panel1
  46. //
  47. this.splitContainer1.Panel1.Controls.Add(this.rt);
  48. //
  49. // splitContainer1.Panel2
  50. //
  51. this.splitContainer1.Panel2.Controls.Add(this.bt_close);
  52. this.splitContainer1.Size = new System.Drawing.Size(637, 544);
  53. this.splitContainer1.SplitterDistance = 488;
  54. this.splitContainer1.TabIndex = 1;
  55. //
  56. // rt
  57. //
  58. this.rt.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.rt.Location = new System.Drawing.Point(0, 0);
  60. this.rt.Name = "rt";
  61. this.rt.Size = new System.Drawing.Size(637, 488);
  62. this.rt.TabIndex = 0;
  63. this.rt.Text = "";
  64. //
  65. // bt_close
  66. //
  67. this.bt_close.Location = new System.Drawing.Point(550, 17);
  68. this.bt_close.Name = "bt_close";
  69. this.bt_close.Size = new System.Drawing.Size(75, 23);
  70. this.bt_close.TabIndex = 0;
  71. this.bt_close.Text = "Fermer";
  72. this.bt_close.UseVisualStyleBackColor = true;
  73. this.bt_close.Click += new System.EventHandler(this.bt_close_Click);
  74. //
  75. // f_extract
  76. //
  77. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  78. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  79. this.ClientSize = new System.Drawing.Size(637, 544);
  80. this.Controls.Add(this.splitContainer1);
  81. this.Name = "f_extract";
  82. this.Load += new System.EventHandler(this.f_extract_Load);
  83. this.splitContainer1.Panel1.ResumeLayout(false);
  84. this.splitContainer1.Panel2.ResumeLayout(false);
  85. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  86. this.splitContainer1.ResumeLayout(false);
  87. this.ResumeLayout(false);
  88. }
  89. #endregion
  90. private System.Windows.Forms.SplitContainer splitContainer1;
  91. private System.Windows.Forms.RichTextBox rt;
  92. private System.Windows.Forms.Button bt_close;
  93. }
  94. }