CEL_Payroll/Payroll.Report/UI/frmRCAssignedReport.Designer.cs
2024-09-17 14:30:13 +06:00

139 lines
5.9 KiB
C#

namespace Payroll.Report
{
partial class frmRCAssignedReport
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnClose = new System.Windows.Forms.Button();
this.btnExport = new System.Windows.Forms.Button();
this.btnPreview = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lvwRCReport = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnClose);
this.groupBox1.Controls.Add(this.btnExport);
this.groupBox1.Controls.Add(this.btnPreview);
this.groupBox1.Location = new System.Drawing.Point(12, 151);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(253, 53);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Location = new System.Drawing.Point(168, 13);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 33);
this.btnClose.TabIndex = 7;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
//
// btnExport
//
this.btnExport.Location = new System.Drawing.Point(87, 13);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(75, 33);
this.btnExport.TabIndex = 6;
this.btnExport.Text = "Export";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// btnPreview
//
this.btnPreview.Location = new System.Drawing.Point(6, 13);
this.btnPreview.Name = "btnPreview";
this.btnPreview.Size = new System.Drawing.Size(75, 33);
this.btnPreview.TabIndex = 5;
this.btnPreview.Text = "Preview";
this.btnPreview.UseVisualStyleBackColor = true;
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.lvwRCReport);
this.groupBox2.Location = new System.Drawing.Point(12, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(253, 133);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
//
// lvwRCReport
//
this.lvwRCReport.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.lvwRCReport.GridLines = true;
this.lvwRCReport.Location = new System.Drawing.Point(8, 14);
this.lvwRCReport.Name = "lvwRCReport";
this.lvwRCReport.Size = new System.Drawing.Size(237, 110);
this.lvwRCReport.TabIndex = 2;
this.lvwRCReport.UseCompatibleStateImageBehavior = false;
this.lvwRCReport.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "RC";
this.columnHeader1.Width = 200;
//
// frmRCAssignedReport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(281, 219);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmRCAssignedReport";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "RC Assign Report";
this.Load += new System.EventHandler(this.frmRCAssignedReport_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnExport;
private System.Windows.Forms.Button btnPreview;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ListView lvwRCReport;
private System.Windows.Forms.ColumnHeader columnHeader1;
}
}