123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628 |
-
- namespace WindowsFormsApp16
- {
- 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.Windows.Forms.Label стоимостьLabel;
- System.Windows.Forms.Label label4;
- System.Windows.Forms.Label label5;
- System.Windows.Forms.Label label6;
- System.Windows.Forms.Label наименование_услугиLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
- System.Windows.Forms.Label emailLabel;
- System.Windows.Forms.Label телефонLabel;
- System.Windows.Forms.Label отчествоLabel;
- System.Windows.Forms.Label имяLabel;
- System.Windows.Forms.Label фамилияLabel;
- this.panel1 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.button1 = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.gayduk_pr2DataSet = new WindowsFormsApp16.Gayduk_pr2DataSet();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.clientBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.наименование_услугиTextBox = new System.Windows.Forms.TextBox();
- this.serviceTableAdapter = new WindowsFormsApp16.Gayduk_pr2DataSetTableAdapters.ServiceTableAdapter();
- this.tableAdapterManager = new WindowsFormsApp16.Gayduk_pr2DataSetTableAdapters.TableAdapterManager();
- this.clientTableAdapter = new WindowsFormsApp16.Gayduk_pr2DataSetTableAdapters.ClientTableAdapter();
- this.genderTableAdapter = new WindowsFormsApp16.Gayduk_pr2DataSetTableAdapters.GenderTableAdapter();
- this.serviceBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
- this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
- this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
- 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.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.serviceBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
- this.genderBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.emailTextBox = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.телефонTextBox = new System.Windows.Forms.TextBox();
- this.отчествоTextBox = new System.Windows.Forms.TextBox();
- this.имяTextBox = new System.Windows.Forms.TextBox();
- this.фамилияTextBox = new System.Windows.Forms.TextBox();
- this.button3 = new System.Windows.Forms.Button();
- this.textBox4 = new System.Windows.Forms.TextBox();
- стоимостьLabel = new System.Windows.Forms.Label();
- label4 = new System.Windows.Forms.Label();
- label5 = new System.Windows.Forms.Label();
- label6 = new System.Windows.Forms.Label();
- наименование_услугиLabel = new System.Windows.Forms.Label();
- emailLabel = 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();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gayduk_pr2DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.serviceBindingNavigator)).BeginInit();
- this.serviceBindingNavigator.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.genderBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // стоимостьLabel
- //
- стоимостьLabel.AutoSize = true;
- стоимостьLabel.Location = new System.Drawing.Point(12, -17);
- стоимостьLabel.Name = "стоимостьLabel";
- стоимостьLabel.Size = new System.Drawing.Size(62, 13);
- стоимостьLabel.TabIndex = 21;
- стоимостьLabel.Text = "Стоимость";
- //
- // label4
- //
- label4.AutoSize = true;
- label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
- label4.Location = new System.Drawing.Point(3, 238);
- label4.Name = "label4";
- label4.Size = new System.Drawing.Size(149, 17);
- label4.TabIndex = 37;
- label4.Text = "Действующая скидка";
- //
- // label5
- //
- label5.AutoSize = true;
- label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
- label5.Location = new System.Drawing.Point(2, 284);
- label5.Name = "label5";
- label5.Size = new System.Drawing.Size(102, 17);
- label5.TabIndex = 35;
- label5.Text = "Длительность";
- //
- // label6
- //
- label6.AutoSize = true;
- label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
- label6.Location = new System.Drawing.Point(3, 189);
- label6.Name = "label6";
- label6.Size = new System.Drawing.Size(78, 17);
- label6.TabIndex = 33;
- label6.Text = "Стоимость";
- //
- // наименование_услугиLabel
- //
- наименование_услугиLabel.AutoSize = true;
- наименование_услугиLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
- наименование_услугиLabel.Location = new System.Drawing.Point(3, 143);
- наименование_услугиLabel.Name = "наименование_услугиLabel";
- наименование_услугиLabel.Size = new System.Drawing.Size(156, 17);
- наименование_услугиLabel.TabIndex = 31;
- наименование_услугиLabel.Text = "Наименование услуги:";
- наименование_услугиLabel.Click += new System.EventHandler(this.наименование_услугиLabel_Click);
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel1.Controls.Add(this.textBox4);
- this.panel1.Controls.Add(this.button3);
- this.panel1.Controls.Add(emailLabel);
- this.panel1.Controls.Add(this.emailTextBox);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.label7);
- this.panel1.Controls.Add(телефонLabel);
- this.panel1.Controls.Add(this.телефонTextBox);
- this.panel1.Controls.Add(отчествоLabel);
- this.panel1.Controls.Add(this.отчествоTextBox);
- this.panel1.Controls.Add(имяLabel);
- this.panel1.Controls.Add(this.имяTextBox);
- this.panel1.Controls.Add(фамилияLabel);
- this.panel1.Controls.Add(this.фамилияTextBox);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.button1);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.textBox1);
- this.panel1.Controls.Add(label4);
- this.panel1.Controls.Add(this.textBox2);
- this.panel1.Controls.Add(label5);
- this.panel1.Controls.Add(this.textBox3);
- this.panel1.Controls.Add(label6);
- this.panel1.Controls.Add(this.textBox5);
- this.panel1.Controls.Add(наименование_услугиLabel);
- this.panel1.Controls.Add(this.наименование_услугиTextBox);
- this.panel1.Location = new System.Drawing.Point(12, 33);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(778, 405);
- this.panel1.TabIndex = 32;
- this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
- this.panel1.Resize += new System.EventHandler(this.panel1_Resize);
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::WindowsFormsApp16.Properties.Resources.beauty_logo;
- this.pictureBox1.Location = new System.Drawing.Point(602, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(176, 146);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 42;
- this.pictureBox1.TabStop = false;
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.button1.Location = new System.Drawing.Point(654, 357);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(105, 34);
- this.button1.TabIndex = 41;
- this.button1.Text = "Вернуться ";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click_1);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
- this.label2.Location = new System.Drawing.Point(2, 334);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(295, 17);
- this.label2.TabIndex = 40;
- this.label2.Text = "Итоговая цена с учетом скидки составляет";
- this.label2.Click += new System.EventHandler(this.label2_Click);
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(6, 357);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(185, 20);
- this.textBox1.TabIndex = 39;
- this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
- //
- // textBox2
- //
- this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Действующая_скидка", true));
- this.textBox2.Location = new System.Drawing.Point(6, 261);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(185, 20);
- this.textBox2.TabIndex = 38;
- //
- // serviceBindingSource
- //
- this.serviceBindingSource.DataMember = "Service";
- this.serviceBindingSource.DataSource = this.gayduk_pr2DataSet;
- //
- // gayduk_pr2DataSet
- //
- this.gayduk_pr2DataSet.DataSetName = "Gayduk_pr2DataSet";
- this.gayduk_pr2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // textBox3
- //
- this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Длительность", true));
- this.textBox3.Location = new System.Drawing.Point(6, 311);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(185, 20);
- this.textBox3.TabIndex = 36;
- this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
- //
- // textBox5
- //
- this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Стоимость", true));
- this.textBox5.Location = new System.Drawing.Point(7, 212);
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(185, 20);
- this.textBox5.TabIndex = 34;
- //
- // clientBindingSource
- //
- this.clientBindingSource.DataMember = "Client";
- this.clientBindingSource.DataSource = this.gayduk_pr2DataSet;
- //
- // наименование_услугиTextBox
- //
- this.наименование_услугиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Наименование_услуги", true));
- this.наименование_услугиTextBox.Location = new System.Drawing.Point(6, 166);
- this.наименование_услугиTextBox.Name = "наименование_услугиTextBox";
- this.наименование_услугиTextBox.Size = new System.Drawing.Size(316, 20);
- this.наименование_услугиTextBox.TabIndex = 32;
- this.наименование_услугиTextBox.TextChanged += new System.EventHandler(this.наименование_услугиTextBox_TextChanged);
- //
- // serviceTableAdapter
- //
- this.serviceTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.AttachedProductTableAdapter = null;
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ClientTableAdapter = this.clientTableAdapter;
- this.tableAdapterManager.DocumentByServiceTableAdapter = null;
- this.tableAdapterManager.GenderTableAdapter = this.genderTableAdapter;
- this.tableAdapterManager.ManufacturerTableAdapter = null;
- this.tableAdapterManager.ProductPhotoTableAdapter = null;
- this.tableAdapterManager.ProductSaleTableAdapter = null;
- this.tableAdapterManager.ProductTableAdapter = null;
- this.tableAdapterManager.ServiceclientTableAdapter = null;
- this.tableAdapterManager.ServicePhotoTableAdapter = null;
- this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter;
- this.tableAdapterManager.TagOfClientTableAdapter = null;
- this.tableAdapterManager.TagTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = WindowsFormsApp16.Gayduk_pr2DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.учеткаTableAdapter = null;
- //
- // clientTableAdapter
- //
- this.clientTableAdapter.ClearBeforeFill = true;
- //
- // genderTableAdapter
- //
- this.genderTableAdapter.ClearBeforeFill = true;
- //
- // serviceBindingNavigator
- //
- this.serviceBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
- this.serviceBindingNavigator.BindingSource = this.serviceBindingSource;
- this.serviceBindingNavigator.CountItem = this.bindingNavigatorCountItem;
- this.serviceBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
- this.serviceBindingNavigator.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.serviceBindingNavigatorSaveItem});
- this.serviceBindingNavigator.Location = new System.Drawing.Point(0, 0);
- this.serviceBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
- this.serviceBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
- this.serviceBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
- this.serviceBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
- this.serviceBindingNavigator.Name = "serviceBindingNavigator";
- this.serviceBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
- this.serviceBindingNavigator.Size = new System.Drawing.Size(802, 25);
- this.serviceBindingNavigator.TabIndex = 33;
- this.serviceBindingNavigator.Text = "bindingNavigator1";
- //
- // 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 = "Добавить";
- //
- // bindingNavigatorCountItem
- //
- this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
- this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
- this.bindingNavigatorCountItem.Text = "для {0}";
- this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
- //
- // 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 = "Удалить";
- //
- // 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 = "Текущее положение";
- //
- // bindingNavigatorSeparator1
- //
- this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
- 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 = "bindingNavigatorSeparator2";
- this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // serviceBindingNavigatorSaveItem
- //
- this.serviceBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.serviceBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("serviceBindingNavigatorSaveItem.Image")));
- this.serviceBindingNavigatorSaveItem.Name = "serviceBindingNavigatorSaveItem";
- this.serviceBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
- this.serviceBindingNavigatorSaveItem.Text = "Сохранить данные";
- this.serviceBindingNavigatorSaveItem.Click += new System.EventHandler(this.serviceBindingNavigatorSaveItem_Click);
- //
- // genderBindingSource
- //
- this.genderBindingSource.DataMember = "Gender";
- this.genderBindingSource.DataSource = this.gayduk_pr2DataSet;
- //
- // emailLabel
- //
- emailLabel.AutoSize = true;
- emailLabel.Location = new System.Drawing.Point(233, 67);
- emailLabel.Name = "emailLabel";
- emailLabel.Size = new System.Drawing.Size(32, 13);
- emailLabel.TabIndex = 53;
- emailLabel.Text = "Email";
- //
- // emailTextBox
- //
- this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Email", true));
- this.emailTextBox.Location = new System.Drawing.Point(236, 83);
- this.emailTextBox.Name = "emailTextBox";
- this.emailTextBox.Size = new System.Drawing.Size(212, 20);
- this.emailTextBox.TabIndex = 55;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(233, 6);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(100, 13);
- this.label3.TabIndex = 54;
- this.label3.Text = "Контакты клиента";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(10, 6);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(131, 13);
- this.label7.TabIndex = 52;
- this.label7.Text = "Личные данные клиента";
- //
- // телефонLabel
- //
- телефонLabel.AutoSize = true;
- телефонLabel.Location = new System.Drawing.Point(233, 28);
- телефонLabel.Name = "телефонLabel";
- телефонLabel.Size = new System.Drawing.Size(52, 13);
- телефонLabel.TabIndex = 50;
- телефонLabel.Text = "Телефон";
- //
- // телефонTextBox
- //
- this.телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Телефон", true));
- this.телефонTextBox.Location = new System.Drawing.Point(236, 44);
- this.телефонTextBox.Name = "телефонTextBox";
- this.телефонTextBox.Size = new System.Drawing.Size(212, 20);
- this.телефонTextBox.TabIndex = 51;
- //
- // отчествоLabel
- //
- отчествоLabel.AutoSize = true;
- отчествоLabel.Location = new System.Drawing.Point(8, 106);
- отчествоLabel.Name = "отчествоLabel";
- отчествоLabel.Size = new System.Drawing.Size(54, 13);
- отчествоLabel.TabIndex = 47;
- отчествоLabel.Text = "Отчество";
- //
- // отчествоTextBox
- //
- this.отчествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Отчество", true));
- this.отчествоTextBox.Location = new System.Drawing.Point(11, 122);
- this.отчествоTextBox.Name = "отчествоTextBox";
- this.отчествоTextBox.Size = new System.Drawing.Size(144, 20);
- this.отчествоTextBox.TabIndex = 49;
- //
- // имяLabel
- //
- имяLabel.AutoSize = true;
- имяLabel.Location = new System.Drawing.Point(8, 67);
- имяLabel.Name = "имяLabel";
- имяLabel.Size = new System.Drawing.Size(29, 13);
- имяLabel.TabIndex = 45;
- имяLabel.Text = "Имя";
- //
- // имяTextBox
- //
- this.имяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Имя", true));
- this.имяTextBox.Location = new System.Drawing.Point(11, 83);
- this.имяTextBox.Name = "имяTextBox";
- this.имяTextBox.Size = new System.Drawing.Size(144, 20);
- this.имяTextBox.TabIndex = 48;
- //
- // фамилияLabel
- //
- фамилияLabel.AutoSize = true;
- фамилияLabel.Location = new System.Drawing.Point(8, 28);
- фамилияLabel.Name = "фамилияLabel";
- фамилияLabel.Size = new System.Drawing.Size(56, 13);
- фамилияLabel.TabIndex = 44;
- фамилияLabel.Text = "Фамилия";
- //
- // фамилияTextBox
- //
- this.фамилияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Фамилия", true));
- this.фамилияTextBox.Location = new System.Drawing.Point(11, 44);
- this.фамилияTextBox.Name = "фамилияTextBox";
- this.фамилияTextBox.Size = new System.Drawing.Size(144, 20);
- this.фамилияTextBox.TabIndex = 46;
- //
- // button3
- //
- this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.button3.Location = new System.Drawing.Point(318, 350);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(111, 32);
- this.button3.TabIndex = 56;
- this.button3.Text = "Посчитать";
- this.button3.UseVisualStyleBackColor = false;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // textBox4
- //
- this.textBox4.Location = new System.Drawing.Point(496, 211);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(100, 20);
- this.textBox4.TabIndex = 57;
- //
- // Form3
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.ClientSize = new System.Drawing.Size(802, 450);
- this.Controls.Add(this.serviceBindingNavigator);
- this.Controls.Add(this.panel1);
- this.Controls.Add(стоимостьLabel);
- this.Name = "Form3";
- this.Text = "Form3";
- this.Load += new System.EventHandler(this.Form3_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gayduk_pr2DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.serviceBindingNavigator)).EndInit();
- this.serviceBindingNavigator.ResumeLayout(false);
- this.serviceBindingNavigator.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.genderBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private Gayduk_pr2DataSet gayduk_pr2DataSet;
- private System.Windows.Forms.BindingSource serviceBindingSource;
- private Gayduk_pr2DataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
- private Gayduk_pr2DataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.BindingNavigator serviceBindingNavigator;
- 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 serviceBindingNavigatorSaveItem;
- private Gayduk_pr2DataSetTableAdapters.GenderTableAdapter genderTableAdapter;
- private System.Windows.Forms.BindingSource genderBindingSource;
- private Gayduk_pr2DataSetTableAdapters.ClientTableAdapter clientTableAdapter;
- private System.Windows.Forms.BindingSource clientBindingSource;
- public System.Windows.Forms.Label label2;
- public System.Windows.Forms.TextBox textBox1;
- public System.Windows.Forms.TextBox textBox2;
- public System.Windows.Forms.TextBox textBox3;
- public System.Windows.Forms.TextBox textBox5;
- private System.Windows.Forms.TextBox наименование_услугиTextBox;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.TextBox emailTextBox;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox телефонTextBox;
- private System.Windows.Forms.TextBox отчествоTextBox;
- private System.Windows.Forms.TextBox имяTextBox;
- private System.Windows.Forms.TextBox фамилияTextBox;
- public System.Windows.Forms.Button button3;
- private System.Windows.Forms.TextBox textBox4;
- }
- }
|