406 lines
16 KiB
C#
406 lines
16 KiB
C#
|
||
namespace Diplom_B
|
||
{
|
||
partial class IzvForm
|
||
{
|
||
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.linkFileLabel = new System.Windows.Forms.LinkLabel();
|
||
this.resetFileButton = new System.Windows.Forms.Button();
|
||
this.fileLoadButton = new System.Windows.Forms.Button();
|
||
this.errorLabel = new System.Windows.Forms.Label();
|
||
this.SelectIzvButton = new System.Windows.Forms.Button();
|
||
this.createIzvButton = new System.Windows.Forms.Button();
|
||
this.changeIzvButton = new System.Windows.Forms.Button();
|
||
this.idLabel = new System.Windows.Forms.Label();
|
||
this.ResetIzvButton = new System.Windows.Forms.Button();
|
||
this.deleteIzvButton = new System.Windows.Forms.Button();
|
||
this.ukazVnedrBox = new System.Windows.Forms.TextBox();
|
||
this.ukazZadBox = new System.Windows.Forms.TextBox();
|
||
this.izmNumBox = new System.Windows.Forms.TextBox();
|
||
this.invNumBox = new System.Windows.Forms.TextBox();
|
||
this.izvNumBox = new System.Windows.Forms.TextBox();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.searchBox = new System.Windows.Forms.TextBox();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.resetSearchButton = new System.Windows.Forms.Button();
|
||
this.izvGridView = new System.Windows.Forms.DataGridView();
|
||
this.selectFileDialog = new System.Windows.Forms.OpenFileDialog();
|
||
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
||
this.groupBox1.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.izvGridView)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)));
|
||
this.groupBox1.Controls.Add(this.groupBox2);
|
||
this.groupBox1.Controls.Add(this.errorLabel);
|
||
this.groupBox1.Controls.Add(this.SelectIzvButton);
|
||
this.groupBox1.Controls.Add(this.createIzvButton);
|
||
this.groupBox1.Controls.Add(this.changeIzvButton);
|
||
this.groupBox1.Controls.Add(this.idLabel);
|
||
this.groupBox1.Controls.Add(this.ResetIzvButton);
|
||
this.groupBox1.Controls.Add(this.deleteIzvButton);
|
||
this.groupBox1.Controls.Add(this.ukazVnedrBox);
|
||
this.groupBox1.Controls.Add(this.ukazZadBox);
|
||
this.groupBox1.Controls.Add(this.izmNumBox);
|
||
this.groupBox1.Controls.Add(this.invNumBox);
|
||
this.groupBox1.Controls.Add(this.izvNumBox);
|
||
this.groupBox1.Controls.Add(this.label6);
|
||
this.groupBox1.Controls.Add(this.label5);
|
||
this.groupBox1.Controls.Add(this.label4);
|
||
this.groupBox1.Controls.Add(this.label3);
|
||
this.groupBox1.Controls.Add(this.label2);
|
||
this.groupBox1.Controls.Add(this.label1);
|
||
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(303, 283);
|
||
this.groupBox1.TabIndex = 0;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "Информационное окно";
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.Controls.Add(this.linkFileLabel);
|
||
this.groupBox2.Controls.Add(this.resetFileButton);
|
||
this.groupBox2.Controls.Add(this.fileLoadButton);
|
||
this.groupBox2.Location = new System.Drawing.Point(6, 175);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Size = new System.Drawing.Size(290, 40);
|
||
this.groupBox2.TabIndex = 33;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "Файл";
|
||
//
|
||
// linkFileLabel
|
||
//
|
||
this.linkFileLabel.AutoSize = true;
|
||
this.linkFileLabel.Location = new System.Drawing.Point(6, 16);
|
||
this.linkFileLabel.Name = "linkFileLabel";
|
||
this.linkFileLabel.Size = new System.Drawing.Size(93, 13);
|
||
this.linkFileLabel.TabIndex = 22;
|
||
this.linkFileLabel.TabStop = true;
|
||
this.linkFileLabel.Text = "Ссылка на файл.";
|
||
this.linkFileLabel.Visible = false;
|
||
this.linkFileLabel.VisitedLinkColor = System.Drawing.Color.Blue;
|
||
this.linkFileLabel.Click += new System.EventHandler(this.linkFileLabel_Click);
|
||
//
|
||
// resetFileButton
|
||
//
|
||
this.resetFileButton.Location = new System.Drawing.Point(142, 11);
|
||
this.resetFileButton.Name = "resetFileButton";
|
||
this.resetFileButton.Size = new System.Drawing.Size(68, 23);
|
||
this.resetFileButton.TabIndex = 32;
|
||
this.resetFileButton.Text = "Удалить";
|
||
this.resetFileButton.UseVisualStyleBackColor = true;
|
||
this.resetFileButton.Click += new System.EventHandler(this.resetFileButton_Click);
|
||
//
|
||
// fileLoadButton
|
||
//
|
||
this.fileLoadButton.Location = new System.Drawing.Point(216, 11);
|
||
this.fileLoadButton.Name = "fileLoadButton";
|
||
this.fileLoadButton.Size = new System.Drawing.Size(68, 23);
|
||
this.fileLoadButton.TabIndex = 23;
|
||
this.fileLoadButton.Text = "Выбрать";
|
||
this.fileLoadButton.UseVisualStyleBackColor = true;
|
||
this.fileLoadButton.Click += new System.EventHandler(this.fileLoadButton_Click);
|
||
//
|
||
// errorLabel
|
||
//
|
||
this.errorLabel.AutoSize = true;
|
||
this.errorLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.errorLabel.ForeColor = System.Drawing.Color.Red;
|
||
this.errorLabel.Location = new System.Drawing.Point(6, 255);
|
||
this.errorLabel.Name = "errorLabel";
|
||
this.errorLabel.Size = new System.Drawing.Size(149, 13);
|
||
this.errorLabel.TabIndex = 31;
|
||
this.errorLabel.Text = "Информация об ошибке";
|
||
this.errorLabel.Visible = false;
|
||
//
|
||
// SelectIzvButton
|
||
//
|
||
this.SelectIzvButton.Location = new System.Drawing.Point(228, 250);
|
||
this.SelectIzvButton.Name = "SelectIzvButton";
|
||
this.SelectIzvButton.Size = new System.Drawing.Size(68, 23);
|
||
this.SelectIzvButton.TabIndex = 30;
|
||
this.SelectIzvButton.Text = "Выбрать";
|
||
this.SelectIzvButton.UseVisualStyleBackColor = true;
|
||
this.SelectIzvButton.Visible = false;
|
||
//
|
||
// createIzvButton
|
||
//
|
||
this.createIzvButton.Location = new System.Drawing.Point(228, 221);
|
||
this.createIzvButton.Name = "createIzvButton";
|
||
this.createIzvButton.Size = new System.Drawing.Size(68, 23);
|
||
this.createIzvButton.TabIndex = 26;
|
||
this.createIzvButton.Text = "Создать";
|
||
this.createIzvButton.UseVisualStyleBackColor = true;
|
||
this.createIzvButton.Click += new System.EventHandler(this.createIzvButton_Click);
|
||
//
|
||
// changeIzvButton
|
||
//
|
||
this.changeIzvButton.Location = new System.Drawing.Point(154, 221);
|
||
this.changeIzvButton.Name = "changeIzvButton";
|
||
this.changeIzvButton.Size = new System.Drawing.Size(68, 23);
|
||
this.changeIzvButton.TabIndex = 27;
|
||
this.changeIzvButton.Text = "Изменить";
|
||
this.changeIzvButton.UseVisualStyleBackColor = true;
|
||
this.changeIzvButton.Click += new System.EventHandler(this.changeIzvButton_Click);
|
||
//
|
||
// idLabel
|
||
//
|
||
this.idLabel.AutoSize = true;
|
||
this.idLabel.Location = new System.Drawing.Point(102, 22);
|
||
this.idLabel.Name = "idLabel";
|
||
this.idLabel.Size = new System.Drawing.Size(69, 13);
|
||
this.idLabel.TabIndex = 24;
|
||
this.idLabel.Text = "Номер в БД";
|
||
//
|
||
// ResetIzvButton
|
||
//
|
||
this.ResetIzvButton.Location = new System.Drawing.Point(6, 221);
|
||
this.ResetIzvButton.Name = "ResetIzvButton";
|
||
this.ResetIzvButton.Size = new System.Drawing.Size(68, 23);
|
||
this.ResetIzvButton.TabIndex = 29;
|
||
this.ResetIzvButton.Text = "Сбросить";
|
||
this.ResetIzvButton.UseVisualStyleBackColor = true;
|
||
this.ResetIzvButton.Click += new System.EventHandler(this.ResetIzvButton_Click);
|
||
//
|
||
// deleteIzvButton
|
||
//
|
||
this.deleteIzvButton.Location = new System.Drawing.Point(80, 221);
|
||
this.deleteIzvButton.Name = "deleteIzvButton";
|
||
this.deleteIzvButton.Size = new System.Drawing.Size(68, 23);
|
||
this.deleteIzvButton.TabIndex = 28;
|
||
this.deleteIzvButton.Text = "Удалить";
|
||
this.deleteIzvButton.UseVisualStyleBackColor = true;
|
||
this.deleteIzvButton.Click += new System.EventHandler(this.deleteIzvButton_Click);
|
||
//
|
||
// ukazVnedrBox
|
||
//
|
||
this.ukazVnedrBox.Location = new System.Drawing.Point(102, 149);
|
||
this.ukazVnedrBox.Name = "ukazVnedrBox";
|
||
this.ukazVnedrBox.Size = new System.Drawing.Size(194, 20);
|
||
this.ukazVnedrBox.TabIndex = 21;
|
||
//
|
||
// ukazZadBox
|
||
//
|
||
this.ukazZadBox.Location = new System.Drawing.Point(102, 123);
|
||
this.ukazZadBox.Name = "ukazZadBox";
|
||
this.ukazZadBox.Size = new System.Drawing.Size(194, 20);
|
||
this.ukazZadBox.TabIndex = 20;
|
||
//
|
||
// izmNumBox
|
||
//
|
||
this.izmNumBox.Location = new System.Drawing.Point(102, 97);
|
||
this.izmNumBox.Name = "izmNumBox";
|
||
this.izmNumBox.Size = new System.Drawing.Size(194, 20);
|
||
this.izmNumBox.TabIndex = 19;
|
||
//
|
||
// invNumBox
|
||
//
|
||
this.invNumBox.Location = new System.Drawing.Point(102, 71);
|
||
this.invNumBox.Name = "invNumBox";
|
||
this.invNumBox.Size = new System.Drawing.Size(194, 20);
|
||
this.invNumBox.TabIndex = 18;
|
||
//
|
||
// izvNumBox
|
||
//
|
||
this.izvNumBox.Location = new System.Drawing.Point(102, 45);
|
||
this.izvNumBox.Name = "izvNumBox";
|
||
this.izvNumBox.Size = new System.Drawing.Size(194, 20);
|
||
this.izvNumBox.TabIndex = 17;
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Location = new System.Drawing.Point(15, 152);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(81, 13);
|
||
this.label6.TabIndex = 14;
|
||
this.label6.Text = "Указ. о внедр.";
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(12, 126);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(84, 13);
|
||
this.label5.TabIndex = 13;
|
||
this.label5.Text = "Указ. о заделе";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(17, 100);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(79, 13);
|
||
this.label4.TabIndex = 12;
|
||
this.label4.Text = "Изменение №";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(6, 74);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(90, 13);
|
||
this.label3.TabIndex = 11;
|
||
this.label3.Text = "Инвентарный №";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(16, 48);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(80, 13);
|
||
this.label2.TabIndex = 10;
|
||
this.label2.Text = "Извещение №";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(78, 22);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(18, 13);
|
||
this.label1.TabIndex = 9;
|
||
this.label1.Text = "№";
|
||
//
|
||
// searchBox
|
||
//
|
||
this.searchBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.searchBox.Location = new System.Drawing.Point(366, 12);
|
||
this.searchBox.Name = "searchBox";
|
||
this.searchBox.Size = new System.Drawing.Size(410, 20);
|
||
this.searchBox.TabIndex = 1;
|
||
this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged);
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.AutoSize = true;
|
||
this.label10.Location = new System.Drawing.Point(321, 15);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(39, 13);
|
||
this.label10.TabIndex = 2;
|
||
this.label10.Text = "Поиск";
|
||
//
|
||
// resetSearchButton
|
||
//
|
||
this.resetSearchButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.resetSearchButton.Location = new System.Drawing.Point(782, 10);
|
||
this.resetSearchButton.Name = "resetSearchButton";
|
||
this.resetSearchButton.Size = new System.Drawing.Size(75, 23);
|
||
this.resetSearchButton.TabIndex = 3;
|
||
this.resetSearchButton.Text = "Сбросить";
|
||
this.resetSearchButton.UseVisualStyleBackColor = true;
|
||
this.resetSearchButton.Click += new System.EventHandler(this.resetSearch_Click);
|
||
//
|
||
// izvGridView
|
||
//
|
||
this.izvGridView.AllowUserToAddRows = false;
|
||
this.izvGridView.AllowUserToDeleteRows = false;
|
||
this.izvGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.izvGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.izvGridView.Location = new System.Drawing.Point(324, 38);
|
||
this.izvGridView.Name = "izvGridView";
|
||
this.izvGridView.RowHeadersVisible = false;
|
||
this.izvGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.izvGridView.Size = new System.Drawing.Size(533, 257);
|
||
this.izvGridView.TabIndex = 4;
|
||
this.izvGridView.CurrentCellChanged += new System.EventHandler(this.izvGridView_CurrentCellChanged);
|
||
//
|
||
// selectFileDialog
|
||
//
|
||
this.selectFileDialog.Title = "Выбор файла для загрузки";
|
||
//
|
||
// IzvForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(869, 307);
|
||
this.Controls.Add(this.izvGridView);
|
||
this.Controls.Add(this.resetSearchButton);
|
||
this.Controls.Add(this.label10);
|
||
this.Controls.Add(this.searchBox);
|
||
this.Controls.Add(this.groupBox1);
|
||
this.Name = "IzvForm";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "Извещения";
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.izvGridView)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label errorLabel;
|
||
private System.Windows.Forms.Button SelectIzvButton;
|
||
private System.Windows.Forms.Button createIzvButton;
|
||
private System.Windows.Forms.Button changeIzvButton;
|
||
private System.Windows.Forms.Label idLabel;
|
||
private System.Windows.Forms.Button ResetIzvButton;
|
||
private System.Windows.Forms.Button fileLoadButton;
|
||
private System.Windows.Forms.Button deleteIzvButton;
|
||
private System.Windows.Forms.LinkLabel linkFileLabel;
|
||
private System.Windows.Forms.TextBox ukazVnedrBox;
|
||
private System.Windows.Forms.TextBox ukazZadBox;
|
||
private System.Windows.Forms.TextBox izmNumBox;
|
||
private System.Windows.Forms.TextBox invNumBox;
|
||
private System.Windows.Forms.TextBox izvNumBox;
|
||
private System.Windows.Forms.TextBox searchBox;
|
||
private System.Windows.Forms.Label label10;
|
||
private System.Windows.Forms.Button resetSearchButton;
|
||
private System.Windows.Forms.DataGridView izvGridView;
|
||
private System.Windows.Forms.OpenFileDialog selectFileDialog;
|
||
private System.Windows.Forms.SaveFileDialog saveFileDialog;
|
||
private System.Windows.Forms.Button resetFileButton;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
}
|
||
} |