Used queries to get data from scrape database instead of FabTime to use a single data source.
This commit is contained in:
60
ReportingServices.Desktop/Form1.Designer.cs
generated
Normal file
60
ReportingServices.Desktop/Form1.Designer.cs
generated
Normal file
@ -0,0 +1,60 @@
|
||||
namespace ReportingServices.Desktop
|
||||
{
|
||||
partial class Form1
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.btnDailyReport = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btnDailyReport
|
||||
//
|
||||
this.btnDailyReport.Location = new System.Drawing.Point(98, 12);
|
||||
this.btnDailyReport.Name = "btnDailyReport";
|
||||
this.btnDailyReport.Size = new System.Drawing.Size(140, 65);
|
||||
this.btnDailyReport.TabIndex = 0;
|
||||
this.btnDailyReport.Text = "Daily Report";
|
||||
this.btnDailyReport.UseVisualStyleBackColor = true;
|
||||
this.btnDailyReport.Click += new System.EventHandler(this.btnDailyReport_Click);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
this.Controls.Add(this.btnDailyReport);
|
||||
this.Name = "Form1";
|
||||
this.Text = "Form1";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Button btnDailyReport;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user