200 lines
7.2 KiB
C#
200 lines
7.2 KiB
C#
namespace LDBproject.AdditionalForms
|
|
{
|
|
partial class RegOrderF
|
|
{
|
|
/// <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()
|
|
{
|
|
LibrarianCBox = new ComboBox();
|
|
LibLabel = new Label();
|
|
DateLabel = new Label();
|
|
BorrowDTPicker = new DateTimePicker();
|
|
groupBox1 = new GroupBox();
|
|
DataGV = new DataGridView();
|
|
SaveBtn = new Button();
|
|
BackBtn = new Button();
|
|
ReaderLabel = new Label();
|
|
CardCBox = new ComboBox();
|
|
BookColumnCBox = new DataGridViewComboBoxColumn();
|
|
NoteColumn = new DataGridViewTextBoxColumn();
|
|
groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)DataGV).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// LibrarianCBox
|
|
//
|
|
LibrarianCBox.FormattingEnabled = true;
|
|
LibrarianCBox.Location = new Point(155, 44);
|
|
LibrarianCBox.Margin = new Padding(4);
|
|
LibrarianCBox.Name = "LibrarianCBox";
|
|
LibrarianCBox.Size = new Size(235, 40);
|
|
LibrarianCBox.TabIndex = 0;
|
|
//
|
|
// LibLabel
|
|
//
|
|
LibLabel.AutoSize = true;
|
|
LibLabel.Location = new Point(39, 47);
|
|
LibLabel.Margin = new Padding(4, 0, 4, 0);
|
|
LibLabel.Name = "LibLabel";
|
|
LibLabel.Size = new Size(110, 32);
|
|
LibLabel.TabIndex = 1;
|
|
LibLabel.Text = "Librarian:";
|
|
//
|
|
// DateLabel
|
|
//
|
|
DateLabel.AutoSize = true;
|
|
DateLabel.Location = new Point(39, 164);
|
|
DateLabel.Margin = new Padding(4, 0, 4, 0);
|
|
DateLabel.Name = "DateLabel";
|
|
DateLabel.Size = new Size(148, 32);
|
|
DateLabel.TabIndex = 2;
|
|
DateLabel.Text = "Borrow date:";
|
|
//
|
|
// BorrowDTPicker
|
|
//
|
|
BorrowDTPicker.Location = new Point(48, 209);
|
|
BorrowDTPicker.Margin = new Padding(4);
|
|
BorrowDTPicker.Name = "BorrowDTPicker";
|
|
BorrowDTPicker.Size = new Size(342, 39);
|
|
BorrowDTPicker.TabIndex = 3;
|
|
//
|
|
// groupBox1
|
|
//
|
|
groupBox1.Controls.Add(DataGV);
|
|
groupBox1.Location = new Point(434, 31);
|
|
groupBox1.Margin = new Padding(4);
|
|
groupBox1.Name = "groupBox1";
|
|
groupBox1.Padding = new Padding(4);
|
|
groupBox1.Size = new Size(550, 340);
|
|
groupBox1.TabIndex = 4;
|
|
groupBox1.TabStop = false;
|
|
groupBox1.Text = "BookListGBox";
|
|
//
|
|
// DataGV
|
|
//
|
|
DataGV.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
DataGV.Columns.AddRange(new DataGridViewColumn[] { BookColumnCBox, NoteColumn });
|
|
DataGV.Location = new Point(8, 52);
|
|
DataGV.Margin = new Padding(4);
|
|
DataGV.Name = "DataGV";
|
|
DataGV.RowHeadersWidth = 62;
|
|
DataGV.Size = new Size(534, 264);
|
|
DataGV.TabIndex = 0;
|
|
//
|
|
// SaveBtn
|
|
//
|
|
SaveBtn.Location = new Point(48, 276);
|
|
SaveBtn.Margin = new Padding(4);
|
|
SaveBtn.Name = "SaveBtn";
|
|
SaveBtn.Size = new Size(343, 44);
|
|
SaveBtn.TabIndex = 5;
|
|
SaveBtn.Text = "Save and give out";
|
|
SaveBtn.UseVisualStyleBackColor = true;
|
|
SaveBtn.Click += SaveBtn_Click;
|
|
//
|
|
// BackBtn
|
|
//
|
|
BackBtn.Location = new Point(48, 328);
|
|
BackBtn.Margin = new Padding(4);
|
|
BackBtn.Name = "BackBtn";
|
|
BackBtn.Size = new Size(343, 44);
|
|
BackBtn.TabIndex = 6;
|
|
BackBtn.Text = "Go back";
|
|
BackBtn.UseVisualStyleBackColor = true;
|
|
BackBtn.Click += BackBtn_Click;
|
|
//
|
|
// ReaderLabel
|
|
//
|
|
ReaderLabel.AutoSize = true;
|
|
ReaderLabel.Location = new Point(39, 90);
|
|
ReaderLabel.Margin = new Padding(4, 0, 4, 0);
|
|
ReaderLabel.Name = "ReaderLabel";
|
|
ReaderLabel.Size = new Size(87, 64);
|
|
ReaderLabel.TabIndex = 7;
|
|
ReaderLabel.Text = "Reader\r\ncard:";
|
|
//
|
|
// CardCBox
|
|
//
|
|
CardCBox.FormattingEnabled = true;
|
|
CardCBox.Location = new Point(155, 105);
|
|
CardCBox.Margin = new Padding(4);
|
|
CardCBox.Name = "CardCBox";
|
|
CardCBox.Size = new Size(235, 40);
|
|
CardCBox.TabIndex = 8;
|
|
//
|
|
// BookColumnCBox
|
|
//
|
|
BookColumnCBox.HeaderText = "Book's title";
|
|
BookColumnCBox.MinimumWidth = 8;
|
|
BookColumnCBox.Name = "BookColumnCBox";
|
|
BookColumnCBox.Width = 150;
|
|
//
|
|
// NoteColumn
|
|
//
|
|
NoteColumn.HeaderText = "Note";
|
|
NoteColumn.MinimumWidth = 8;
|
|
NoteColumn.Name = "NoteColumn";
|
|
NoteColumn.Width = 150;
|
|
//
|
|
// RegOrder
|
|
//
|
|
AutoScaleDimensions = new SizeF(13F, 32F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1020, 402);
|
|
Controls.Add(CardCBox);
|
|
Controls.Add(ReaderLabel);
|
|
Controls.Add(BackBtn);
|
|
Controls.Add(SaveBtn);
|
|
Controls.Add(groupBox1);
|
|
Controls.Add(BorrowDTPicker);
|
|
Controls.Add(DateLabel);
|
|
Controls.Add(LibLabel);
|
|
Controls.Add(LibrarianCBox);
|
|
Margin = new Padding(4);
|
|
Name = "RegOrder";
|
|
Text = "RegOrder";
|
|
groupBox1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)DataGV).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ComboBox LibrarianCBox;
|
|
private Label LibLabel;
|
|
private Label DateLabel;
|
|
private DateTimePicker BorrowDTPicker;
|
|
private GroupBox groupBox1;
|
|
private DataGridView DataGV;
|
|
private Button SaveBtn;
|
|
private Button BackBtn;
|
|
private Label ReaderLabel;
|
|
private ComboBox CardCBox;
|
|
private DataGridViewComboBoxColumn BookColumnCBox;
|
|
private DataGridViewTextBoxColumn NoteColumn;
|
|
}
|
|
} |