FormUnitActionDefinition.Designer.cs 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. namespace CommonAIEditor
  2. {
  3. partial class FormUnitActionDefinition
  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.button_OK = new System.Windows.Forms.Button();
  29. this.g2DPropertyGrid1 = new CommonFroms.G2D.DataGrid.G2DPropertyGrid();
  30. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  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. // button_OK
  38. //
  39. this.button_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  40. this.button_OK.Location = new System.Drawing.Point(733, 23);
  41. this.button_OK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  42. this.button_OK.Name = "button_OK";
  43. this.button_OK.Size = new System.Drawing.Size(129, 58);
  44. this.button_OK.TabIndex = 6;
  45. this.button_OK.Text = "OK";
  46. this.button_OK.UseVisualStyleBackColor = true;
  47. this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
  48. //
  49. // g2DPropertyGrid1
  50. //
  51. this.g2DPropertyGrid1.DescriptionAreaHeight = 81;
  52. this.g2DPropertyGrid1.DescriptionAreaLineCount = 4;
  53. this.g2DPropertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.g2DPropertyGrid1.ImeMode = System.Windows.Forms.ImeMode.On;
  55. this.g2DPropertyGrid1.Location = new System.Drawing.Point(0, 0);
  56. this.g2DPropertyGrid1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  57. this.g2DPropertyGrid1.MinDescriptionAreaLineCount = 5;
  58. this.g2DPropertyGrid1.Name = "g2DPropertyGrid1";
  59. this.g2DPropertyGrid1.Size = new System.Drawing.Size(874, 422);
  60. this.g2DPropertyGrid1.TabIndex = 0;
  61. //
  62. // splitContainer1
  63. //
  64. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  66. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  67. this.splitContainer1.Name = "splitContainer1";
  68. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  69. //
  70. // splitContainer1.Panel1
  71. //
  72. this.splitContainer1.Panel1.Controls.Add(this.g2DPropertyGrid1);
  73. //
  74. // splitContainer1.Panel2
  75. //
  76. this.splitContainer1.Panel2.Controls.Add(this.button_OK);
  77. this.splitContainer1.Size = new System.Drawing.Size(874, 520);
  78. this.splitContainer1.SplitterDistance = 422;
  79. this.splitContainer1.TabIndex = 7;
  80. //
  81. // FormUnitActionDefinition
  82. //
  83. this.AcceptButton = this.button_OK;
  84. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  85. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  86. this.ClientSize = new System.Drawing.Size(874, 520);
  87. this.Controls.Add(this.splitContainer1);
  88. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  90. this.Name = "FormUnitActionDefinition";
  91. this.Text = "FormUnitActionDefintion";
  92. this.splitContainer1.Panel1.ResumeLayout(false);
  93. this.splitContainer1.Panel2.ResumeLayout(false);
  94. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  95. this.splitContainer1.ResumeLayout(false);
  96. this.ResumeLayout(false);
  97. }
  98. #endregion
  99. private CommonFroms.G2D.DataGrid.G2DPropertyGrid g2DPropertyGrid1;
  100. private System.Windows.Forms.Button button_OK;
  101. private System.Windows.Forms.SplitContainer splitContainer1;
  102. }
  103. }