Created the first version of HTML code for the front form. Changed to the Pechkin HTML to PDF library. Removed the string tester. Fixed a bug with the main form where the APC tables would not be sorted by row position.
This commit is contained in:
+13
-12
@@ -34,7 +34,7 @@
|
||||
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
||||
this.convertButton = new System.Windows.Forms.Button();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// existingDatesListBox
|
||||
@@ -90,22 +90,23 @@
|
||||
this.label1.TabIndex = 4;
|
||||
this.label1.Text = "label1";
|
||||
//
|
||||
// button1
|
||||
// webBrowser1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(400, 530);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(141, 58);
|
||||
this.button1.TabIndex = 5;
|
||||
this.button1.Text = "button1";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
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(701, 592);
|
||||
this.Controls.Add(this.button1);
|
||||
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);
|
||||
@@ -127,6 +128,6 @@
|
||||
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
||||
private System.Windows.Forms.Button convertButton;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.WebBrowser webBrowser1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user