// SysFrame.Frame
private void method_0()
{
if (!Class3.smethod_10(168))
{
this.icontainer_0 = new Container();
this.timer_0 = new Timer(this.icontainer_0);
this.toolTip_0 = new ToolTip(this.icontainer_0);
this.panel_0 = new Panel();
base.SuspendLayout();
this.timer_0.Enabled = true;
this.panel_0.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
this.panel_0.Location = new Point(6, 27);
this.panel_0.Margin = new Padding(0);
this.panel_0.Name = "panelMain";
this.panel_0.Size = new Size(897, 715);
this.panel_0.TabIndex = 11;
base.AutoScaleMode = AutoScaleMode.None;
base.ClientSize = new Size(910, 750);
base.ControlBox = false;
base.Controls.Add(this.panel_0);
base.KeyPreview = true;
base.Name = "Frame";
base.StartPosition = FormStartPosition.CenterScreen;
this.Text = "金网统一交易软件";
base.FormClosing += new FormClosingEventHandler(this.Frame_FormClosing);
base.FormClosed += new FormClosedEventHandler(this.Frame_FormClosed);
base.Load += new EventHandler(this.Frame_Load);
base.Shown += new EventHandler(this.Frame_Shown);
base.SizeChanged += new EventHandler(this.Frame_SizeChanged);
base.Controls.SetChildIndex(this.panel_0, 0);
base.ResumeLayout(false);
base.PerformLayout();
}
}