123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- namespace WindowsFormsApp3
- {
- partial class Form2
- {
- /// <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();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.kalachyovaISP41DataSet = new WindowsFormsApp3.KalachyovaISP41DataSet();
- this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.serviceTableAdapter = new WindowsFormsApp3.KalachyovaISP41DataSetTableAdapters.serviceTableAdapter();
- 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.действующаяскидкаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.button1 = new System.Windows.Forms.Button();
- this.Удалить = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.button4 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kalachyovaISP41DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToDeleteRows = false;
- 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.действующаяскидкаDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.serviceBindingSource;
- this.dataGridView1.Location = new System.Drawing.Point(47, 43);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(643, 90);
- this.dataGridView1.TabIndex = 0;
- //
- // kalachyovaISP41DataSet
- //
- this.kalachyovaISP41DataSet.DataSetName = "KalachyovaISP41DataSet";
- this.kalachyovaISP41DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // serviceBindingSource
- //
- this.serviceBindingSource.DataMember = "service";
- this.serviceBindingSource.DataSource = this.kalachyovaISP41DataSet;
- //
- // serviceTableAdapter
- //
- this.serviceTableAdapter.ClearBeforeFill = true;
- //
- // наименованиеуслуги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";
- //
- // действующаяскидкаDataGridViewTextBoxColumn
- //
- this.действующаяскидкаDataGridViewTextBoxColumn.DataPropertyName = "Действующая_скидка";
- this.действующаяскидкаDataGridViewTextBoxColumn.HeaderText = "Действующая_скидка";
- this.действующаяскидкаDataGridViewTextBoxColumn.Name = "действующаяскидкаDataGridViewTextBoxColumn";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(47, 192);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 2;
- this.button1.Text = "Добавить";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // Удалить
- //
- this.Удалить.Location = new System.Drawing.Point(47, 252);
- this.Удалить.Name = "Удалить";
- this.Удалить.Size = new System.Drawing.Size(75, 23);
- this.Удалить.TabIndex = 3;
- this.Удалить.Text = "Удалить";
- this.Удалить.UseVisualStyleBackColor = true;
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(47, 311);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 4;
- this.button3.Text = "Сохранить";
- this.button3.UseVisualStyleBackColor = true;
- //
- // textBox1
- //
- this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Наименование_услуги", true));
- this.textBox1.Location = new System.Drawing.Point(260, 194);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(234, 20);
- this.textBox1.TabIndex = 5;
- //
- // textBox2
- //
- this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Главное_изображение", true));
- this.textBox2.Location = new System.Drawing.Point(260, 220);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(234, 20);
- this.textBox2.TabIndex = 6;
- //
- // textBox3
- //
- this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Длительность", true));
- this.textBox3.Location = new System.Drawing.Point(260, 255);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(234, 20);
- this.textBox3.TabIndex = 7;
- //
- // textBox4
- //
- this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Стоимость", true));
- this.textBox4.Location = new System.Drawing.Point(260, 294);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(234, 20);
- this.textBox4.TabIndex = 8;
- //
- // textBox5
- //
- this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Действующая_скидка", true));
- this.textBox5.Location = new System.Drawing.Point(260, 332);
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(234, 20);
- this.textBox5.TabIndex = 9;
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(635, 391);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(75, 23);
- this.button4.TabIndex = 13;
- this.button4.Text = "Заказы";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // Form2
- //
- 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(this.button4);
- this.Controls.Add(this.textBox5);
- this.Controls.Add(this.textBox4);
- this.Controls.Add(this.textBox3);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.Удалить);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.dataGridView1);
- this.Name = "Form2";
- this.Text = "Form2";
- this.Load += new System.EventHandler(this.Form2_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.kalachyovaISP41DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataGridView dataGridView1;
- private KalachyovaISP41DataSet kalachyovaISP41DataSet;
- private System.Windows.Forms.BindingSource serviceBindingSource;
- private KalachyovaISP41DataSetTableAdapters.serviceTableAdapter serviceTableAdapter;
- 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.DataGridViewTextBoxColumn действующаяскидкаDataGridViewTextBoxColumn;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button Удалить;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.TextBox textBox5;
- private System.Windows.Forms.Button button4;
- }
- }
|