namespace HILAPI.Tester { partial class MainForm { /// /// 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.mTxtLog = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btnRun // this.btnRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnRun.Location = new System.Drawing.Point(407, 402); this.btnRun.Name = "btnRun"; this.btnRun.Size = new System.Drawing.Size(75, 23); this.btnRun.TabIndex = 0; this.btnRun.Text = "Run"; this.btnRun.UseVisualStyleBackColor = true; this.btnRun.Click += new System.EventHandler(this.OnBtnRunClick); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(488, 402); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.OnBtnCancelClick); // // mTxtLog // this.mTxtLog.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.mTxtLog.BackColor = System.Drawing.Color.White; this.mTxtLog.Font = new System.Drawing.Font("Courier New", 12F); this.mTxtLog.Location = new System.Drawing.Point(12, 12); this.mTxtLog.Multiline = true; this.mTxtLog.Name = "mTxtLog"; this.mTxtLog.ReadOnly = true; this.mTxtLog.Size = new System.Drawing.Size(551, 384); this.mTxtLog.TabIndex = 5; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(575, 437); this.Controls.Add(this.mTxtLog); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnRun); this.Name = "MainForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "XIL API Seat Tester"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnRun; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.TextBox mTxtLog; } }