243 lines
12 KiB
C#
243 lines
12 KiB
C#
namespace FBS0000
|
|
{
|
|
partial class fHolyDayData
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fHolyDayData));
|
|
Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
|
|
this.bsDay = new System.Windows.Forms.BindingSource(this.components);
|
|
this.dsReport = new FBS0000.dsReport();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
|
|
this.lbStt = new System.Windows.Forms.ToolStripLabel();
|
|
this.tbMon = new System.Windows.Forms.ToolStripTextBox();
|
|
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.btSearch = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
|
|
this.cmbUser = new System.Windows.Forms.ToolStripComboBox();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
this.cmbType = new System.Windows.Forms.ToolStripComboBox();
|
|
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
|
|
this.taDay = new FBS0000.dsReportTableAdapters.Holydata_DayTableAdapter();
|
|
this.bsTime = new System.Windows.Forms.BindingSource(this.components);
|
|
this.taTime = new FBS0000.dsReportTableAdapters.Holydata_timee_adapter();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsDay)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dsReport)).BeginInit();
|
|
this.toolStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsTime)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// bsDay
|
|
//
|
|
this.bsDay.DataMember = "Holydata_Day";
|
|
this.bsDay.DataSource = this.dsReport;
|
|
//
|
|
// dsReport
|
|
//
|
|
this.dsReport.DataSetName = "dsReport";
|
|
this.dsReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(30, 30);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripButton8,
|
|
this.lbStt,
|
|
this.tbMon,
|
|
this.toolStripButton7,
|
|
this.toolStripSeparator2,
|
|
this.btSearch,
|
|
this.toolStripLabel3,
|
|
this.cmbUser,
|
|
this.toolStripSeparator1,
|
|
this.toolStripLabel1,
|
|
this.cmbType});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(1028, 37);
|
|
this.toolStrip1.TabIndex = 6;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// toolStripButton8
|
|
//
|
|
this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
|
|
this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton8.Name = "toolStripButton8";
|
|
this.toolStripButton8.Size = new System.Drawing.Size(34, 34);
|
|
this.toolStripButton8.Text = "toolStripButton7";
|
|
this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click);
|
|
//
|
|
// lbStt
|
|
//
|
|
this.lbStt.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lbStt.ForeColor = System.Drawing.Color.Black;
|
|
this.lbStt.LinkColor = System.Drawing.Color.Black;
|
|
this.lbStt.Name = "lbStt";
|
|
this.lbStt.Size = new System.Drawing.Size(47, 34);
|
|
this.lbStt.Text = "기준 일";
|
|
//
|
|
// tbMon
|
|
//
|
|
this.tbMon.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tbMon.Name = "tbMon";
|
|
this.tbMon.Size = new System.Drawing.Size(90, 37);
|
|
this.tbMon.Text = "1982";
|
|
this.tbMon.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// toolStripButton7
|
|
//
|
|
this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
|
|
this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton7.Name = "toolStripButton7";
|
|
this.toolStripButton7.Size = new System.Drawing.Size(34, 34);
|
|
this.toolStripButton7.Text = "toolStripButton7";
|
|
this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 37);
|
|
//
|
|
// btSearch
|
|
//
|
|
this.btSearch.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.btSearch.Image = ((System.Drawing.Image)(resources.GetObject("btSearch.Image")));
|
|
this.btSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btSearch.Name = "btSearch";
|
|
this.btSearch.Size = new System.Drawing.Size(80, 34);
|
|
this.btSearch.Text = "조회(&R)";
|
|
this.btSearch.Click += new System.EventHandler(this.btSearch_Click);
|
|
//
|
|
// toolStripLabel3
|
|
//
|
|
this.toolStripLabel3.Name = "toolStripLabel3";
|
|
this.toolStripLabel3.Size = new System.Drawing.Size(43, 34);
|
|
this.toolStripLabel3.Text = "담당자";
|
|
//
|
|
// cmbUser
|
|
//
|
|
this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbUser.Name = "cmbUser";
|
|
this.cmbUser.Size = new System.Drawing.Size(150, 37);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 37);
|
|
//
|
|
// toolStripLabel1
|
|
//
|
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(55, 34);
|
|
this.toolStripLabel1.Text = "출력형태";
|
|
//
|
|
// cmbType
|
|
//
|
|
this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbType.Items.AddRange(new object[] {
|
|
"일반 원장",
|
|
"대체 원장",
|
|
"PMS 원장"});
|
|
this.cmbType.Name = "cmbType";
|
|
this.cmbType.Size = new System.Drawing.Size(150, 37);
|
|
this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cmbType_SelectedIndexChanged);
|
|
this.cmbType.Click += new System.EventHandler(this.cmbType_Click);
|
|
//
|
|
// reportViewer1
|
|
//
|
|
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
reportDataSource1.Name = "DataSet1";
|
|
reportDataSource1.Value = this.bsDay;
|
|
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
|
|
this.reportViewer1.LocalReport.ReportEmbeddedResource = "FBS0000.Holiday.rHolyData.rdlc";
|
|
this.reportViewer1.Location = new System.Drawing.Point(0, 37);
|
|
this.reportViewer1.Name = "reportViewer1";
|
|
this.reportViewer1.ServerReport.BearerToken = null;
|
|
this.reportViewer1.Size = new System.Drawing.Size(1028, 543);
|
|
this.reportViewer1.TabIndex = 7;
|
|
this.reportViewer1.Load += new System.EventHandler(this.reportViewer1_Load);
|
|
//
|
|
// taDay
|
|
//
|
|
this.taDay.ClearBeforeFill = true;
|
|
//
|
|
// bsTime
|
|
//
|
|
this.bsTime.DataMember = "Holydata_Time";
|
|
this.bsTime.DataSource = this.dsReport;
|
|
//
|
|
// taTime
|
|
//
|
|
this.taTime.ClearBeforeFill = true;
|
|
//
|
|
// fHolyDayData
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1028, 580);
|
|
this.Controls.Add(this.reportViewer1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Name = "fHolyDayData";
|
|
this.Text = "근태 원장";
|
|
this.Load += new System.EventHandler(this.rJobReport_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.bsDay)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dsReport)).EndInit();
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsTime)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private dsReport dsReport;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton8;
|
|
private System.Windows.Forms.ToolStripLabel lbStt;
|
|
private System.Windows.Forms.ToolStripTextBox tbMon;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton7;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripButton btSearch;
|
|
private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
|
|
private System.Windows.Forms.BindingSource bsDay;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel3;
|
|
private System.Windows.Forms.ToolStripComboBox cmbUser;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
|
private System.Windows.Forms.ToolStripComboBox cmbType;
|
|
private dsReportTableAdapters.Holydata_DayTableAdapter taDay;
|
|
private System.Windows.Forms.BindingSource bsTime;
|
|
private dsReportTableAdapters.Holydata_timee_adapter taTime;
|
|
}
|
|
} |