198 lines
7.9 KiB
C#
198 lines
7.9 KiB
C#
namespace Forms
|
|
{
|
|
partial class FormMain
|
|
{
|
|
/// <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()
|
|
{
|
|
menuStrip1 = new MenuStrip();
|
|
tablesToolStripMenuItem = new ToolStripMenuItem();
|
|
deviceToolStripMenuItem = new ToolStripMenuItem();
|
|
componentToolStripMenuItem = new ToolStripMenuItem();
|
|
employeesToolStripMenuItem = new ToolStripMenuItem();
|
|
clientToolStripMenuItem = new ToolStripMenuItem();
|
|
orderToolStripMenuItem = new ToolStripMenuItem();
|
|
serviceToolStripMenuItem = new ToolStripMenuItem();
|
|
buttonTest = new Button();
|
|
textBoxTest = new TextBox();
|
|
textBoxTest2 = new TextBox();
|
|
buttonTest2 = new Button();
|
|
textBoxTest3 = new TextBox();
|
|
buttonTest3 = new Button();
|
|
menuStrip1.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
menuStrip1.Items.AddRange(new ToolStripItem[] { tablesToolStripMenuItem });
|
|
menuStrip1.Location = new Point(0, 0);
|
|
menuStrip1.Name = "menuStrip1";
|
|
menuStrip1.Size = new Size(435, 24);
|
|
menuStrip1.TabIndex = 0;
|
|
menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// tablesToolStripMenuItem
|
|
//
|
|
tablesToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { deviceToolStripMenuItem, componentToolStripMenuItem, employeesToolStripMenuItem, clientToolStripMenuItem, orderToolStripMenuItem, serviceToolStripMenuItem });
|
|
tablesToolStripMenuItem.Name = "tablesToolStripMenuItem";
|
|
tablesToolStripMenuItem.Size = new Size(50, 20);
|
|
tablesToolStripMenuItem.Text = "tables";
|
|
//
|
|
// deviceToolStripMenuItem
|
|
//
|
|
deviceToolStripMenuItem.Name = "deviceToolStripMenuItem";
|
|
deviceToolStripMenuItem.Size = new Size(136, 22);
|
|
deviceToolStripMenuItem.Text = "device";
|
|
deviceToolStripMenuItem.Click += deviceToolStripMenuItem_Click;
|
|
//
|
|
// componentToolStripMenuItem
|
|
//
|
|
componentToolStripMenuItem.Name = "componentToolStripMenuItem";
|
|
componentToolStripMenuItem.Size = new Size(136, 22);
|
|
componentToolStripMenuItem.Text = "component";
|
|
componentToolStripMenuItem.Click += componentToolStripMenuItem_Click;
|
|
//
|
|
// employeesToolStripMenuItem
|
|
//
|
|
employeesToolStripMenuItem.Name = "employeesToolStripMenuItem";
|
|
employeesToolStripMenuItem.Size = new Size(136, 22);
|
|
employeesToolStripMenuItem.Text = "employees";
|
|
employeesToolStripMenuItem.Click += employeesToolStripMenuItem_Click;
|
|
//
|
|
// clientToolStripMenuItem
|
|
//
|
|
clientToolStripMenuItem.Name = "clientToolStripMenuItem";
|
|
clientToolStripMenuItem.Size = new Size(136, 22);
|
|
clientToolStripMenuItem.Text = "client";
|
|
clientToolStripMenuItem.Click += clientToolStripMenuItem_Click;
|
|
//
|
|
// orderToolStripMenuItem
|
|
//
|
|
orderToolStripMenuItem.Name = "orderToolStripMenuItem";
|
|
orderToolStripMenuItem.Size = new Size(136, 22);
|
|
orderToolStripMenuItem.Text = "order";
|
|
orderToolStripMenuItem.Click += orderToolStripMenuItem_Click;
|
|
//
|
|
// serviceToolStripMenuItem
|
|
//
|
|
serviceToolStripMenuItem.Name = "serviceToolStripMenuItem";
|
|
serviceToolStripMenuItem.Size = new Size(136, 22);
|
|
serviceToolStripMenuItem.Text = "service";
|
|
serviceToolStripMenuItem.Click += serviceToolStripMenuItem_Click;
|
|
//
|
|
// buttonTest
|
|
//
|
|
buttonTest.Location = new Point(75, 11);
|
|
buttonTest.Name = "buttonTest";
|
|
buttonTest.Size = new Size(75, 23);
|
|
buttonTest.TabIndex = 1;
|
|
buttonTest.Text = "buttonTest";
|
|
buttonTest.UseVisualStyleBackColor = true;
|
|
buttonTest.Click += buttonTest_Click;
|
|
//
|
|
// textBoxTest
|
|
//
|
|
textBoxTest.Location = new Point(172, 12);
|
|
textBoxTest.Multiline = true;
|
|
textBoxTest.Name = "textBoxTest";
|
|
textBoxTest.Size = new Size(251, 75);
|
|
textBoxTest.TabIndex = 2;
|
|
//
|
|
// textBoxTest2
|
|
//
|
|
textBoxTest2.Location = new Point(172, 93);
|
|
textBoxTest2.Multiline = true;
|
|
textBoxTest2.Name = "textBoxTest2";
|
|
textBoxTest2.Size = new Size(251, 75);
|
|
textBoxTest2.TabIndex = 4;
|
|
//
|
|
// buttonTest2
|
|
//
|
|
buttonTest2.Location = new Point(75, 92);
|
|
buttonTest2.Name = "buttonTest2";
|
|
buttonTest2.Size = new Size(85, 23);
|
|
buttonTest2.TabIndex = 3;
|
|
buttonTest2.Text = "buttonTest2";
|
|
buttonTest2.UseVisualStyleBackColor = true;
|
|
buttonTest2.Click += buttonTest2_Click;
|
|
//
|
|
// textBoxTest3
|
|
//
|
|
textBoxTest3.Location = new Point(172, 174);
|
|
textBoxTest3.Multiline = true;
|
|
textBoxTest3.Name = "textBoxTest3";
|
|
textBoxTest3.Size = new Size(251, 75);
|
|
textBoxTest3.TabIndex = 6;
|
|
//
|
|
// buttonTest3
|
|
//
|
|
buttonTest3.Location = new Point(75, 173);
|
|
buttonTest3.Name = "buttonTest3";
|
|
buttonTest3.Size = new Size(85, 23);
|
|
buttonTest3.TabIndex = 5;
|
|
buttonTest3.Text = "buttonTest3";
|
|
buttonTest3.UseVisualStyleBackColor = true;
|
|
buttonTest3.Click += buttonTest3_Click;
|
|
//
|
|
// FormMain
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(435, 266);
|
|
Controls.Add(textBoxTest3);
|
|
Controls.Add(buttonTest3);
|
|
Controls.Add(textBoxTest2);
|
|
Controls.Add(buttonTest2);
|
|
Controls.Add(textBoxTest);
|
|
Controls.Add(buttonTest);
|
|
Controls.Add(menuStrip1);
|
|
MainMenuStrip = menuStrip1;
|
|
Name = "FormMain";
|
|
Text = "FormMain";
|
|
menuStrip1.ResumeLayout(false);
|
|
menuStrip1.PerformLayout();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MenuStrip menuStrip1;
|
|
private ToolStripMenuItem tablesToolStripMenuItem;
|
|
private ToolStripMenuItem deviceToolStripMenuItem;
|
|
private ToolStripMenuItem componentToolStripMenuItem;
|
|
private ToolStripMenuItem employeesToolStripMenuItem;
|
|
private ToolStripMenuItem clientToolStripMenuItem;
|
|
private ToolStripMenuItem orderToolStripMenuItem;
|
|
private Button buttonTest;
|
|
private TextBox textBoxTest;
|
|
private ToolStripMenuItem serviceToolStripMenuItem;
|
|
private TextBox textBoxTest2;
|
|
private Button buttonTest2;
|
|
private TextBox textBoxTest3;
|
|
private Button buttonTest3;
|
|
}
|
|
} |