namespace _02Trade { partial class ДобавлниеК { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label iDLabel; System.Windows.Forms.Label clientIDLabel; System.Windows.Forms.Label serviceIDLabel; System.Windows.Forms.Label startTimeLabel; System.Windows.Forms.Label commentLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ДобавлниеК)); 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.clientServiceBindingSource = new System.Windows.Forms.BindingSource(this.components); this.clientServiceTableAdapter = new _02Trade._02TradeDataSetTableAdapters.ClientServiceTableAdapter(); this.tableAdapterManager = new _02Trade._02TradeDataSetTableAdapters.TableAdapterManager(); this.startTimeDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.commentTextBox = new System.Windows.Forms.TextBox(); this.iDTextBox = new System.Windows.Forms.TextBox(); this.clientIDTextBox = new System.Windows.Forms.TextBox(); this.serviceIDTextBox = new System.Windows.Forms.TextBox(); this.button4 = new System.Windows.Forms.Button(); iDLabel = new System.Windows.Forms.Label(); clientIDLabel = new System.Windows.Forms.Label(); serviceIDLabel = new System.Windows.Forms.Label(); startTimeLabel = new System.Windows.Forms.Label(); commentLabel = 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.clientServiceBindingSource)).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)(204))); iDLabel.Location = new System.Drawing.Point(253, 129); iDLabel.Name = "iDLabel"; iDLabel.Size = new System.Drawing.Size(37, 23); iDLabel.TabIndex = 36; iDLabel.Text = "ID:"; // // clientIDLabel // clientIDLabel.AutoSize = true; clientIDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); clientIDLabel.Location = new System.Drawing.Point(253, 179); clientIDLabel.Name = "clientIDLabel"; clientIDLabel.Size = new System.Drawing.Size(80, 23); clientIDLabel.TabIndex = 37; clientIDLabel.Text = "Клиент:"; // // serviceIDLabel // serviceIDLabel.AutoSize = true; serviceIDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); serviceIDLabel.Location = new System.Drawing.Point(253, 233); serviceIDLabel.Name = "serviceIDLabel"; serviceIDLabel.Size = new System.Drawing.Size(75, 23); serviceIDLabel.TabIndex = 38; serviceIDLabel.Text = "Услуга:"; // // startTimeLabel // startTimeLabel.AutoSize = true; startTimeLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); startTimeLabel.Location = new System.Drawing.Point(253, 290); startTimeLabel.Name = "startTimeLabel"; startTimeLabel.Size = new System.Drawing.Size(71, 23); startTimeLabel.TabIndex = 39; startTimeLabel.Text = "Время:"; // // commentLabel // commentLabel.AutoSize = true; commentLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); commentLabel.Location = new System.Drawing.Point(253, 341); commentLabel.Name = "commentLabel"; commentLabel.Size = new System.Drawing.Size(135, 23); commentLabel.TabIndex = 40; commentLabel.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 = 3; // // 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(273, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(307, 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(509, 383); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(279, 204); this.panel4.TabIndex = 35; // // 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(40, 127); 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(51, 77); 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(17, 29); 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; // // clientServiceBindingSource // this.clientServiceBindingSource.DataMember = "ClientService"; this.clientServiceBindingSource.DataSource = this._02TradeDataSet; // // clientServiceTableAdapter // this.clientServiceTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.AttachedProductTableAdapter = null; this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.ClientServiceTableAdapter = this.clientServiceTableAdapter; 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 = null; this.tableAdapterManager.TagOfClientTableAdapter = null; this.tableAdapterManager.TagTableAdapter = null; this.tableAdapterManager.UpdateOrder = _02Trade._02TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UserTableTableAdapter = null; // // startTimeDateTimePicker // this.startTimeDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.clientServiceBindingSource, "StartTime", true)); this.startTimeDateTimePicker.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.startTimeDateTimePicker.Location = new System.Drawing.Point(509, 284); this.startTimeDateTimePicker.Name = "startTimeDateTimePicker"; this.startTimeDateTimePicker.Size = new System.Drawing.Size(100, 30); this.startTimeDateTimePicker.TabIndex = 40; // // commentTextBox // this.commentTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientServiceBindingSource, "Comment", true)); this.commentTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.commentTextBox.Location = new System.Drawing.Point(509, 338); this.commentTextBox.Name = "commentTextBox"; this.commentTextBox.Size = new System.Drawing.Size(100, 30); this.commentTextBox.TabIndex = 41; // // iDTextBox // this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientServiceBindingSource, "ID", true)); this.iDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.iDTextBox.Location = new System.Drawing.Point(509, 134); this.iDTextBox.Name = "iDTextBox"; this.iDTextBox.Size = new System.Drawing.Size(100, 30); this.iDTextBox.TabIndex = 45; // // clientIDTextBox // this.clientIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientServiceBindingSource, "ClientID", true)); this.clientIDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.clientIDTextBox.Location = new System.Drawing.Point(509, 184); this.clientIDTextBox.Name = "clientIDTextBox"; this.clientIDTextBox.Size = new System.Drawing.Size(100, 30); this.clientIDTextBox.TabIndex = 46; // // serviceIDTextBox // this.serviceIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientServiceBindingSource, "ServiceID", true)); this.serviceIDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.serviceIDTextBox.Location = new System.Drawing.Point(509, 238); this.serviceIDTextBox.Name = "serviceIDTextBox"; this.serviceIDTextBox.Size = new System.Drawing.Size(100, 30); this.serviceIDTextBox.TabIndex = 47; // // 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, 553); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(190, 34); this.button4.TabIndex = 48; this.button4.Text = "Запись клиента"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // ДобавлниеК // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(808, 607); this.Controls.Add(this.button4); this.Controls.Add(this.serviceIDTextBox); this.Controls.Add(this.clientIDTextBox); this.Controls.Add(this.iDTextBox); this.Controls.Add(commentLabel); this.Controls.Add(this.commentTextBox); this.Controls.Add(startTimeLabel); this.Controls.Add(this.startTimeDateTimePicker); this.Controls.Add(serviceIDLabel); this.Controls.Add(clientIDLabel); this.Controls.Add(iDLabel); this.Controls.Add(this.panel4); this.Controls.Add(this.panel2); this.Name = "ДобавлниеК"; this.Text = "ДобавлниеК"; this.Load += new System.EventHandler(this.ДобавлниеК_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.clientServiceBindingSource)).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 clientServiceBindingSource; private _02TradeDataSetTableAdapters.ClientServiceTableAdapter clientServiceTableAdapter; private _02TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.DateTimePicker startTimeDateTimePicker; private System.Windows.Forms.TextBox commentTextBox; private System.Windows.Forms.TextBox iDTextBox; private System.Windows.Forms.TextBox clientIDTextBox; private System.Windows.Forms.TextBox serviceIDTextBox; private System.Windows.Forms.Button button4; } }