private void initializeComponent() { this.stockGraph = new zaitun.GUI.StockGraph(); this.stockDataGrid = new zaitun.GUI.StockDataGrid(); this.SuspendLayout(); // // stockGraph // this.stockGraph.Dock = System.Windows.Forms.DockStyle.Fill; this.stockGraph.Location = new System.Drawing.Point(0, 0); this.stockGraph.Name = "stockGraph"; this.stockGraph.Size = new System.Drawing.Size(592, 375); this.stockGraph.TabIndex = 1; this.stockGraph.Visible = false; // // stockDataGrid // this.stockDataGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.stockDataGrid.Location = new System.Drawing.Point(0, 0); this.stockDataGrid.Name = "stockDataGrid"; this.stockDataGrid.Size = new System.Drawing.Size(592, 375); this.stockDataGrid.TabIndex = 2; this.stockDataGrid.Visible = false; // // StockTabPage // this.Controls.Add(this.stockDataGrid); this.Controls.Add(this.stockGraph); this.Size = new System.Drawing.Size(592, 375); this.ResumeLayout(false); this.UseVisualStyleBackColor = true; }