FormLauncher.designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. namespace DeepMMO.Client.BotTest
  2. {
  3. partial class FormLauncher
  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.prop_Config = new DeepEditor.Common.G2D.DataGrid.G2DPropertyGrid();
  29. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  30. this.btn_Start = new System.Windows.Forms.Button();
  31. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  32. this.splitContainer1.Panel1.SuspendLayout();
  33. this.splitContainer1.Panel2.SuspendLayout();
  34. this.splitContainer1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // prop_Config
  38. //
  39. this.prop_Config.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
  40. this.prop_Config.DescriptionAreaHeight = 81;
  41. this.prop_Config.DescriptionAreaLineCount = 5;
  42. this.prop_Config.Dock = System.Windows.Forms.DockStyle.Fill;
  43. this.prop_Config.ImeMode = System.Windows.Forms.ImeMode.On;
  44. this.prop_Config.LineColor = System.Drawing.SystemColors.ControlDark;
  45. this.prop_Config.Location = new System.Drawing.Point(0, 0);
  46. this.prop_Config.MinDescriptionAreaLineCount = 5;
  47. this.prop_Config.Name = "prop_Config";
  48. this.prop_Config.Size = new System.Drawing.Size(730, 660);
  49. this.prop_Config.TabIndex = 0;
  50. //
  51. // splitContainer1
  52. //
  53. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  55. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  56. this.splitContainer1.Name = "splitContainer1";
  57. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  58. //
  59. // splitContainer1.Panel1
  60. //
  61. this.splitContainer1.Panel1.Controls.Add(this.prop_Config);
  62. //
  63. // splitContainer1.Panel2
  64. //
  65. this.splitContainer1.Panel2.Controls.Add(this.btn_Start);
  66. this.splitContainer1.Size = new System.Drawing.Size(730, 747);
  67. this.splitContainer1.SplitterDistance = 660;
  68. this.splitContainer1.TabIndex = 1;
  69. //
  70. // btn_Start
  71. //
  72. this.btn_Start.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  73. this.btn_Start.Location = new System.Drawing.Point(590, 30);
  74. this.btn_Start.Name = "btn_Start";
  75. this.btn_Start.Size = new System.Drawing.Size(129, 40);
  76. this.btn_Start.TabIndex = 0;
  77. this.btn_Start.Text = "开始";
  78. this.btn_Start.UseVisualStyleBackColor = true;
  79. this.btn_Start.Click += new System.EventHandler(this.btn_Start_Click);
  80. //
  81. // FormLauncher
  82. //
  83. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  84. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  85. this.ClientSize = new System.Drawing.Size(730, 747);
  86. this.Controls.Add(this.splitContainer1);
  87. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.ImeMode = System.Windows.Forms.ImeMode.On;
  89. this.Name = "FormLauncher";
  90. this.Text = "配置机器人";
  91. this.Load += new System.EventHandler(this.FormLauncher_Load);
  92. this.Shown += new System.EventHandler(this.FormLauncher_Shown);
  93. this.splitContainer1.Panel1.ResumeLayout(false);
  94. this.splitContainer1.Panel2.ResumeLayout(false);
  95. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  96. this.splitContainer1.ResumeLayout(false);
  97. this.ResumeLayout(false);
  98. }
  99. #endregion
  100. private DeepEditor.Common.G2D.DataGrid.G2DPropertyGrid prop_Config;
  101. private System.Windows.Forms.SplitContainer splitContainer1;
  102. private System.Windows.Forms.Button btn_Start;
  103. }
  104. }