123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
-
- namespace Chistyakov_var10
- {
- 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;
- 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();
- наименование_диагноза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(261, 51);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(221, 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 = this.диагнозыTableAdapter;
- this.tableAdapterManager.ПациентыTableAdapter = null;
- 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(124, 127);
- наименование_диагнозаLabel.Name = "наименование_диагнозаLabel";
- наименование_диагнозаLabel.Size = new System.Drawing.Size(183, 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(313, 124);
- this.наименование_диагнозаTextBox.Name = "наименование_диагнозаTextBox";
- this.наименование_диагнозаTextBox.Size = new System.Drawing.Size(417, 24);
- this.наименование_диагнозаTextBox.TabIndex = 3;
- //
- // 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(this.диагнозыBindingNavigator);
- this.Controls.Add(this.label1);
- this.Name = "Form3";
- this.Text = "Form3";
- this.Load += new System.EventHandler(this.Form3_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;
- }
- }
|