namespace Chistyakov_var10
{
partial class Form5
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5));
System.Windows.Forms.Label номер_талонаLabel;
System.Windows.Forms.Label дата_визитаLabel;
System.Windows.Forms.Label цель_посещенияLabel;
System.Windows.Forms.Label стоимость_визита_руб__Label;
this.label1 = new System.Windows.Forms.Label();
this.iS32_Chistyakov10DataSet = new Chistyakov_var10.IS32_Chistyakov10DataSet();
this.приёмыBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.приёмыTableAdapter = new Chistyakov_var10.IS32_Chistyakov10DataSetTableAdapters.ПриёмыTableAdapter();
this.tableAdapterManager = new Chistyakov_var10.IS32_Chistyakov10DataSetTableAdapters.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.дата_визитаDateTimePicker = new System.Windows.Forms.DateTimePicker();
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();
цель_посещенияLabel = new System.Windows.Forms.Label();
стоимость_визита_руб__Label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.iS32_Chistyakov10DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.приёмыBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.приёмыBindingNavigator)).BeginInit();
this.приёмыBindingNavigator.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F);
this.label1.Location = new System.Drawing.Point(265, 78);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(205, 26);
this.label1.TabIndex = 0;
this.label1.Text = "Таблица \"Приёмы\"";
//
// iS32_Chistyakov10DataSet
//
this.iS32_Chistyakov10DataSet.DataSetName = "IS32_Chistyakov10DataSet";
this.iS32_Chistyakov10DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// приёмыBindingSource
//
this.приёмыBindingSource.DataMember = "Приёмы";
this.приёмыBindingSource.DataSource = this.iS32_Chistyakov10DataSet;
//
// приёмыTableAdapter
//
this.приёмыTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.UpdateOrder = Chistyakov_var10.IS32_Chistyakov10DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.ВрачиTableAdapter = null;
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.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 = "Текущее положение";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
this.bindingNavigatorCountItem.Text = "для {0}";
this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
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 = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// 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, 22);
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, 22);
this.приёмыBindingNavigatorSaveItem.Text = "Сохранить данные";
this.приёмыBindingNavigatorSaveItem.Click += new System.EventHandler(this.приёмыBindingNavigatorSaveItem_Click);
//
// номер_талонаLabel
//
номер_талонаLabel.AutoSize = true;
номер_талонаLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
номер_талонаLabel.Location = new System.Drawing.Point(220, 141);
номер_талонаLabel.Name = "номер_талонаLabel";
номер_талонаLabel.Size = new System.Drawing.Size(112, 18);
номер_талонаLabel.TabIndex = 2;
номер_талонаLabel.Text = "Номер талона:";
//
// номер_талонаTextBox
//
this.номер_талонаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.приёмыBindingSource, "Номер талона", true));
this.номер_талонаTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.номер_талонаTextBox.Location = new System.Drawing.Point(338, 141);
this.номер_талонаTextBox.Name = "номер_талонаTextBox";
this.номер_талонаTextBox.Size = new System.Drawing.Size(207, 24);
this.номер_талонаTextBox.TabIndex = 3;
//
// дата_визитаLabel
//
дата_визитаLabel.AutoSize = true;
дата_визитаLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
дата_визитаLabel.Location = new System.Drawing.Point(234, 196);
дата_визитаLabel.Name = "дата_визитаLabel";
дата_визитаLabel.Size = new System.Drawing.Size(98, 18);
дата_визитаLabel.TabIndex = 4;
дата_визитаLabel.Text = "Дата визита:";
//
// дата_визитаDateTimePicker
//
this.дата_визитаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.приёмыBindingSource, "Дата визита", true));
this.дата_визитаDateTimePicker.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.дата_визитаDateTimePicker.Location = new System.Drawing.Point(338, 191);
this.дата_визитаDateTimePicker.Name = "дата_визитаDateTimePicker";
this.дата_визитаDateTimePicker.Size = new System.Drawing.Size(207, 24);
this.дата_визитаDateTimePicker.TabIndex = 5;
//
// цель_посещенияLabel
//
цель_посещенияLabel.AutoSize = true;
цель_посещенияLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
цель_посещенияLabel.Location = new System.Drawing.Point(204, 243);
цель_посещенияLabel.Name = "цель_посещенияLabel";
цель_посещенияLabel.Size = new System.Drawing.Size(128, 18);
цель_посещенияLabel.TabIndex = 6;
цель_посещенияLabel.Text = "Цель посещения:";
//
// цель_посещенияTextBox
//
this.цель_посещенияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.приёмыBindingSource, "Цель посещения", true));
this.цель_посещенияTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.цель_посещенияTextBox.Location = new System.Drawing.Point(338, 240);
this.цель_посещенияTextBox.Name = "цель_посещенияTextBox";
this.цель_посещенияTextBox.Size = new System.Drawing.Size(207, 24);
this.цель_посещенияTextBox.TabIndex = 7;
//
// стоимость_визита_руб__Label
//
стоимость_визита_руб__Label.AutoSize = true;
стоимость_визита_руб__Label.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
стоимость_визита_руб__Label.Location = new System.Drawing.Point(153, 290);
стоимость_визита_руб__Label.Name = "стоимость_визита_руб__Label";
стоимость_визита_руб__Label.Size = new System.Drawing.Size(179, 18);
стоимость_визита_руб__Label.TabIndex = 8;
стоимость_визита_руб__Label.Text = "Стоимость визита(руб ):";
//
// стоимость_визита_руб__TextBox
//
this.стоимость_визита_руб__TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.приёмыBindingSource, "Стоимость визита(руб_)", true));
this.стоимость_визита_руб__TextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.стоимость_визита_руб__TextBox.Location = new System.Drawing.Point(338, 287);
this.стоимость_визита_руб__TextBox.Name = "стоимость_визита_руб__TextBox";
this.стоимость_визита_руб__TextBox.Size = new System.Drawing.Size(207, 24);
this.стоимость_визита_руб__TextBox.TabIndex = 9;
//
// Form5
//
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(дата_визитаLabel);
this.Controls.Add(this.дата_визитаDateTimePicker);
this.Controls.Add(номер_талонаLabel);
this.Controls.Add(this.номер_талонаTextBox);
this.Controls.Add(this.приёмыBindingNavigator);
this.Controls.Add(this.label1);
this.Name = "Form5";
this.Text = "Form5";
this.Load += new System.EventHandler(this.Form5_Load);
((System.ComponentModel.ISupportInitialize)(this.iS32_Chistyakov10DataSet)).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 IS32_Chistyakov10DataSet iS32_Chistyakov10DataSet;
private System.Windows.Forms.BindingSource приёмыBindingSource;
private IS32_Chistyakov10DataSetTableAdapters.ПриёмыTableAdapter приёмыTableAdapter;
private IS32_Chistyakov10DataSetTableAdapters.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.DateTimePicker дата_визитаDateTimePicker;
private System.Windows.Forms.TextBox цель_посещенияTextBox;
private System.Windows.Forms.TextBox стоимость_визита_руб__TextBox;
}
}