2023-04-05 23:57:45 +04:00
|
|
|
|
namespace CarServiceView
|
|
|
|
|
{
|
|
|
|
|
partial class FormItemForRepairTest
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
this.menuStrip = new System.Windows.Forms.MenuStrip();
|
|
|
|
|
this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.dataGridView = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.menuStrip.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// menuStrip
|
|
|
|
|
//
|
|
|
|
|
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.addToolStripMenuItem,
|
|
|
|
|
this.updateToolStripMenuItem,
|
|
|
|
|
this.deleteToolStripMenuItem});
|
|
|
|
|
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.menuStrip.Name = "menuStrip";
|
|
|
|
|
this.menuStrip.Size = new System.Drawing.Size(800, 24);
|
|
|
|
|
this.menuStrip.TabIndex = 6;
|
|
|
|
|
this.menuStrip.Text = "menuStrip1";
|
|
|
|
|
//
|
|
|
|
|
// addToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.addToolStripMenuItem.Name = "addToolStripMenuItem";
|
|
|
|
|
this.addToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
|
|
|
|
|
this.addToolStripMenuItem.Text = "Добавить";
|
|
|
|
|
this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// updateToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
|
|
|
|
|
this.updateToolStripMenuItem.Size = new System.Drawing.Size(73, 20);
|
|
|
|
|
this.updateToolStripMenuItem.Text = "Изменить";
|
2023-04-06 22:44:17 +04:00
|
|
|
|
this.updateToolStripMenuItem.Click += new System.EventHandler(this.updateToolStripMenuItem_Click);
|
2023-04-05 23:57:45 +04:00
|
|
|
|
//
|
|
|
|
|
// deleteToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
|
|
|
|
|
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
|
|
|
|
|
this.deleteToolStripMenuItem.Text = "Удалить";
|
|
|
|
|
//
|
|
|
|
|
// dataGridView
|
|
|
|
|
//
|
|
|
|
|
this.dataGridView.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridView.Location = new System.Drawing.Point(0, 28);
|
|
|
|
|
this.dataGridView.Name = "dataGridView";
|
|
|
|
|
this.dataGridView.RowTemplate.Height = 25;
|
|
|
|
|
this.dataGridView.Size = new System.Drawing.Size(798, 421);
|
|
|
|
|
this.dataGridView.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// FormItemForRepairTest
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
|
|
this.Controls.Add(this.menuStrip);
|
|
|
|
|
this.Controls.Add(this.dataGridView);
|
|
|
|
|
this.Name = "FormItemForRepairTest";
|
|
|
|
|
this.Text = "FormItemForRepairTest";
|
|
|
|
|
this.Load += new System.EventHandler(this.FormWorkInRequestTest_Load);
|
|
|
|
|
this.menuStrip.ResumeLayout(false);
|
|
|
|
|
this.menuStrip.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private MenuStrip menuStrip;
|
|
|
|
|
private ToolStripMenuItem addToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem updateToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem deleteToolStripMenuItem;
|
|
|
|
|
private DataGridView dataGridView;
|
|
|
|
|
}
|
|
|
|
|
}
|