123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
-
- namespace Brovi11
- {
- partial class AddM
- {
- /// <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 nameLabel;
- System.Windows.Forms.Label startDateLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddM));
- this.panel1 = new System.Windows.Forms.Panel();
- this.button9 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this._1Brovi11DataSet = new Brovi11._1Brovi11DataSet();
- this.manufacturerBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.manufacturerTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ManufacturerTableAdapter();
- this.tableAdapterManager = new Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager();
- this.nameTextBox = new System.Windows.Forms.TextBox();
- this.startDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
- this.panel6 = new System.Windows.Forms.Panel();
- this.button8 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- nameLabel = new System.Windows.Forms.Label();
- startDateLabel = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).BeginInit();
- this.panel6.SuspendLayout();
- this.SuspendLayout();
- //
- // nameLabel
- //
- nameLabel.AutoSize = true;
- nameLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- nameLabel.Location = new System.Drawing.Point(209, 186);
- nameLabel.Name = "nameLabel";
- nameLabel.Size = new System.Drawing.Size(146, 23);
- nameLabel.TabIndex = 4;
- nameLabel.Text = "Наименование:";
- //
- // startDateLabel
- //
- startDateLabel.AutoSize = true;
- startDateLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- startDateLabel.Location = new System.Drawing.Point(159, 250);
- startDateLabel.Name = "startDateLabel";
- startDateLabel.Size = new System.Drawing.Size(196, 23);
- startDateLabel.TabIndex = 5;
- startDateLabel.Text = "Дата начала работы:";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.panel1.Controls.Add(this.button9);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(800, 108);
- this.panel1.TabIndex = 3;
- //
- // button9
- //
- this.button9.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button9.Location = new System.Drawing.Point(867, 41);
- this.button9.Name = "button9";
- this.button9.Size = new System.Drawing.Size(133, 34);
- this.button9.TabIndex = 2;
- this.button9.Text = "Авторизация";
- this.button9.UseVisualStyleBackColor = true;
- //
- // 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(221, 37);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(429, 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(141, 102);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // _1Brovi11DataSet
- //
- this._1Brovi11DataSet.DataSetName = "_1Brovi11DataSet";
- this._1Brovi11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // manufacturerBindingSource
- //
- this.manufacturerBindingSource.DataMember = "Manufacturer";
- this.manufacturerBindingSource.DataSource = this._1Brovi11DataSet;
- //
- // manufacturerTableAdapter
- //
- this.manufacturerTableAdapter.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 = this.manufacturerTableAdapter;
- this.tableAdapterManager.ProductPhotoTableAdapter = null;
- this.tableAdapterManager.ProductSaleTableAdapter = null;
- this.tableAdapterManager.ProductTableAdapter = null;
- this.tableAdapterManager.ServicePhotoTableAdapter = null;
- this.tableAdapterManager.ServiceTableAdapter = null;
- this.tableAdapterManager.TagOfClientTableAdapter = null;
- this.tableAdapterManager.TagTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- //
- // nameTextBox
- //
- this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.manufacturerBindingSource, "Name", true));
- this.nameTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.nameTextBox.Location = new System.Drawing.Point(476, 183);
- this.nameTextBox.Name = "nameTextBox";
- this.nameTextBox.Size = new System.Drawing.Size(181, 30);
- this.nameTextBox.TabIndex = 5;
- //
- // startDateDateTimePicker
- //
- this.startDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.manufacturerBindingSource, "StartDate", true));
- this.startDateDateTimePicker.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.startDateDateTimePicker.Location = new System.Drawing.Point(476, 244);
- this.startDateDateTimePicker.Name = "startDateDateTimePicker";
- this.startDateDateTimePicker.Size = new System.Drawing.Size(181, 30);
- this.startDateDateTimePicker.TabIndex = 6;
- //
- // panel6
- //
- this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel6.Controls.Add(this.button8);
- this.panel6.Controls.Add(this.button5);
- this.panel6.Location = new System.Drawing.Point(476, 421);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(312, 118);
- this.panel6.TabIndex = 12;
- //
- // button8
- //
- this.button8.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button8.Location = new System.Drawing.Point(36, 7);
- this.button8.Name = "button8";
- this.button8.Size = new System.Drawing.Size(238, 45);
- this.button8.TabIndex = 4;
- this.button8.Text = "Добавить новую запись";
- this.button8.UseVisualStyleBackColor = true;
- this.button8.Click += new System.EventHandler(this.button8_Click);
- //
- // button5
- //
- this.button5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button5.Location = new System.Drawing.Point(71, 58);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(179, 45);
- this.button5.TabIndex = 3;
- this.button5.Text = "Сохранить запись";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_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(12, 494);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(238, 45);
- this.button1.TabIndex = 13;
- this.button1.Text = "Производители";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // AddM
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 551);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.panel6);
- this.Controls.Add(startDateLabel);
- this.Controls.Add(this.startDateDateTimePicker);
- this.Controls.Add(nameLabel);
- this.Controls.Add(this.nameTextBox);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "AddM";
- this.Text = "AddM";
- this.Load += new System.EventHandler(this.AddM_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).EndInit();
- this.panel6.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button button9;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private _1Brovi11DataSet _1Brovi11DataSet;
- private System.Windows.Forms.BindingSource manufacturerBindingSource;
- private _1Brovi11DataSetTableAdapters.ManufacturerTableAdapter manufacturerTableAdapter;
- private _1Brovi11DataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.TextBox nameTextBox;
- private System.Windows.Forms.DateTimePicker startDateDateTimePicker;
- private System.Windows.Forms.Panel panel6;
- private System.Windows.Forms.Button button8;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button1;
- }
- }
|