namespace TradeIdeas.TIProGUI.CloudLayout { partial class SaveToCloud { /// /// 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(SaveToCloud)); this.saveButton = 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.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.largeImageList = new System.Windows.Forms.ImageList(this.components); this.smallImageList = new System.Windows.Forms.ImageList(this.components); this.selectNoneButton = new System.Windows.Forms.Button(); this.selectAllButton = new System.Windows.Forms.Button(); this.clearPreviousLayoutCheckBox = new System.Windows.Forms.CheckBox(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // saveButton // this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.saveButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.saveButton.Location = new System.Drawing.Point(12, 347); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(75, 23); this.saveButton.TabIndex = 0; this.saveButton.Text = "Save"; this.saveButton.UseVisualStyleBackColor = true; this.saveButton.Click += new System.EventHandler(this.saveButton_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(93, 347); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 1; 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, 12); 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.selectNoneButton); this.splitContainer1.Panel2.Controls.Add(this.selectAllButton); this.splitContainer1.Panel2.Controls.Add(this.clearPreviousLayoutCheckBox); this.splitContainer1.Size = new System.Drawing.Size(639, 329); this.splitContainer1.SplitterDistance = 187; this.splitContainer1.TabIndex = 2; // // listView1 // this.listView1.CheckBoxes = true; 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(639, 187); this.listView1.SmallImageList = this.smallImageList; this.listView1.TabIndex = 0; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; this.listView1.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listView1_ItemChecked); this.listView1.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listView1_ItemSelectionChanged); // // columnHeader1 // this.columnHeader1.Text = "Name"; this.columnHeader1.Width = 333; // // columnHeader2 // this.columnHeader2.Text = "Location"; this.columnHeader2.Width = 114; // // columnHeader3 // this.columnHeader3.Text = "Size"; this.columnHeader3.Width = 144; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.largeIconToolStripMenuItem, this.detailsToolStripMenuItem, this.smallIconToolStripMenuItem, this.listToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(153, 114); // // largeIconToolStripMenuItem // this.largeIconToolStripMenuItem.Name = "largeIconToolStripMenuItem"; this.largeIconToolStripMenuItem.Size = new System.Drawing.Size(152, 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(152, 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(152, 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(152, 22); this.listToolStripMenuItem.Text = "List"; this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click); // // 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; // // 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; // // selectNoneButton // this.selectNoneButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.selectNoneButton.Location = new System.Drawing.Point(535, 3); this.selectNoneButton.Name = "selectNoneButton"; this.selectNoneButton.Size = new System.Drawing.Size(101, 23); this.selectNoneButton.TabIndex = 4; this.selectNoneButton.Text = "Start from Scratch"; this.selectNoneButton.UseVisualStyleBackColor = true; this.selectNoneButton.Click += new System.EventHandler(this.selectNoneButton_Click); // // selectAllButton // this.selectAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.selectAllButton.Location = new System.Drawing.Point(449, 3); this.selectAllButton.Name = "selectAllButton"; this.selectAllButton.Size = new System.Drawing.Size(80, 23); this.selectAllButton.TabIndex = 3; this.selectAllButton.Text = "Entire Layout"; this.selectAllButton.UseVisualStyleBackColor = true; this.selectAllButton.Click += new System.EventHandler(this.selectAllButton_Click); // // clearPreviousLayoutCheckBox // this.clearPreviousLayoutCheckBox.AutoSize = true; this.clearPreviousLayoutCheckBox.Location = new System.Drawing.Point(3, 7); this.clearPreviousLayoutCheckBox.Name = "clearPreviousLayoutCheckBox"; this.clearPreviousLayoutCheckBox.Size = new System.Drawing.Size(129, 17); this.clearPreviousLayoutCheckBox.TabIndex = 0; this.clearPreviousLayoutCheckBox.Text = "Clear Previous Layout"; this.clearPreviousLayoutCheckBox.UseVisualStyleBackColor = true; // // SaveToCloud // this.AcceptButton = this.saveButton; 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(663, 382); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.cancelButton); this.Controls.Add(this.saveButton); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimizeBox = false; this.Name = "SaveToCloud"; this.Text = "Save to Cloud"; this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); this.splitContainer1.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button saveButton; 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.CheckBox clearPreviousLayoutCheckBox; private System.Windows.Forms.ImageList largeImageList; private System.Windows.Forms.ImageList smallImageList; private System.Windows.Forms.Button selectNoneButton; private System.Windows.Forms.Button selectAllButton; 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; } }