190806 chi 품목정보에서 카테고리 없는 자료도 보이게 함
품목정보 정렬 기능 추가 190731 로그기록화면(beta)추가
This commit is contained in:
101
SubProject/FCM0000/Inventory/RepInvStock.Designer.cs
generated
101
SubProject/FCM0000/Inventory/RepInvStock.Designer.cs
generated
@@ -30,14 +30,31 @@
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
|
||||
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
|
||||
this.dSReport = new FCM0000.DSReport();
|
||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.ta = new FCM0000.DSReportTableAdapters.PersonInvStockTableAdapter();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dSReport)).BeginInit();
|
||||
this.dSReport = new FCM0000.DSReport();
|
||||
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||||
this.btrefresh = new System.Windows.Forms.Button();
|
||||
this.tbDate = new System.Windows.Forms.TextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.ta = new FCM0000.DSReportTableAdapters.jagosummaryTableAdapter();
|
||||
this.taPlace = new FCM0000.DSReportTableAdapters.jagosummaryPlaceTableAdapter();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dSReport)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// bs
|
||||
//
|
||||
this.bs.DataMember = "jagosummary";
|
||||
this.bs.DataSource = this.dSReport;
|
||||
//
|
||||
// dSReport
|
||||
//
|
||||
this.dSReport.DataSetName = "DSReport";
|
||||
this.dSReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
||||
//
|
||||
// reportViewer1
|
||||
//
|
||||
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
@@ -45,37 +62,83 @@
|
||||
reportDataSource1.Value = this.bs;
|
||||
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
|
||||
this.reportViewer1.LocalReport.ReportEmbeddedResource = "FCM0000.Inventory.RepInvStock.rdlc";
|
||||
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
|
||||
this.reportViewer1.Location = new System.Drawing.Point(0, 36);
|
||||
this.reportViewer1.Name = "reportViewer1";
|
||||
this.reportViewer1.Size = new System.Drawing.Size(660, 589);
|
||||
this.reportViewer1.Size = new System.Drawing.Size(738, 501);
|
||||
this.reportViewer1.TabIndex = 0;
|
||||
//
|
||||
// dSReport
|
||||
// panel1
|
||||
//
|
||||
this.dSReport.DataSetName = "DSReport";
|
||||
this.dSReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
||||
this.panel1.Controls.Add(this.checkBox1);
|
||||
this.panel1.Controls.Add(this.btrefresh);
|
||||
this.panel1.Controls.Add(this.tbDate);
|
||||
this.panel1.Controls.Add(this.label1);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(738, 36);
|
||||
this.panel1.TabIndex = 1;
|
||||
//
|
||||
// bs
|
||||
// checkBox1
|
||||
//
|
||||
this.bs.DataMember = "PersonInvStock";
|
||||
this.bs.DataSource = this.dSReport;
|
||||
this.checkBox1.AutoSize = true;
|
||||
this.checkBox1.Location = new System.Drawing.Point(322, 11);
|
||||
this.checkBox1.Name = "checkBox1";
|
||||
this.checkBox1.Size = new System.Drawing.Size(88, 16);
|
||||
this.checkBox1.TabIndex = 3;
|
||||
this.checkBox1.Text = "보관소 분리";
|
||||
this.checkBox1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btrefresh
|
||||
//
|
||||
this.btrefresh.Location = new System.Drawing.Point(239, 8);
|
||||
this.btrefresh.Name = "btrefresh";
|
||||
this.btrefresh.Size = new System.Drawing.Size(75, 21);
|
||||
this.btrefresh.TabIndex = 2;
|
||||
this.btrefresh.Text = "새로고침";
|
||||
this.btrefresh.UseVisualStyleBackColor = true;
|
||||
this.btrefresh.Click += new System.EventHandler(this.btrefresh_Click);
|
||||
//
|
||||
// tbDate
|
||||
//
|
||||
this.tbDate.Location = new System.Drawing.Point(88, 8);
|
||||
this.tbDate.Name = "tbDate";
|
||||
this.tbDate.Size = new System.Drawing.Size(143, 21);
|
||||
this.tbDate.TabIndex = 1;
|
||||
this.tbDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(13, 13);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(69, 12);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "재고 기준일";
|
||||
//
|
||||
// ta
|
||||
//
|
||||
this.ta.ClearBeforeFill = true;
|
||||
//
|
||||
// taPlace
|
||||
//
|
||||
this.taPlace.ClearBeforeFill = true;
|
||||
//
|
||||
// RepInvStock
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(660, 589);
|
||||
this.ClientSize = new System.Drawing.Size(738, 537);
|
||||
this.Controls.Add(this.reportViewer1);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Name = "RepInvStock";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "RepInvStock";
|
||||
this.Text = "[FCM0000] 재고장";
|
||||
this.Load += new System.EventHandler(this.RepInvStock_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dSReport)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dSReport)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -85,6 +148,12 @@
|
||||
private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
|
||||
private System.Windows.Forms.BindingSource bs;
|
||||
private DSReport dSReport;
|
||||
private DSReportTableAdapters.PersonInvStockTableAdapter ta;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.TextBox tbDate;
|
||||
private System.Windows.Forms.Button btrefresh;
|
||||
private DSReportTableAdapters.jagosummaryTableAdapter ta;
|
||||
private System.Windows.Forms.CheckBox checkBox1;
|
||||
private DSReportTableAdapters.jagosummaryPlaceTableAdapter taPlace;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user