namespace TIProAutoTradeExtension { partial class OrderEntryWarningForm { /// /// 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.btnOk = new System.Windows.Forms.Button(); this.btnOpenOptions = new System.Windows.Forms.Button(); this.lblWarningMessage = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Location = new System.Drawing.Point(44, 71); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(96, 23); this.btnOk.TabIndex = 0; this.btnOk.Text = "OK"; this.btnOk.UseVisualStyleBackColor = true; // // btnOpenOptions // this.btnOpenOptions.Location = new System.Drawing.Point(161, 71); this.btnOpenOptions.Name = "btnOpenOptions"; this.btnOpenOptions.Size = new System.Drawing.Size(96, 23); this.btnOpenOptions.TabIndex = 1; this.btnOpenOptions.Text = "Open Options"; this.btnOpenOptions.UseVisualStyleBackColor = true; this.btnOpenOptions.Click += new System.EventHandler(this.btnOpenOptions_Click); // // lblWarningMessage // this.lblWarningMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblWarningMessage.Location = new System.Drawing.Point(12, 9); this.lblWarningMessage.Name = "lblWarningMessage"; this.lblWarningMessage.Size = new System.Drawing.Size(280, 59); this.lblWarningMessage.TabIndex = 2; this.lblWarningMessage.Text = "Warning Message"; this.lblWarningMessage.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // OrderEntryWarningForm // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(304, 106); this.Controls.Add(this.lblWarningMessage); this.Controls.Add(this.btnOpenOptions); this.Controls.Add(this.btnOk); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OrderEntryWarningForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Order Entry Warning"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnOpenOptions; private System.Windows.Forms.Label lblWarningMessage; } }