137 lines
6.2 KiB
C#

namespace ReportingServices.Desktop
{
partial class DailyReport
{
/// <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.label1 = new System.Windows.Forms.Label();
this.btnPrevious = new System.Windows.Forms.Button();
this.btnNext = new System.Windows.Forms.Button();
this.dgvCurrentWeek = new System.Windows.Forms.DataGridView();
this.rtbManualEntries = new System.Windows.Forms.RichTextBox();
this.dgvPreviousWeek = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.dgvCurrentWeek)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvPreviousWeek)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label1.Location = new System.Drawing.Point(786, 5);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(271, 37);
this.label1.TabIndex = 0;
this.label1.Text = "Production Passdown";
//
// btnPrevious
//
this.btnPrevious.Location = new System.Drawing.Point(64, 37);
this.btnPrevious.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnPrevious.Name = "btnPrevious";
this.btnPrevious.Size = new System.Drawing.Size(179, 56);
this.btnPrevious.TabIndex = 1;
this.btnPrevious.Text = "Previous Button";
this.btnPrevious.UseVisualStyleBackColor = true;
this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
//
// btnNext
//
this.btnNext.Location = new System.Drawing.Point(1651, 37);
this.btnNext.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(179, 56);
this.btnNext.TabIndex = 2;
this.btnNext.Text = "Next Button";
this.btnNext.UseVisualStyleBackColor = true;
this.btnNext.Visible = false;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// dgvCurrentWeek
//
this.dgvCurrentWeek.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvCurrentWeek.Location = new System.Drawing.Point(64, 119);
this.dgvCurrentWeek.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.dgvCurrentWeek.Name = "dgvCurrentWeek";
this.dgvCurrentWeek.RowHeadersWidth = 62;
this.dgvCurrentWeek.RowTemplate.Height = 33;
this.dgvCurrentWeek.Size = new System.Drawing.Size(1765, 378);
this.dgvCurrentWeek.TabIndex = 3;
//
// rtbManualEntries
//
this.rtbManualEntries.Location = new System.Drawing.Point(64, 527);
this.rtbManualEntries.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.rtbManualEntries.Name = "rtbManualEntries";
this.rtbManualEntries.Size = new System.Drawing.Size(576, 395);
this.rtbManualEntries.TabIndex = 4;
this.rtbManualEntries.Text = "";
//
// dgvPreviousWeek
//
this.dgvPreviousWeek.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvPreviousWeek.Location = new System.Drawing.Point(64, 119);
this.dgvPreviousWeek.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.dgvPreviousWeek.Name = "dgvPreviousWeek";
this.dgvPreviousWeek.RowHeadersWidth = 62;
this.dgvPreviousWeek.RowTemplate.Height = 33;
this.dgvPreviousWeek.Size = new System.Drawing.Size(1765, 378);
this.dgvPreviousWeek.TabIndex = 5;
this.dgvPreviousWeek.Visible = false;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1925, 853);
this.Controls.Add(this.dgvPreviousWeek);
this.Controls.Add(this.rtbManualEntries);
this.Controls.Add(this.dgvCurrentWeek);
this.Controls.Add(this.btnNext);
this.Controls.Add(this.btnPrevious);
this.Controls.Add(this.label1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "Form1";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.dgvCurrentWeek)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvPreviousWeek)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Label label1;
private Button btnPrevious;
private Button btnNext;
private DataGridView dgvCurrentWeek;
private RichTextBox rtbManualEntries;
private DataGridView dgvPreviousWeek;
}
}