xmlvrac.Designer.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. namespace Fuel01
  2. {
  3. partial class xmlvrac
  4. {
  5. /// <summary>
  6. /// Variable nécessaire au concepteur.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Nettoyage des ressources utilisées.
  11. /// </summary>
  12. /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, 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 Code généré par le Concepteur Windows Form
  22. /// <summary>
  23. /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
  24. /// le contenu de cette méthode avec l'éditeur de code.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.outTxt = new System.Windows.Forms.TextBox();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button4 = new System.Windows.Forms.Button();
  33. this.button5 = new System.Windows.Forms.Button();
  34. this.button6 = new System.Windows.Forms.Button();
  35. this.SuspendLayout();
  36. //
  37. // button1
  38. //
  39. this.button1.Location = new System.Drawing.Point(39, 458);
  40. this.button1.Name = "button1";
  41. this.button1.Size = new System.Drawing.Size(75, 23);
  42. this.button1.TabIndex = 0;
  43. this.button1.Text = "Create & Load";
  44. this.button1.UseVisualStyleBackColor = true;
  45. this.button1.Click += new System.EventHandler(this.button1_Click);
  46. //
  47. // button2
  48. //
  49. this.button2.Location = new System.Drawing.Point(39, 94);
  50. this.button2.Name = "button2";
  51. this.button2.Size = new System.Drawing.Size(75, 23);
  52. this.button2.TabIndex = 1;
  53. this.button2.Text = "Read";
  54. this.button2.UseVisualStyleBackColor = true;
  55. this.button2.Click += new System.EventHandler(this.button2_Click);
  56. //
  57. // outTxt
  58. //
  59. this.outTxt.Location = new System.Drawing.Point(155, 12);
  60. this.outTxt.Multiline = true;
  61. this.outTxt.Name = "outTxt";
  62. this.outTxt.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  63. this.outTxt.Size = new System.Drawing.Size(940, 478);
  64. this.outTxt.TabIndex = 2;
  65. //
  66. // button3
  67. //
  68. this.button3.Location = new System.Drawing.Point(39, 27);
  69. this.button3.Name = "button3";
  70. this.button3.Size = new System.Drawing.Size(75, 23);
  71. this.button3.TabIndex = 3;
  72. this.button3.Text = "Load";
  73. this.button3.UseVisualStyleBackColor = true;
  74. this.button3.Click += new System.EventHandler(this.button3_Click);
  75. //
  76. // button4
  77. //
  78. this.button4.Location = new System.Drawing.Point(39, 150);
  79. this.button4.Name = "button4";
  80. this.button4.Size = new System.Drawing.Size(75, 23);
  81. this.button4.TabIndex = 4;
  82. this.button4.Text = "select";
  83. this.button4.UseVisualStyleBackColor = true;
  84. this.button4.Click += new System.EventHandler(this.button4_Click);
  85. //
  86. // button5
  87. //
  88. this.button5.Location = new System.Drawing.Point(39, 200);
  89. this.button5.Name = "button5";
  90. this.button5.Size = new System.Drawing.Size(75, 23);
  91. this.button5.TabIndex = 5;
  92. this.button5.Text = "Add Emp";
  93. this.button5.UseVisualStyleBackColor = true;
  94. this.button5.Click += new System.EventHandler(this.button5_Click);
  95. //
  96. // button6
  97. //
  98. this.button6.Location = new System.Drawing.Point(39, 270);
  99. this.button6.Name = "button6";
  100. this.button6.Size = new System.Drawing.Size(75, 23);
  101. this.button6.TabIndex = 6;
  102. this.button6.Text = "Save";
  103. this.button6.UseVisualStyleBackColor = true;
  104. this.button6.Click += new System.EventHandler(this.button6_Click);
  105. //
  106. // Form1
  107. //
  108. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  109. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  110. this.ClientSize = new System.Drawing.Size(1128, 516);
  111. this.Controls.Add(this.button6);
  112. this.Controls.Add(this.button5);
  113. this.Controls.Add(this.button4);
  114. this.Controls.Add(this.button3);
  115. this.Controls.Add(this.outTxt);
  116. this.Controls.Add(this.button2);
  117. this.Controls.Add(this.button1);
  118. this.Name = "Form1";
  119. this.Text = "Form1";
  120. this.ResumeLayout(false);
  121. this.PerformLayout();
  122. }
  123. #endregion
  124. private System.Windows.Forms.Button button1;
  125. private System.Windows.Forms.Button button2;
  126. private System.Windows.Forms.TextBox outTxt;
  127. private System.Windows.Forms.Button button3;
  128. private System.Windows.Forms.Button button4;
  129. private System.Windows.Forms.Button button5;
  130. private System.Windows.Forms.Button button6;
  131. }
  132. }