/VENSOFT_Final/vensoft.Win32/frmReporteAlmacen.Designer.cs

# · C# · 133 lines · 89 code · 6 blank · 38 comment · 3 complexity · d22ef366e8522d39befb610023ad4745 MD5 · raw file

  1. namespace vensoft.Win32
  2. {
  3. partial class frmReporteAlmacen
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
  30. this.GetFromCategoriaByUbicBindingSource = new System.Windows.Forms.BindingSource(this.components);
  31. this.DataAlma = new vensoft.Win32.DataAlma();
  32. this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
  33. this.GetFromCategoriaByUbicTableAdapter = new vensoft.Win32.DataAlmaTableAdapters.GetFromCategoriaByUbicTableAdapter();
  34. this.fillToolStrip = new System.Windows.Forms.ToolStrip();
  35. this.ubicacionToolStripLabel = new System.Windows.Forms.ToolStripLabel();
  36. this.ubicacionToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
  37. this.fillToolStripButton = new System.Windows.Forms.ToolStripButton();
  38. ((System.ComponentModel.ISupportInitialize)(this.GetFromCategoriaByUbicBindingSource)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.DataAlma)).BeginInit();
  40. this.fillToolStrip.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // GetFromCategoriaByUbicBindingSource
  44. //
  45. this.GetFromCategoriaByUbicBindingSource.DataMember = "GetFromCategoriaByUbic";
  46. this.GetFromCategoriaByUbicBindingSource.DataSource = this.DataAlma;
  47. //
  48. // DataAlma
  49. //
  50. this.DataAlma.DataSetName = "DataAlma";
  51. this.DataAlma.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  52. //
  53. // reportViewer1
  54. //
  55. reportDataSource1.Name = "DataSet1";
  56. reportDataSource1.Value = this.GetFromCategoriaByUbicBindingSource;
  57. this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
  58. this.reportViewer1.LocalReport.ReportEmbeddedResource = "vensoft.Win32.ReporteAlmacen.rdlc";
  59. this.reportViewer1.Location = new System.Drawing.Point(1, 61);
  60. this.reportViewer1.Name = "reportViewer1";
  61. this.reportViewer1.Size = new System.Drawing.Size(728, 395);
  62. this.reportViewer1.TabIndex = 0;
  63. //
  64. // GetFromCategoriaByUbicTableAdapter
  65. //
  66. this.GetFromCategoriaByUbicTableAdapter.ClearBeforeFill = true;
  67. //
  68. // fillToolStrip
  69. //
  70. this.fillToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  71. this.ubicacionToolStripLabel,
  72. this.ubicacionToolStripTextBox,
  73. this.fillToolStripButton});
  74. this.fillToolStrip.Location = new System.Drawing.Point(0, 0);
  75. this.fillToolStrip.Name = "fillToolStrip";
  76. this.fillToolStrip.Size = new System.Drawing.Size(729, 25);
  77. this.fillToolStrip.TabIndex = 1;
  78. this.fillToolStrip.Text = "fillToolStrip";
  79. //
  80. // ubicacionToolStripLabel
  81. //
  82. this.ubicacionToolStripLabel.Name = "ubicacionToolStripLabel";
  83. this.ubicacionToolStripLabel.Size = new System.Drawing.Size(63, 22);
  84. this.ubicacionToolStripLabel.Text = "Ubicacion:";
  85. //
  86. // ubicacionToolStripTextBox
  87. //
  88. this.ubicacionToolStripTextBox.Name = "ubicacionToolStripTextBox";
  89. this.ubicacionToolStripTextBox.Size = new System.Drawing.Size(100, 25);
  90. //
  91. // fillToolStripButton
  92. //
  93. this.fillToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  94. this.fillToolStripButton.Name = "fillToolStripButton";
  95. this.fillToolStripButton.Size = new System.Drawing.Size(49, 22);
  96. this.fillToolStripButton.Text = "Buscar:";
  97. this.fillToolStripButton.Click += new System.EventHandler(this.fillToolStripButton_Click);
  98. //
  99. // frmReporteAlmacen
  100. //
  101. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  102. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  103. this.ClientSize = new System.Drawing.Size(729, 456);
  104. this.Controls.Add(this.fillToolStrip);
  105. this.Controls.Add(this.reportViewer1);
  106. this.Name = "frmReporteAlmacen";
  107. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  108. this.Text = "frmReporteAlmacen";
  109. this.Load += new System.EventHandler(this.frmReporteAlmacen_Load);
  110. ((System.ComponentModel.ISupportInitialize)(this.GetFromCategoriaByUbicBindingSource)).EndInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.DataAlma)).EndInit();
  112. this.fillToolStrip.ResumeLayout(false);
  113. this.fillToolStrip.PerformLayout();
  114. this.ResumeLayout(false);
  115. this.PerformLayout();
  116. }
  117. #endregion
  118. private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
  119. private System.Windows.Forms.BindingSource GetFromCategoriaByUbicBindingSource;
  120. private DataAlma DataAlma;
  121. private DataAlmaTableAdapters.GetFromCategoriaByUbicTableAdapter GetFromCategoriaByUbicTableAdapter;
  122. private System.Windows.Forms.ToolStrip fillToolStrip;
  123. private System.Windows.Forms.ToolStripLabel ubicacionToolStripLabel;
  124. private System.Windows.Forms.ToolStripTextBox ubicacionToolStripTextBox;
  125. private System.Windows.Forms.ToolStripButton fillToolStripButton;
  126. }
  127. }