namespace TradeIdeas.TIProGUI { partial class WebLink { /// /// 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(); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.checkBoxPinned = new System.Windows.Forms.CheckBox(); this.checkBoxUseSymbolLinking = new System.Windows.Forms.CheckBox(); this.lblActualSymbol = new System.Windows.Forms.Label(); this.lblTitleSymbol = new System.Windows.Forms.Label(); this.lblAfter = new System.Windows.Forms.Label(); this.lblPrefix = new System.Windows.Forms.Label(); this.lblSymbol = new System.Windows.Forms.Label(); this.lblCustomize = new System.Windows.Forms.Label(); this.txtSuffix = new System.Windows.Forms.TextBox(); this.txtPrefix = new System.Windows.Forms.TextBox(); this.cboSelection = new System.Windows.Forms.ComboBox(); this.browserPanel = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.cboLinkChannels = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // formSnapper1 // this.formSnapper1.ContainerControl = this; this.formSnapper1.Enabled = false; this.formSnapper1.FamilyName = ""; this.formSnapper1.SnapDistance = 20; this.formSnapper1.Win10HeightAdjustment = 0; this.formSnapper1.Win10WidthAdjustment = 0; // // checkBoxPinned // this.checkBoxPinned.AutoSize = true; this.checkBoxPinned.Location = new System.Drawing.Point(144, 55); this.checkBoxPinned.Name = "checkBoxPinned"; this.checkBoxPinned.Size = new System.Drawing.Size(59, 17); this.checkBoxPinned.TabIndex = 34; this.checkBoxPinned.Text = "Pinned"; this.checkBoxPinned.UseVisualStyleBackColor = true; this.checkBoxPinned.CheckedChanged += new System.EventHandler(this.checkBoxPinned_CheckedChanged); // // checkBoxUseSymbolLinking // this.checkBoxUseSymbolLinking.AutoSize = true; this.checkBoxUseSymbolLinking.Location = new System.Drawing.Point(19, 55); this.checkBoxUseSymbolLinking.Name = "checkBoxUseSymbolLinking"; this.checkBoxUseSymbolLinking.Size = new System.Drawing.Size(119, 17); this.checkBoxUseSymbolLinking.TabIndex = 33; this.checkBoxUseSymbolLinking.Text = "Use Symbol Linking"; this.checkBoxUseSymbolLinking.UseVisualStyleBackColor = true; this.checkBoxUseSymbolLinking.CheckedChanged += new System.EventHandler(this.checkBoxUseSymbolLinking_CheckedChanged); // // lblActualSymbol // this.lblActualSymbol.AutoSize = true; this.lblActualSymbol.Location = new System.Drawing.Point(69, 12); this.lblActualSymbol.Name = "lblActualSymbol"; this.lblActualSymbol.Size = new System.Drawing.Size(0, 13); this.lblActualSymbol.TabIndex = 32; // // lblTitleSymbol // this.lblTitleSymbol.AutoSize = true; this.lblTitleSymbol.Location = new System.Drawing.Point(16, 12); this.lblTitleSymbol.Name = "lblTitleSymbol"; this.lblTitleSymbol.Size = new System.Drawing.Size(47, 13); this.lblTitleSymbol.TabIndex = 31; this.lblTitleSymbol.Text = "Symbol: "; // // lblAfter // this.lblAfter.AutoSize = true; this.lblAfter.Location = new System.Drawing.Point(514, 56); this.lblAfter.Name = "lblAfter"; this.lblAfter.Size = new System.Drawing.Size(140, 13); this.lblAfter.TabIndex = 30; this.lblAfter.Text = "Everything after symbol here"; // // lblPrefix // this.lblPrefix.AutoSize = true; this.lblPrefix.Location = new System.Drawing.Point(218, 56); this.lblPrefix.Name = "lblPrefix"; this.lblPrefix.Size = new System.Drawing.Size(149, 13); this.lblPrefix.TabIndex = 29; this.lblPrefix.Text = "Everything before symbol here"; // // lblSymbol // this.lblSymbol.AutoSize = true; this.lblSymbol.Location = new System.Drawing.Point(466, 36); this.lblSymbol.Name = "lblSymbol"; this.lblSymbol.Size = new System.Drawing.Size(41, 13); this.lblSymbol.TabIndex = 28; this.lblSymbol.Text = "Symbol"; // // lblCustomize // this.lblCustomize.AutoSize = true; this.lblCustomize.Location = new System.Drawing.Point(220, 12); this.lblCustomize.Name = "lblCustomize"; this.lblCustomize.Size = new System.Drawing.Size(133, 13); this.lblCustomize.TabIndex = 27; this.lblCustomize.Text = "Custom: Enter any URL ...."; // // txtSuffix // this.txtSuffix.Location = new System.Drawing.Point(517, 33); this.txtSuffix.Name = "txtSuffix"; this.txtSuffix.Size = new System.Drawing.Size(220, 20); this.txtSuffix.TabIndex = 26; // // txtPrefix // this.txtPrefix.Location = new System.Drawing.Point(221, 33); this.txtPrefix.Name = "txtPrefix"; this.txtPrefix.Size = new System.Drawing.Size(230, 20); this.txtPrefix.TabIndex = 25; // // cboSelection // this.cboSelection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboSelection.FormattingEnabled = true; this.cboSelection.Location = new System.Drawing.Point(19, 32); this.cboSelection.Name = "cboSelection"; this.cboSelection.Size = new System.Drawing.Size(193, 21); this.cboSelection.TabIndex = 24; this.cboSelection.SelectedIndexChanged += new System.EventHandler(this.cboSelection_SelectedIndexChanged); // // browserPanel // this.browserPanel.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.browserPanel.Location = new System.Drawing.Point(12, 106); this.browserPanel.Name = "browserPanel"; this.browserPanel.Size = new System.Drawing.Size(725, 446); this.browserPanel.TabIndex = 35; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 81); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(62, 13); this.label1.TabIndex = 36; this.label1.Text = "Link Group:"; // // cboLinkChannels // this.cboLinkChannels.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboLinkChannels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboLinkChannels.FormattingEnabled = true; this.cboLinkChannels.Location = new System.Drawing.Point(95, 78); this.cboLinkChannels.Name = "cboLinkChannels"; this.cboLinkChannels.Size = new System.Drawing.Size(83, 21); this.cboLinkChannels.TabIndex = 37; this.cboLinkChannels.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.cboLinkChannels_DrawItem); this.cboLinkChannels.SelectedIndexChanged += new System.EventHandler(this.cboLinkChannels_SelectedIndexChanged); // // WebLink // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(749, 564); this.Controls.Add(this.cboLinkChannels); this.Controls.Add(this.label1); this.Controls.Add(this.browserPanel); this.Controls.Add(this.checkBoxPinned); this.Controls.Add(this.checkBoxUseSymbolLinking); this.Controls.Add(this.lblActualSymbol); this.Controls.Add(this.lblTitleSymbol); this.Controls.Add(this.lblAfter); this.Controls.Add(this.lblPrefix); this.Controls.Add(this.lblSymbol); this.Controls.Add(this.lblCustomize); this.Controls.Add(this.txtSuffix); this.Controls.Add(this.txtPrefix); this.Controls.Add(this.cboSelection); this.Name = "WebLink"; this.Text = "WebLink"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WebLink_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Informacija.FormSnapper formSnapper1; private System.Windows.Forms.Panel browserPanel; private System.Windows.Forms.CheckBox checkBoxPinned; private System.Windows.Forms.CheckBox checkBoxUseSymbolLinking; private System.Windows.Forms.Label lblActualSymbol; private System.Windows.Forms.Label lblTitleSymbol; private System.Windows.Forms.Label lblAfter; private System.Windows.Forms.Label lblPrefix; private System.Windows.Forms.Label lblSymbol; private System.Windows.Forms.Label lblCustomize; private System.Windows.Forms.TextBox txtSuffix; private System.Windows.Forms.TextBox txtPrefix; private System.Windows.Forms.ComboBox cboSelection; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cboLinkChannels; } }