/VENSOFT_Final/vensoft.Win32/frmReporteAlmacen.Designer.cs
# · C# · 133 lines · 89 code · 6 blank · 38 comment · 3 complexity · d22ef366e8522d39befb610023ad4745 MD5 · raw file
- namespace vensoft.Win32
- {
- partial class frmReporteAlmacen
- {
- /// <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.GetFromCategoriaByUbicBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.DataAlma = new vensoft.Win32.DataAlma();
- this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
- this.GetFromCategoriaByUbicTableAdapter = new vensoft.Win32.DataAlmaTableAdapters.GetFromCategoriaByUbicTableAdapter();
- this.fillToolStrip = new System.Windows.Forms.ToolStrip();
- this.ubicacionToolStripLabel = new System.Windows.Forms.ToolStripLabel();
- this.ubicacionToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
- this.fillToolStripButton = new System.Windows.Forms.ToolStripButton();
- ((System.ComponentModel.ISupportInitialize)(this.GetFromCategoriaByUbicBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DataAlma)).BeginInit();
- this.fillToolStrip.SuspendLayout();
- this.SuspendLayout();
- //
- // GetFromCategoriaByUbicBindingSource
- //
- this.GetFromCategoriaByUbicBindingSource.DataMember = "GetFromCategoriaByUbic";
- this.GetFromCategoriaByUbicBindingSource.DataSource = this.DataAlma;
- //
- // DataAlma
- //
- this.DataAlma.DataSetName = "DataAlma";
- this.DataAlma.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // reportViewer1
- //
- reportDataSource1.Name = "DataSet1";
- reportDataSource1.Value = this.GetFromCategoriaByUbicBindingSource;
- this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
- this.reportViewer1.LocalReport.ReportEmbeddedResource = "vensoft.Win32.ReporteAlmacen.rdlc";
- this.reportViewer1.Location = new System.Drawing.Point(1, 61);
- this.reportViewer1.Name = "reportViewer1";
- this.reportViewer1.Size = new System.Drawing.Size(728, 395);
- this.reportViewer1.TabIndex = 0;
- //
- // GetFromCategoriaByUbicTableAdapter
- //
- this.GetFromCategoriaByUbicTableAdapter.ClearBeforeFill = true;
- //
- // fillToolStrip
- //
- this.fillToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.ubicacionToolStripLabel,
- this.ubicacionToolStripTextBox,
- this.fillToolStripButton});
- this.fillToolStrip.Location = new System.Drawing.Point(0, 0);
- this.fillToolStrip.Name = "fillToolStrip";
- this.fillToolStrip.Size = new System.Drawing.Size(729, 25);
- this.fillToolStrip.TabIndex = 1;
- this.fillToolStrip.Text = "fillToolStrip";
- //
- // ubicacionToolStripLabel
- //
- this.ubicacionToolStripLabel.Name = "ubicacionToolStripLabel";
- this.ubicacionToolStripLabel.Size = new System.Drawing.Size(63, 22);
- this.ubicacionToolStripLabel.Text = "Ubicacion:";
- //
- // ubicacionToolStripTextBox
- //
- this.ubicacionToolStripTextBox.Name = "ubicacionToolStripTextBox";
- this.ubicacionToolStripTextBox.Size = new System.Drawing.Size(100, 25);
- //
- // fillToolStripButton
- //
- this.fillToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.fillToolStripButton.Name = "fillToolStripButton";
- this.fillToolStripButton.Size = new System.Drawing.Size(49, 22);
- this.fillToolStripButton.Text = "Buscar:";
- this.fillToolStripButton.Click += new System.EventHandler(this.fillToolStripButton_Click);
- //
- // frmReporteAlmacen
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(729, 456);
- this.Controls.Add(this.fillToolStrip);
- this.Controls.Add(this.reportViewer1);
- this.Name = "frmReporteAlmacen";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "frmReporteAlmacen";
- this.Load += new System.EventHandler(this.frmReporteAlmacen_Load);
- ((System.ComponentModel.ISupportInitialize)(this.GetFromCategoriaByUbicBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DataAlma)).EndInit();
- this.fillToolStrip.ResumeLayout(false);
- this.fillToolStrip.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
- private System.Windows.Forms.BindingSource GetFromCategoriaByUbicBindingSource;
- private DataAlma DataAlma;
- private DataAlmaTableAdapters.GetFromCategoriaByUbicTableAdapter GetFromCategoriaByUbicTableAdapter;
- private System.Windows.Forms.ToolStrip fillToolStrip;
- private System.Windows.Forms.ToolStripLabel ubicacionToolStripLabel;
- private System.Windows.Forms.ToolStripTextBox ubicacionToolStripTextBox;
- private System.Windows.Forms.ToolStripButton fillToolStripButton;
- }
- }