123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- namespace Digital_World_08
- {
- partial class SeeOrder
- {
- /// <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();
- this.digital_world_8DataSet1 = new Digital_World_08.digital_world_8DataSet1();
- this.orderBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.orderTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.OrderTableAdapter();
- this.tableAdapterManager = new Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager();
- this.order_by_clientsTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.order_by_clientsTableAdapter();
- this.order_by_clientsBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.order_by_clientsDataGridView = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.order_by_clientsBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.order_by_clientsDataGridView)).BeginInit();
- this.SuspendLayout();
- //
- // digital_world_8DataSet1
- //
- this.digital_world_8DataSet1.DataSetName = "digital_world_8DataSet1";
- this.digital_world_8DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // orderBindingSource
- //
- this.orderBindingSource.DataMember = "Order";
- this.orderBindingSource.DataSource = this.digital_world_8DataSet1;
- //
- // orderTableAdapter
- //
- this.orderTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ComponentsTableAdapter = null;
- this.tableAdapterManager.computer_assemblyTableAdapter = null;
- this.tableAdapterManager.order_by_clientsTableAdapter = this.order_by_clientsTableAdapter;
- this.tableAdapterManager.Order_statusTableAdapter = null;
- this.tableAdapterManager.OrderTableAdapter = this.orderTableAdapter;
- this.tableAdapterManager.Postavka_materialTableAdapter = null;
- this.tableAdapterManager.providerTableAdapter = null;
- this.tableAdapterManager.RoleTableAdapter = null;
- this.tableAdapterManager.unit_of_measurementTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UsersTableAdapter = null;
- //
- // order_by_clientsTableAdapter
- //
- this.order_by_clientsTableAdapter.ClearBeforeFill = true;
- //
- // order_by_clientsBindingSource
- //
- this.order_by_clientsBindingSource.DataMember = "order_by_clients";
- this.order_by_clientsBindingSource.DataSource = this.digital_world_8DataSet1;
- //
- // order_by_clientsDataGridView
- //
- this.order_by_clientsDataGridView.AutoGenerateColumns = false;
- this.order_by_clientsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.order_by_clientsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3});
- this.order_by_clientsDataGridView.DataSource = this.order_by_clientsBindingSource;
- this.order_by_clientsDataGridView.Dock = System.Windows.Forms.DockStyle.Top;
- this.order_by_clientsDataGridView.Location = new System.Drawing.Point(0, 0);
- this.order_by_clientsDataGridView.Name = "order_by_clientsDataGridView";
- this.order_by_clientsDataGridView.Size = new System.Drawing.Size(363, 220);
- this.order_by_clientsDataGridView.TabIndex = 0;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "Номер заказа";
- this.dataGridViewTextBoxColumn1.HeaderText = "Номер заказа";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "Пожелания";
- this.dataGridViewTextBoxColumn2.HeaderText = "Пожелания";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "Дата";
- this.dataGridViewTextBoxColumn3.HeaderText = "Дата";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- //
- // textBox1
- //
- this.textBox1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.textBox1.Location = new System.Drawing.Point(12, 281);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(339, 32);
- this.textBox1.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(44, 238);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(295, 23);
- this.label1.TabIndex = 2;
- this.label1.Text = "Отсортировать по номеру заказа";
- //
- // button1
- //
- this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.Location = new System.Drawing.Point(64, 330);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(222, 45);
- this.button1.TabIndex = 3;
- this.button1.Text = "Отсортировать";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(103, 382);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(138, 41);
- this.button2.TabIndex = 4;
- this.button2.Text = "закрыть";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // SeeOrder
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(363, 450);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.order_by_clientsDataGridView);
- this.Name = "SeeOrder";
- this.Text = "SeeOrder";
- this.Load += new System.EventHandler(this.SeeOrder_Load);
- ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.order_by_clientsBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.order_by_clientsDataGridView)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private digital_world_8DataSet1 digital_world_8DataSet1;
- private System.Windows.Forms.BindingSource orderBindingSource;
- private digital_world_8DataSet1TableAdapters.OrderTableAdapter orderTableAdapter;
- private digital_world_8DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
- private digital_world_8DataSet1TableAdapters.order_by_clientsTableAdapter order_by_clientsTableAdapter;
- private System.Windows.Forms.BindingSource order_by_clientsBindingSource;
- private System.Windows.Forms.DataGridView order_by_clientsDataGridView;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- }
- }
|