123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330 |
- namespace BB
- {
- partial class Главная
- {
- /// <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(Главная));
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label1 = new System.Windows.Forms.Label();
- this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.bB_PostanogovDataSet = new BB.BB_PostanogovDataSet();
- this.bBPostanogovDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.услугиBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.услугиTableAdapter = new BB.BB_PostanogovDataSetTableAdapters.УслугиTableAdapter();
- this.label2 = new System.Windows.Forms.Label();
- this.наименованиеуслугиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.длительностьDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.стоимостьрублейDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.действующаяскидкаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.услугиBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.услугиBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
- this.comboBox2 = new System.Windows.Forms.ComboBox();
- this.услугиBindingSource3 = new System.Windows.Forms.BindingSource(this.components);
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bB_PostanogovDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bBPostanogovDataSetBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
- this.SuspendLayout();
- //
- // pictureBox1
- //
- this.pictureBox1.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.ErrorImage")));
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(715, -4);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(78, 99);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 1;
- this.pictureBox1.TabStop = false;
- //
- // label1
- //
- this.label1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label1.Location = new System.Drawing.Point(99, 23);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(610, 23);
- this.label1.TabIndex = 2;
- this.label1.Text = "Добро пожаловать!";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // dataGridView1
- //
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.наименованиеуслугиDataGridViewTextBoxColumn,
- this.длительностьDataGridViewTextBoxColumn,
- this.стоимостьрублейDataGridViewTextBoxColumn,
- this.действующаяскидкаDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.услугиBindingSource;
- this.dataGridView1.Location = new System.Drawing.Point(11, 106);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(442, 212);
- this.dataGridView1.TabIndex = 3;
- //
- // bB_PostanogovDataSet
- //
- this.bB_PostanogovDataSet.DataSetName = "BB_PostanogovDataSet";
- this.bB_PostanogovDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // bBPostanogovDataSetBindingSource
- //
- this.bBPostanogovDataSetBindingSource.DataSource = this.bB_PostanogovDataSet;
- this.bBPostanogovDataSetBindingSource.Position = 0;
- //
- // услугиBindingSource
- //
- this.услугиBindingSource.DataMember = "Услуги";
- this.услугиBindingSource.DataSource = this.bBPostanogovDataSetBindingSource;
- //
- // услугиTableAdapter
- //
- this.услугиTableAdapter.ClearBeforeFill = true;
- //
- // label2
- //
- this.label2.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label2.Location = new System.Drawing.Point(-202, 72);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(610, 23);
- this.label2.TabIndex = 4;
- this.label2.Text = "Наши услуги";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // наименованиеуслугиDataGridViewTextBoxColumn
- //
- this.наименованиеуслугиDataGridViewTextBoxColumn.DataPropertyName = "Наименование_услуги";
- this.наименованиеуслугиDataGridViewTextBoxColumn.HeaderText = "Наименование_услуги";
- this.наименованиеуслугиDataGridViewTextBoxColumn.Name = "наименованиеуслугиDataGridViewTextBoxColumn";
- //
- // длительностьDataGridViewTextBoxColumn
- //
- this.длительностьDataGridViewTextBoxColumn.DataPropertyName = "Длительность";
- this.длительностьDataGridViewTextBoxColumn.HeaderText = "Длительность";
- this.длительностьDataGridViewTextBoxColumn.Name = "длительностьDataGridViewTextBoxColumn";
- //
- // стоимостьрублейDataGridViewTextBoxColumn
- //
- this.стоимостьрублейDataGridViewTextBoxColumn.DataPropertyName = "Стоимость_рублей";
- this.стоимостьрублейDataGridViewTextBoxColumn.HeaderText = "Стоимость_рублей";
- this.стоимостьрублейDataGridViewTextBoxColumn.Name = "стоимостьрублейDataGridViewTextBoxColumn";
- //
- // действующаяскидкаDataGridViewTextBoxColumn
- //
- this.действующаяскидкаDataGridViewTextBoxColumn.DataPropertyName = "Действующая_скидка";
- this.действующаяскидкаDataGridViewTextBoxColumn.HeaderText = "Действующая_скидка";
- this.действующаяскидкаDataGridViewTextBoxColumn.Name = "действующаяскидкаDataGridViewTextBoxColumn";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(12, 336);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(77, 13);
- this.label3.TabIndex = 5;
- this.label3.Text = "Наменование";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(43, 365);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(44, 13);
- this.label4.TabIndex = 6;
- this.label4.Text = "Скидка";
- //
- // comboBox1
- //
- this.comboBox1.DataSource = this.услугиBindingSource2;
- this.comboBox1.DisplayMember = "Наименование_услуги";
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(95, 333);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(358, 21);
- this.comboBox1.TabIndex = 9;
- //
- // услугиBindingSource1
- //
- this.услугиBindingSource1.DataMember = "Услуги";
- this.услугиBindingSource1.DataSource = this.bBPostanogovDataSetBindingSource;
- //
- // услугиBindingSource2
- //
- this.услугиBindingSource2.DataMember = "Услуги";
- this.услугиBindingSource2.DataSource = this.bBPostanogovDataSetBindingSource;
- //
- // comboBox2
- //
- this.comboBox2.DataSource = this.услугиBindingSource3;
- this.comboBox2.DisplayMember = "Действующая_скидка";
- this.comboBox2.FormattingEnabled = true;
- this.comboBox2.Location = new System.Drawing.Point(95, 362);
- this.comboBox2.Name = "comboBox2";
- this.comboBox2.Size = new System.Drawing.Size(357, 21);
- this.comboBox2.TabIndex = 10;
- //
- // услугиBindingSource3
- //
- this.услугиBindingSource3.DataMember = "Услуги";
- this.услугиBindingSource3.DataSource = this.bBPostanogovDataSetBindingSource;
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(470, 332);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(271, 23);
- this.button2.TabIndex = 12;
- this.button2.Text = "Показать всё";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(470, 361);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(132, 23);
- this.button3.TabIndex = 13;
- this.button3.Text = "Найти";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(608, 361);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(132, 23);
- this.button4.TabIndex = 14;
- this.button4.Text = "Закрыть";
- this.button4.UseVisualStyleBackColor = true;
- //
- // pictureBox2
- //
- this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
- this.pictureBox2.Location = new System.Drawing.Point(524, 213);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(269, 113);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox2.TabIndex = 15;
- this.pictureBox2.TabStop = false;
- //
- // pictureBox3
- //
- this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
- this.pictureBox3.Location = new System.Drawing.Point(470, 99);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new System.Drawing.Size(251, 108);
- this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox3.TabIndex = 16;
- this.pictureBox3.TabStop = false;
- //
- // Главная
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.LightPink;
- this.ClientSize = new System.Drawing.Size(821, 402);
- this.Controls.Add(this.pictureBox3);
- this.Controls.Add(this.pictureBox2);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.comboBox2);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.pictureBox1);
- this.Name = "Главная";
- this.Text = "Form2";
- this.Load += new System.EventHandler(this.Главная_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bB_PostanogovDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bBPostanogovDataSetBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.BindingSource bindingSource1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.BindingSource bBPostanogovDataSetBindingSource;
- private BB_PostanogovDataSet bB_PostanogovDataSet;
- private System.Windows.Forms.BindingSource услугиBindingSource;
- private BB_PostanogovDataSetTableAdapters.УслугиTableAdapter услугиTableAdapter;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеуслугиDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn длительностьDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn стоимостьрублейDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn действующаяскидкаDataGridViewTextBoxColumn;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.BindingSource услугиBindingSource1;
- private System.Windows.Forms.BindingSource услугиBindingSource2;
- private System.Windows.Forms.ComboBox comboBox2;
- private System.Windows.Forms.BindingSource услугиBindingSource3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.PictureBox pictureBox3;
- }
- }
|