namespace TradeIdeas.TIProGUI { partial class YesNoForm { /// /// 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.btnYes = new System.Windows.Forms.Button(); this.btnNo = new System.Windows.Forms.Button(); this.lblQuestion = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnYes // this.btnYes.DialogResult = System.Windows.Forms.DialogResult.Yes; this.btnYes.Location = new System.Drawing.Point(43, 70); this.btnYes.Name = "btnYes"; this.btnYes.Size = new System.Drawing.Size(96, 23); this.btnYes.TabIndex = 0; this.btnYes.Text = "Yes"; this.btnYes.UseVisualStyleBackColor = true; // // btnNo // this.btnNo.DialogResult = System.Windows.Forms.DialogResult.No; this.btnNo.Location = new System.Drawing.Point(167, 70); this.btnNo.Name = "btnNo"; this.btnNo.Size = new System.Drawing.Size(96, 23); this.btnNo.TabIndex = 1; this.btnNo.Text = "No"; this.btnNo.UseVisualStyleBackColor = true; // // lblQuestion // this.lblQuestion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblQuestion.Location = new System.Drawing.Point(12, 9); this.lblQuestion.Name = "lblQuestion"; this.lblQuestion.Size = new System.Drawing.Size(276, 45); this.lblQuestion.TabIndex = 2; this.lblQuestion.Text = "Question"; this.lblQuestion.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // YesNoForm // this.AcceptButton = this.btnYes; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(303, 105); this.Controls.Add(this.lblQuestion); this.Controls.Add(this.btnNo); this.Controls.Add(this.btnYes); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "YesNoForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Title"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnYes; private System.Windows.Forms.Button btnNo; private System.Windows.Forms.Label lblQuestion; } }