Files
Groupware/SubProject/FCM0000/Inventory/RepInvStock.Designer.cs
chikyun.kim 63dffe62ef 190806 chi 품목정보에서 카테고리 없는 자료도 보이게 함
품목정보 정렬 기능 추가
190731  로그기록화면(beta)추가
2019-08-06 11:38:05 +09:00

159 lines
7.0 KiB
C#

namespace FCM0000.Inventory
{
partial class RepInvStock
{
/// <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();
Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
this.bs = new System.Windows.Forms.BindingSource(this.components);
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;
reportDataSource1.Name = "DataSet1";
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, 36);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(738, 501);
this.reportViewer1.TabIndex = 0;
//
// panel1
//
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;
//
// checkBox1
//
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(738, 537);
this.Controls.Add(this.reportViewer1);
this.Controls.Add(this.panel1);
this.Name = "RepInvStock";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "[FCM0000] 재고장";
this.Load += new System.EventHandler(this.RepInvStock_Load);
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dSReport)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
private System.Windows.Forms.BindingSource bs;
private DSReport dSReport;
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;
}
}