namespace TradeIdeas.TIProGUI.EnhancedSingleStockWindow
{
partial class InsidersControl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.lblSharesSold1 = new System.Windows.Forms.Label();
this.lblSharesBought1 = new System.Windows.Forms.Label();
this.lblTotalShares1 = new System.Windows.Forms.Label();
this.lblNumSells1 = new System.Windows.Forms.Label();
this.lblNumBuys1 = new System.Windows.Forms.Label();
this.lblInsiderTrades1 = new System.Windows.Forms.Label();
this.lblSharesSold3 = new System.Windows.Forms.Label();
this.lblSharesBought3 = new System.Windows.Forms.Label();
this.lblTotalShares3 = new System.Windows.Forms.Label();
this.lblNumSells3 = new System.Windows.Forms.Label();
this.lblNumBuys3 = new System.Windows.Forms.Label();
this.lblInsiderTrades3 = new System.Windows.Forms.Label();
this.lblSharesSold12 = new System.Windows.Forms.Label();
this.lblSharesBought12 = new System.Windows.Forms.Label();
this.lblTotalShares12 = new System.Windows.Forms.Label();
this.lblNumSells12 = new System.Windows.Forms.Label();
this.lblNumBuys12 = new System.Windows.Forms.Label();
this.lblInsiderTrades12 = new System.Windows.Forms.Label();
this.dgvInsiders = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colInsider = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colRelation = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colTransType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colSharesTraded = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colSharesHeld = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvInsiders)).BeginInit();
this.SuspendLayout();
//
// chart1
//
chartArea1.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea1);
legend1.Name = "Legend1";
this.chart1.Legends.Add(legend1);
this.chart1.Location = new System.Drawing.Point(3, 3);
this.chart1.Name = "chart1";
series1.ChartArea = "ChartArea1";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
series1.Legend = "Legend1";
series1.Name = "Series1";
this.chart1.Series.Add(series1);
this.chart1.Size = new System.Drawing.Size(241, 149);
this.chart1.TabIndex = 0;
this.chart1.Text = "chart1";
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(57)))), ((int)(((byte)(85)))));
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(360, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(98, 19);
this.label1.TabIndex = 1;
this.label1.Text = "1 Month";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(57)))), ((int)(((byte)(85)))));
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(466, 3);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(98, 19);
this.label2.TabIndex = 2;
this.label2.Text = "3 Months";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(57)))), ((int)(((byte)(85)))));
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(572, 3);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(98, 19);
this.label3.TabIndex = 3;
this.label3.Text = "12 Months";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(250, 22);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(108, 20);
this.label4.TabIndex = 4;
this.label4.Text = "Insider Trades";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label5
//
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(250, 44);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(108, 20);
this.label5.TabIndex = 5;
this.label5.Text = "# of Buys";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label6
//
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(250, 66);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(108, 20);
this.label6.TabIndex = 6;
this.label6.Text = "# of Sells";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label7
//
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(250, 88);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(108, 20);
this.label7.TabIndex = 7;
this.label7.Text = "Total Shares";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label8
//
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(250, 110);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(108, 20);
this.label8.TabIndex = 8;
this.label8.Text = "Shares Bought";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label9
//
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(250, 132);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(108, 20);
this.label9.TabIndex = 9;
this.label9.Text = "Shares Sold";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblSharesSold1
//
this.lblSharesSold1.BackColor = System.Drawing.Color.White;
this.lblSharesSold1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSharesSold1.Location = new System.Drawing.Point(361, 132);
this.lblSharesSold1.Name = "lblSharesSold1";
this.lblSharesSold1.Size = new System.Drawing.Size(97, 20);
this.lblSharesSold1.TabIndex = 15;
this.lblSharesSold1.Text = "0";
this.lblSharesSold1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblSharesBought1
//
this.lblSharesBought1.BackColor = System.Drawing.Color.White;
this.lblSharesBought1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSharesBought1.Location = new System.Drawing.Point(361, 110);
this.lblSharesBought1.Name = "lblSharesBought1";
this.lblSharesBought1.Size = new System.Drawing.Size(97, 20);
this.lblSharesBought1.TabIndex = 14;
this.lblSharesBought1.Text = "0";
this.lblSharesBought1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblTotalShares1
//
this.lblTotalShares1.BackColor = System.Drawing.Color.White;
this.lblTotalShares1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTotalShares1.Location = new System.Drawing.Point(361, 88);
this.lblTotalShares1.Name = "lblTotalShares1";
this.lblTotalShares1.Size = new System.Drawing.Size(97, 20);
this.lblTotalShares1.TabIndex = 13;
this.lblTotalShares1.Text = "0";
this.lblTotalShares1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblNumSells1
//
this.lblNumSells1.BackColor = System.Drawing.Color.White;
this.lblNumSells1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNumSells1.Location = new System.Drawing.Point(361, 66);
this.lblNumSells1.Name = "lblNumSells1";
this.lblNumSells1.Size = new System.Drawing.Size(97, 20);
this.lblNumSells1.TabIndex = 12;
this.lblNumSells1.Text = "0";
this.lblNumSells1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblNumBuys1
//
this.lblNumBuys1.BackColor = System.Drawing.Color.White;
this.lblNumBuys1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNumBuys1.Location = new System.Drawing.Point(361, 44);
this.lblNumBuys1.Name = "lblNumBuys1";
this.lblNumBuys1.Size = new System.Drawing.Size(97, 20);
this.lblNumBuys1.TabIndex = 11;
this.lblNumBuys1.Text = "0";
this.lblNumBuys1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblInsiderTrades1
//
this.lblInsiderTrades1.BackColor = System.Drawing.Color.White;
this.lblInsiderTrades1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblInsiderTrades1.Location = new System.Drawing.Point(361, 22);
this.lblInsiderTrades1.Name = "lblInsiderTrades1";
this.lblInsiderTrades1.Size = new System.Drawing.Size(97, 20);
this.lblInsiderTrades1.TabIndex = 10;
this.lblInsiderTrades1.Text = "0";
this.lblInsiderTrades1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblSharesSold3
//
this.lblSharesSold3.BackColor = System.Drawing.Color.White;
this.lblSharesSold3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSharesSold3.Location = new System.Drawing.Point(467, 132);
this.lblSharesSold3.Name = "lblSharesSold3";
this.lblSharesSold3.Size = new System.Drawing.Size(97, 20);
this.lblSharesSold3.TabIndex = 21;
this.lblSharesSold3.Text = "0";
this.lblSharesSold3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblSharesBought3
//
this.lblSharesBought3.BackColor = System.Drawing.Color.White;
this.lblSharesBought3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSharesBought3.Location = new System.Drawing.Point(467, 110);
this.lblSharesBought3.Name = "lblSharesBought3";
this.lblSharesBought3.Size = new System.Drawing.Size(97, 20);
this.lblSharesBought3.TabIndex = 20;
this.lblSharesBought3.Text = "0";
this.lblSharesBought3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblTotalShares3
//
this.lblTotalShares3.BackColor = System.Drawing.Color.White;
this.lblTotalShares3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTotalShares3.Location = new System.Drawing.Point(467, 88);
this.lblTotalShares3.Name = "lblTotalShares3";
this.lblTotalShares3.Size = new System.Drawing.Size(97, 20);
this.lblTotalShares3.TabIndex = 19;
this.lblTotalShares3.Text = "0";
this.lblTotalShares3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblNumSells3
//
this.lblNumSells3.BackColor = System.Drawing.Color.White;
this.lblNumSells3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNumSells3.Location = new System.Drawing.Point(467, 66);
this.lblNumSells3.Name = "lblNumSells3";
this.lblNumSells3.Size = new System.Drawing.Size(97, 20);
this.lblNumSells3.TabIndex = 18;
this.lblNumSells3.Text = "0";
this.lblNumSells3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblNumBuys3
//
this.lblNumBuys3.BackColor = System.Drawing.Color.White;
this.lblNumBuys3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNumBuys3.Location = new System.Drawing.Point(467, 44);
this.lblNumBuys3.Name = "lblNumBuys3";
this.lblNumBuys3.Size = new System.Drawing.Size(97, 20);
this.lblNumBuys3.TabIndex = 17;
this.lblNumBuys3.Text = "0";
this.lblNumBuys3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblInsiderTrades3
//
this.lblInsiderTrades3.BackColor = System.Drawing.Color.White;
this.lblInsiderTrades3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblInsiderTrades3.Location = new System.Drawing.Point(467, 22);
this.lblInsiderTrades3.Name = "lblInsiderTrades3";
this.lblInsiderTrades3.Size = new System.Drawing.Size(97, 20);
this.lblInsiderTrades3.TabIndex = 16;
this.lblInsiderTrades3.Text = "0";
this.lblInsiderTrades3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblSharesSold12
//
this.lblSharesSold12.BackColor = System.Drawing.Color.White;
this.lblSharesSold12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSharesSold12.Location = new System.Drawing.Point(573, 132);
this.lblSharesSold12.Name = "lblSharesSold12";
this.lblSharesSold12.Size = new System.Drawing.Size(97, 20);
this.lblSharesSold12.TabIndex = 27;
this.lblSharesSold12.Text = "0";
this.lblSharesSold12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblSharesBought12
//
this.lblSharesBought12.BackColor = System.Drawing.Color.White;
this.lblSharesBought12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSharesBought12.Location = new System.Drawing.Point(573, 110);
this.lblSharesBought12.Name = "lblSharesBought12";
this.lblSharesBought12.Size = new System.Drawing.Size(97, 20);
this.lblSharesBought12.TabIndex = 26;
this.lblSharesBought12.Text = "0";
this.lblSharesBought12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblTotalShares12
//
this.lblTotalShares12.BackColor = System.Drawing.Color.White;
this.lblTotalShares12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTotalShares12.Location = new System.Drawing.Point(573, 88);
this.lblTotalShares12.Name = "lblTotalShares12";
this.lblTotalShares12.Size = new System.Drawing.Size(97, 20);
this.lblTotalShares12.TabIndex = 25;
this.lblTotalShares12.Text = "0";
this.lblTotalShares12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblNumSells12
//
this.lblNumSells12.BackColor = System.Drawing.Color.White;
this.lblNumSells12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNumSells12.Location = new System.Drawing.Point(573, 66);
this.lblNumSells12.Name = "lblNumSells12";
this.lblNumSells12.Size = new System.Drawing.Size(97, 20);
this.lblNumSells12.TabIndex = 24;
this.lblNumSells12.Text = "0";
this.lblNumSells12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblNumBuys12
//
this.lblNumBuys12.BackColor = System.Drawing.Color.White;
this.lblNumBuys12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNumBuys12.Location = new System.Drawing.Point(573, 44);
this.lblNumBuys12.Name = "lblNumBuys12";
this.lblNumBuys12.Size = new System.Drawing.Size(97, 20);
this.lblNumBuys12.TabIndex = 23;
this.lblNumBuys12.Text = "0";
this.lblNumBuys12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblInsiderTrades12
//
this.lblInsiderTrades12.BackColor = System.Drawing.Color.White;
this.lblInsiderTrades12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblInsiderTrades12.Location = new System.Drawing.Point(573, 22);
this.lblInsiderTrades12.Name = "lblInsiderTrades12";
this.lblInsiderTrades12.Size = new System.Drawing.Size(97, 20);
this.lblInsiderTrades12.TabIndex = 22;
this.lblInsiderTrades12.Text = "0";
this.lblInsiderTrades12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// dgvInsiders
//
this.dgvInsiders.AllowUserToAddRows = false;
this.dgvInsiders.AllowUserToDeleteRows = false;
this.dgvInsiders.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.dgvInsiders.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(57)))), ((int)(((byte)(85)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvInsiders.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvInsiders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvInsiders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.colDate,
this.colInsider,
this.colRelation,
this.colTransType,
this.colSharesTraded,
this.colPrice,
this.colSharesHeld});
this.dgvInsiders.EnableHeadersVisualStyles = false;
this.dgvInsiders.Location = new System.Drawing.Point(4, 158);
this.dgvInsiders.Name = "dgvInsiders";
this.dgvInsiders.ReadOnly = true;
this.dgvInsiders.RowHeadersVisible = false;
this.dgvInsiders.Size = new System.Drawing.Size(1108, 408);
this.dgvInsiders.TabIndex = 28;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.HeaderText = "Date";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Width = 123;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.HeaderText = "Insider";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 122;
//
// dataGridViewTextBoxColumn3
//
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle9;
this.dataGridViewTextBoxColumn3.HeaderText = "Relation";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
this.dataGridViewTextBoxColumn3.Width = 123;
//
// dataGridViewTextBoxColumn4
//
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle10;
this.dataGridViewTextBoxColumn4.HeaderText = "Trans Type";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
this.dataGridViewTextBoxColumn4.Width = 123;
//
// dataGridViewTextBoxColumn5
//
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle11;
this.dataGridViewTextBoxColumn5.HeaderText = "Shares Traded";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
this.dataGridViewTextBoxColumn5.Width = 123;
//
// dataGridViewTextBoxColumn6
//
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle12;
this.dataGridViewTextBoxColumn6.HeaderText = "Price";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
this.dataGridViewTextBoxColumn6.ReadOnly = true;
this.dataGridViewTextBoxColumn6.Width = 122;
//
// dataGridViewTextBoxColumn7
//
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.dataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle13;
this.dataGridViewTextBoxColumn7.HeaderText = "Shares Held";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
this.dataGridViewTextBoxColumn7.ReadOnly = true;
this.dataGridViewTextBoxColumn7.Width = 123;
//
// colDate
//
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.colDate.DefaultCellStyle = dataGridViewCellStyle2;
this.colDate.HeaderText = "Date";
this.colDate.Name = "colDate";
this.colDate.ReadOnly = true;
//
// colInsider
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.colInsider.DefaultCellStyle = dataGridViewCellStyle3;
this.colInsider.HeaderText = "Insider";
this.colInsider.Name = "colInsider";
this.colInsider.ReadOnly = true;
//
// colRelation
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colRelation.DefaultCellStyle = dataGridViewCellStyle4;
this.colRelation.HeaderText = "Relation";
this.colRelation.Name = "colRelation";
this.colRelation.ReadOnly = true;
//
// colTransType
//
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colTransType.DefaultCellStyle = dataGridViewCellStyle5;
this.colTransType.HeaderText = "Trans Type";
this.colTransType.Name = "colTransType";
this.colTransType.ReadOnly = true;
//
// colSharesTraded
//
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.colSharesTraded.DefaultCellStyle = dataGridViewCellStyle6;
this.colSharesTraded.HeaderText = "Shares Traded";
this.colSharesTraded.Name = "colSharesTraded";
this.colSharesTraded.ReadOnly = true;
//
// colPrice
//
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.colPrice.DefaultCellStyle = dataGridViewCellStyle7;
this.colPrice.HeaderText = "Price";
this.colPrice.Name = "colPrice";
this.colPrice.ReadOnly = true;
//
// colSharesHeld
//
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.colSharesHeld.DefaultCellStyle = dataGridViewCellStyle8;
this.colSharesHeld.HeaderText = "Shares Held";
this.colSharesHeld.Name = "colSharesHeld";
this.colSharesHeld.ReadOnly = true;
//
// InsidersControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.dgvInsiders);
this.Controls.Add(this.lblSharesSold12);
this.Controls.Add(this.lblSharesBought12);
this.Controls.Add(this.lblTotalShares12);
this.Controls.Add(this.lblNumSells12);
this.Controls.Add(this.lblNumBuys12);
this.Controls.Add(this.lblInsiderTrades12);
this.Controls.Add(this.lblSharesSold3);
this.Controls.Add(this.lblSharesBought3);
this.Controls.Add(this.lblTotalShares3);
this.Controls.Add(this.lblNumSells3);
this.Controls.Add(this.lblNumBuys3);
this.Controls.Add(this.lblInsiderTrades3);
this.Controls.Add(this.lblSharesSold1);
this.Controls.Add(this.lblSharesBought1);
this.Controls.Add(this.lblTotalShares1);
this.Controls.Add(this.lblNumSells1);
this.Controls.Add(this.lblNumBuys1);
this.Controls.Add(this.lblInsiderTrades1);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.chart1);
this.Name = "InsidersControl";
this.Size = new System.Drawing.Size(1115, 569);
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvInsiders)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label lblSharesSold1;
private System.Windows.Forms.Label lblSharesBought1;
private System.Windows.Forms.Label lblTotalShares1;
private System.Windows.Forms.Label lblNumSells1;
private System.Windows.Forms.Label lblNumBuys1;
private System.Windows.Forms.Label lblInsiderTrades1;
private System.Windows.Forms.Label lblSharesSold3;
private System.Windows.Forms.Label lblSharesBought3;
private System.Windows.Forms.Label lblTotalShares3;
private System.Windows.Forms.Label lblNumSells3;
private System.Windows.Forms.Label lblNumBuys3;
private System.Windows.Forms.Label lblInsiderTrades3;
private System.Windows.Forms.Label lblSharesSold12;
private System.Windows.Forms.Label lblSharesBought12;
private System.Windows.Forms.Label lblTotalShares12;
private System.Windows.Forms.Label lblNumSells12;
private System.Windows.Forms.Label lblNumBuys12;
private System.Windows.Forms.Label lblInsiderTrades12;
private System.Windows.Forms.DataGridView dgvInsiders;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn colDate;
private System.Windows.Forms.DataGridViewTextBoxColumn colInsider;
private System.Windows.Forms.DataGridViewTextBoxColumn colRelation;
private System.Windows.Forms.DataGridViewTextBoxColumn colTransType;
private System.Windows.Forms.DataGridViewTextBoxColumn colSharesTraded;
private System.Windows.Forms.DataGridViewTextBoxColumn colPrice;
private System.Windows.Forms.DataGridViewTextBoxColumn colSharesHeld;
}
}