namespace TradeIdeas.TIProGUI { partial class ActionsForm { /// /// 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.grpOnEachAlert = new System.Windows.Forms.GroupBox(); this.chkShowAlert = new System.Windows.Forms.CheckBox(); this.txtDirectory = new System.Windows.Forms.TextBox(); this.btnSound = new System.Windows.Forms.Button(); this.chkSound = new System.Windows.Forms.CheckBox(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.grpOnEachAlert.SuspendLayout(); this.SuspendLayout(); // // grpOnEachAlert // this.grpOnEachAlert.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.grpOnEachAlert.Controls.Add(this.chkShowAlert); this.grpOnEachAlert.Controls.Add(this.txtDirectory); this.grpOnEachAlert.Controls.Add(this.btnSound); this.grpOnEachAlert.Controls.Add(this.chkSound); this.grpOnEachAlert.Location = new System.Drawing.Point(16, 15); this.grpOnEachAlert.Margin = new System.Windows.Forms.Padding(4); this.grpOnEachAlert.Name = "grpOnEachAlert"; this.grpOnEachAlert.Padding = new System.Windows.Forms.Padding(4); this.grpOnEachAlert.Size = new System.Drawing.Size(413, 274); this.grpOnEachAlert.TabIndex = 0; this.grpOnEachAlert.TabStop = false; this.grpOnEachAlert.Text = "On Each Alert"; // // chkShowAlert // this.chkShowAlert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.chkShowAlert.AutoSize = true; this.chkShowAlert.Location = new System.Drawing.Point(36, 250); this.chkShowAlert.Margin = new System.Windows.Forms.Padding(4); this.chkShowAlert.Name = "chkShowAlert"; this.chkShowAlert.Size = new System.Drawing.Size(119, 17); this.chkShowAlert.TabIndex = 3; this.chkShowAlert.Text = "Show Alert Window"; this.chkShowAlert.UseVisualStyleBackColor = true; this.chkShowAlert.CheckedChanged += new System.EventHandler(this.chkShowAlert_CheckedChanged); // // txtDirectory // this.txtDirectory.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.txtDirectory.ForeColor = System.Drawing.SystemColors.WindowText; this.txtDirectory.Location = new System.Drawing.Point(36, 89); this.txtDirectory.Margin = new System.Windows.Forms.Padding(4); this.txtDirectory.Multiline = true; this.txtDirectory.Name = "txtDirectory"; this.txtDirectory.ReadOnly = true; this.txtDirectory.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtDirectory.Size = new System.Drawing.Size(351, 140); this.txtDirectory.TabIndex = 2; // // btnSound // this.btnSound.Enabled = false; this.btnSound.Location = new System.Drawing.Point(232, 23); this.btnSound.Margin = new System.Windows.Forms.Padding(4); this.btnSound.MaximumSize = new System.Drawing.Size(133, 0); this.btnSound.MinimumSize = new System.Drawing.Size(0, 49); this.btnSound.Name = "btnSound"; this.btnSound.Size = new System.Drawing.Size(133, 49); this.btnSound.TabIndex = 1; this.btnSound.Text = "Setup sound..."; this.btnSound.UseVisualStyleBackColor = true; this.btnSound.Click += new System.EventHandler(this.btnSound_Click); // // chkSound // this.chkSound.AutoSize = true; this.chkSound.Location = new System.Drawing.Point(36, 31); this.chkSound.Margin = new System.Windows.Forms.Padding(4); this.chkSound.Name = "chkSound"; this.chkSound.Size = new System.Drawing.Size(80, 17); this.chkSound.TabIndex = 0; this.chkSound.Text = "Play Sound"; this.chkSound.UseVisualStyleBackColor = true; this.chkSound.CheckedChanged += new System.EventHandler(this.chkSound_CheckedChanged); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnOK.AutoSize = true; this.btnOK.Location = new System.Drawing.Point(67, 301); this.btnOK.Margin = new System.Windows.Forms.Padding(4); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(133, 37); this.btnOK.TabIndex = 1; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.AutoSize = true; this.btnCancel.Location = new System.Drawing.Point(248, 301); this.btnCancel.Margin = new System.Windows.Forms.Padding(4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(133, 35); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // ActionsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(445, 351); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.grpOnEachAlert); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ActionsForm"; this.Text = "Alert Window Actions"; this.VisibleChanged += new System.EventHandler(this.Actions_VisibleChanged); this.grpOnEachAlert.ResumeLayout(false); this.grpOnEachAlert.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox grpOnEachAlert; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.CheckBox chkSound; private System.Windows.Forms.Button btnSound; private System.Windows.Forms.TextBox txtDirectory; private System.Windows.Forms.CheckBox chkShowAlert; } }