namespace TradeIdeas.TIProGUI { partial class ScreenPicker { /// /// 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.label1 = new System.Windows.Forms.Label(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 17); this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(1102, 96); this.label1.TabIndex = 0; this.label1.Text = "Where do you want to put this layout?\r\nMove this window to the screen of your cho" + "ice then hit OK."; // // okButton // this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(62, 369); this.okButton.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(150, 84); this.okButton.TabIndex = 1; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(224, 369); this.cancelButton.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(278, 84); this.cancelButton.TabIndex = 2; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(152, 142); this.checkBox1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(854, 52); this.checkBox1.TabIndex = 3; this.checkBox1.Text = "Always use this screen for Load from Cloud"; this.checkBox1.UseVisualStyleBackColor = true; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(152, 209); this.checkBox2.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(833, 52); this.checkBox2.TabIndex = 4; this.checkBox2.Text = "Always use this screen for the channel bar"; this.checkBox2.UseVisualStyleBackColor = true; // // ScreenPicker // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(24F, 48F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1308, 566); this.Controls.Add(this.checkBox2); this.Controls.Add(this.checkBox1); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.label1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F); this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.Name = "ScreenPicker"; this.Text = "Select a Screen"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; } }