123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
-
- namespace SlesarevVar
- {
- 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));
- System.Windows.Forms.Label фИО_получателяLabel;
- System.Windows.Forms.Label адрес_получателяLabel;
- this.label1 = new System.Windows.Forms.Label();
- this.iS32SlesarevVar8DataSet = new SlesarevVar.IS32SlesarevVar8DataSet();
- this.получателяхBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.получателяхTableAdapter = new SlesarevVar.IS32SlesarevVar8DataSetTableAdapters.ПолучателяхTableAdapter();
- this.tableAdapterManager = new SlesarevVar.IS32SlesarevVar8DataSetTableAdapters.TableAdapterManager();
- this.получателяхBindingNavigator = 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.получателяхBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
- this.фИО_получателяTextBox = new System.Windows.Forms.TextBox();
- this.адрес_получателяTextBox = new System.Windows.Forms.TextBox();
- фИО_получателяLabel = new System.Windows.Forms.Label();
- адрес_получателяLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.iS32SlesarevVar8DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.получателяхBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.получателяхBindingNavigator)).BeginInit();
- this.получателяхBindingNavigator.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
- this.label1.Location = new System.Drawing.Point(290, 139);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(291, 23);
- this.label1.TabIndex = 0;
- this.label1.Text = "Таблица \"Получателях\"";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // iS32SlesarevVar8DataSet
- //
- this.iS32SlesarevVar8DataSet.DataSetName = "IS32SlesarevVar8DataSet";
- this.iS32SlesarevVar8DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // получателяхBindingSource
- //
- this.получателяхBindingSource.DataMember = "Получателях";
- this.получателяхBindingSource.DataSource = this.iS32SlesarevVar8DataSet;
- //
- // получателяхTableAdapter
- //
- this.получателяхTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.UpdateOrder = SlesarevVar.IS32SlesarevVar8DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.Об_изданияхTableAdapter = null;
- this.tableAdapterManager.ПодпискахTableAdapter = null;
- this.tableAdapterManager.ПолучателяхTableAdapter = this.получателяхTableAdapter;
- //
- // получателяхBindingNavigator
- //
- this.получателяхBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
- this.получателяхBindingNavigator.BindingSource = this.получателяхBindingSource;
- this.получателяхBindingNavigator.CountItem = this.bindingNavigatorCountItem;
- this.получателяхBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
- this.получателяхBindingNavigator.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.получателяхBindingNavigatorSaveItem});
- this.получателяхBindingNavigator.Location = new System.Drawing.Point(0, 0);
- this.получателяхBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
- this.получателяхBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
- this.получателяхBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
- this.получателяхBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
- this.получателяхBindingNavigator.Name = "получателяхBindingNavigator";
- this.получателяхBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
- this.получателяхBindingNavigator.Size = new System.Drawing.Size(800, 25);
- this.получателяхBindingNavigator.TabIndex = 1;
- this.получателяхBindingNavigator.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 = "Удалить";
- //
- // получателяхBindingNavigatorSaveItem
- //
- this.получателяхBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.получателяхBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("получателяхBindingNavigatorSaveItem.Image")));
- this.получателяхBindingNavigatorSaveItem.Name = "получателяхBindingNavigatorSaveItem";
- this.получателяхBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
- this.получателяхBindingNavigatorSaveItem.Text = "Сохранить данные";
- this.получателяхBindingNavigatorSaveItem.Click += new System.EventHandler(this.получателяхBindingNavigatorSaveItem_Click);
- //
- // фИО_получателяLabel
- //
- фИО_получателяLabel.AutoSize = true;
- фИО_получателяLabel.Location = new System.Drawing.Point(346, 214);
- фИО_получателяLabel.Name = "фИО_получателяLabel";
- фИО_получателяLabel.Size = new System.Drawing.Size(97, 13);
- фИО_получателяLabel.TabIndex = 2;
- фИО_получателяLabel.Text = "ФИО получателя:";
- //
- // фИО_получателяTextBox
- //
- this.фИО_получателяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.получателяхBindingSource, "ФИО получателя", true));
- this.фИО_получателяTextBox.Location = new System.Drawing.Point(449, 211);
- this.фИО_получателяTextBox.Name = "фИО_получателяTextBox";
- this.фИО_получателяTextBox.Size = new System.Drawing.Size(100, 20);
- this.фИО_получателяTextBox.TabIndex = 3;
- //
- // адрес_получателяLabel
- //
- адрес_получателяLabel.AutoSize = true;
- адрес_получателяLabel.Location = new System.Drawing.Point(346, 243);
- адрес_получателяLabel.Name = "адрес_получателяLabel";
- адрес_получателяLabel.Size = new System.Drawing.Size(100, 13);
- адрес_получателяLabel.TabIndex = 4;
- адрес_получателяLabel.Text = "адрес получателя:";
- //
- // адрес_получателяTextBox
- //
- this.адрес_получателяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.получателяхBindingSource, "адрес получателя", true));
- this.адрес_получателяTextBox.Location = new System.Drawing.Point(452, 240);
- this.адрес_получателяTextBox.Name = "адрес_получателяTextBox";
- this.адрес_получателяTextBox.Size = new System.Drawing.Size(100, 20);
- this.адрес_получателяTextBox.TabIndex = 5;
- //
- // Form3
- //
- 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(адрес_получателяLabel);
- this.Controls.Add(this.адрес_получателяTextBox);
- this.Controls.Add(фИО_получателяLabel);
- this.Controls.Add(this.фИО_получателяTextBox);
- this.Controls.Add(this.получателяхBindingNavigator);
- this.Controls.Add(this.label1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Form3";
- this.Text = "Таблица \"Получателях\"";
- this.Load += new System.EventHandler(this.Form3_Load);
- ((System.ComponentModel.ISupportInitialize)(this.iS32SlesarevVar8DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.получателяхBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.получателяхBindingNavigator)).EndInit();
- this.получателяхBindingNavigator.ResumeLayout(false);
- this.получателяхBindingNavigator.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private IS32SlesarevVar8DataSet iS32SlesarevVar8DataSet;
- private System.Windows.Forms.BindingSource получателяхBindingSource;
- private IS32SlesarevVar8DataSetTableAdapters.ПолучателяхTableAdapter получателяхTableAdapter;
- private IS32SlesarevVar8DataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.BindingNavigator получателяхBindingNavigator;
- 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 получателяхBindingNavigatorSaveItem;
- private System.Windows.Forms.TextBox фИО_получателяTextBox;
- private System.Windows.Forms.TextBox адрес_получателяTextBox;
- }
- }
|