MainForm.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. namespace Oreo.BigBirdDeployer.Views
  2. {
  3. partial class MainForm
  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.projectItemPart1 = new Oreo.BigBirdDeployer.Parts.ProjectItemPart();
  29. this.projectItemPart2 = new Oreo.BigBirdDeployer.Parts.ProjectItemPart();
  30. this.projectItemPart3 = new Oreo.BigBirdDeployer.Parts.ProjectItemPart();
  31. ((System.ComponentModel.ISupportInitialize)(this.BigIconFormPBHeadIcon)).BeginInit();
  32. this.BigIconFormPNContainer.SuspendLayout();
  33. this.BigIconFormPNHead.SuspendLayout();
  34. this.BigIconFormPNHeadButton.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // BigIconFormLBHeadTitle
  38. //
  39. this.BigIconFormLBHeadTitle.Size = new System.Drawing.Size(508, 68);
  40. //
  41. // BigIconFormPNContainer
  42. //
  43. this.BigIconFormPNContainer.Controls.Add(this.projectItemPart3);
  44. this.BigIconFormPNContainer.Controls.Add(this.projectItemPart2);
  45. this.BigIconFormPNContainer.Controls.Add(this.projectItemPart1);
  46. this.BigIconFormPNContainer.Size = new System.Drawing.Size(775, 445);
  47. //
  48. // BigIconFormPNHead
  49. //
  50. this.BigIconFormPNHead.Size = new System.Drawing.Size(775, 68);
  51. //
  52. // BigIconFormPNHeadButton
  53. //
  54. this.BigIconFormPNHeadButton.Location = new System.Drawing.Point(658, 0);
  55. //
  56. // BigIconFormBTFormMinBox
  57. //
  58. this.BigIconFormBTFormMinBox.FlatAppearance.BorderSize = 0;
  59. //
  60. // BigIconFormBTFormMaxBox
  61. //
  62. this.BigIconFormBTFormMaxBox.FlatAppearance.BorderSize = 0;
  63. //
  64. // BigIconFormBTFormCloseBox
  65. //
  66. this.BigIconFormBTFormCloseBox.FlatAppearance.BorderSize = 0;
  67. //
  68. // projectItemPart1
  69. //
  70. this.projectItemPart1.BackColor = System.Drawing.Color.DimGray;
  71. this.projectItemPart1.Location = new System.Drawing.Point(12, 22);
  72. this.projectItemPart1.Name = "projectItemPart1";
  73. this.projectItemPart1.Size = new System.Drawing.Size(513, 95);
  74. this.projectItemPart1.TabIndex = 0;
  75. //
  76. // projectItemPart2
  77. //
  78. this.projectItemPart2.BackColor = System.Drawing.Color.DimGray;
  79. this.projectItemPart2.Location = new System.Drawing.Point(12, 134);
  80. this.projectItemPart2.Name = "projectItemPart2";
  81. this.projectItemPart2.Size = new System.Drawing.Size(513, 95);
  82. this.projectItemPart2.TabIndex = 1;
  83. //
  84. // projectItemPart3
  85. //
  86. this.projectItemPart3.BackColor = System.Drawing.Color.DimGray;
  87. this.projectItemPart3.Location = new System.Drawing.Point(154, 295);
  88. this.projectItemPart3.Name = "projectItemPart3";
  89. this.projectItemPart3.Size = new System.Drawing.Size(513, 95);
  90. this.projectItemPart3.TabIndex = 2;
  91. //
  92. // MainForm
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.ClientSize = new System.Drawing.Size(775, 513);
  97. this.Name = "MainForm";
  98. this.Text = "MainForm";
  99. this.Load += new System.EventHandler(this.MainForm_Load);
  100. this.Controls.SetChildIndex(this.BigIconFormPNHead, 0);
  101. this.Controls.SetChildIndex(this.BigIconFormPNContainer, 0);
  102. ((System.ComponentModel.ISupportInitialize)(this.BigIconFormPBHeadIcon)).EndInit();
  103. this.BigIconFormPNContainer.ResumeLayout(false);
  104. this.BigIconFormPNHead.ResumeLayout(false);
  105. this.BigIconFormPNHeadButton.ResumeLayout(false);
  106. this.ResumeLayout(false);
  107. }
  108. #endregion
  109. private Parts.ProjectItemPart projectItemPart1;
  110. private Parts.ProjectItemPart projectItemPart2;
  111. private Parts.ProjectItemPart projectItemPart3;
  112. }
  113. }