RecommendedConfiguration.Designer.cs 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. 
  2. namespace OTSSysMgrApp
  3. {
  4. partial class RecommendedConfiguration
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.richTextBox_RecommendedConfiguration = new System.Windows.Forms.RichTextBox();
  30. this.SuspendLayout();
  31. //
  32. // richTextBox_RecommendedConfiguration
  33. //
  34. this.richTextBox_RecommendedConfiguration.Dock = System.Windows.Forms.DockStyle.Fill;
  35. this.richTextBox_RecommendedConfiguration.Location = new System.Drawing.Point(0, 0);
  36. this.richTextBox_RecommendedConfiguration.Name = "richTextBox_RecommendedConfiguration";
  37. this.richTextBox_RecommendedConfiguration.Size = new System.Drawing.Size(734, 261);
  38. this.richTextBox_RecommendedConfiguration.TabIndex = 1;
  39. this.richTextBox_RecommendedConfiguration.Text = "";
  40. //
  41. // RecommendedConfiguration
  42. //
  43. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  44. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  45. this.ClientSize = new System.Drawing.Size(734, 261);
  46. this.Controls.Add(this.richTextBox_RecommendedConfiguration);
  47. this.MaximizeBox = false;
  48. this.MaximumSize = new System.Drawing.Size(750, 300);
  49. this.MinimumSize = new System.Drawing.Size(750, 300);
  50. this.Name = "RecommendedConfiguration";
  51. this.ShowIcon = false;
  52. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  53. this.Text = "推荐配置";
  54. this.Load += new System.EventHandler(this.RecommendedConfiguration_Load);
  55. this.ResumeLayout(false);
  56. }
  57. #endregion
  58. private System.Windows.Forms.RichTextBox richTextBox_RecommendedConfiguration;
  59. }
  60. }