namespace GasStation.Reports { partial class FormSupplyDistRep { /// /// 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() { buttonSelectFileName = new Button(); buttonCreate = new Button(); dateTimePicker = new DateTimePicker(); label1 = new Label(); labelFileName = new Label(); SuspendLayout(); // // buttonSelectFileName // buttonSelectFileName.Location = new Point(37, 42); buttonSelectFileName.Name = "buttonSelectFileName"; buttonSelectFileName.Size = new Size(75, 23); buttonSelectFileName.TabIndex = 0; buttonSelectFileName.Text = "Выбрать"; buttonSelectFileName.UseVisualStyleBackColor = true; buttonSelectFileName.Click += ButtonSelectFileName_Click; // // buttonCreate // buttonCreate.Location = new Point(92, 143); buttonCreate.Name = "buttonCreate"; buttonCreate.Size = new Size(124, 25); buttonCreate.TabIndex = 1; buttonCreate.Text = "Сформировать"; buttonCreate.UseVisualStyleBackColor = true; buttonCreate.Click += ButtonCreate_Click; // // dateTimePicker // dateTimePicker.Location = new Point(92, 86); dateTimePicker.Name = "dateTimePicker"; dateTimePicker.Size = new Size(213, 23); dateTimePicker.TabIndex = 2; // // label1 // label1.AutoSize = true; label1.Location = new Point(37, 86); label1.Name = "label1"; label1.Size = new Size(32, 15); label1.TabIndex = 3; label1.Text = "Дата"; // // labelFileName // labelFileName.AutoSize = true; labelFileName.Location = new Point(150, 50); labelFileName.Name = "labelFileName"; labelFileName.Size = new Size(36, 15); labelFileName.TabIndex = 4; labelFileName.Text = "Файл"; // // FormSupplyDistRep // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(343, 218); Controls.Add(labelFileName); Controls.Add(label1); Controls.Add(dateTimePicker); Controls.Add(buttonCreate); Controls.Add(buttonSelectFileName); Name = "FormSupplyDistRep"; Text = "Поступление товара"; ResumeLayout(false); PerformLayout(); } #endregion private Button buttonSelectFileName; private Button buttonCreate; private DateTimePicker dateTimePicker; private Label label1; private Label labelFileName; } }