namespace TradeIdeas.TIProGUI.CloudLayout
{
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.listView1 = 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.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.importFileTextBox = new System.Windows.Forms.TextBox();
this.contextMenuStrip1.SuspendLayout();
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(137, 114);
//
// largeIconToolStripMenuItem
//
this.largeIconToolStripMenuItem.Name = "largeIconToolStripMenuItem";
this.largeIconToolStripMenuItem.Size = new System.Drawing.Size(136, 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(136, 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(136, 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(136, 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(136, 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, 25);
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(585, 230);
this.splitContainer1.SplitterDistance = 149;
this.splitContainer1.TabIndex = 4;
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3});
this.listView1.ContextMenuStrip = this.contextMenuStrip1;
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
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(585, 149);
this.listView1.SmallImageList = this.smallImageList;
this.listView1.TabIndex = 2;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.ItemActivate += new System.EventHandler(this.listView1_ItemActivate);
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// columnHeader1
//
this.columnHeader1.Text = "Name";
this.columnHeader1.Width = 261;
//
// columnHeader2
//
this.columnHeader2.Text = "File Type";
this.columnHeader2.Width = 104;
//
// columnHeader3
//
this.columnHeader3.Text = "Window Count";
this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader3.Width = 87;
//
// 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(585, 77);
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);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 13);
this.label1.TabIndex = 8;
this.label1.Text = "Your files:";
//
// 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(55, 13);
this.label2.TabIndex = 9;
this.label2.Text = "Import file:";
//
// 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.Location = new System.Drawing.Point(12, 279);
this.importFileTextBox.Name = "importFileTextBox";
this.importFileTextBox.Size = new System.Drawing.Size(585, 20);
this.importFileTextBox.TabIndex = 10;
this.importFileTextBox.TextChanged += new System.EventHandler(this.importFileTextBox_TextChanged);
//
// 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(609, 340);
this.Controls.Add(this.importFileTextBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
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();
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.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
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 label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox importFileTextBox;
private System.Windows.Forms.ImageList largeImageList;
}
}