namespace CPSO.Forms._92_Knowledge { sealed partial class FrmAnalysisEx { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; this.btnCancel.Location = new System.Drawing.Point(470, 387); 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; } }