namespace TradeIdeas.TIProGUI { partial class ExternalLinking { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExternalLinking)); this.buttonAdd = new System.Windows.Forms.Button(); this.buttonDelete = new System.Windows.Forms.Button(); this.buttonEnable = new System.Windows.Forms.Button(); this.buttonDisable = new System.Windows.Forms.Button(); this.buttonEditLink = new System.Windows.Forms.Button(); this.buttonClose = new System.Windows.Forms.Button(); this.listView = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.checkBoxSurfingEnabled = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // buttonAdd // this.buttonAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonAdd.Location = new System.Drawing.Point(18, 257); this.buttonAdd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(94, 35); this.buttonAdd.TabIndex = 8; this.buttonAdd.Text = "Add Link"; this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click); // // buttonDelete // this.buttonDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonDelete.Enabled = false; this.buttonDelete.Location = new System.Drawing.Point(225, 257); this.buttonDelete.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Size = new System.Drawing.Size(112, 35); this.buttonDelete.TabIndex = 9; this.buttonDelete.Text = "Delete"; this.buttonDelete.UseVisualStyleBackColor = true; this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click); // // buttonEnable // this.buttonEnable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonEnable.Enabled = false; this.buttonEnable.Location = new System.Drawing.Point(346, 257); this.buttonEnable.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonEnable.Name = "buttonEnable"; this.buttonEnable.Size = new System.Drawing.Size(112, 35); this.buttonEnable.TabIndex = 10; this.buttonEnable.Text = "Enable"; this.buttonEnable.UseVisualStyleBackColor = true; this.buttonEnable.Click += new System.EventHandler(this.buttonEnable_Click); // // buttonDisable // this.buttonDisable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonDisable.Enabled = false; this.buttonDisable.Location = new System.Drawing.Point(468, 257); this.buttonDisable.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonDisable.Name = "buttonDisable"; this.buttonDisable.Size = new System.Drawing.Size(112, 35); this.buttonDisable.TabIndex = 11; this.buttonDisable.Text = "Disable"; this.buttonDisable.UseVisualStyleBackColor = true; this.buttonDisable.Click += new System.EventHandler(this.buttonDisable_Click); // // buttonEditLink // this.buttonEditLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonEditLink.Enabled = false; this.buttonEditLink.Location = new System.Drawing.Point(122, 257); this.buttonEditLink.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonEditLink.Name = "buttonEditLink"; this.buttonEditLink.Size = new System.Drawing.Size(94, 35); this.buttonEditLink.TabIndex = 15; this.buttonEditLink.Text = "Edit Link"; this.buttonEditLink.UseVisualStyleBackColor = true; this.buttonEditLink.Click += new System.EventHandler(this.buttonEditLink_Click); // // buttonClose // this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonClose.Location = new System.Drawing.Point(630, 257); this.buttonClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(112, 35); this.buttonClose.TabIndex = 16; this.buttonClose.Text = "Close"; this.buttonClose.UseVisualStyleBackColor = true; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // listView // this.listView.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.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader5, this.columnHeader4}); this.listView.FullRowSelect = true; this.listView.HideSelection = false; this.listView.Location = new System.Drawing.Point(18, 20); this.listView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.listView.Name = "listView"; this.listView.Size = new System.Drawing.Size(1003, 226); this.listView.TabIndex = 7; this.listView.UseCompatibleStateImageBehavior = false; this.listView.View = System.Windows.Forms.View.Details; this.listView.SelectedIndexChanged += new System.EventHandler(this.listView_SelectedIndexChanged); // // columnHeader1 // this.columnHeader1.Text = "Window"; this.columnHeader1.Width = 344; // // columnHeader2 // this.columnHeader2.Text = "Enabled"; // // columnHeader5 // this.columnHeader5.DisplayIndex = 3; this.columnHeader5.Text = "Rule"; this.columnHeader5.Width = 80; // // columnHeader4 // this.columnHeader4.DisplayIndex = 2; this.columnHeader4.Text = "Alternate Method"; this.columnHeader4.Width = 100; // // formSnapper1 // this.formSnapper1.ContainerControl = this; this.formSnapper1.Enabled = false; this.formSnapper1.FamilyName = ""; this.formSnapper1.SnapDistance = 20; this.formSnapper1.Win10HeightAdjustment = 0; this.formSnapper1.Win10WidthAdjustment = 0; // // checkBoxSurfingEnabled // this.checkBoxSurfingEnabled.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxSurfingEnabled.AutoSize = true; this.checkBoxSurfingEnabled.Location = new System.Drawing.Point(760, 263); this.checkBoxSurfingEnabled.Name = "checkBoxSurfingEnabled"; this.checkBoxSurfingEnabled.Size = new System.Drawing.Size(209, 24); this.checkBoxSurfingEnabled.TabIndex = 17; this.checkBoxSurfingEnabled.Text = "Enable for Idea Surfing™"; this.checkBoxSurfingEnabled.UseVisualStyleBackColor = true; this.checkBoxSurfingEnabled.CheckedChanged += new System.EventHandler(this.checkBoxSurfingEnabled_CheckedChanged); // // ExternalLinking // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1041, 309); this.Controls.Add(this.checkBoxSurfingEnabled); this.Controls.Add(this.buttonClose); this.Controls.Add(this.buttonEditLink); this.Controls.Add(this.buttonDisable); this.Controls.Add(this.buttonEnable); this.Controls.Add(this.buttonDelete); this.Controls.Add(this.buttonAdd); this.Controls.Add(this.listView); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "ExternalLinking"; this.Text = "External Linking"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExternalLinking_FormClosing); this.VisibleChanged += new System.EventHandler(this.ExternalLinking_VisibleChanged); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListView listView; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader4; private System.Windows.Forms.Button buttonAdd; private System.Windows.Forms.ColumnHeader columnHeader5; private System.Windows.Forms.Button buttonDelete; private System.Windows.Forms.Button buttonEnable; private System.Windows.Forms.Button buttonDisable; private System.Windows.Forms.Button buttonEditLink; private System.Windows.Forms.Button buttonClose; private Informacija.FormSnapper formSnapper1; private System.Windows.Forms.CheckBox checkBoxSurfingEnabled; } }