123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386 |
-
- namespace _02Trade
- {
- partial class Add
- {
- /// <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 iDLabel;
- 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.Windows.Forms.Label mainImagePathLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Add));
- this.panel2 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.panel4 = new System.Windows.Forms.Panel();
- this.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this._02TradeDataSet = new _02Trade._02TradeDataSet();
- this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.serviceTableAdapter = new _02Trade._02TradeDataSetTableAdapters.ServiceTableAdapter();
- this.tableAdapterManager = new _02Trade._02TradeDataSetTableAdapters.TableAdapterManager();
- this.iDTextBox = new System.Windows.Forms.TextBox();
- 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.mainImagePathTextBox = new System.Windows.Forms.TextBox();
- this.button4 = new System.Windows.Forms.Button();
- iDLabel = new System.Windows.Forms.Label();
- 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();
- mainImagePathLabel = new System.Windows.Forms.Label();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.panel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // iDLabel
- //
- iDLabel.AutoSize = true;
- iDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- iDLabel.Location = new System.Drawing.Point(277, 128);
- iDLabel.Name = "iDLabel";
- iDLabel.Size = new System.Drawing.Size(37, 23);
- iDLabel.TabIndex = 35;
- iDLabel.Text = "ID:";
- //
- // titleLabel
- //
- titleLabel.AutoSize = true;
- titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- titleLabel.Location = new System.Drawing.Point(213, 168);
- titleLabel.Name = "titleLabel";
- titleLabel.Size = new System.Drawing.Size(101, 23);
- titleLabel.TabIndex = 36;
- titleLabel.Text = "Название:";
- //
- // costLabel
- //
- costLabel.AutoSize = true;
- costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- costLabel.Location = new System.Drawing.Point(206, 215);
- costLabel.Name = "costLabel";
- costLabel.Size = new System.Drawing.Size(108, 23);
- costLabel.TabIndex = 37;
- costLabel.Text = "Стоимость:";
- //
- // durationInSecondsLabel
- //
- durationInSecondsLabel.AutoSize = true;
- durationInSecondsLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- durationInSecondsLabel.Location = new System.Drawing.Point(73, 274);
- durationInSecondsLabel.Name = "durationInSecondsLabel";
- durationInSecondsLabel.Size = new System.Drawing.Size(241, 23);
- durationInSecondsLabel.TabIndex = 38;
- durationInSecondsLabel.Text = "Длительность в секундах:";
- //
- // descriptionLabel
- //
- descriptionLabel.AutoSize = true;
- descriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- descriptionLabel.Location = new System.Drawing.Point(211, 326);
- descriptionLabel.Name = "descriptionLabel";
- descriptionLabel.Size = new System.Drawing.Size(103, 23);
- descriptionLabel.TabIndex = 39;
- descriptionLabel.Text = "Описание:";
- //
- // discountLabel
- //
- discountLabel.AutoSize = true;
- discountLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- discountLabel.Location = new System.Drawing.Point(236, 378);
- discountLabel.Name = "discountLabel";
- discountLabel.Size = new System.Drawing.Size(78, 23);
- discountLabel.TabIndex = 40;
- discountLabel.Text = "Скидка:";
- //
- // mainImagePathLabel
- //
- mainImagePathLabel.AutoSize = true;
- mainImagePathLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- mainImagePathLabel.Location = new System.Drawing.Point(178, 425);
- mainImagePathLabel.Name = "mainImagePathLabel";
- mainImagePathLabel.Size = new System.Drawing.Size(136, 23);
- mainImagePathLabel.TabIndex = 41;
- mainImagePathLabel.Text = "Изображение:";
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel2.Controls.Add(this.label1);
- this.panel2.Controls.Add(this.pictureBox1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(808, 91);
- this.panel2.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(274, 30);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(284, 39);
- this.label1.TabIndex = 1;
- this.label1.Text = "Добавление услуг";
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(3, 3);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(153, 85);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel4.Controls.Add(this.button3);
- this.panel4.Controls.Add(this.button2);
- this.panel4.Controls.Add(this.button1);
- this.panel4.Location = new System.Drawing.Point(517, 470);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(279, 150);
- this.panel4.TabIndex = 34;
- //
- // button3
- //
- this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button3.Location = new System.Drawing.Point(43, 105);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(190, 34);
- this.button3.TabIndex = 2;
- this.button3.Text = "Сохранить запись";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button2
- //
- this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button2.Location = new System.Drawing.Point(54, 55);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(172, 34);
- this.button2.TabIndex = 1;
- this.button2.Text = "Удалить запись";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.Location = new System.Drawing.Point(20, 7);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(239, 34);
- this.button1.TabIndex = 0;
- this.button1.Text = "Добавить новую запись";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // _02TradeDataSet
- //
- this._02TradeDataSet.DataSetName = "_02TradeDataSet";
- this._02TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // serviceBindingSource
- //
- this.serviceBindingSource.DataMember = "Service";
- this.serviceBindingSource.DataSource = this._02TradeDataSet;
- //
- // serviceTableAdapter
- //
- this.serviceTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.AttachedProductTableAdapter = null;
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ClientServiceTableAdapter = null;
- this.tableAdapterManager.ClientTableTableAdapter = 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.RoleTableTableAdapter = null;
- this.tableAdapterManager.ServicePhotoTableAdapter = null;
- this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter;
- this.tableAdapterManager.TagOfClientTableAdapter = null;
- this.tableAdapterManager.TagTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = _02Trade._02TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UserTableTableAdapter = null;
- //
- // iDTextBox
- //
- this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "ID", true));
- this.iDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.iDTextBox.Location = new System.Drawing.Point(517, 125);
- this.iDTextBox.Name = "iDTextBox";
- this.iDTextBox.Size = new System.Drawing.Size(100, 30);
- this.iDTextBox.TabIndex = 36;
- //
- // 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)(0)));
- this.titleTextBox.Location = new System.Drawing.Point(517, 165);
- this.titleTextBox.Name = "titleTextBox";
- this.titleTextBox.Size = new System.Drawing.Size(100, 30);
- this.titleTextBox.TabIndex = 37;
- //
- // 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)(0)));
- this.costTextBox.Location = new System.Drawing.Point(517, 212);
- this.costTextBox.Name = "costTextBox";
- this.costTextBox.Size = new System.Drawing.Size(100, 30);
- this.costTextBox.TabIndex = 38;
- //
- // 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)(0)));
- this.durationInSecondsTextBox.Location = new System.Drawing.Point(517, 271);
- this.durationInSecondsTextBox.Name = "durationInSecondsTextBox";
- this.durationInSecondsTextBox.Size = new System.Drawing.Size(100, 30);
- this.durationInSecondsTextBox.TabIndex = 39;
- //
- // 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)(0)));
- this.descriptionTextBox.Location = new System.Drawing.Point(517, 323);
- this.descriptionTextBox.Name = "descriptionTextBox";
- this.descriptionTextBox.Size = new System.Drawing.Size(100, 30);
- this.descriptionTextBox.TabIndex = 40;
- //
- // 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)(0)));
- this.discountTextBox.Location = new System.Drawing.Point(517, 375);
- this.discountTextBox.Name = "discountTextBox";
- this.discountTextBox.Size = new System.Drawing.Size(100, 30);
- this.discountTextBox.TabIndex = 41;
- //
- // mainImagePathTextBox
- //
- this.mainImagePathTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "MainImagePath", true));
- this.mainImagePathTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.mainImagePathTextBox.Location = new System.Drawing.Point(517, 422);
- this.mainImagePathTextBox.Name = "mainImagePathTextBox";
- this.mainImagePathTextBox.Size = new System.Drawing.Size(100, 30);
- this.mainImagePathTextBox.TabIndex = 42;
- //
- // button4
- //
- this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button4.Location = new System.Drawing.Point(12, 586);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(144, 34);
- this.button4.TabIndex = 43;
- this.button4.Text = "Cписок услуг";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // Add
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(808, 632);
- this.Controls.Add(this.button4);
- this.Controls.Add(mainImagePathLabel);
- this.Controls.Add(this.mainImagePathTextBox);
- this.Controls.Add(discountLabel);
- this.Controls.Add(this.discountTextBox);
- this.Controls.Add(descriptionLabel);
- this.Controls.Add(this.descriptionTextBox);
- this.Controls.Add(durationInSecondsLabel);
- this.Controls.Add(this.durationInSecondsTextBox);
- this.Controls.Add(costLabel);
- this.Controls.Add(this.costTextBox);
- this.Controls.Add(titleLabel);
- this.Controls.Add(this.titleTextBox);
- this.Controls.Add(iDLabel);
- this.Controls.Add(this.iDTextBox);
- this.Controls.Add(this.panel4);
- this.Controls.Add(this.panel2);
- this.Name = "Add";
- this.Text = "Add";
- this.Load += new System.EventHandler(this.Add_Load);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.panel4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private _02TradeDataSet _02TradeDataSet;
- private System.Windows.Forms.BindingSource serviceBindingSource;
- private _02TradeDataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
- private _02TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.TextBox iDTextBox;
- 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.TextBox mainImagePathTextBox;
- private System.Windows.Forms.Button button4;
- }
- }
|