225 lines
11 KiB
C#
225 lines
11 KiB
C#
namespace CPSO.Forms
|
|
{
|
|
partial class FrmRBFMonitor
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.autoScrollTextBox1 = new UserControls.AutoScrollTextBox();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.autoScrollTextBox2 = new UserControls.AutoScrollTextBox();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
|
|
this.pbAnalysisStatus = new System.Windows.Forms.ProgressBar();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnSummit = new System.Windows.Forms.Button();
|
|
this.btnKill = new System.Windows.Forms.Button();
|
|
this.job = new System.ComponentModel.BackgroundWorker();
|
|
this.btnResult = new System.Windows.Forms.Button();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|
this.tabControl1.Location = new System.Drawing.Point(12, 12);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(710, 354);
|
|
this.tabControl1.TabIndex = 0;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.autoScrollTextBox1);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 25);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(702, 325);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "tabPage1";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// autoScrollTextBox1
|
|
//
|
|
this.autoScrollTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.autoScrollTextBox1.Location = new System.Drawing.Point(3, 3);
|
|
this.autoScrollTextBox1.Multiline = true;
|
|
this.autoScrollTextBox1.Name = "autoScrollTextBox1";
|
|
this.autoScrollTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.autoScrollTextBox1.Size = new System.Drawing.Size(696, 319);
|
|
this.autoScrollTextBox1.TabIndex = 0;
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.autoScrollTextBox2);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 25);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(702, 325);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "tabPage2";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// autoScrollTextBox2
|
|
//
|
|
this.autoScrollTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.autoScrollTextBox2.Location = new System.Drawing.Point(3, 3);
|
|
this.autoScrollTextBox2.Multiline = true;
|
|
this.autoScrollTextBox2.Name = "autoScrollTextBox2";
|
|
this.autoScrollTextBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.autoScrollTextBox2.Size = new System.Drawing.Size(696, 319);
|
|
this.autoScrollTextBox2.TabIndex = 0;
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Controls.Add(this.propertyGrid1);
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 25);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Size = new System.Drawing.Size(702, 325);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "tabPage3";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// propertyGrid1
|
|
//
|
|
this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
|
|
this.propertyGrid1.Name = "propertyGrid1";
|
|
this.propertyGrid1.Size = new System.Drawing.Size(702, 325);
|
|
this.propertyGrid1.TabIndex = 0;
|
|
//
|
|
// pbAnalysisStatus
|
|
//
|
|
this.pbAnalysisStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pbAnalysisStatus.Location = new System.Drawing.Point(150, 374);
|
|
this.pbAnalysisStatus.Name = "pbAnalysisStatus";
|
|
this.pbAnalysisStatus.Size = new System.Drawing.Size(264, 25);
|
|
this.pbAnalysisStatus.TabIndex = 2;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.label1.Image = global::CPSO.Properties.Resources.Running;
|
|
this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.label1.Location = new System.Drawing.Point(16, 374);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(129, 25);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "label1";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label1.UseMnemonic = false;
|
|
//
|
|
// btnSummit
|
|
//
|
|
this.btnSummit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSummit.Location = new System.Drawing.Point(420, 374);
|
|
this.btnSummit.Name = "btnSummit";
|
|
this.btnSummit.Size = new System.Drawing.Size(87, 27);
|
|
this.btnSummit.TabIndex = 4;
|
|
this.btnSummit.Text = "Summit";
|
|
this.btnSummit.UseVisualStyleBackColor = true;
|
|
this.btnSummit.Click += new System.EventHandler(this.btnSummit_Click);
|
|
//
|
|
// btnKill
|
|
//
|
|
this.btnKill.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnKill.Location = new System.Drawing.Point(522, 374);
|
|
this.btnKill.Name = "btnKill";
|
|
this.btnKill.Size = new System.Drawing.Size(87, 27);
|
|
this.btnKill.TabIndex = 5;
|
|
this.btnKill.Text = "Kill";
|
|
this.btnKill.UseVisualStyleBackColor = true;
|
|
this.btnKill.Click += new System.EventHandler(this.btnKill_Click);
|
|
//
|
|
// btnResult
|
|
//
|
|
this.btnResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnResult.Location = new System.Drawing.Point(628, 374);
|
|
this.btnResult.Name = "btnResult";
|
|
this.btnResult.Size = new System.Drawing.Size(87, 27);
|
|
this.btnResult.TabIndex = 6;
|
|
this.btnResult.Text = "Result";
|
|
this.btnResult.UseVisualStyleBackColor = true;
|
|
this.btnResult.Click += new System.EventHandler(this.btnResult_Click);
|
|
//
|
|
// FrmRBFMonitor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(734, 411);
|
|
this.Controls.Add(this.btnResult);
|
|
this.Controls.Add(this.btnKill);
|
|
this.Controls.Add(this.btnSummit);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.pbAnalysisStatus);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(750, 450);
|
|
this.Name = "FrmRBFMonitor";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "Form1";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmRBFMonitor_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmRBFMonitor_Load);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage2.PerformLayout();
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.ProgressBar pbAnalysisStatus;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnSummit;
|
|
private System.Windows.Forms.Button btnKill;
|
|
private UserControls.AutoScrollTextBox autoScrollTextBox1;
|
|
private UserControls.AutoScrollTextBox autoScrollTextBox2;
|
|
private System.ComponentModel.BackgroundWorker job;
|
|
private System.Windows.Forms.Button btnResult;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.PropertyGrid propertyGrid1;
|
|
}
|
|
} |