2026-03-25 18:20:24 +08:00
|
|
|
|
namespace CPSO.Forms._92_Knowledge
|
|
|
|
|
|
{
|
|
|
|
|
|
sealed partial class FrmAnalysisEx
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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.btnRun = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// btnRun
|
|
|
|
|
|
//
|
|
|
|
|
|
this.btnRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
|
this.btnRun.Location = new System.Drawing.Point(106, 387);
|
|
|
|
|
|
this.btnRun.Name = "btnRun";
|
|
|
|
|
|
this.btnRun.Size = new System.Drawing.Size(144, 37);
|
|
|
|
|
|
this.btnRun.TabIndex = 1;
|
|
|
|
|
|
this.btnRun.Text = "运行";
|
|
|
|
|
|
this.btnRun.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// btnCancel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2026-03-26 06:50:22 +08:00
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(470, 387);
|
2026-03-25 18:20:24 +08:00
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(144, 37);
|
|
|
|
|
|
this.btnCancel.TabIndex = 2;
|
|
|
|
|
|
this.btnCancel.Text = "取消";
|
|
|
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// FrmAnalysisEx
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
|
this.CancelButton = this.btnCancel;
|
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
|
|
this.Controls.Add(this.btnRun);
|
|
|
|
|
|
this.Name = "FrmAnalysisEx";
|
|
|
|
|
|
this.ShowInTaskbar = false;
|
|
|
|
|
|
this.Text = "FrmAnalysisEx";
|
|
|
|
|
|
this.Load += new System.EventHandler(this.FrmAnalysisEx_Load);
|
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.Button btnRun;
|
|
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|