|
@@ -0,0 +1,373 @@
|
|
|
+
|
|
|
+namespace bobrov2demo
|
|
|
+{
|
|
|
+ partial class Form3
|
|
|
+ {
|
|
|
+ /// <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.components = new System.ComponentModel.Container();
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.bobrovDemoEgzamenDataSet = new bobrov2demo.bobrovDemoEgzamenDataSet();
|
|
|
+ this.client_b_importBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.client_b_importTableAdapter = new bobrov2demo.bobrovDemoEgzamenDataSetTableAdapters.client_b_importTableAdapter();
|
|
|
+ this.tableAdapterManager = new bobrov2demo.bobrovDemoEgzamenDataSetTableAdapters.TableAdapterManager();
|
|
|
+ this.client_b_importBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
|
|
|
+ this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
|
+ this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
|
|
|
+ this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.client_b_importBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.client_b_importDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
+ this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bobrovDemoEgzamenDataSet)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.client_b_importBindingSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.client_b_importBindingNavigator)).BeginInit();
|
|
|
+ this.client_b_importBindingNavigator.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.client_b_importDataGridView)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(188, 413);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button1.TabIndex = 3;
|
|
|
+ this.button1.Text = "на гравную";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // bobrovDemoEgzamenDataSet
|
|
|
+ //
|
|
|
+ this.bobrovDemoEgzamenDataSet.DataSetName = "bobrovDemoEgzamenDataSet";
|
|
|
+ this.bobrovDemoEgzamenDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // client_b_importBindingSource
|
|
|
+ //
|
|
|
+ this.client_b_importBindingSource.DataMember = "client_b_import";
|
|
|
+ this.client_b_importBindingSource.DataSource = this.bobrovDemoEgzamenDataSet;
|
|
|
+ //
|
|
|
+ // client_b_importTableAdapter
|
|
|
+ //
|
|
|
+ this.client_b_importTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // tableAdapterManager
|
|
|
+ //
|
|
|
+ this.tableAdapterManager.AttachedProductTableAdapter = null;
|
|
|
+ this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
|
|
|
+ this.tableAdapterManager.client_b_importTableAdapter = this.client_b_importTableAdapter;
|
|
|
+ this.tableAdapterManager.ClientServiceTableAdapter = null;
|
|
|
+ this.tableAdapterManager.ClientTableAdapter = null;
|
|
|
+ this.tableAdapterManager.DocumentByServiceTableAdapter = null;
|
|
|
+ this.tableAdapterManager.GenderTableAdapter = null;
|
|
|
+ this.tableAdapterManager.ManufacturerTableAdapter = null;
|
|
|
+ this.tableAdapterManager.ProductPhotoTableAdapter = null;
|
|
|
+ this.tableAdapterManager.ProductSaleTableAdapter = null;
|
|
|
+ this.tableAdapterManager.ProductTableAdapter = null;
|
|
|
+ this.tableAdapterManager.service_b_importTableAdapter = null;
|
|
|
+ this.tableAdapterManager.ServicePhotoTableAdapter = null;
|
|
|
+ this.tableAdapterManager.ServiceTableAdapter = null;
|
|
|
+ this.tableAdapterManager.TagOfClientTableAdapter = null;
|
|
|
+ this.tableAdapterManager.TagTableAdapter = null;
|
|
|
+ this.tableAdapterManager.UpdateOrder = bobrov2demo.bobrovDemoEgzamenDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
|
|
+ //
|
|
|
+ // client_b_importBindingNavigator
|
|
|
+ //
|
|
|
+ this.client_b_importBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
|
|
|
+ this.client_b_importBindingNavigator.BindingSource = this.client_b_importBindingSource;
|
|
|
+ this.client_b_importBindingNavigator.CountItem = this.bindingNavigatorCountItem;
|
|
|
+ this.client_b_importBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
|
|
|
+ this.client_b_importBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.bindingNavigatorMoveFirstItem,
|
|
|
+ this.bindingNavigatorMovePreviousItem,
|
|
|
+ this.bindingNavigatorSeparator,
|
|
|
+ this.bindingNavigatorPositionItem,
|
|
|
+ this.bindingNavigatorCountItem,
|
|
|
+ this.bindingNavigatorSeparator1,
|
|
|
+ this.bindingNavigatorMoveNextItem,
|
|
|
+ this.bindingNavigatorMoveLastItem,
|
|
|
+ this.bindingNavigatorSeparator2,
|
|
|
+ this.bindingNavigatorAddNewItem,
|
|
|
+ this.bindingNavigatorDeleteItem,
|
|
|
+ this.client_b_importBindingNavigatorSaveItem});
|
|
|
+ this.client_b_importBindingNavigator.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.client_b_importBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
|
|
+ this.client_b_importBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
|
|
+ this.client_b_importBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
|
|
|
+ this.client_b_importBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
|
|
|
+ this.client_b_importBindingNavigator.Name = "client_b_importBindingNavigator";
|
|
|
+ this.client_b_importBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
|
|
|
+ this.client_b_importBindingNavigator.Size = new System.Drawing.Size(800, 25);
|
|
|
+ this.client_b_importBindingNavigator.TabIndex = 4;
|
|
|
+ this.client_b_importBindingNavigator.Text = "bindingNavigator1";
|
|
|
+ //
|
|
|
+ // bindingNavigatorAddNewItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
|
|
|
+ this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
|
|
|
+ this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorAddNewItem.Text = "Добавить";
|
|
|
+ //
|
|
|
+ // bindingNavigatorCountItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
|
+ this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
|
|
|
+ this.bindingNavigatorCountItem.Text = "для {0}";
|
|
|
+ this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
|
|
|
+ //
|
|
|
+ // bindingNavigatorDeleteItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
|
|
|
+ this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
|
|
|
+ this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorDeleteItem.Text = "Удалить";
|
|
|
+ //
|
|
|
+ // bindingNavigatorMoveFirstItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
|
|
|
+ this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
|
|
|
+ this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
|
|
|
+ //
|
|
|
+ // bindingNavigatorMovePreviousItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
|
|
|
+ this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
|
|
|
+ this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
|
|
|
+ //
|
|
|
+ // bindingNavigatorSeparator
|
|
|
+ //
|
|
|
+ this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
|
|
|
+ this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
|
|
|
+ //
|
|
|
+ // bindingNavigatorPositionItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorPositionItem.AccessibleName = "Положение";
|
|
|
+ this.bindingNavigatorPositionItem.AutoSize = false;
|
|
|
+ this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
|
+ this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
|
|
|
+ this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
|
|
|
+ this.bindingNavigatorPositionItem.Text = "0";
|
|
|
+ this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
|
|
|
+ //
|
|
|
+ // bindingNavigatorSeparator1
|
|
|
+ //
|
|
|
+ this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
|
|
|
+ this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
|
|
|
+ //
|
|
|
+ // bindingNavigatorMoveNextItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
|
|
|
+ this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
|
|
|
+ this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
|
|
|
+ //
|
|
|
+ // bindingNavigatorMoveLastItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
|
|
|
+ this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
|
|
|
+ this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
|
|
|
+ //
|
|
|
+ // bindingNavigatorSeparator2
|
|
|
+ //
|
|
|
+ this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
|
|
|
+ this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
|
|
|
+ //
|
|
|
+ // client_b_importBindingNavigatorSaveItem
|
|
|
+ //
|
|
|
+ this.client_b_importBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.client_b_importBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("client_b_importBindingNavigatorSaveItem.Image")));
|
|
|
+ this.client_b_importBindingNavigatorSaveItem.Name = "client_b_importBindingNavigatorSaveItem";
|
|
|
+ this.client_b_importBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.client_b_importBindingNavigatorSaveItem.Text = "Сохранить данные";
|
|
|
+ this.client_b_importBindingNavigatorSaveItem.Click += new System.EventHandler(this.client_b_importBindingNavigatorSaveItem_Click);
|
|
|
+ //
|
|
|
+ // client_b_importDataGridView
|
|
|
+ //
|
|
|
+ this.client_b_importDataGridView.AutoGenerateColumns = false;
|
|
|
+ this.client_b_importDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.client_b_importDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.dataGridViewTextBoxColumn1,
|
|
|
+ this.dataGridViewTextBoxColumn2,
|
|
|
+ this.dataGridViewTextBoxColumn3,
|
|
|
+ this.dataGridViewTextBoxColumn4,
|
|
|
+ this.dataGridViewTextBoxColumn5,
|
|
|
+ this.dataGridViewTextBoxColumn6,
|
|
|
+ this.dataGridViewTextBoxColumn7,
|
|
|
+ this.dataGridViewTextBoxColumn8});
|
|
|
+ this.client_b_importDataGridView.DataSource = this.client_b_importBindingSource;
|
|
|
+ this.client_b_importDataGridView.Location = new System.Drawing.Point(0, 54);
|
|
|
+ this.client_b_importDataGridView.Name = "client_b_importDataGridView";
|
|
|
+ this.client_b_importDataGridView.Size = new System.Drawing.Size(788, 220);
|
|
|
+ this.client_b_importDataGridView.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "Фамилия";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "Фамилия";
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "Имя";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "Имя";
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "Отчество";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "Отчество";
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "Пол";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "Пол";
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn5
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn5.DataPropertyName = "Телефон";
|
|
|
+ this.dataGridViewTextBoxColumn5.HeaderText = "Телефон";
|
|
|
+ this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn6
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn6.DataPropertyName = "Дата_рождения";
|
|
|
+ this.dataGridViewTextBoxColumn6.HeaderText = "Дата_рождения";
|
|
|
+ this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn7
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn7.DataPropertyName = "Email";
|
|
|
+ this.dataGridViewTextBoxColumn7.HeaderText = "Email";
|
|
|
+ this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn8
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn8.DataPropertyName = "Дата_регистрации";
|
|
|
+ this.dataGridViewTextBoxColumn8.HeaderText = "Дата_регистрации";
|
|
|
+ this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
|
+ //
|
|
|
+ // pictureBox1
|
|
|
+ //
|
|
|
+ this.pictureBox1.Image = global::bobrov2demo.Properties.Resources.man;
|
|
|
+ this.pictureBox1.Location = new System.Drawing.Point(12, 280);
|
|
|
+ this.pictureBox1.Name = "pictureBox1";
|
|
|
+ this.pictureBox1.Size = new System.Drawing.Size(180, 166);
|
|
|
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
+ this.pictureBox1.TabIndex = 2;
|
|
|
+ this.pictureBox1.TabStop = false;
|
|
|
+ //
|
|
|
+ // Form3
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
+ this.BackgroundImage = global::bobrov2demo.Properties.Resources.tkvpt3rbtxvc5f6s5vc3;
|
|
|
+ this.ClientSize = new System.Drawing.Size(800, 458);
|
|
|
+ this.Controls.Add(this.client_b_importDataGridView);
|
|
|
+ this.Controls.Add(this.client_b_importBindingNavigator);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
+ this.Controls.Add(this.pictureBox1);
|
|
|
+ this.Name = "Form3";
|
|
|
+ this.Text = "Form3";
|
|
|
+ this.Load += new System.EventHandler(this.Form3_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bobrovDemoEgzamenDataSet)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.client_b_importBindingSource)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.client_b_importBindingNavigator)).EndInit();
|
|
|
+ this.client_b_importBindingNavigator.ResumeLayout(false);
|
|
|
+ this.client_b_importBindingNavigator.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.client_b_importDataGridView)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private bobrovDemoEgzamenDataSet bobrovDemoEgzamenDataSet;
|
|
|
+ private System.Windows.Forms.BindingSource client_b_importBindingSource;
|
|
|
+ private bobrovDemoEgzamenDataSetTableAdapters.client_b_importTableAdapter client_b_importTableAdapter;
|
|
|
+ private bobrovDemoEgzamenDataSetTableAdapters.TableAdapterManager tableAdapterManager;
|
|
|
+ private System.Windows.Forms.BindingNavigator client_b_importBindingNavigator;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
|
|
|
+ private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
|
|
|
+ private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
|
|
|
+ private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
|
|
|
+ private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
|
|
|
+ private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
|
|
|
+ private System.Windows.Forms.ToolStripButton client_b_importBindingNavigatorSaveItem;
|
|
|
+ private System.Windows.Forms.DataGridView client_b_importDataGridView;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
|
|
+ }
|
|
|
+}
|