123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407 |
-
- namespace Chistyakov_var10
- {
- partial class Form4
- {
- /// <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(Form4));
- System.Windows.Forms.Label номер_медкартыLabel;
- System.Windows.Forms.Label фИОLabel;
- 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.фИО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();
- 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();
- пол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(268, 57);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(224, 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 = this.пациентыTableAdapter;
- this.tableAdapterManager.ПриёмыTableAdapter = null;
- //
- // пациенты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(226, 106);
- номер_медкартыLabel.Name = "номер_медкартыLabel";
- номер_медкартыLabel.Size = new System.Drawing.Size(133, 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(365, 103);
- this.номер_медкартыTextBox.Name = "номер_медкартыTextBox";
- this.номер_медкартыTextBox.Size = new System.Drawing.Size(201, 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(311, 144);
- фИОLabel.Name = "фИОLabel";
- фИОLabel.Size = new System.Drawing.Size(48, 18);
- фИОLabel.TabIndex = 4;
- фИО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(365, 141);
- this.фИОTextBox.Name = "фИОTextBox";
- this.фИОTextBox.Size = new System.Drawing.Size(201, 24);
- this.фИОTextBox.TabIndex = 5;
- //
- // дата_рожденияLabel
- //
- дата_рожденияLabel.AutoSize = true;
- дата_рожденияLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
- дата_рожденияLabel.Location = new System.Drawing.Point(239, 186);
- дата_рожденияLabel.Name = "дата_рожденияLabel";
- дата_рожденияLabel.Size = new System.Drawing.Size(120, 18);
- дата_рожденияLabel.TabIndex = 6;
- дата_рождения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(365, 181);
- this.дата_рожденияDateTimePicker.Name = "дата_рожденияDateTimePicker";
- this.дата_рожденияDateTimePicker.Size = new System.Drawing.Size(200, 24);
- this.дата_рожденияDateTimePicker.TabIndex = 7;
- //
- // адресLabel
- //
- адресLabel.AutoSize = true;
- адресLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
- адресLabel.Location = new System.Drawing.Point(305, 225);
- адресLabel.Name = "адресLabel";
- адресLabel.Size = new System.Drawing.Size(54, 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(365, 222);
- this.адресTextBox.Name = "адресTextBox";
- this.адресTextBox.Size = new System.Drawing.Size(201, 24);
- this.адресTextBox.TabIndex = 9;
- //
- // полLabel
- //
- полLabel.AutoSize = true;
- полLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
- полLabel.Location = new System.Drawing.Point(318, 271);
- полLabel.Name = "полLabel";
- полLabel.Size = new System.Drawing.Size(41, 18);
- полLabel.TabIndex = 10;
- пол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(365, 268);
- this.полTextBox.Name = "полTextBox";
- this.полTextBox.Size = new System.Drawing.Size(201, 24);
- this.полTextBox.TabIndex = 11;
- //
- // скидка_на_обслуживание__Label
- //
- скидка_на_обслуживание__Label.AutoSize = true;
- скидка_на_обслуживание__Label.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
- скидка_на_обслуживание__Label.Location = new System.Drawing.Point(153, 312);
- скидка_на_обслуживание__Label.Name = "скидка_на_обслуживание__Label";
- скидка_на_обслуживание__Label.Size = new System.Drawing.Size(206, 18);
- скидка_на_обслуживание__Label.TabIndex = 12;
- скидка_на_обслуживание__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(365, 309);
- this.скидка_на_обслуживание__TextBox.Name = "скидка_на_обслуживание__TextBox";
- this.скидка_на_обслуживание__TextBox.Size = new System.Drawing.Size(200, 24);
- this.скидка_на_обслуживание__TextBox.TabIndex = 13;
- //
- // Form4
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 478);
- 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.адресTextBox);
- this.Controls.Add(дата_рожденияLabel);
- this.Controls.Add(this.дата_рожденияDateTimePicker);
- 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.Name = "Form4";
- this.Text = "Form4";
- this.Load += new System.EventHandler(this.Form4_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.TextBox фИОTextBox;
- private System.Windows.Forms.DateTimePicker дата_рожденияDateTimePicker;
- private System.Windows.Forms.TextBox адресTextBox;
- private System.Windows.Forms.TextBox полTextBox;
- private System.Windows.Forms.TextBox скидка_на_обслуживание__TextBox;
- }
- }
|