전자실 구매관련 업데이트

This commit is contained in:
chi
2023-11-06 09:50:39 +09:00
parent adee51915b
commit f14de05f94
22 changed files with 2436 additions and 643 deletions

View File

@@ -28,11 +28,10 @@
/// </summary>
private void InitializeComponent()
{
Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rPurchaseNR));
Microsoft.Reporting.WinForms.ReportDataSource reportDataSource4 = new Microsoft.Reporting.WinForms.ReportDataSource();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rPurchaseEB));
this.rpv1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.dsPurchase = new FEQ0000.dsPurchase();
this.ta = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.dtSD = new System.Windows.Forms.ToolStripTextBox();
@@ -42,6 +41,7 @@
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
this.cmbReport = new System.Windows.Forms.ToolStripComboBox();
this.btSearch = new System.Windows.Forms.ToolStripButton();
this.ta = new FEQ0000.dsPurchaseTableAdapters.EETGW_PurchaseEBTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
@@ -49,9 +49,9 @@
// rpv1
//
this.rpv1.Dock = System.Windows.Forms.DockStyle.Fill;
reportDataSource1.Name = "DataSet1";
reportDataSource1.Value = null;
this.rpv1.LocalReport.DataSources.Add(reportDataSource1);
reportDataSource4.Name = "DataSet1";
reportDataSource4.Value = null;
this.rpv1.LocalReport.DataSources.Add(reportDataSource4);
this.rpv1.LocalReport.ReportEmbeddedResource = "FEQ0000.Purchase.Rpt_Purchase.rdlc";
this.rpv1.Location = new System.Drawing.Point(0, 25);
this.rpv1.Name = "rpv1";
@@ -65,10 +65,6 @@
this.dsPurchase.DataSetName = "dsPurchase";
this.dsPurchase.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// ta
//
this.ta.ClearBeforeFill = true;
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -131,8 +127,7 @@
this.cmbReport.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbReport.Items.AddRange(new object[] {
"User - Month",
"Process - Month",
"Project - Month"});
"Process - Month"});
this.cmbReport.Name = "cmbReport";
this.cmbReport.Size = new System.Drawing.Size(121, 25);
//
@@ -145,16 +140,20 @@
this.btSearch.Text = "Refresh(&R)";
this.btSearch.Click += new System.EventHandler(this.btSearch_Click);
//
// rPurchaseNR
// ta
//
this.ta.ClearBeforeFill = true;
//
// rPurchaseEB
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(723, 517);
this.Controls.Add(this.rpv1);
this.Controls.Add(this.toolStrip1);
this.Name = "rPurchaseNR";
this.Name = "rPurchaseEB";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "NR 구매 집계표";
this.Text = "전자실 구매 집계표";
this.Load += new System.EventHandler(this.rPurchase_Load);
((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit();
this.toolStrip1.ResumeLayout(false);
@@ -168,7 +167,6 @@
private Microsoft.Reporting.WinForms.ReportViewer rpv1;
private dsPurchase dsPurchase;
private dsPurchaseTableAdapters.PurchaseTableAdapter ta;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripTextBox dtSD;
@@ -178,6 +176,6 @@
private System.Windows.Forms.ToolStripButton btSearch;
private System.Windows.Forms.ToolStripLabel toolStripLabel3;
private System.Windows.Forms.ToolStripComboBox cmbReport;
private dsPurchaseTableAdapters.EETGW_PurchaseEBTableAdapter ta;
}
}