namespace TradeIdeas.TIProGUI { partial class LoadFromCloud { /// /// 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(LoadFromCloud)); this.smallImageList = new System.Windows.Forms.ImageList(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.largeIconToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.smallIconToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.largeImageList = new System.Windows.Forms.ImageList(this.components); this.longDescriptionTextBox = new System.Windows.Forms.TextBox(); this.shareButton = new System.Windows.Forms.Button(); this.deleteButton = new System.Windows.Forms.Button(); this.revokeShartingButton = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.importFileTextBox = new System.Windows.Forms.TextBox(); this.cboFileType = new System.Windows.Forms.ComboBox(); this.txtSearch = new TradeIdeas.TIProGUI.WatermarkTextBox(); this.listView1 = new TradeIdeas.TIProGUI.ListViewWithColumnArrow(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // smallImageList // this.smallImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit; this.smallImageList.ImageSize = new System.Drawing.Size(16, 16); this.smallImageList.TransparentColor = System.Drawing.Color.Transparent; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.largeIconToolStripMenuItem, this.detailsToolStripMenuItem, this.smallIconToolStripMenuItem, this.listToolStripMenuItem, this.tileToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(130, 114); // // largeIconToolStripMenuItem // this.largeIconToolStripMenuItem.Name = "largeIconToolStripMenuItem"; this.largeIconToolStripMenuItem.Size = new System.Drawing.Size(129, 22); this.largeIconToolStripMenuItem.Text = "Large Icon"; this.largeIconToolStripMenuItem.Click += new System.EventHandler(this.largeIconToolStripMenuItem_Click); // // detailsToolStripMenuItem // this.detailsToolStripMenuItem.Name = "detailsToolStripMenuItem"; this.detailsToolStripMenuItem.Size = new System.Drawing.Size(129, 22); this.detailsToolStripMenuItem.Text = "Details"; this.detailsToolStripMenuItem.Click += new System.EventHandler(this.detailsToolStripMenuItem_Click); // // smallIconToolStripMenuItem // this.smallIconToolStripMenuItem.Name = "smallIconToolStripMenuItem"; this.smallIconToolStripMenuItem.Size = new System.Drawing.Size(129, 22); this.smallIconToolStripMenuItem.Text = "Small Icon"; this.smallIconToolStripMenuItem.Click += new System.EventHandler(this.smallIconToolStripMenuItem_Click); // // listToolStripMenuItem // this.listToolStripMenuItem.Name = "listToolStripMenuItem"; this.listToolStripMenuItem.Size = new System.Drawing.Size(129, 22); this.listToolStripMenuItem.Text = "List"; this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click); // // tileToolStripMenuItem // this.tileToolStripMenuItem.Name = "tileToolStripMenuItem"; this.tileToolStripMenuItem.Size = new System.Drawing.Size(129, 22); this.tileToolStripMenuItem.Text = "Tile"; this.tileToolStripMenuItem.Click += new System.EventHandler(this.tileToolStripMenuItem_Click); // // loadButton // this.loadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.loadButton.Location = new System.Drawing.Point(12, 305); this.loadButton.Name = "loadButton"; this.loadButton.Size = new System.Drawing.Size(45, 23); this.loadButton.TabIndex = 2; this.loadButton.Text = "Load"; this.loadButton.UseVisualStyleBackColor = true; this.loadButton.Click += new System.EventHandler(this.loadButton_Click); // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(270, 305); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(53, 23); this.cancelButton.TabIndex = 3; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(12, 45); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.listView1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.longDescriptionTextBox); this.splitContainer1.Size = new System.Drawing.Size(682, 210); this.splitContainer1.SplitterDistance = 149; this.splitContainer1.TabIndex = 4; // // largeImageList // this.largeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit; this.largeImageList.ImageSize = new System.Drawing.Size(32, 32); this.largeImageList.TransparentColor = System.Drawing.Color.Transparent; // // longDescriptionTextBox // this.longDescriptionTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.longDescriptionTextBox.Location = new System.Drawing.Point(0, 0); this.longDescriptionTextBox.Multiline = true; this.longDescriptionTextBox.Name = "longDescriptionTextBox"; this.longDescriptionTextBox.ReadOnly = true; this.longDescriptionTextBox.Size = new System.Drawing.Size(682, 57); this.longDescriptionTextBox.TabIndex = 0; // // shareButton // this.shareButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.shareButton.Location = new System.Drawing.Point(118, 305); this.shareButton.Name = "shareButton"; this.shareButton.Size = new System.Drawing.Size(45, 23); this.shareButton.TabIndex = 5; this.shareButton.Text = "Share"; this.shareButton.UseVisualStyleBackColor = true; this.shareButton.Click += new System.EventHandler(this.shareButton_Click); // // deleteButton // this.deleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.deleteButton.Location = new System.Drawing.Point(63, 305); this.deleteButton.Name = "deleteButton"; this.deleteButton.Size = new System.Drawing.Size(49, 23); this.deleteButton.TabIndex = 6; this.deleteButton.Text = "Delete"; this.deleteButton.UseVisualStyleBackColor = true; this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click); // // revokeShartingButton // this.revokeShartingButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.revokeShartingButton.Location = new System.Drawing.Point(169, 305); this.revokeShartingButton.Name = "revokeShartingButton"; this.revokeShartingButton.Size = new System.Drawing.Size(95, 23); this.revokeShartingButton.TabIndex = 7; this.revokeShartingButton.Text = "Revoke Sharing"; this.revokeShartingButton.UseVisualStyleBackColor = true; this.revokeShartingButton.Click += new System.EventHandler(this.revokeShartingButton_Click); // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 263); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(401, 13); this.label2.TabIndex = 9; this.label2.Text = "Import shared window, layout, or collaborate link. Please enter the entire URL st" + "ring."; // // importFileTextBox // this.importFileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.importFileTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.importFileTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.importFileTextBox.Location = new System.Drawing.Point(12, 279); this.importFileTextBox.Name = "importFileTextBox"; this.importFileTextBox.Size = new System.Drawing.Size(682, 20); this.importFileTextBox.TabIndex = 10; this.importFileTextBox.TextChanged += new System.EventHandler(this.importFileTextBox_TextChanged); // // cboFileType // this.cboFileType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cboFileType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboFileType.FormattingEnabled = true; this.cboFileType.Items.AddRange(new object[] { "All File Types", "Layouts", "Alert Windows", "Top List Windows", "Multi Strategy Windows", "Compare Count Windows", "Single Stock Windows", "Chart Windows", "RBI/GBI Windows", "Price Alerts Windows", "Price Alerts", "Brokerage Plus Windows", "Market Explorer Windows", "Real-Time Stock Race Windows"}); this.cboFileType.Location = new System.Drawing.Point(510, 18); this.cboFileType.Name = "cboFileType"; this.cboFileType.Size = new System.Drawing.Size(184, 21); this.cboFileType.TabIndex = 11; this.cboFileType.SelectedIndexChanged += new System.EventHandler(this.cboFileType_SelectedIndexChanged); // // txtSearch // this.txtSearch.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.txtSearch.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.txtSearch.ForeColor = System.Drawing.Color.Empty; this.txtSearch.Location = new System.Drawing.Point(12, 18); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(214, 20); this.txtSearch.TabIndex = 12; this.txtSearch.WatermarkColor = System.Drawing.Color.Silver; this.txtSearch.WatermarkText = "Search"; this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged); // // listView1 // this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4}); this.listView1.ContextMenuStrip = this.contextMenuStrip1; this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; this.listView1.HideSelection = false; this.listView1.LargeImageList = this.largeImageList; this.listView1.Location = new System.Drawing.Point(0, 0); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(682, 149); this.listView1.SmallImageList = this.smallImageList; this.listView1.TabIndex = 0; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView1_ColumnClick); this.listView1.ItemActivate += new System.EventHandler(this.listView1_ItemActivate); this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged); // // columnHeader1 // this.columnHeader1.Tag = "Descending"; this.columnHeader1.Text = "Name"; this.columnHeader1.Width = 261; // // columnHeader2 // this.columnHeader2.Tag = "Descending"; this.columnHeader2.Text = "Time"; this.columnHeader2.Width = 157; // // columnHeader3 // this.columnHeader3.Tag = "Descending"; this.columnHeader3.Text = "File Type"; this.columnHeader3.Width = 147; // // columnHeader4 // this.columnHeader4.Tag = "Descending"; this.columnHeader4.Text = "Window Count"; this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.columnHeader4.Width = 84; // // LoadFromCloud // this.AcceptButton = this.loadButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(706, 340); this.Controls.Add(this.txtSearch); this.Controls.Add(this.cboFileType); this.Controls.Add(this.importFileTextBox); this.Controls.Add(this.label2); this.Controls.Add(this.revokeShartingButton); this.Controls.Add(this.deleteButton); this.Controls.Add(this.shareButton); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.loadButton); this.Controls.Add(this.cancelButton); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimizeBox = false; this.Name = "LoadFromCloud"; this.Text = "Load from Cloud"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.LoadFromCloud_FormClosed); this.contextMenuStrip1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ImageList smallImageList; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem largeIconToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem detailsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem smallIconToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem listToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem tileToolStripMenuItem; private System.Windows.Forms.Button loadButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TextBox longDescriptionTextBox; private System.Windows.Forms.Button shareButton; private System.Windows.Forms.Button deleteButton; private System.Windows.Forms.Button revokeShartingButton; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox importFileTextBox; private System.Windows.Forms.ImageList largeImageList; private System.Windows.Forms.ComboBox cboFileType; private WatermarkTextBox txtSearch; private ListViewWithColumnArrow listView1; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader columnHeader4; } }