namespace AdvertsingProfitControl { partial class DebugDatabaseConverter { /// /// 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.existingDatesListBox = new System.Windows.Forms.ListBox(); this.datesToConvertListBox = new System.Windows.Forms.ListBox(); this.moveOverButton = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.convertButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.webBrowser1 = new System.Windows.Forms.WebBrowser(); this.SuspendLayout(); // // existingDatesListBox // this.existingDatesListBox.FormattingEnabled = true; this.existingDatesListBox.ItemHeight = 24; this.existingDatesListBox.Location = new System.Drawing.Point(23, 12); this.existingDatesListBox.Name = "existingDatesListBox"; this.existingDatesListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.existingDatesListBox.Size = new System.Drawing.Size(353, 364); this.existingDatesListBox.TabIndex = 0; // // datesToConvertListBox // this.datesToConvertListBox.FormattingEnabled = true; this.datesToConvertListBox.ItemHeight = 24; this.datesToConvertListBox.Location = new System.Drawing.Point(556, 29); this.datesToConvertListBox.Name = "datesToConvertListBox"; this.datesToConvertListBox.Size = new System.Drawing.Size(97, 52); this.datesToConvertListBox.TabIndex = 1; // // moveOverButton // this.moveOverButton.Enabled = false; this.moveOverButton.Location = new System.Drawing.Point(381, 417); this.moveOverButton.Name = "moveOverButton"; this.moveOverButton.Size = new System.Drawing.Size(160, 56); this.moveOverButton.TabIndex = 2; this.moveOverButton.Text = "Move Selected"; this.moveOverButton.UseVisualStyleBackColor = true; this.moveOverButton.Click += new System.EventHandler(this.MoveOverButton_Click); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // convertButton // this.convertButton.Location = new System.Drawing.Point(556, 530); this.convertButton.Name = "convertButton"; this.convertButton.Size = new System.Drawing.Size(133, 50); this.convertButton.TabIndex = 3; this.convertButton.Text = "Convert"; this.convertButton.UseVisualStyleBackColor = true; this.convertButton.Click += new System.EventHandler(this.convertButton_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 515); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 25); this.label1.TabIndex = 4; this.label1.Text = "label1"; // // webBrowser1 // this.webBrowser1.AllowNavigation = false; this.webBrowser1.AllowWebBrowserDrop = false; this.webBrowser1.Location = new System.Drawing.Point(776, 53); this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser1.Name = "webBrowser1"; this.webBrowser1.Size = new System.Drawing.Size(1524, 940); this.webBrowser1.TabIndex = 6; this.webBrowser1.Url = new System.Uri("file:///C:/Users/Crypto/Desktop/FrontPage.html", System.UriKind.Absolute); // // DebugDatabaseConverter // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(2374, 1114); this.Controls.Add(this.webBrowser1); this.Controls.Add(this.label1); this.Controls.Add(this.convertButton); this.Controls.Add(this.moveOverButton); this.Controls.Add(this.datesToConvertListBox); this.Controls.Add(this.existingDatesListBox); this.Name = "DebugDatabaseConverter"; this.Text = "DebugDatabaseConverter"; this.Load += new System.EventHandler(this.DebugDatabaseConverter_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox existingDatesListBox; private System.Windows.Forms.ListBox datesToConvertListBox; private System.Windows.Forms.Button moveOverButton; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Button convertButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.WebBrowser webBrowser1; } }