|
@@ -0,0 +1,369 @@
|
|
|
+namespace WindowsFormsApp1
|
|
|
+{
|
|
|
+ partial class Test
|
|
|
+ {
|
|
|
+ /// <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(Test));
|
|
|
+ this.asDataSet = new WindowsFormsApp1.asDataSet();
|
|
|
+ this.pipleBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.pipleTableAdapter = new WindowsFormsApp1.asDataSetTableAdapters.pipleTableAdapter();
|
|
|
+ this.tableAdapterManager = new WindowsFormsApp1.asDataSetTableAdapters.TableAdapterManager();
|
|
|
+ this.pipleBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
|
|
|
+ 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.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
|
+ 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.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.pipleBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.pipleDataGridView = 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.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.button3 = new System.Windows.Forms.Button();
|
|
|
+ this.button4 = new System.Windows.Forms.Button();
|
|
|
+ this.button5 = new System.Windows.Forms.Button();
|
|
|
+ this.button6 = new System.Windows.Forms.Button();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.asDataSet)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pipleBindingSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pipleBindingNavigator)).BeginInit();
|
|
|
+ this.pipleBindingNavigator.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pipleDataGridView)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // asDataSet
|
|
|
+ //
|
|
|
+ this.asDataSet.DataSetName = "asDataSet";
|
|
|
+ this.asDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // pipleBindingSource
|
|
|
+ //
|
|
|
+ this.pipleBindingSource.DataMember = "piple";
|
|
|
+ this.pipleBindingSource.DataSource = this.asDataSet;
|
|
|
+ //
|
|
|
+ // pipleTableAdapter
|
|
|
+ //
|
|
|
+ this.pipleTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // tableAdapterManager
|
|
|
+ //
|
|
|
+ this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
|
|
|
+ this.tableAdapterManager.pipleTableAdapter = this.pipleTableAdapter;
|
|
|
+ this.tableAdapterManager.UpdateOrder = WindowsFormsApp1.asDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
|
|
+ //
|
|
|
+ // pipleBindingNavigator
|
|
|
+ //
|
|
|
+ this.pipleBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
|
|
|
+ this.pipleBindingNavigator.BindingSource = this.pipleBindingSource;
|
|
|
+ this.pipleBindingNavigator.CountItem = this.bindingNavigatorCountItem;
|
|
|
+ this.pipleBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
|
|
|
+ this.pipleBindingNavigator.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.pipleBindingNavigatorSaveItem});
|
|
|
+ this.pipleBindingNavigator.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.pipleBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
|
|
+ this.pipleBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
|
|
+ this.pipleBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
|
|
|
+ this.pipleBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
|
|
|
+ this.pipleBindingNavigator.Name = "pipleBindingNavigator";
|
|
|
+ this.pipleBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
|
|
|
+ this.pipleBindingNavigator.Size = new System.Drawing.Size(800, 25);
|
|
|
+ this.pipleBindingNavigator.TabIndex = 0;
|
|
|
+ this.pipleBindingNavigator.Text = "bindingNavigator1";
|
|
|
+ //
|
|
|
+ // 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.Name = "bindingNavigatorPositionItem";
|
|
|
+ this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
|
|
|
+ this.bindingNavigatorPositionItem.Text = "0";
|
|
|
+ this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
|
|
|
+ //
|
|
|
+ // bindingNavigatorCountItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
|
+ this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
|
|
|
+ this.bindingNavigatorCountItem.Text = "для {0}";
|
|
|
+ this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
|
|
|
+ //
|
|
|
+ // bindingNavigatorSeparator1
|
|
|
+ //
|
|
|
+ this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
|
|
|
+ this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
|
|
|
+ //
|
|
|
+ // 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, 20);
|
|
|
+ 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, 20);
|
|
|
+ this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
|
|
|
+ //
|
|
|
+ // bindingNavigatorSeparator2
|
|
|
+ //
|
|
|
+ this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
|
|
|
+ this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
|
|
|
+ //
|
|
|
+ // 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 = "Добавить";
|
|
|
+ //
|
|
|
+ // 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, 20);
|
|
|
+ this.bindingNavigatorDeleteItem.Text = "Удалить";
|
|
|
+ //
|
|
|
+ // pipleBindingNavigatorSaveItem
|
|
|
+ //
|
|
|
+ this.pipleBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.pipleBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("pipleBindingNavigatorSaveItem.Image")));
|
|
|
+ this.pipleBindingNavigatorSaveItem.Name = "pipleBindingNavigatorSaveItem";
|
|
|
+ this.pipleBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
|
|
|
+ this.pipleBindingNavigatorSaveItem.Text = "Сохранить данные";
|
|
|
+ this.pipleBindingNavigatorSaveItem.Click += new System.EventHandler(this.pipleBindingNavigatorSaveItem_Click);
|
|
|
+ //
|
|
|
+ // pipleDataGridView
|
|
|
+ //
|
|
|
+ this.pipleDataGridView.AutoGenerateColumns = false;
|
|
|
+ this.pipleDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.pipleDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.dataGridViewTextBoxColumn1,
|
|
|
+ this.dataGridViewTextBoxColumn2,
|
|
|
+ this.dataGridViewTextBoxColumn3,
|
|
|
+ this.dataGridViewTextBoxColumn4});
|
|
|
+ this.pipleDataGridView.DataSource = this.pipleBindingSource;
|
|
|
+ this.pipleDataGridView.Location = new System.Drawing.Point(169, 82);
|
|
|
+ this.pipleDataGridView.Name = "pipleDataGridView";
|
|
|
+ this.pipleDataGridView.Size = new System.Drawing.Size(434, 220);
|
|
|
+ this.pipleDataGridView.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "name";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "name";
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "fam";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "fam";
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "age";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "age";
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "let";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "let";
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(183, 361);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button1.TabIndex = 2;
|
|
|
+ this.button1.Text = "Добавить";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.Location = new System.Drawing.Point(296, 361);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button2.TabIndex = 3;
|
|
|
+ this.button2.Text = "Удалить";
|
|
|
+ this.button2.UseVisualStyleBackColor = true;
|
|
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
+ // button3
|
|
|
+ //
|
|
|
+ this.button3.Location = new System.Drawing.Point(417, 361);
|
|
|
+ this.button3.Name = "button3";
|
|
|
+ this.button3.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button3.TabIndex = 4;
|
|
|
+ this.button3.Text = "Назад";
|
|
|
+ this.button3.UseVisualStyleBackColor = true;
|
|
|
+ this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
|
+ //
|
|
|
+ // button4
|
|
|
+ //
|
|
|
+ this.button4.Location = new System.Drawing.Point(518, 361);
|
|
|
+ this.button4.Name = "button4";
|
|
|
+ this.button4.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button4.TabIndex = 5;
|
|
|
+ this.button4.Text = "Выход";
|
|
|
+ this.button4.UseVisualStyleBackColor = true;
|
|
|
+ this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
|
+ //
|
|
|
+ // button5
|
|
|
+ //
|
|
|
+ this.button5.Location = new System.Drawing.Point(296, 415);
|
|
|
+ this.button5.Name = "button5";
|
|
|
+ this.button5.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button5.TabIndex = 6;
|
|
|
+ this.button5.Text = "Пред";
|
|
|
+ this.button5.UseVisualStyleBackColor = true;
|
|
|
+ this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
|
+ //
|
|
|
+ // button6
|
|
|
+ //
|
|
|
+ this.button6.Location = new System.Drawing.Point(396, 415);
|
|
|
+ this.button6.Name = "button6";
|
|
|
+ this.button6.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button6.TabIndex = 7;
|
|
|
+ this.button6.Text = "След";
|
|
|
+ this.button6.UseVisualStyleBackColor = true;
|
|
|
+ this.button6.Click += new System.EventHandler(this.button6_Click);
|
|
|
+ //
|
|
|
+ // Test
|
|
|
+ //
|
|
|
+ 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.button6);
|
|
|
+ this.Controls.Add(this.button5);
|
|
|
+ this.Controls.Add(this.button4);
|
|
|
+ this.Controls.Add(this.button3);
|
|
|
+ this.Controls.Add(this.button2);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
+ this.Controls.Add(this.pipleDataGridView);
|
|
|
+ this.Controls.Add(this.pipleBindingNavigator);
|
|
|
+ this.Name = "Test";
|
|
|
+ this.Text = "Test";
|
|
|
+ this.Load += new System.EventHandler(this.Test_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.asDataSet)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pipleBindingSource)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pipleBindingNavigator)).EndInit();
|
|
|
+ this.pipleBindingNavigator.ResumeLayout(false);
|
|
|
+ this.pipleBindingNavigator.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pipleDataGridView)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private asDataSet asDataSet;
|
|
|
+ private System.Windows.Forms.BindingSource pipleBindingSource;
|
|
|
+ private asDataSetTableAdapters.pipleTableAdapter pipleTableAdapter;
|
|
|
+ private asDataSetTableAdapters.TableAdapterManager tableAdapterManager;
|
|
|
+ private System.Windows.Forms.BindingNavigator pipleBindingNavigator;
|
|
|
+ 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 pipleBindingNavigatorSaveItem;
|
|
|
+ private System.Windows.Forms.DataGridView pipleDataGridView;
|
|
|
+ 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.Button button1;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
+ private System.Windows.Forms.Button button3;
|
|
|
+ private System.Windows.Forms.Button button4;
|
|
|
+ private System.Windows.Forms.Button button5;
|
|
|
+ private System.Windows.Forms.Button button6;
|
|
|
+ }
|
|
|
+}
|