/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.closeButton = new System.Windows.Forms.Button(); this.volumeControl = new Florence.WinForms.PlotControl(); this.costControl = new Florence.WinForms.PlotControl(); this.SuspendLayout(); // // closeButton // this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.closeButton.Location = new System.Drawing.Point(8, 421); this.closeButton.Name = "closeButton"; this.closeButton.TabIndex = 1; this.closeButton.Text = "Close"; this.closeButton.Click += new System.EventHandler(this.closeButton_Click); // // volumePS // this.volumeControl.BackColor = System.Drawing.SystemColors.ControlLightLight; this.volumeControl.Location = new System.Drawing.Point(13, 305); this.volumeControl.Name = "volumePS"; this.volumeControl.Size = new System.Drawing.Size(606, 109); this.volumeControl.TabIndex = 3; // // costPS // this.costControl.BackColor = System.Drawing.SystemColors.ControlLightLight; this.costControl.Location = new System.Drawing.Point(13, 13); this.costControl.Name = "costPS"; this.costControl.Size = new System.Drawing.Size(606, 285); this.costControl.TabIndex = 2; // // FinancialDemo // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(631, 450); this.Controls.Add(this.volumeControl); this.Controls.Add(this.costControl); this.Controls.Add(this.closeButton); this.Name = "FinancialDemo"; this.Text = "BasicDemo"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.quitButton = new System.Windows.Forms.Button(); this.nextPlotButton = new System.Windows.Forms.Button(); this.printButton = new System.Windows.Forms.Button(); this.exampleNumberLabel = new System.Windows.Forms.Label(); this.prevPlotButton = new System.Windows.Forms.Button(); this.infoBox = new System.Windows.Forms.TextBox(); this.plotControl = new Florence.WinForms.PlotControl(); this.SuspendLayout(); // // quitButton // this.quitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.quitButton.Location = new System.Drawing.Point(248, 386); this.quitButton.Name = "quitButton"; this.quitButton.TabIndex = 14; this.quitButton.Text = "Close"; this.quitButton.Click += new System.EventHandler(this.quitButton_Click); // // nextPlotButton // this.nextPlotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.nextPlotButton.Location = new System.Drawing.Point(88, 386); this.nextPlotButton.Name = "nextPlotButton"; this.nextPlotButton.TabIndex = 17; this.nextPlotButton.Text = "Next"; this.nextPlotButton.Click += new System.EventHandler(this.nextPlotButton_Click); // // printButton // this.printButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.printButton.Location = new System.Drawing.Point(166, 386); this.printButton.Name = "printButton"; this.printButton.TabIndex = 9; this.printButton.Text = "Print"; this.printButton.Click += new System.EventHandler(this.printButton_Click); // // exampleNumberLabel // this.exampleNumberLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.exampleNumberLabel.Location = new System.Drawing.Point(336, 390); this.exampleNumberLabel.Name = "exampleNumberLabel"; this.exampleNumberLabel.Size = new System.Drawing.Size(72, 23); this.exampleNumberLabel.TabIndex = 16; // // prevPlotButton // this.prevPlotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.prevPlotButton.Location = new System.Drawing.Point(8, 386); this.prevPlotButton.Name = "prevPlotButton"; this.prevPlotButton.TabIndex = 15; this.prevPlotButton.Text = "Prev"; this.prevPlotButton.Click += new System.EventHandler(this.prevPlotButton_Click); // // infoBox // this.infoBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.infoBox.AutoSize = false; this.infoBox.Location = new System.Drawing.Point(13, 416); this.infoBox.Multiline = true; this.infoBox.Name = "infoBox"; this.infoBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.infoBox.Size = new System.Drawing.Size(611, 92); this.infoBox.TabIndex = 18; // // plotSurface // this.plotControl.BackColor = System.Drawing.SystemColors.Control; this.plotControl.Location = new System.Drawing.Point(8, 8); this.plotControl.Name = "plotSurface"; this.plotControl.Size = new System.Drawing.Size(616, 360); this.plotControl.TabIndex = 13; // // PlotSurface2DDemo // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(631, 520); this.Controls.Add(this.infoBox); this.Controls.Add(this.plotControl); this.Controls.Add(this.quitButton); this.Controls.Add(this.printButton); this.Controls.Add(this.prevPlotButton); this.Controls.Add(this.exampleNumberLabel); this.Controls.Add(this.nextPlotButton); this.Name = "PlotSurface2DDemo"; this.Text = "Florence C# Demo"; this.ResumeLayout(false); }