namespace MarketExplorer { partial class AllWindows { /// /// 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.listView1 = new TradeIdeas.TIProGUI.ListViewWithColumnArrow(); this.columnHeaderName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeaderShared = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeaderStarted = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeaderSymbols = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeaderRowsInGrid = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonOk = new System.Windows.Forms.Button(); this.buttonShare = new System.Windows.Forms.Button(); this.buttonStopSharing = new System.Windows.Forms.Button(); this.buttonDelete = new System.Windows.Forms.Button(); this.columnHeaderId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.buttonLoad = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // listView1 // this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeaderName, this.columnHeaderShared, this.columnHeaderStarted, this.columnHeaderSymbols, this.columnHeaderRowsInGrid, this.columnHeaderId}); this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; this.listView1.Location = new System.Drawing.Point(3, 3); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(922, 373); this.listView1.TabIndex = 0; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; this.listView1.SelectedIndexChanged += new System.EventHandler(this.listViewWithColumnArrow1_SelectedIndexChanged); // // columnHeaderName // this.columnHeaderName.Text = "Name"; this.columnHeaderName.Width = 293; // // columnHeaderShared // this.columnHeaderShared.Text = "Shared?"; this.columnHeaderShared.Width = 120; // // columnHeaderStarted // this.columnHeaderStarted.Text = "Started"; this.columnHeaderStarted.Width = 89; // // columnHeaderSymbols // this.columnHeaderSymbols.Text = "Symbols"; this.columnHeaderSymbols.Width = 120; // // columnHeaderRowsInGrid // this.columnHeaderRowsInGrid.Text = "Rows In Grid"; this.columnHeaderRowsInGrid.Width = 120; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.listView1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(928, 426); this.tableLayoutPanel1.TabIndex = 1; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.Controls.Add(this.buttonCancel); this.flowLayoutPanel1.Controls.Add(this.buttonOk); this.flowLayoutPanel1.Controls.Add(this.buttonStopSharing); this.flowLayoutPanel1.Controls.Add(this.buttonShare); this.flowLayoutPanel1.Controls.Add(this.buttonDelete); this.flowLayoutPanel1.Controls.Add(this.buttonLoad); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 382); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(922, 41); this.flowLayoutPanel1.TabIndex = 1; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(844, 3); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 35); this.buttonCancel.TabIndex = 0; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonOk // this.buttonOk.Location = new System.Drawing.Point(763, 3); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(75, 35); this.buttonOk.TabIndex = 1; this.buttonOk.Text = "OK"; this.buttonOk.UseVisualStyleBackColor = true; // // buttonShare // this.buttonShare.Enabled = false; this.buttonShare.Location = new System.Drawing.Point(454, 3); this.buttonShare.Name = "buttonShare"; this.buttonShare.Size = new System.Drawing.Size(75, 35); this.buttonShare.TabIndex = 2; this.buttonShare.Text = "Share"; this.buttonShare.UseVisualStyleBackColor = true; this.buttonShare.Click += new System.EventHandler(this.buttonShare_Click); // // buttonStopSharing // this.buttonStopSharing.Enabled = false; this.buttonStopSharing.Location = new System.Drawing.Point(535, 3); this.buttonStopSharing.Margin = new System.Windows.Forms.Padding(3, 3, 100, 3); this.buttonStopSharing.Name = "buttonStopSharing"; this.buttonStopSharing.Size = new System.Drawing.Size(125, 35); this.buttonStopSharing.TabIndex = 3; this.buttonStopSharing.Text = "Stop Sharing"; this.buttonStopSharing.UseVisualStyleBackColor = true; this.buttonStopSharing.Click += new System.EventHandler(this.buttonStopSharing_Click); // // buttonDelete // this.buttonDelete.Enabled = false; this.buttonDelete.Location = new System.Drawing.Point(346, 3); this.buttonDelete.Margin = new System.Windows.Forms.Padding(3, 3, 30, 3); this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Size = new System.Drawing.Size(75, 35); this.buttonDelete.TabIndex = 4; this.buttonDelete.Text = "Delete"; this.buttonDelete.UseVisualStyleBackColor = true; this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click); // // columnHeaderId // this.columnHeaderId.Text = "ID"; this.columnHeaderId.Width = 120; // // buttonLoad // this.buttonLoad.Enabled = false; this.buttonLoad.Location = new System.Drawing.Point(238, 3); this.buttonLoad.Margin = new System.Windows.Forms.Padding(3, 3, 30, 3); this.buttonLoad.Name = "buttonLoad"; this.buttonLoad.Size = new System.Drawing.Size(75, 35); this.buttonLoad.TabIndex = 5; this.buttonLoad.Text = "Load"; this.buttonLoad.UseVisualStyleBackColor = true; this.buttonLoad.Click += new System.EventHandler(this.buttonLoad_Click); // // AllWindows // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(928, 426); this.Controls.Add(this.tableLayoutPanel1); this.Name = "AllWindows"; this.Text = "All Market Explorer Windows"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private TradeIdeas.TIProGUI.ListViewWithColumnArrow listView1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.ColumnHeader columnHeaderName; private System.Windows.Forms.ColumnHeader columnHeaderStarted; private System.Windows.Forms.ColumnHeader columnHeaderSymbols; private System.Windows.Forms.ColumnHeader columnHeaderRowsInGrid; private System.Windows.Forms.ColumnHeader columnHeaderShared; private System.Windows.Forms.Button buttonShare; private System.Windows.Forms.Button buttonStopSharing; private System.Windows.Forms.Button buttonDelete; private System.Windows.Forms.ColumnHeader columnHeaderId; private System.Windows.Forms.Button buttonLoad; } }