This commit is contained in:
chi
2021-06-17 09:36:17 +09:00
parent 71b362c05b
commit 139c48721f
25 changed files with 5556 additions and 904 deletions

View File

@@ -55,6 +55,8 @@
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.chkallto = new System.Windows.Forms.ToolStripButton();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsReport)).BeginInit();
this.toolStrip1.SuspendLayout();
@@ -84,7 +86,9 @@
this.btSearch,
this.toolStripButton2,
this.toolStripButton1,
this.toolStripButton3});
this.toolStripButton3,
this.toolStripSeparator1,
this.chkallto});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1093, 37);
@@ -239,6 +243,23 @@
this.chart1.Text = "chart1";
this.chart1.Visible = false;
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 37);
//
// chkallto
//
this.chkallto.Checked = true;
this.chkallto.CheckOnClick = true;
this.chkallto.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkallto.Image = global::FPJ0000.Properties.Resources.accept;
this.chkallto.ImageTransparentColor = System.Drawing.Color.Magenta;
this.chkallto.Name = "chkallto";
this.chkallto.Size = new System.Drawing.Size(189, 34);
this.chkallto.Text = "근무인원에 휴가+파견 포함";
this.chkallto.Click += new System.EventHandler(this.chkallto_Click);
//
// rK5Dailyform
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -280,5 +301,7 @@
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton chkallto;
}
}