namespace LDBproject.AdditionalForms { partial class UpdateF { /// /// 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() { LibLabel = new Label(); LibrarianCBox = new ComboBox(); LastUpdLabel = new Label(); NextUpdLabel = new Label(); UpdDTPicker = new DateTimePicker(); NextUpdDTPicker = new DateTimePicker(); ConfirmBtn = new Button(); CancelBtn = new Button(); CardCBox = new ComboBox(); CardLbl = new Label(); NoteTb = new TextBox(); NoteLbl = new Label(); SuspendLayout(); // // LibLabel // LibLabel.AutoSize = true; LibLabel.Location = new Point(27, 91); LibLabel.Margin = new Padding(4, 0, 4, 0); LibLabel.Name = "LibLabel"; LibLabel.Size = new Size(118, 32); LibLabel.TabIndex = 0; LibLabel.Text = "By whom:"; // // LibrarianCBox // LibrarianCBox.FormattingEnabled = true; LibrarianCBox.Location = new Point(152, 87); LibrarianCBox.Margin = new Padding(4, 4, 4, 4); LibrarianCBox.Name = "LibrarianCBox"; LibrarianCBox.Size = new Size(515, 40); LibrarianCBox.TabIndex = 1; // // LastUpdLabel // LastUpdLabel.AutoSize = true; LastUpdLabel.Location = new Point(27, 213); LastUpdLabel.Margin = new Padding(4, 0, 4, 0); LastUpdLabel.Name = "LastUpdLabel"; LastUpdLabel.Size = new Size(74, 32); LastUpdLabel.TabIndex = 2; LastUpdLabel.Text = "From:"; // // NextUpdLabel // NextUpdLabel.AutoSize = true; NextUpdLabel.Location = new Point(27, 266); NextUpdLabel.Margin = new Padding(4, 0, 4, 0); NextUpdLabel.Name = "NextUpdLabel"; NextUpdLabel.Size = new Size(50, 32); NextUpdLabel.TabIndex = 3; NextUpdLabel.Text = "Till:"; // // UpdDTPicker // UpdDTPicker.Location = new Point(110, 213); UpdDTPicker.Margin = new Padding(4, 4, 4, 4); UpdDTPicker.Name = "UpdDTPicker"; UpdDTPicker.Size = new Size(389, 39); UpdDTPicker.TabIndex = 4; // // NextUpdDTPicker // NextUpdDTPicker.Location = new Point(110, 266); NextUpdDTPicker.Margin = new Padding(4, 4, 4, 4); NextUpdDTPicker.Name = "NextUpdDTPicker"; NextUpdDTPicker.Size = new Size(389, 39); NextUpdDTPicker.TabIndex = 5; // // ConfirmBtn // ConfirmBtn.Location = new Point(523, 213); ConfirmBtn.Margin = new Padding(4, 4, 4, 4); ConfirmBtn.Name = "ConfirmBtn"; ConfirmBtn.Size = new Size(146, 44); ConfirmBtn.TabIndex = 6; ConfirmBtn.Text = "Confirm"; ConfirmBtn.UseVisualStyleBackColor = true; ConfirmBtn.Click += ConfirmBtn_Click; // // CancelBtn // CancelBtn.Location = new Point(523, 266); CancelBtn.Margin = new Padding(4, 4, 4, 4); CancelBtn.Name = "CancelBtn"; CancelBtn.Size = new Size(146, 44); CancelBtn.TabIndex = 7; CancelBtn.Text = "Cancel"; CancelBtn.UseVisualStyleBackColor = true; CancelBtn.Click += CancelBtn_Click; // // CardCBox // CardCBox.FormattingEnabled = true; CardCBox.Location = new Point(222, 26); CardCBox.Margin = new Padding(4, 4, 4, 4); CardCBox.Name = "CardCBox"; CardCBox.Size = new Size(445, 40); CardCBox.TabIndex = 9; // // CardLbl // CardLbl.AutoSize = true; CardLbl.Location = new Point(27, 29); CardLbl.Margin = new Padding(4, 0, 4, 0); CardLbl.Name = "CardLbl"; CardLbl.Size = new Size(188, 32); CardLbl.TabIndex = 8; CardLbl.Text = "Card to prolong:"; // // NoteTb // NoteTb.Location = new Point(110, 150); NoteTb.Margin = new Padding(4); NoteTb.Name = "NoteTb"; NoteTb.Size = new Size(557, 39); NoteTb.TabIndex = 10; // // NoteLbl // NoteLbl.AutoSize = true; NoteLbl.Location = new Point(27, 152); NoteLbl.Margin = new Padding(4, 0, 4, 0); NoteLbl.Name = "NoteLbl"; NoteLbl.Size = new Size(72, 32); NoteLbl.TabIndex = 11; NoteLbl.Text = "Note:"; // // UpdateF // AutoScaleDimensions = new SizeF(13F, 32F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(706, 345); Controls.Add(NoteLbl); Controls.Add(NoteTb); Controls.Add(CardCBox); Controls.Add(CardLbl); Controls.Add(CancelBtn); Controls.Add(ConfirmBtn); Controls.Add(NextUpdDTPicker); Controls.Add(UpdDTPicker); Controls.Add(NextUpdLabel); Controls.Add(LastUpdLabel); Controls.Add(LibrarianCBox); Controls.Add(LibLabel); Margin = new Padding(4, 4, 4, 4); Name = "UpdateF"; Text = "UpdateF"; ResumeLayout(false); PerformLayout(); } #endregion private Label LibLabel; private ComboBox LibrarianCBox; private Label LastUpdLabel; private Label NextUpdLabel; private DateTimePicker UpdDTPicker; private DateTimePicker NextUpdDTPicker; private Button ConfirmBtn; private Button CancelBtn; private ComboBox CardCBox; private Label CardLbl; private TextBox NoteTb; private Label NoteLbl; } }