namespace _02Trade { partial class Form1 { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.panel1 = new System.Windows.Forms.Panel(); this.Клиент = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.button1 = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this._02TradeDataSet = new _02Trade._02TradeDataSet(); this.roleTableBindingSource = new System.Windows.Forms.BindingSource(this.components); this.roleTableTableAdapter = new _02Trade._02TradeDataSetTableAdapters.RoleTableTableAdapter(); this.tableAdapterManager = new _02Trade._02TradeDataSetTableAdapters.TableAdapterManager(); this.userTableTableAdapter = new _02Trade._02TradeDataSetTableAdapters.UserTableTableAdapter(); this.userTableBindingSource = new System.Windows.Forms.BindingSource(this.components); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.roleTableBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.userTableBindingSource)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.Клиент); this.panel1.Controls.Add(this.radioButton1); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(800, 590); this.panel1.TabIndex = 0; // // Клиент // this.Клиент.AutoSize = true; this.Клиент.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Клиент.Location = new System.Drawing.Point(318, 252); this.Клиент.Name = "Клиент"; this.Клиент.Size = new System.Drawing.Size(140, 43); this.Клиент.TabIndex = 9; this.Клиент.TabStop = true; this.Клиент.Text = "Клиент"; this.Клиент.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.radioButton1.Location = new System.Drawing.Point(318, 172); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(261, 43); this.radioButton1.TabIndex = 8; this.radioButton1.TabStop = true; this.radioButton1.Text = "Администратор"; this.radioButton1.UseVisualStyleBackColor = true; // // button1 // this.button1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(354, 455); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(104, 47); this.button1.TabIndex = 5; this.button1.Text = "Войти"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // 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(800, 128); this.panel2.TabIndex = 0; // // 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(311, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(206, 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, 121); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // _02TradeDataSet // this._02TradeDataSet.DataSetName = "_02TradeDataSet"; this._02TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // roleTableBindingSource // this.roleTableBindingSource.DataMember = "RoleTable"; this.roleTableBindingSource.DataSource = this._02TradeDataSet; // // roleTableTableAdapter // this.roleTableTableAdapter.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 = this.roleTableTableAdapter; this.tableAdapterManager.ServicePhotoTableAdapter = null; this.tableAdapterManager.ServiceTableAdapter = null; this.tableAdapterManager.TagOfClientTableAdapter = null; this.tableAdapterManager.TagTableAdapter = null; this.tableAdapterManager.UpdateOrder = _02Trade._02TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UserTableTableAdapter = this.userTableTableAdapter; // // userTableTableAdapter // this.userTableTableAdapter.ClearBeforeFill = true; // // userTableBindingSource // this.userTableBindingSource.DataMember = "UserTable"; this.userTableBindingSource.DataSource = this._02TradeDataSet; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 590); this.Controls.Add(this.panel1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.roleTableBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.userTableBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private _02TradeDataSet _02TradeDataSet; private System.Windows.Forms.BindingSource roleTableBindingSource; private _02TradeDataSetTableAdapters.RoleTableTableAdapter roleTableTableAdapter; private _02TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager; private _02TradeDataSetTableAdapters.UserTableTableAdapter userTableTableAdapter; private System.Windows.Forms.BindingSource userTableBindingSource; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.RadioButton Клиент; } }