110 lines
5.0 KiB
C#
110 lines
5.0 KiB
C#
namespace mainProgram
|
|
{
|
|
partial class RadCorrectionWindow
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RadCorrectionWindow));
|
|
this.CancelBtn = new System.Windows.Forms.Button();
|
|
this.ProcessesDetailTextBox = new System.Windows.Forms.TextBox();
|
|
this.StartProcessBtn = new System.Windows.Forms.Button();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.SuspendLayout();
|
|
//
|
|
// CancelBtn
|
|
//
|
|
this.CancelBtn.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.CancelBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.CancelBtn.Location = new System.Drawing.Point(388, 255);
|
|
this.CancelBtn.Name = "CancelBtn";
|
|
this.CancelBtn.Size = new System.Drawing.Size(75, 23);
|
|
this.CancelBtn.TabIndex = 7;
|
|
this.CancelBtn.Text = "取消";
|
|
this.CancelBtn.UseVisualStyleBackColor = false;
|
|
this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click);
|
|
//
|
|
// ProcessesDetailTextBox
|
|
//
|
|
this.ProcessesDetailTextBox.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.ProcessesDetailTextBox.Location = new System.Drawing.Point(32, 24);
|
|
this.ProcessesDetailTextBox.Multiline = true;
|
|
this.ProcessesDetailTextBox.Name = "ProcessesDetailTextBox";
|
|
this.ProcessesDetailTextBox.ReadOnly = true;
|
|
this.ProcessesDetailTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.ProcessesDetailTextBox.Size = new System.Drawing.Size(431, 154);
|
|
this.ProcessesDetailTextBox.TabIndex = 6;
|
|
//
|
|
// StartProcessBtn
|
|
//
|
|
this.StartProcessBtn.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.StartProcessBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.StartProcessBtn.Location = new System.Drawing.Point(296, 255);
|
|
this.StartProcessBtn.Name = "StartProcessBtn";
|
|
this.StartProcessBtn.Size = new System.Drawing.Size(75, 23);
|
|
this.StartProcessBtn.TabIndex = 5;
|
|
this.StartProcessBtn.Text = "开始";
|
|
this.StartProcessBtn.UseVisualStyleBackColor = false;
|
|
this.StartProcessBtn.Click += new System.EventHandler(this.StartProcessBtn_Click);
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.progressBar1.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.progressBar1.Location = new System.Drawing.Point(32, 207);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(431, 23);
|
|
this.progressBar1.TabIndex = 4;
|
|
//
|
|
// RadCorrectionWindow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(496, 304);
|
|
this.Controls.Add(this.CancelBtn);
|
|
this.Controls.Add(this.ProcessesDetailTextBox);
|
|
this.Controls.Add(this.StartProcessBtn);
|
|
this.Controls.Add(this.progressBar1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "RadCorrectionWindow";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "辐亮度校正";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button CancelBtn;
|
|
private System.Windows.Forms.TextBox ProcessesDetailTextBox;
|
|
private System.Windows.Forms.Button StartProcessBtn;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
}
|
|
} |