MainForm.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. namespace Oreo.FaultLog.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.PnMain = new System.Windows.Forms.Panel();
  29. this.PnBottom = new System.Windows.Forms.Panel();
  30. this.LbAppVersion = new System.Windows.Forms.Label();
  31. this.LbAppTitle = new System.Windows.Forms.Label();
  32. this.BtClose = new System.Windows.Forms.Button();
  33. this.BtMin = new System.Windows.Forms.Button();
  34. this.faultLogInputPartial1 = new Oreo.FaultLog.Partials.FaultLogInputPartial();
  35. this.PnMain.SuspendLayout();
  36. this.PnBottom.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // PnMain
  40. //
  41. this.PnMain.Controls.Add(this.faultLogInputPartial1);
  42. this.PnMain.Controls.Add(this.PnBottom);
  43. this.PnMain.Dock = System.Windows.Forms.DockStyle.Bottom;
  44. this.PnMain.Location = new System.Drawing.Point(0, 58);
  45. this.PnMain.Name = "PnMain";
  46. this.PnMain.Size = new System.Drawing.Size(700, 427);
  47. this.PnMain.TabIndex = 5;
  48. //
  49. // PnBottom
  50. //
  51. this.PnBottom.Controls.Add(this.LbAppVersion);
  52. this.PnBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  53. this.PnBottom.Location = new System.Drawing.Point(0, 400);
  54. this.PnBottom.Name = "PnBottom";
  55. this.PnBottom.Size = new System.Drawing.Size(700, 27);
  56. this.PnBottom.TabIndex = 6;
  57. //
  58. // LbAppVersion
  59. //
  60. this.LbAppVersion.ForeColor = System.Drawing.Color.White;
  61. this.LbAppVersion.Location = new System.Drawing.Point(553, 4);
  62. this.LbAppVersion.Name = "LbAppVersion";
  63. this.LbAppVersion.Size = new System.Drawing.Size(140, 19);
  64. this.LbAppVersion.TabIndex = 0;
  65. this.LbAppVersion.Text = "当前版本:99.99.99.99";
  66. this.LbAppVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  67. //
  68. // LbAppTitle
  69. //
  70. this.LbAppTitle.AutoSize = true;
  71. this.LbAppTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.LbAppTitle.ForeColor = System.Drawing.Color.White;
  73. this.LbAppTitle.Location = new System.Drawing.Point(18, 15);
  74. this.LbAppTitle.Name = "LbAppTitle";
  75. this.LbAppTitle.Size = new System.Drawing.Size(68, 21);
  76. this.LbAppTitle.TabIndex = 1;
  77. this.LbAppTitle.Text = "Logggg";
  78. this.LbAppTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  79. //
  80. // BtClose
  81. //
  82. this.BtClose.FlatAppearance.BorderSize = 0;
  83. this.BtClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  84. this.BtClose.ForeColor = System.Drawing.Color.White;
  85. this.BtClose.Location = new System.Drawing.Point(667, 9);
  86. this.BtClose.Name = "BtClose";
  87. this.BtClose.Size = new System.Drawing.Size(26, 23);
  88. this.BtClose.TabIndex = 6;
  89. this.BtClose.Text = "X";
  90. this.BtClose.UseVisualStyleBackColor = true;
  91. this.BtClose.Click += new System.EventHandler(this.BtClose_Click);
  92. //
  93. // BtMin
  94. //
  95. this.BtMin.FlatAppearance.BorderSize = 0;
  96. this.BtMin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  97. this.BtMin.ForeColor = System.Drawing.Color.White;
  98. this.BtMin.Location = new System.Drawing.Point(639, 9);
  99. this.BtMin.Name = "BtMin";
  100. this.BtMin.Size = new System.Drawing.Size(26, 23);
  101. this.BtMin.TabIndex = 7;
  102. this.BtMin.Text = "-";
  103. this.BtMin.UseVisualStyleBackColor = true;
  104. this.BtMin.Click += new System.EventHandler(this.BtMin_Click);
  105. //
  106. // faultLogInputPartial1
  107. //
  108. this.faultLogInputPartial1.BackColor = System.Drawing.Color.White;
  109. this.faultLogInputPartial1.Dock = System.Windows.Forms.DockStyle.Fill;
  110. this.faultLogInputPartial1.Location = new System.Drawing.Point(0, 0);
  111. this.faultLogInputPartial1.Name = "faultLogInputPartial1";
  112. this.faultLogInputPartial1.Size = new System.Drawing.Size(700, 400);
  113. this.faultLogInputPartial1.TabIndex = 7;
  114. //
  115. // MainForm
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.BackColor = System.Drawing.Color.Salmon;
  120. this.ClientSize = new System.Drawing.Size(700, 485);
  121. this.Controls.Add(this.BtMin);
  122. this.Controls.Add(this.BtClose);
  123. this.Controls.Add(this.LbAppTitle);
  124. this.Controls.Add(this.PnMain);
  125. this.Name = "MainForm";
  126. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  127. this.Text = "MainForm";
  128. this.Load += new System.EventHandler(this.MainForm_Load);
  129. this.PnMain.ResumeLayout(false);
  130. this.PnBottom.ResumeLayout(false);
  131. this.ResumeLayout(false);
  132. this.PerformLayout();
  133. }
  134. #endregion
  135. private System.Windows.Forms.Panel PnMain;
  136. private System.Windows.Forms.Panel PnBottom;
  137. private Partials.FaultLogInputPartial faultLogInputPartial1;
  138. private System.Windows.Forms.Label LbAppVersion;
  139. private System.Windows.Forms.Label LbAppTitle;
  140. private System.Windows.Forms.Button BtClose;
  141. private System.Windows.Forms.Button BtMin;
  142. }
  143. }