namespace Perevozki { partial class CreateOrder { /// /// 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 iDSotrLabel; System.Windows.Forms.Label statusLabel; System.Windows.Forms.Label dateNachalaLabel; System.Windows.Forms.Label dateOkonchaniaLabel; System.Windows.Forms.Label iDOrderLabel1; this.button1 = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.iDOrderDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.iDSotrDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.statusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dateNachalaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dateOkonchaniaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ordersBindingSource = new System.Windows.Forms.BindingSource(this.components); this.perevozkiBDDataSet = new Perevozki.PerevozkiBDDataSet(); this.ordersTableAdapter = new Perevozki.PerevozkiBDDataSetTableAdapters.OrdersTableAdapter(); this.tableAdapterManager = new Perevozki.PerevozkiBDDataSetTableAdapters.TableAdapterManager(); this.iDSotrTextBox = new System.Windows.Forms.TextBox(); this.statusTextBox = new System.Windows.Forms.TextBox(); this.dateNachalaDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.dateOkonchaniaDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.iDOrderTextBox = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); iDSotrLabel = new System.Windows.Forms.Label(); statusLabel = new System.Windows.Forms.Label(); dateNachalaLabel = new System.Windows.Forms.Label(); dateOkonchaniaLabel = new System.Windows.Forms.Label(); iDOrderLabel1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ordersBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.perevozkiBDDataSet)).BeginInit(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(387, 305); this.button1.Margin = new System.Windows.Forms.Padding(5); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(248, 51); this.button1.TabIndex = 4; this.button1.Text = "создать заказ"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.iDOrderDataGridViewTextBoxColumn, this.iDSotrDataGridViewTextBoxColumn, this.statusDataGridViewTextBoxColumn, this.dateNachalaDataGridViewTextBoxColumn, this.dateOkonchaniaDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.ordersBindingSource; this.dataGridView1.Location = new System.Drawing.Point(2, 14); this.dataGridView1.Margin = new System.Windows.Forms.Padding(5); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(633, 281); this.dataGridView1.TabIndex = 3; // // iDOrderDataGridViewTextBoxColumn // this.iDOrderDataGridViewTextBoxColumn.DataPropertyName = "IDOrder"; this.iDOrderDataGridViewTextBoxColumn.HeaderText = "IDOrder"; this.iDOrderDataGridViewTextBoxColumn.Name = "iDOrderDataGridViewTextBoxColumn"; // // iDSotrDataGridViewTextBoxColumn // this.iDSotrDataGridViewTextBoxColumn.DataPropertyName = "IDSotr"; this.iDSotrDataGridViewTextBoxColumn.HeaderText = "IDSotr"; this.iDSotrDataGridViewTextBoxColumn.Name = "iDSotrDataGridViewTextBoxColumn"; // // statusDataGridViewTextBoxColumn // this.statusDataGridViewTextBoxColumn.DataPropertyName = "Status"; this.statusDataGridViewTextBoxColumn.HeaderText = "Status"; this.statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn"; // // dateNachalaDataGridViewTextBoxColumn // this.dateNachalaDataGridViewTextBoxColumn.DataPropertyName = "DateNachala"; this.dateNachalaDataGridViewTextBoxColumn.HeaderText = "DateNachala"; this.dateNachalaDataGridViewTextBoxColumn.Name = "dateNachalaDataGridViewTextBoxColumn"; // // dateOkonchaniaDataGridViewTextBoxColumn // this.dateOkonchaniaDataGridViewTextBoxColumn.DataPropertyName = "DateOkonchania"; this.dateOkonchaniaDataGridViewTextBoxColumn.HeaderText = "DateOkonchania"; this.dateOkonchaniaDataGridViewTextBoxColumn.Name = "dateOkonchaniaDataGridViewTextBoxColumn"; // // ordersBindingSource // this.ordersBindingSource.DataMember = "Orders"; this.ordersBindingSource.DataSource = this.perevozkiBDDataSet; // // perevozkiBDDataSet // this.perevozkiBDDataSet.DataSetName = "PerevozkiBDDataSet"; this.perevozkiBDDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // ordersTableAdapter // this.ordersTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.OrdersTableAdapter = this.ordersTableAdapter; this.tableAdapterManager.PolzovateliTableAdapter = null; this.tableAdapterManager.SmeniTableAdapter = null; this.tableAdapterManager.SotrudnikiTableAdapter = null; this.tableAdapterManager.UpdateOrder = Perevozki.PerevozkiBDDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // iDSotrLabel // iDSotrLabel.AutoSize = true; iDSotrLabel.Location = new System.Drawing.Point(12, 346); iDSotrLabel.Name = "iDSotrLabel"; iDSotrLabel.Size = new System.Drawing.Size(70, 23); iDSotrLabel.TabIndex = 6; iDSotrLabel.Text = "IDSotr:"; // // iDSotrTextBox // this.iDSotrTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ordersBindingSource, "IDSotr", true)); this.iDSotrTextBox.Location = new System.Drawing.Point(156, 343); this.iDSotrTextBox.Name = "iDSotrTextBox"; this.iDSotrTextBox.Size = new System.Drawing.Size(200, 30); this.iDSotrTextBox.TabIndex = 7; // // statusLabel // statusLabel.AutoSize = true; statusLabel.Location = new System.Drawing.Point(12, 382); statusLabel.Name = "statusLabel"; statusLabel.Size = new System.Drawing.Size(63, 23); statusLabel.TabIndex = 8; statusLabel.Text = "Status:"; // // statusTextBox // this.statusTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ordersBindingSource, "Status", true)); this.statusTextBox.Location = new System.Drawing.Point(156, 379); this.statusTextBox.Name = "statusTextBox"; this.statusTextBox.Size = new System.Drawing.Size(200, 30); this.statusTextBox.TabIndex = 9; // // dateNachalaLabel // dateNachalaLabel.AutoSize = true; dateNachalaLabel.Location = new System.Drawing.Point(12, 419); dateNachalaLabel.Name = "dateNachalaLabel"; dateNachalaLabel.Size = new System.Drawing.Size(113, 23); dateNachalaLabel.TabIndex = 10; dateNachalaLabel.Text = "Date Nachala:"; // // dateNachalaDateTimePicker // this.dateNachalaDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.ordersBindingSource, "DateNachala", true)); this.dateNachalaDateTimePicker.Location = new System.Drawing.Point(156, 415); this.dateNachalaDateTimePicker.Name = "dateNachalaDateTimePicker"; this.dateNachalaDateTimePicker.Size = new System.Drawing.Size(200, 30); this.dateNachalaDateTimePicker.TabIndex = 11; // // dateOkonchaniaLabel // dateOkonchaniaLabel.AutoSize = true; dateOkonchaniaLabel.Location = new System.Drawing.Point(12, 455); dateOkonchaniaLabel.Name = "dateOkonchaniaLabel"; dateOkonchaniaLabel.Size = new System.Drawing.Size(138, 23); dateOkonchaniaLabel.TabIndex = 12; dateOkonchaniaLabel.Text = "Date Okonchania:"; // // dateOkonchaniaDateTimePicker // this.dateOkonchaniaDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.ordersBindingSource, "DateOkonchania", true)); this.dateOkonchaniaDateTimePicker.Location = new System.Drawing.Point(156, 451); this.dateOkonchaniaDateTimePicker.Name = "dateOkonchaniaDateTimePicker"; this.dateOkonchaniaDateTimePicker.Size = new System.Drawing.Size(200, 30); this.dateOkonchaniaDateTimePicker.TabIndex = 13; // // iDOrderLabel1 // iDOrderLabel1.AutoSize = true; iDOrderLabel1.Location = new System.Drawing.Point(12, 307); iDOrderLabel1.Name = "iDOrderLabel1"; iDOrderLabel1.Size = new System.Drawing.Size(82, 23); iDOrderLabel1.TabIndex = 13; iDOrderLabel1.Text = "IDOrder:"; // // iDOrderTextBox // this.iDOrderTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ordersBindingSource, "IDOrder", true)); this.iDOrderTextBox.Location = new System.Drawing.Point(156, 307); this.iDOrderTextBox.Name = "iDOrderTextBox"; this.iDOrderTextBox.Size = new System.Drawing.Size(200, 30); this.iDOrderTextBox.TabIndex = 14; // // button2 // this.button2.Location = new System.Drawing.Point(378, 391); this.button2.Margin = new System.Windows.Forms.Padding(5); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(248, 51); this.button2.TabIndex = 15; this.button2.Text = "создать заказ"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // CreateOrder // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 23F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(680, 552); this.Controls.Add(this.button2); this.Controls.Add(iDOrderLabel1); this.Controls.Add(this.iDOrderTextBox); this.Controls.Add(iDSotrLabel); this.Controls.Add(this.iDSotrTextBox); this.Controls.Add(statusLabel); this.Controls.Add(this.statusTextBox); this.Controls.Add(dateNachalaLabel); this.Controls.Add(this.dateNachalaDateTimePicker); this.Controls.Add(dateOkonchaniaLabel); this.Controls.Add(this.dateOkonchaniaDateTimePicker); this.Controls.Add(this.button1); this.Controls.Add(this.dataGridView1); this.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "CreateOrder"; this.Text = "CreateOrder"; this.Load += new System.EventHandler(this.CreateOrder_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ordersBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.perevozkiBDDataSet)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.DataGridView dataGridView1; private PerevozkiBDDataSet perevozkiBDDataSet; private System.Windows.Forms.BindingSource ordersBindingSource; private PerevozkiBDDataSetTableAdapters.OrdersTableAdapter ordersTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn iDOrderDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn iDSotrDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn dateNachalaDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn dateOkonchaniaDataGridViewTextBoxColumn; private PerevozkiBDDataSetTableAdapters.TableAdapterManager tableAdapterManager; public System.Windows.Forms.TextBox iDOrderTextBox; public System.Windows.Forms.TextBox iDSotrTextBox; public System.Windows.Forms.TextBox statusTextBox; public System.Windows.Forms.DateTimePicker dateNachalaDateTimePicker; public System.Windows.Forms.DateTimePicker dateOkonchaniaDateTimePicker; private System.Windows.Forms.Button button2; } }