123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384 |
-
- namespace BeautySaloon
- {
- partial class ServiceEditForm
- {
- /// <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 titleLabel;
- System.Windows.Forms.Label costLabel;
- System.Windows.Forms.Label durationInSecondsLabel;
- System.Windows.Forms.Label descriptionLabel;
- System.Windows.Forms.Label discountLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceEditForm));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.beauty_saloonDataSet = new BeautySaloon.beauty_saloonDataSet();
- this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.serviceTableAdapter = new BeautySaloon.beauty_saloonDataSetTableAdapters.ServiceTableAdapter();
- this.tableAdapterManager = new BeautySaloon.beauty_saloonDataSetTableAdapters.TableAdapterManager();
- this.titleTextBox = new System.Windows.Forms.TextBox();
- this.costTextBox = new System.Windows.Forms.TextBox();
- this.durationInSecondsTextBox = new System.Windows.Forms.TextBox();
- this.descriptionTextBox = new System.Windows.Forms.TextBox();
- this.discountTextBox = new System.Windows.Forms.TextBox();
- this.PrevButton = new System.Windows.Forms.Button();
- this.nextButton = new System.Windows.Forms.Button();
- this.LastButton = new System.Windows.Forms.Button();
- this.FirstButton = new System.Windows.Forms.Button();
- this.DelButton = new System.Windows.Forms.Button();
- this.SaveButton = new System.Windows.Forms.Button();
- this.exitButton = new System.Windows.Forms.Button();
- this.AddButton = new System.Windows.Forms.Button();
- titleLabel = new System.Windows.Forms.Label();
- costLabel = new System.Windows.Forms.Label();
- durationInSecondsLabel = new System.Windows.Forms.Label();
- descriptionLabel = new System.Windows.Forms.Label();
- discountLabel = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.beauty_saloonDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // titleLabel
- //
- titleLabel.AutoSize = true;
- titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- titleLabel.Location = new System.Drawing.Point(12, 99);
- titleLabel.Name = "titleLabel";
- titleLabel.Size = new System.Drawing.Size(101, 23);
- titleLabel.TabIndex = 8;
- titleLabel.Text = "Название:";
- //
- // costLabel
- //
- costLabel.AutoSize = true;
- costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- costLabel.Location = new System.Drawing.Point(12, 152);
- costLabel.Name = "costLabel";
- costLabel.Size = new System.Drawing.Size(108, 23);
- costLabel.TabIndex = 10;
- costLabel.Text = "Стоимость:";
- //
- // durationInSecondsLabel
- //
- durationInSecondsLabel.AutoSize = true;
- durationInSecondsLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- durationInSecondsLabel.Location = new System.Drawing.Point(12, 215);
- durationInSecondsLabel.Name = "durationInSecondsLabel";
- durationInSecondsLabel.Size = new System.Drawing.Size(141, 23);
- durationInSecondsLabel.TabIndex = 12;
- durationInSecondsLabel.Text = "Длительность:";
- //
- // descriptionLabel
- //
- descriptionLabel.AutoSize = true;
- descriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- descriptionLabel.Location = new System.Drawing.Point(12, 274);
- descriptionLabel.Name = "descriptionLabel";
- descriptionLabel.Size = new System.Drawing.Size(103, 23);
- descriptionLabel.TabIndex = 14;
- descriptionLabel.Text = "Описание:";
- //
- // discountLabel
- //
- discountLabel.AutoSize = true;
- discountLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- discountLabel.Location = new System.Drawing.Point(12, 331);
- discountLabel.Name = "discountLabel";
- discountLabel.Size = new System.Drawing.Size(78, 23);
- discountLabel.TabIndex = 16;
- discountLabel.Text = "Скидка:";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.panel1.Controls.Add(this.label1);
- this.panel1.Location = new System.Drawing.Point(73, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(728, 79);
- this.panel1.TabIndex = 4;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(29, 23);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(205, 23);
- this.label1.TabIndex = 0;
- this.label1.Text = "Редактирование услуг";
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(-4, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(121, 85);
- this.pictureBox1.TabIndex = 5;
- this.pictureBox1.TabStop = false;
- //
- // beauty_saloonDataSet
- //
- this.beauty_saloonDataSet.DataSetName = "beauty_saloonDataSet";
- this.beauty_saloonDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // serviceBindingSource
- //
- this.serviceBindingSource.DataMember = "Service";
- this.serviceBindingSource.DataSource = this.beauty_saloonDataSet;
- //
- // serviceTableAdapter
- //
- this.serviceTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.AttachedProductTableAdapter = null;
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ClientServiceTableAdapter = null;
- this.tableAdapterManager.ClientTableAdapter = null;
- this.tableAdapterManager.DocumentByServiceTableAdapter = null;
- this.tableAdapterManager.GenderTableAdapter = null;
- this.tableAdapterManager.ManufacturerTableAdapter = null;
- this.tableAdapterManager.ProductPhotoTableAdapter = null;
- this.tableAdapterManager.ProductSaleTableAdapter = null;
- this.tableAdapterManager.ProductTableAdapter = null;
- this.tableAdapterManager.ServicePhotoTableAdapter = null;
- this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter;
- this.tableAdapterManager.TagOfClientTableAdapter = null;
- this.tableAdapterManager.TagTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = BeautySaloon.beauty_saloonDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- //
- // titleTextBox
- //
- this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Title", true));
- this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.titleTextBox.Location = new System.Drawing.Point(171, 96);
- this.titleTextBox.Name = "titleTextBox";
- this.titleTextBox.Size = new System.Drawing.Size(333, 30);
- this.titleTextBox.TabIndex = 9;
- //
- // costTextBox
- //
- this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Cost", true));
- this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.costTextBox.Location = new System.Drawing.Point(171, 149);
- this.costTextBox.Name = "costTextBox";
- this.costTextBox.Size = new System.Drawing.Size(333, 30);
- this.costTextBox.TabIndex = 11;
- //
- // durationInSecondsTextBox
- //
- this.durationInSecondsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "DurationInSeconds", true));
- this.durationInSecondsTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.durationInSecondsTextBox.Location = new System.Drawing.Point(171, 212);
- this.durationInSecondsTextBox.Name = "durationInSecondsTextBox";
- this.durationInSecondsTextBox.Size = new System.Drawing.Size(333, 30);
- this.durationInSecondsTextBox.TabIndex = 13;
- //
- // descriptionTextBox
- //
- this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Description", true));
- this.descriptionTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.descriptionTextBox.Location = new System.Drawing.Point(171, 271);
- this.descriptionTextBox.Name = "descriptionTextBox";
- this.descriptionTextBox.Size = new System.Drawing.Size(333, 30);
- this.descriptionTextBox.TabIndex = 15;
- //
- // discountTextBox
- //
- this.discountTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Discount", true));
- this.discountTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.discountTextBox.Location = new System.Drawing.Point(171, 328);
- this.discountTextBox.Name = "discountTextBox";
- this.discountTextBox.Size = new System.Drawing.Size(333, 30);
- this.discountTextBox.TabIndex = 17;
- //
- // PrevButton
- //
- this.PrevButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.PrevButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.PrevButton.Location = new System.Drawing.Point(203, 389);
- this.PrevButton.Name = "PrevButton";
- this.PrevButton.Size = new System.Drawing.Size(139, 39);
- this.PrevButton.TabIndex = 22;
- this.PrevButton.Text = "Предыдущее";
- this.PrevButton.UseVisualStyleBackColor = true;
- this.PrevButton.Click += new System.EventHandler(this.PrevButton_Click);
- //
- // nextButton
- //
- this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.nextButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.nextButton.Location = new System.Drawing.Point(16, 389);
- this.nextButton.Name = "nextButton";
- this.nextButton.Size = new System.Drawing.Size(139, 39);
- this.nextButton.TabIndex = 21;
- this.nextButton.Text = "Следующее";
- this.nextButton.UseVisualStyleBackColor = true;
- this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
- //
- // LastButton
- //
- this.LastButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.LastButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LastButton.Location = new System.Drawing.Point(203, 445);
- this.LastButton.Name = "LastButton";
- this.LastButton.Size = new System.Drawing.Size(139, 39);
- this.LastButton.TabIndex = 24;
- this.LastButton.Text = "Последняя";
- this.LastButton.UseVisualStyleBackColor = true;
- this.LastButton.Click += new System.EventHandler(this.LastButton_Click);
- //
- // FirstButton
- //
- this.FirstButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.FirstButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.FirstButton.Location = new System.Drawing.Point(15, 445);
- this.FirstButton.Name = "FirstButton";
- this.FirstButton.Size = new System.Drawing.Size(139, 39);
- this.FirstButton.TabIndex = 23;
- this.FirstButton.Text = "Первая";
- this.FirstButton.UseVisualStyleBackColor = true;
- this.FirstButton.Click += new System.EventHandler(this.FirstButton_Click);
- //
- // DelButton
- //
- this.DelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.DelButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.DelButton.Location = new System.Drawing.Point(377, 445);
- this.DelButton.Name = "DelButton";
- this.DelButton.Size = new System.Drawing.Size(139, 39);
- this.DelButton.TabIndex = 25;
- this.DelButton.Text = "Удалить";
- this.DelButton.UseVisualStyleBackColor = true;
- this.DelButton.Click += new System.EventHandler(this.DelButton_Click);
- //
- // SaveButton
- //
- this.SaveButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.SaveButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.SaveButton.Location = new System.Drawing.Point(377, 389);
- this.SaveButton.Name = "SaveButton";
- this.SaveButton.Size = new System.Drawing.Size(139, 39);
- this.SaveButton.TabIndex = 26;
- this.SaveButton.Text = "Сохранить";
- this.SaveButton.UseVisualStyleBackColor = true;
- this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
- //
- // exitButton
- //
- this.exitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.exitButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.exitButton.Location = new System.Drawing.Point(203, 502);
- this.exitButton.Name = "exitButton";
- this.exitButton.Size = new System.Drawing.Size(139, 39);
- this.exitButton.TabIndex = 27;
- this.exitButton.Text = "Назад";
- this.exitButton.UseVisualStyleBackColor = true;
- this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
- //
- // AddButton
- //
- this.AddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.AddButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.AddButton.Location = new System.Drawing.Point(16, 502);
- this.AddButton.Name = "AddButton";
- this.AddButton.Size = new System.Drawing.Size(139, 39);
- this.AddButton.TabIndex = 28;
- this.AddButton.Text = "Добавить";
- this.AddButton.UseVisualStyleBackColor = true;
- this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
- //
- // ServiceEditForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(528, 553);
- this.Controls.Add(this.AddButton);
- this.Controls.Add(this.exitButton);
- this.Controls.Add(this.SaveButton);
- this.Controls.Add(this.DelButton);
- this.Controls.Add(this.LastButton);
- this.Controls.Add(this.FirstButton);
- this.Controls.Add(this.PrevButton);
- this.Controls.Add(this.nextButton);
- this.Controls.Add(titleLabel);
- this.Controls.Add(this.titleTextBox);
- this.Controls.Add(costLabel);
- this.Controls.Add(this.costTextBox);
- this.Controls.Add(durationInSecondsLabel);
- this.Controls.Add(this.durationInSecondsTextBox);
- this.Controls.Add(descriptionLabel);
- this.Controls.Add(this.descriptionTextBox);
- this.Controls.Add(discountLabel);
- this.Controls.Add(this.discountTextBox);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.pictureBox1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "ServiceEditForm";
- this.Text = "Редактирование услуг";
- this.Load += new System.EventHandler(this.ServiceEditForm_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.beauty_saloonDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private beauty_saloonDataSet beauty_saloonDataSet;
- private System.Windows.Forms.BindingSource serviceBindingSource;
- private beauty_saloonDataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
- private beauty_saloonDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.TextBox titleTextBox;
- private System.Windows.Forms.TextBox costTextBox;
- private System.Windows.Forms.TextBox durationInSecondsTextBox;
- private System.Windows.Forms.TextBox descriptionTextBox;
- private System.Windows.Forms.TextBox discountTextBox;
- private System.Windows.Forms.Button PrevButton;
- private System.Windows.Forms.Button nextButton;
- private System.Windows.Forms.Button LastButton;
- private System.Windows.Forms.Button FirstButton;
- private System.Windows.Forms.Button DelButton;
- private System.Windows.Forms.Button SaveButton;
- private System.Windows.Forms.Button exitButton;
- private System.Windows.Forms.Button AddButton;
- }
- }
|