153 lines
4.0 KiB
C#
153 lines
4.0 KiB
C#
namespace WinForm
|
|
{
|
|
partial class FormCreateBook
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
textBoxReaders = new TextBox();
|
|
booksForm1 = new KOP_Labs.BooksForm();
|
|
textBoxAnnotation = new TextBox();
|
|
label1 = new Label();
|
|
label2 = new Label();
|
|
label3 = new Label();
|
|
label4 = new Label();
|
|
buttonSave = new Button();
|
|
input_text1 = new ViewComponents.Input_text();
|
|
SuspendLayout();
|
|
//
|
|
// textBoxReaders
|
|
//
|
|
textBoxReaders.Location = new Point(120, 95);
|
|
textBoxReaders.Name = "textBoxReaders";
|
|
textBoxReaders.Size = new Size(509, 27);
|
|
textBoxReaders.TabIndex = 1;
|
|
//
|
|
// booksForm1
|
|
//
|
|
booksForm1.Location = new Point(120, 154);
|
|
booksForm1.Name = "booksForm1";
|
|
booksForm1.SelectedValue = null;
|
|
booksForm1.Size = new Size(509, 111);
|
|
booksForm1.TabIndex = 2;
|
|
//
|
|
// textBoxAnnotation
|
|
//
|
|
textBoxAnnotation.Location = new Point(105, 345);
|
|
textBoxAnnotation.Multiline = true;
|
|
textBoxAnnotation.Name = "textBoxAnnotation";
|
|
textBoxAnnotation.Size = new Size(509, 138);
|
|
textBoxAnnotation.TabIndex = 3;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(12, 34);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(80, 20);
|
|
label1.TabIndex = 4;
|
|
label1.Text = "Название:";
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new Point(12, 95);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(76, 20);
|
|
label2.TabIndex = 5;
|
|
label2.Text = "Читатели:";
|
|
//
|
|
// label3
|
|
//
|
|
label3.AutoSize = true;
|
|
label3.Location = new Point(16, 192);
|
|
label3.Name = "label3";
|
|
label3.Size = new Size(60, 20);
|
|
label3.TabIndex = 6;
|
|
label3.Text = "Форма:";
|
|
//
|
|
// label4
|
|
//
|
|
label4.AutoSize = true;
|
|
label4.Location = new Point(2, 345);
|
|
label4.Name = "label4";
|
|
label4.Size = new Size(89, 20);
|
|
label4.TabIndex = 7;
|
|
label4.Text = "Аннотация:";
|
|
//
|
|
// buttonSave
|
|
//
|
|
buttonSave.Location = new Point(535, 489);
|
|
buttonSave.Name = "buttonSave";
|
|
buttonSave.Size = new Size(94, 29);
|
|
buttonSave.TabIndex = 8;
|
|
buttonSave.Text = "Сохранить";
|
|
buttonSave.UseVisualStyleBackColor = true;
|
|
buttonSave.Click += buttonSave_Click_1;
|
|
//
|
|
// input_text1
|
|
//
|
|
input_text1.Element = "Range exeption";
|
|
input_text1.Location = new Point(105, 2);
|
|
input_text1.MaxLen = -1;
|
|
input_text1.MinLen = -1;
|
|
input_text1.Name = "input_text1";
|
|
input_text1.Size = new Size(542, 68);
|
|
input_text1.TabIndex = 9;
|
|
//
|
|
// FormCreateBook
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
AutoSize = true;
|
|
ClientSize = new Size(659, 528);
|
|
Controls.Add(input_text1);
|
|
Controls.Add(buttonSave);
|
|
Controls.Add(label4);
|
|
Controls.Add(label3);
|
|
Controls.Add(label2);
|
|
Controls.Add(label1);
|
|
Controls.Add(textBoxAnnotation);
|
|
Controls.Add(booksForm1);
|
|
Controls.Add(textBoxReaders);
|
|
Name = "FormCreateBook";
|
|
Text = "FormCreateBook";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
private TextBox textBoxReaders;
|
|
private KOP_Labs.BooksForm booksForm1;
|
|
private TextBox textBoxAnnotation;
|
|
private Label label1;
|
|
private Label label2;
|
|
private Label label3;
|
|
private Label label4;
|
|
private Button buttonSave;
|
|
private ViewComponents.Input_text input_text1;
|
|
}
|
|
} |