2024-06-13 00:05:05 +04:00
|
|
|
|
namespace ProjectCruiser
|
|
|
|
|
{
|
|
|
|
|
partial class ServiceForm2
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
comboBoxArrList = new ComboBox();
|
|
|
|
|
btnAddBase = new Button();
|
|
|
|
|
groupBox = new GroupBox();
|
|
|
|
|
btnUpdate = new Button();
|
|
|
|
|
btnTest = new Button();
|
|
|
|
|
btnDelete = new Button();
|
|
|
|
|
maskedTextBoxPosition = new MaskedTextBox();
|
|
|
|
|
btnAddCruiser = new Button();
|
|
|
|
|
pictureBox = new PictureBox();
|
|
|
|
|
groupBox.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// comboBoxArrList
|
|
|
|
|
//
|
|
|
|
|
comboBoxArrList.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
comboBoxArrList.FormattingEnabled = true;
|
2024-06-13 10:57:01 +04:00
|
|
|
|
comboBoxArrList.Items.AddRange(new object[] { "Storage" });
|
2024-06-13 00:05:05 +04:00
|
|
|
|
comboBoxArrList.Location = new Point(17, 54);
|
|
|
|
|
comboBoxArrList.Name = "comboBoxArrList";
|
2024-06-13 10:57:01 +04:00
|
|
|
|
comboBoxArrList.Size = new Size(268, 40);
|
2024-06-13 00:05:05 +04:00
|
|
|
|
comboBoxArrList.TabIndex = 0;
|
|
|
|
|
comboBoxArrList.SelectedIndexChanged += SelectorCompany_SelectedIndexChanged;
|
|
|
|
|
//
|
|
|
|
|
// btnAddBase
|
|
|
|
|
//
|
|
|
|
|
btnAddBase.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
btnAddBase.Location = new Point(17, 561);
|
|
|
|
|
btnAddBase.Name = "btnAddBase";
|
2024-06-13 10:57:01 +04:00
|
|
|
|
btnAddBase.Size = new Size(268, 46);
|
2024-06-13 00:05:05 +04:00
|
|
|
|
btnAddBase.TabIndex = 1;
|
|
|
|
|
btnAddBase.Text = "Add ship";
|
|
|
|
|
btnAddBase.UseVisualStyleBackColor = true;
|
|
|
|
|
btnAddBase.Click += btnAddBase_Click;
|
|
|
|
|
//
|
|
|
|
|
// groupBox
|
|
|
|
|
//
|
|
|
|
|
groupBox.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
groupBox.Controls.Add(btnUpdate);
|
|
|
|
|
groupBox.Controls.Add(btnTest);
|
|
|
|
|
groupBox.Controls.Add(btnDelete);
|
|
|
|
|
groupBox.Controls.Add(maskedTextBoxPosition);
|
|
|
|
|
groupBox.Controls.Add(btnAddCruiser);
|
|
|
|
|
groupBox.Controls.Add(btnAddBase);
|
|
|
|
|
groupBox.Controls.Add(comboBoxArrList);
|
2024-06-13 10:57:01 +04:00
|
|
|
|
groupBox.Location = new Point(1437, 12);
|
2024-06-13 00:05:05 +04:00
|
|
|
|
groupBox.Name = "groupBox";
|
2024-06-13 10:57:01 +04:00
|
|
|
|
groupBox.Size = new Size(300, 938);
|
2024-06-13 00:05:05 +04:00
|
|
|
|
groupBox.TabIndex = 2;
|
|
|
|
|
groupBox.TabStop = false;
|
|
|
|
|
groupBox.Text = "Tool panel";
|
|
|
|
|
//
|
|
|
|
|
// btnUpdate
|
|
|
|
|
//
|
|
|
|
|
btnUpdate.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
btnUpdate.Location = new Point(17, 865);
|
|
|
|
|
btnUpdate.Name = "btnUpdate";
|
2024-06-13 10:57:01 +04:00
|
|
|
|
btnUpdate.Size = new Size(268, 46);
|
2024-06-13 00:05:05 +04:00
|
|
|
|
btnUpdate.TabIndex = 6;
|
|
|
|
|
btnUpdate.Text = "Update";
|
|
|
|
|
btnUpdate.UseVisualStyleBackColor = true;
|
|
|
|
|
btnUpdate.Click += btnRefresh_Click;
|
|
|
|
|
//
|
|
|
|
|
// btnTest
|
|
|
|
|
//
|
|
|
|
|
btnTest.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
btnTest.Location = new Point(17, 795);
|
|
|
|
|
btnTest.Name = "btnTest";
|
2024-06-13 10:57:01 +04:00
|
|
|
|
btnTest.Size = new Size(268, 64);
|
2024-06-13 00:05:05 +04:00
|
|
|
|
btnTest.TabIndex = 5;
|
|
|
|
|
btnTest.Text = "Choose for testing";
|
|
|
|
|
btnTest.UseVisualStyleBackColor = true;
|
|
|
|
|
btnTest.Click += btnChooseforTest_Click;
|
|
|
|
|
//
|
|
|
|
|
// btnDelete
|
|
|
|
|
//
|
|
|
|
|
btnDelete.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
btnDelete.Location = new Point(17, 732);
|
|
|
|
|
btnDelete.Name = "btnDelete";
|
2024-06-13 10:57:01 +04:00
|
|
|
|
btnDelete.Size = new Size(268, 46);
|
2024-06-13 00:05:05 +04:00
|
|
|
|
btnDelete.TabIndex = 4;
|
|
|
|
|
btnDelete.Text = "Delete";
|
|
|
|
|
btnDelete.UseVisualStyleBackColor = true;
|
|
|
|
|
btnDelete.Click += btnRemoveCar_Click;
|
|
|
|
|
//
|
|
|
|
|
// maskedTextBoxPosition
|
2024-06-13 10:57:01 +04:00
|
|
|
|
//
|
2024-06-13 00:05:05 +04:00
|
|
|
|
maskedTextBoxPosition.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
maskedTextBoxPosition.Location = new Point(17, 682);
|
|
|
|
|
maskedTextBoxPosition.Mask = "00";
|
|
|
|
|
maskedTextBoxPosition.Name = "maskedTextBoxPosition";
|
2024-06-13 10:57:01 +04:00
|
|
|
|
maskedTextBoxPosition.Size = new Size(268, 39);
|
2024-06-13 00:05:05 +04:00
|
|
|
|
maskedTextBoxPosition.TabIndex = 3;
|
|
|
|
|
maskedTextBoxPosition.ValidatingType = typeof(int);
|
|
|
|
|
//
|
|
|
|
|
// btnAddCruiser
|
|
|
|
|
//
|
|
|
|
|
btnAddCruiser.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
btnAddCruiser.Location = new Point(17, 613);
|
|
|
|
|
btnAddCruiser.Name = "btnAddCruiser";
|
2024-06-13 10:57:01 +04:00
|
|
|
|
btnAddCruiser.Size = new Size(268, 46);
|
2024-06-13 00:05:05 +04:00
|
|
|
|
btnAddCruiser.TabIndex = 2;
|
|
|
|
|
btnAddCruiser.Text = "Add cruiser";
|
|
|
|
|
btnAddCruiser.UseVisualStyleBackColor = true;
|
|
|
|
|
btnAddCruiser.Click += btnAddAdvanced_Click;
|
|
|
|
|
//
|
|
|
|
|
// pictureBox
|
|
|
|
|
//
|
|
|
|
|
pictureBox.Dock = DockStyle.Left;
|
|
|
|
|
pictureBox.Location = new Point(0, 0);
|
|
|
|
|
pictureBox.Name = "pictureBox";
|
2024-06-13 10:57:01 +04:00
|
|
|
|
pictureBox.Size = new Size(1417, 959);
|
2024-06-13 00:05:05 +04:00
|
|
|
|
pictureBox.TabIndex = 3;
|
|
|
|
|
pictureBox.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// ServiceForm2
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(13F, 32F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2024-06-13 10:57:01 +04:00
|
|
|
|
ClientSize = new Size(1749, 959);
|
2024-06-13 00:05:05 +04:00
|
|
|
|
Controls.Add(pictureBox);
|
|
|
|
|
Controls.Add(groupBox);
|
|
|
|
|
Name = "ServiceForm2";
|
|
|
|
|
Text = "ServiceForm2";
|
|
|
|
|
groupBox.ResumeLayout(false);
|
|
|
|
|
groupBox.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBox).EndInit();
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private ComboBox comboBoxArrList;
|
|
|
|
|
private Button btnAddBase;
|
|
|
|
|
private GroupBox groupBox;
|
|
|
|
|
private Button btnAddCruiser;
|
|
|
|
|
private Button btnUpdate;
|
|
|
|
|
private Button btnTest;
|
|
|
|
|
private Button btnDelete;
|
|
|
|
|
private MaskedTextBox maskedTextBoxPosition;
|
|
|
|
|
private PictureBox pictureBox;
|
|
|
|
|
}
|
|
|
|
|
}
|