namespace SecuritySystemView { partial class FormCreateOrder { /// /// 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() { labelSecureName = new Label(); labelCount = new Label(); labelSum = new Label(); comboBoxSecure = new ComboBox(); textBoxCount = new TextBox(); textBoxSum = new TextBox(); buttonSave = new Button(); buttonCancel = new Button(); comboBoxClients = new ComboBox(); labelClient = new Label(); SuspendLayout(); // // labelSecureName // labelSecureName.AutoSize = true; labelSecureName.Location = new Point(11, 12); labelSecureName.Name = "labelSecureName"; labelSecureName.Size = new Size(71, 20); labelSecureName.TabIndex = 0; labelSecureName.Text = "Изделие:"; // // labelCount // labelCount.AutoSize = true; labelCount.Location = new Point(11, 46); labelCount.Name = "labelCount"; labelCount.Size = new Size(93, 20); labelCount.TabIndex = 1; labelCount.Text = "Количество:"; // // labelSum // labelSum.AutoSize = true; labelSum.Location = new Point(12, 78); labelSum.Name = "labelSum"; labelSum.Size = new Size(58, 20); labelSum.TabIndex = 2; labelSum.Text = "Сумма:"; // // comboBoxSecure // comboBoxSecure.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; comboBoxSecure.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxSecure.FormattingEnabled = true; comboBoxSecure.Location = new Point(113, 9); comboBoxSecure.Name = "comboBoxSecure"; comboBoxSecure.Size = new Size(469, 28); comboBoxSecure.TabIndex = 0; comboBoxSecure.SelectedIndexChanged += ComboBoxSecure_SelectedIndexChanged; // // textBoxCount // textBoxCount.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; textBoxCount.Location = new Point(113, 43); textBoxCount.Name = "textBoxCount"; textBoxCount.Size = new Size(469, 27); textBoxCount.TabIndex = 1; textBoxCount.TextChanged += TextBoxCount_TextChanged; // // textBoxSum // textBoxSum.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; textBoxSum.Location = new Point(113, 75); textBoxSum.Name = "textBoxSum"; textBoxSum.ReadOnly = true; textBoxSum.Size = new Size(469, 27); textBoxSum.TabIndex = 2; // // buttonSave // buttonSave.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonSave.Location = new Point(379, 154); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(94, 29); buttonSave.TabIndex = 3; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += ButtonSave_Click; // // buttonCancel // buttonCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonCancel.Location = new Point(487, 154); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(94, 29); buttonCancel.TabIndex = 4; buttonCancel.Text = "Отменить"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += ButtonCancel_Click; // // comboBoxClients // comboBoxClients.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; comboBoxClients.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxClients.FormattingEnabled = true; comboBoxClients.Location = new Point(113, 108); comboBoxClients.Name = "comboBoxClients"; comboBoxClients.Size = new Size(469, 28); comboBoxClients.TabIndex = 5; // // labelClient // labelClient.AutoSize = true; labelClient.Location = new Point(12, 111); labelClient.Name = "labelClient"; labelClient.Size = new Size(63, 20); labelClient.TabIndex = 6; labelClient.Text = "Клмент:"; // // FormCreateOrder // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(591, 196); Controls.Add(labelClient); Controls.Add(comboBoxClients); Controls.Add(buttonCancel); Controls.Add(buttonSave); Controls.Add(textBoxSum); Controls.Add(textBoxCount); Controls.Add(comboBoxSecure); Controls.Add(labelSum); Controls.Add(labelCount); Controls.Add(labelSecureName); Name = "FormCreateOrder"; Text = "Создание заказа"; Load += FormCreateOrder_Load; ResumeLayout(false); PerformLayout(); } #endregion private Label labelSecureName; private Label labelCount; private Label labelSum; private ComboBox comboBoxSecure; private TextBox textBoxCount; private TextBox textBoxSum; private Button buttonSave; private Button buttonCancel; private ComboBox comboBoxClients; private Label labelClient; } }