123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- namespace GameEditorPlugin.Win32.Runtime
- {
- partial class FormAbstractClient
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
-
-
-
-
- private void InitializeComponent()
- {
- this.BattlePanel = new GameEditorPlugin.Win32.Runtime.PanelAbstractClient();
- this.SuspendLayout();
-
-
-
- this.BattlePanel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.BattlePanel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.BattlePanel.Location = new System.Drawing.Point(0, 0);
- this.BattlePanel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.BattlePanel.Name = "BattlePanel";
- this.BattlePanel.RenderFPS = 1;
- this.BattlePanel.Size = new System.Drawing.Size(695, 642);
- this.BattlePanel.TabIndex = 0;
- this.BattlePanel.TurboX = 1F;
- this.BattlePanel.Load += new System.EventHandler(this.BattlePanel_Load);
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(695, 642);
- this.Controls.Add(this.BattlePanel);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "FormAbstractClient";
- this.Text = "FormAbstractClient";
- this.ResumeLayout(false);
- }
- #endregion
- public PanelAbstractClient BattlePanel;
- }
- }
|