namespace GasStation.Forms { partial class FormDirectoryReport { /// /// 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() { checkBoxGasmen = new CheckBox(); checkBoxSuppliers = new CheckBox(); checkBoxProducts = new CheckBox(); buttonBuild = new Button(); SuspendLayout(); // // checkBoxGasmen // checkBoxGasmen.AutoSize = true; checkBoxGasmen.Location = new Point(50, 52); checkBoxGasmen.Name = "checkBoxGasmen"; checkBoxGasmen.Size = new Size(85, 19); checkBoxGasmen.TabIndex = 0; checkBoxGasmen.Text = "Работники"; checkBoxGasmen.UseVisualStyleBackColor = true; // // checkBoxSuppliers // checkBoxSuppliers.AutoSize = true; checkBoxSuppliers.Location = new Point(50, 119); checkBoxSuppliers.Name = "checkBoxSuppliers"; checkBoxSuppliers.Size = new Size(96, 19); checkBoxSuppliers.TabIndex = 1; checkBoxSuppliers.Text = "Поставщики"; checkBoxSuppliers.UseVisualStyleBackColor = true; // // checkBoxProducts // checkBoxProducts.AutoSize = true; checkBoxProducts.Location = new Point(50, 185); checkBoxProducts.Name = "checkBoxProducts"; checkBoxProducts.Size = new Size(67, 19); checkBoxProducts.TabIndex = 2; checkBoxProducts.Text = "Товары"; checkBoxProducts.UseVisualStyleBackColor = true; // // buttonBuild // buttonBuild.Location = new Point(212, 115); buttonBuild.Name = "buttonBuild"; buttonBuild.Size = new Size(128, 23); buttonBuild.TabIndex = 3; buttonBuild.Text = "Сформировать"; buttonBuild.UseVisualStyleBackColor = true; buttonBuild.Click += ButtonBuild_Click; // // FormDirectoryReport // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(410, 265); Controls.Add(buttonBuild); Controls.Add(checkBoxProducts); Controls.Add(checkBoxSuppliers); Controls.Add(checkBoxGasmen); Name = "FormDirectoryReport"; Text = "FormDirectoryReport"; ResumeLayout(false); PerformLayout(); } #endregion private CheckBox checkBoxGasmen; private CheckBox checkBoxSuppliers; private CheckBox checkBoxProducts; private Button buttonBuild; } }