FormLauncher.Designer.cs 4.8 KB

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