namespace WindowsFormsApp4 { partial class AddExemplarsForm { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) components.Dispose(); base.Dispose(disposing); } private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddExemplarsForm)); this.labelTitle = new System.Windows.Forms.Label(); this.labelBook = new System.Windows.Forms.Label(); this.cmbBook = new System.Windows.Forms.ComboBox(); this.labelNewCount = new System.Windows.Forms.Label(); this.numericNewCount = new System.Windows.Forms.NumericUpDown(); this.btnAdd = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.groupHelp = new System.Windows.Forms.GroupBox(); this.labelHelp = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.numericNewCount)).BeginInit(); this.groupHelp.SuspendLayout(); this.SuspendLayout(); // // labelTitle // this.labelTitle.Font = new System.Drawing.Font("Segoe UI", 14F, System.Drawing.FontStyle.Bold); this.labelTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102))))); this.labelTitle.Location = new System.Drawing.Point(12, 9); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(400, 30); this.labelTitle.TabIndex = 7; this.labelTitle.Text = "Добавление экземпляров книги"; // // labelBook // this.labelBook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102))))); this.labelBook.Location = new System.Drawing.Point(30, 70); this.labelBook.Name = "labelBook"; this.labelBook.Size = new System.Drawing.Size(100, 23); this.labelBook.TabIndex = 6; this.labelBook.Text = "Книга:*"; // // cmbBook // this.cmbBook.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbBook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102))))); this.cmbBook.Location = new System.Drawing.Point(130, 68); this.cmbBook.Name = "cmbBook"; this.cmbBook.Size = new System.Drawing.Size(350, 21); this.cmbBook.TabIndex = 0; this.cmbBook.SelectedIndexChanged += new System.EventHandler(this.cmbBook_SelectedIndexChanged); // // labelNewCount // this.labelNewCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102))))); this.labelNewCount.Location = new System.Drawing.Point(30, 110); this.labelNewCount.Name = "labelNewCount"; this.labelNewCount.Size = new System.Drawing.Size(150, 23); this.labelNewCount.TabIndex = 5; this.labelNewCount.Text = "Количество новых экз.:*"; // // numericNewCount // this.numericNewCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102))))); this.numericNewCount.Location = new System.Drawing.Point(190, 110); this.numericNewCount.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericNewCount.Name = "numericNewCount"; this.numericNewCount.Size = new System.Drawing.Size(80, 20); this.numericNewCount.TabIndex = 1; this.numericNewCount.Value = new decimal(new int[] { 1, 0, 0, 0}); // // btnAdd // this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58))))); this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200))))); this.btnAdd.Location = new System.Drawing.Point(130, 160); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(120, 35); this.btnAdd.TabIndex = 2; this.btnAdd.Text = "Добавить"; this.btnAdd.UseVisualStyleBackColor = false; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58))))); this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200))))); this.btnCancel.Location = new System.Drawing.Point(280, 160); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(120, 35); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Отмена"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // groupHelp // this.groupHelp.Controls.Add(this.labelHelp); this.groupHelp.Location = new System.Drawing.Point(30, 210); this.groupHelp.Name = "groupHelp"; this.groupHelp.Size = new System.Drawing.Size(450, 100); this.groupHelp.TabIndex = 4; this.groupHelp.TabStop = false; this.groupHelp.Text = "Пояснение"; // // labelHelp // this.labelHelp.Font = new System.Drawing.Font("Segoe UI", 9F); this.labelHelp.ForeColor = System.Drawing.Color.DarkBlue; this.labelHelp.Location = new System.Drawing.Point(10, 20); this.labelHelp.Name = "labelHelp"; this.labelHelp.Size = new System.Drawing.Size(430, 80); this.labelHelp.TabIndex = 0; this.labelHelp.Text = resources.GetString("labelHelp.Text"); // // AddExemplarsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200))))); this.ClientSize = new System.Drawing.Size(520, 330); this.Controls.Add(this.groupHelp); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnAdd); this.Controls.Add(this.numericNewCount); this.Controls.Add(this.labelNewCount); this.Controls.Add(this.cmbBook); this.Controls.Add(this.labelBook); this.Controls.Add(this.labelTitle); this.Name = "AddExemplarsForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Добавление экземпляров книги"; this.Load += new System.EventHandler(this.AddExemplarsForm_Load); ((System.ComponentModel.ISupportInitialize)(this.numericNewCount)).EndInit(); this.groupHelp.ResumeLayout(false); this.ResumeLayout(false); } private System.Windows.Forms.Label labelTitle; private System.Windows.Forms.Label labelBook; private System.Windows.Forms.ComboBox cmbBook; private System.Windows.Forms.Label labelNewCount; private System.Windows.Forms.NumericUpDown numericNewCount; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.GroupBox groupHelp; private System.Windows.Forms.Label labelHelp; } }