technique.Designer.cs 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. namespace Fuel01
  2. {
  3. partial class technique
  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. protected override void Dispose(bool disposing)
  13. {
  14. if (disposing && (components != null))
  15. {
  16. components.Dispose();
  17. }
  18. base.Dispose(disposing);
  19. }
  20. #region Code généré par le Concepteur Windows Form
  21. /// <summary>
  22. /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
  23. /// le contenu de cette méthode avec l'éditeur de code.
  24. /// </summary>
  25. private void InitializeComponent()
  26. {
  27. this.SuspendLayout();
  28. //
  29. // technique
  30. //
  31. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  32. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  33. this.ClientSize = new System.Drawing.Size(652, 435);
  34. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  35. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  36. this.MaximizeBox = false;
  37. this.MinimizeBox = false;
  38. this.Name = "technique";
  39. this.Padding = new System.Windows.Forms.Padding(14, 14, 14, 14);
  40. this.ShowIcon = false;
  41. this.ShowInTaskbar = false;
  42. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  43. this.Text = "technique";
  44. this.ResumeLayout(false);
  45. }
  46. #endregion
  47. }
  48. }