namespace MarketDataProcessorGUI { partial class frmTapeImport { /// /// 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lblLoggedCount = new System.Windows.Forms.Label(); this.lblQueueCount = new System.Windows.Forms.Label(); this.lblQueuedTrades = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.lblTapeTime = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.listBox1 = new System.Windows.Forms.ListBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(137, 115); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(161, 25); this.label1.TabIndex = 0; this.label1.Text = "Queued Trades"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(329, 115); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(139, 25); this.label2.TabIndex = 1; this.label2.Text = "Queue Count"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(498, 115); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(147, 25); this.label3.TabIndex = 2; this.label3.Text = "Logged Count"; // // lblLoggedCount // this.lblLoggedCount.AutoSize = true; this.lblLoggedCount.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLoggedCount.Location = new System.Drawing.Point(556, 152); this.lblLoggedCount.Name = "lblLoggedCount"; this.lblLoggedCount.Size = new System.Drawing.Size(24, 25); this.lblLoggedCount.TabIndex = 5; this.lblLoggedCount.Text = "0"; this.lblLoggedCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblQueueCount // this.lblQueueCount.AutoSize = true; this.lblQueueCount.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblQueueCount.Location = new System.Drawing.Point(387, 152); this.lblQueueCount.Name = "lblQueueCount"; this.lblQueueCount.Size = new System.Drawing.Size(24, 25); this.lblQueueCount.TabIndex = 4; this.lblQueueCount.Text = "0"; this.lblQueueCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblQueuedTrades // this.lblQueuedTrades.AutoSize = true; this.lblQueuedTrades.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblQueuedTrades.Location = new System.Drawing.Point(195, 152); this.lblQueuedTrades.Name = "lblQueuedTrades"; this.lblQueuedTrades.Size = new System.Drawing.Size(24, 25); this.lblQueuedTrades.TabIndex = 3; this.lblQueuedTrades.Text = "0"; this.lblQueuedTrades.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(147, 226); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(114, 25); this.label4.TabIndex = 6; this.label4.Text = "Tape Time"; // // lblTapeTime // this.lblTapeTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTapeTime.Location = new System.Drawing.Point(101, 265); this.lblTapeTime.Name = "lblTapeTime"; this.lblTapeTime.Size = new System.Drawing.Size(212, 25); this.lblTapeTime.TabIndex = 7; this.lblTapeTime.Text = "0"; this.lblTapeTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(3, 12); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(216, 20); this.textBox1.TabIndex = 8; this.textBox1.Text = "D:\\NxCoreData\\20220427.AXQ.nx2"; // // button1 // this.button1.Location = new System.Drawing.Point(3, 38); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(165, 23); this.button1.TabIndex = 9; this.button1.Text = "Import Tape"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.Location = new System.Drawing.Point(12, 357); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(776, 251); this.listBox1.TabIndex = 10; // // label5 // this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(294, 265); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(212, 25); this.label5.TabIndex = 12; this.label5.Text = "0"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label5.Click += new System.EventHandler(this.label5_Click); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(307, 226); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(181, 25); this.label6.TabIndex = 11; this.label6.Text = "Last Update Time"; this.label6.Click += new System.EventHandler(this.label6_Click); // // button2 // this.button2.Location = new System.Drawing.Point(47, 92); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 13; this.button2.Text = "button2"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // frmTapeImport // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 623); this.Controls.Add(this.button2); this.Controls.Add(this.label5); this.Controls.Add(this.label6); this.Controls.Add(this.listBox1); this.Controls.Add(this.button1); this.Controls.Add(this.textBox1); this.Controls.Add(this.lblTapeTime); this.Controls.Add(this.label4); this.Controls.Add(this.lblLoggedCount); this.Controls.Add(this.lblQueueCount); this.Controls.Add(this.lblQueuedTrades); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "frmTapeImport"; this.Text = "Tape Import To SQL "; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lblLoggedCount; private System.Windows.Forms.Label lblQueueCount; private System.Windows.Forms.Label lblQueuedTrades; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label lblTapeTime; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button2; } }