|
@@ -0,0 +1,172 @@
|
|
|
+
|
|
|
+namespace Дол_Восток
|
|
|
+{
|
|
|
+ partial class GLavn
|
|
|
+ {
|
|
|
+ /// <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.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
+ this.Сотрудники = new System.Windows.Forms.TabPage();
|
|
|
+ this.Дети = new System.Windows.Forms.TabPage();
|
|
|
+ this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
+ this.Sotrudnici = new System.Windows.Forms.DataGridView();
|
|
|
+ this.bt_add = new System.Windows.Forms.Button();
|
|
|
+ this.bt_delete = new System.Windows.Forms.Button();
|
|
|
+ this.bt_change = new System.Windows.Forms.Button();
|
|
|
+ this.tabControl1.SuspendLayout();
|
|
|
+ this.Сотрудники.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
+ this.splitContainer1.Panel1.SuspendLayout();
|
|
|
+ this.splitContainer1.Panel2.SuspendLayout();
|
|
|
+ this.splitContainer1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Sotrudnici)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // tabControl1
|
|
|
+ //
|
|
|
+ this.tabControl1.Controls.Add(this.Сотрудники);
|
|
|
+ this.tabControl1.Controls.Add(this.Дети);
|
|
|
+ this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.tabControl1.Name = "tabControl1";
|
|
|
+ this.tabControl1.SelectedIndex = 0;
|
|
|
+ this.tabControl1.Size = new System.Drawing.Size(800, 450);
|
|
|
+ this.tabControl1.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // Сотрудники
|
|
|
+ //
|
|
|
+ this.Сотрудники.Controls.Add(this.splitContainer1);
|
|
|
+ this.Сотрудники.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.Сотрудники.Name = "Сотрудники";
|
|
|
+ this.Сотрудники.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.Сотрудники.Size = new System.Drawing.Size(792, 424);
|
|
|
+ this.Сотрудники.TabIndex = 0;
|
|
|
+ this.Сотрудники.Text = "Сотрудники";
|
|
|
+ this.Сотрудники.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // Дети
|
|
|
+ //
|
|
|
+ this.Дети.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.Дети.Name = "Дети";
|
|
|
+ this.Дети.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.Дети.Size = new System.Drawing.Size(792, 424);
|
|
|
+ this.Дети.TabIndex = 1;
|
|
|
+ this.Дети.Text = "Дети";
|
|
|
+ this.Дети.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // splitContainer1
|
|
|
+ //
|
|
|
+ this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.splitContainer1.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.splitContainer1.Name = "splitContainer1";
|
|
|
+ //
|
|
|
+ // splitContainer1.Panel1
|
|
|
+ //
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.bt_change);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.bt_delete);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.bt_add);
|
|
|
+ //
|
|
|
+ // splitContainer1.Panel2
|
|
|
+ //
|
|
|
+ this.splitContainer1.Panel2.Controls.Add(this.Sotrudnici);
|
|
|
+ this.splitContainer1.Panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel2_Paint);
|
|
|
+ this.splitContainer1.Size = new System.Drawing.Size(786, 418);
|
|
|
+ this.splitContainer1.SplitterDistance = 262;
|
|
|
+ this.splitContainer1.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // Sotrudnici
|
|
|
+ //
|
|
|
+ this.Sotrudnici.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.Sotrudnici.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.Sotrudnici.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.Sotrudnici.Name = "Sotrudnici";
|
|
|
+ this.Sotrudnici.Size = new System.Drawing.Size(520, 418);
|
|
|
+ this.Sotrudnici.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // bt_add
|
|
|
+ //
|
|
|
+ this.bt_add.Location = new System.Drawing.Point(118, 81);
|
|
|
+ this.bt_add.Name = "bt_add";
|
|
|
+ this.bt_add.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.bt_add.TabIndex = 0;
|
|
|
+ this.bt_add.Text = "button1";
|
|
|
+ this.bt_add.UseVisualStyleBackColor = true;
|
|
|
+ this.bt_add.Click += new System.EventHandler(this.bt_add_Click);
|
|
|
+ //
|
|
|
+ // bt_delete
|
|
|
+ //
|
|
|
+ this.bt_delete.Location = new System.Drawing.Point(118, 129);
|
|
|
+ this.bt_delete.Name = "bt_delete";
|
|
|
+ this.bt_delete.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.bt_delete.TabIndex = 1;
|
|
|
+ this.bt_delete.Text = "button2";
|
|
|
+ this.bt_delete.UseVisualStyleBackColor = true;
|
|
|
+ this.bt_delete.Click += new System.EventHandler(this.bt_delete_Click);
|
|
|
+ //
|
|
|
+ // bt_change
|
|
|
+ //
|
|
|
+ this.bt_change.Location = new System.Drawing.Point(118, 179);
|
|
|
+ this.bt_change.Name = "bt_change";
|
|
|
+ this.bt_change.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.bt_change.TabIndex = 2;
|
|
|
+ this.bt_change.Text = "button3";
|
|
|
+ this.bt_change.UseVisualStyleBackColor = true;
|
|
|
+ this.bt_change.Click += new System.EventHandler(this.bt_change_Click);
|
|
|
+ //
|
|
|
+ // GLavn
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
+ this.Controls.Add(this.tabControl1);
|
|
|
+ this.Name = "GLavn";
|
|
|
+ this.Text = "GLavn";
|
|
|
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GLavn_FormClosing);
|
|
|
+ this.Load += new System.EventHandler(this.GLavn_Load);
|
|
|
+ this.tabControl1.ResumeLayout(false);
|
|
|
+ this.Сотрудники.ResumeLayout(false);
|
|
|
+ this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
+ this.splitContainer1.Panel2.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
|
+ this.splitContainer1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Sotrudnici)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.TabControl tabControl1;
|
|
|
+ private System.Windows.Forms.TabPage Сотрудники;
|
|
|
+ private System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
+ private System.Windows.Forms.TabPage Дети;
|
|
|
+ private System.Windows.Forms.Button bt_change;
|
|
|
+ private System.Windows.Forms.Button bt_delete;
|
|
|
+ private System.Windows.Forms.Button bt_add;
|
|
|
+ private System.Windows.Forms.DataGridView Sotrudnici;
|
|
|
+ }
|
|
|
+}
|