namespace SewingDressesView { partial class ReportOrdersByDateForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { panel = new Panel(); buttonPdf = new Button(); buttonCreate = new Button(); panel.SuspendLayout(); SuspendLayout(); // // panel // panel.Controls.Add(buttonPdf); panel.Controls.Add(buttonCreate); panel.Location = new Point(-1, -1); panel.Name = "panel"; panel.Size = new Size(1060, 59); panel.TabIndex = 0; // // buttonPdf // buttonPdf.Location = new Point(905, 15); buttonPdf.Name = "buttonPdf"; buttonPdf.Size = new Size(144, 29); buttonPdf.TabIndex = 5; buttonPdf.Text = "В Pdf"; buttonPdf.UseVisualStyleBackColor = true; buttonPdf.Click += ButtonToPdf_Click; // // buttonCreate // buttonCreate.Location = new Point(656, 16); buttonCreate.Name = "buttonCreate"; buttonCreate.Size = new Size(144, 29); buttonCreate.TabIndex = 4; buttonCreate.Text = "Сформировать"; buttonCreate.UseVisualStyleBackColor = true; buttonCreate.Click += ButtonMake_Click; // // ReportOrdersForm // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1060, 450); Controls.Add(panel); Name = "ReportOrdersForm"; Text = "Репорты"; panel.ResumeLayout(false); ResumeLayout(false); } #endregion private Panel panel; private Button buttonPdf; private Button buttonCreate; } }