DI.Designer.cs 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. namespace Aitex.Core.Backend
  2. {
  3. partial class DI
  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 Component 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.panel1 = new System.Windows.Forms.Panel();
  29. this.SuspendLayout();
  30. //
  31. // panel1
  32. //
  33. this.panel1.AutoScroll = true;
  34. this.panel1.BackColor = System.Drawing.Color.White;
  35. this.panel1.Location = new System.Drawing.Point(3, 0);
  36. this.panel1.Name = "panel1";
  37. this.panel1.Size = new System.Drawing.Size(945, 585);
  38. this.panel1.TabIndex = 0;
  39. //
  40. // DI
  41. //
  42. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  43. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  44. this.BackColor = System.Drawing.Color.LightGray;
  45. this.Controls.Add(this.panel1);
  46. this.Name = "DI";
  47. this.Size = new System.Drawing.Size(1500, 681);
  48. this.ResumeLayout(false);
  49. }
  50. #endregion
  51. private System.Windows.Forms.Panel panel1;
  52. }
  53. }