123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486 |
-
- namespace Avtoprok
- {
- partial class Order
- {
- /// <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 iDLabel;
- System.Windows.Forms.Label date_orderLabel;
- System.Windows.Forms.Label orderTimeDayLabel;
- System.Windows.Forms.Label iD_ClientLabel;
- System.Windows.Forms.Label iD_CarLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Order));
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.button9 = new System.Windows.Forms.Button();
- this.button8 = new System.Windows.Forms.Button();
- this.button7 = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.comboBox2 = new System.Windows.Forms.ComboBox();
- this.order_BindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.avtodrive_02DataSet = new Avtoprok.Avtodrive_02DataSet();
- this.carBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.clientBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.orderTimeDayTextBox = new System.Windows.Forms.TextBox();
- this.date_orderDateTimePicker = new System.Windows.Forms.DateTimePicker();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.button4 = new System.Windows.Forms.Button();
- this.button6 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.order_DataGridView = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewComboBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewComboBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.order_TableAdapter = new Avtoprok.Avtodrive_02DataSetTableAdapters.Order_TableAdapter();
- this.tableAdapterManager = new Avtoprok.Avtodrive_02DataSetTableAdapters.TableAdapterManager();
- this.clientTableAdapter = new Avtoprok.Avtodrive_02DataSetTableAdapters.ClientTableAdapter();
- this.iDTextBox = new System.Windows.Forms.TextBox();
- this.carTableAdapter = new Avtoprok.Avtodrive_02DataSetTableAdapters.CarTableAdapter();
- iDLabel = new System.Windows.Forms.Label();
- date_orderLabel = new System.Windows.Forms.Label();
- orderTimeDayLabel = new System.Windows.Forms.Label();
- iD_ClientLabel = new System.Windows.Forms.Label();
- iD_CarLabel = new System.Windows.Forms.Label();
- this.groupBox4.SuspendLayout();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.order_BindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.avtodrive_02DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.carBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).BeginInit();
- this.groupBox3.SuspendLayout();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.order_DataGridView)).BeginInit();
- this.SuspendLayout();
- //
- // iDLabel
- //
- iDLabel.AutoSize = true;
- iDLabel.Location = new System.Drawing.Point(15, 13);
- iDLabel.Name = "iDLabel";
- iDLabel.Size = new System.Drawing.Size(21, 13);
- iDLabel.TabIndex = 23;
- iDLabel.Text = "ID:";
- //
- // date_orderLabel
- //
- date_orderLabel.AutoSize = true;
- date_orderLabel.Location = new System.Drawing.Point(41, 99);
- date_orderLabel.Name = "date_orderLabel";
- date_orderLabel.Size = new System.Drawing.Size(60, 13);
- date_orderLabel.TabIndex = 4;
- date_orderLabel.Text = "Date order:";
- //
- // orderTimeDayLabel
- //
- orderTimeDayLabel.AutoSize = true;
- orderTimeDayLabel.Location = new System.Drawing.Point(17, 124);
- orderTimeDayLabel.Name = "orderTimeDayLabel";
- orderTimeDayLabel.Size = new System.Drawing.Size(84, 13);
- orderTimeDayLabel.TabIndex = 6;
- orderTimeDayLabel.Text = "Order Time Day:";
- //
- // iD_ClientLabel
- //
- iD_ClientLabel.AutoSize = true;
- iD_ClientLabel.Location = new System.Drawing.Point(51, 45);
- iD_ClientLabel.Name = "iD_ClientLabel";
- iD_ClientLabel.Size = new System.Drawing.Size(50, 13);
- iD_ClientLabel.TabIndex = 7;
- iD_ClientLabel.Text = "ID Client:";
- //
- // iD_CarLabel
- //
- iD_CarLabel.AutoSize = true;
- iD_CarLabel.Location = new System.Drawing.Point(61, 72);
- iD_CarLabel.Name = "iD_CarLabel";
- iD_CarLabel.Size = new System.Drawing.Size(40, 13);
- iD_CarLabel.TabIndex = 8;
- iD_CarLabel.Text = "ID Car:";
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.button9);
- this.groupBox4.Controls.Add(this.button8);
- this.groupBox4.Controls.Add(this.button7);
- this.groupBox4.Location = new System.Drawing.Point(12, 226);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(289, 54);
- this.groupBox4.TabIndex = 22;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "Related forms";
- //
- // button9
- //
- this.button9.Location = new System.Drawing.Point(206, 19);
- this.button9.Name = "button9";
- this.button9.Size = new System.Drawing.Size(73, 23);
- this.button9.TabIndex = 2;
- this.button9.Text = "Car";
- this.button9.UseVisualStyleBackColor = true;
- this.button9.Click += new System.EventHandler(this.button9_Click);
- //
- // button8
- //
- this.button8.Location = new System.Drawing.Point(127, 19);
- this.button8.Name = "button8";
- this.button8.Size = new System.Drawing.Size(73, 23);
- this.button8.TabIndex = 1;
- this.button8.Text = "Client";
- this.button8.UseVisualStyleBackColor = true;
- this.button8.Click += new System.EventHandler(this.button8_Click);
- //
- // button7
- //
- this.button7.Location = new System.Drawing.Point(16, 19);
- this.button7.Name = "button7";
- this.button7.Size = new System.Drawing.Size(105, 23);
- this.button7.TabIndex = 0;
- this.button7.Text = "Back";
- this.button7.UseVisualStyleBackColor = true;
- this.button7.Click += new System.EventHandler(this.button7_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.comboBox2);
- this.groupBox1.Controls.Add(this.comboBox1);
- this.groupBox1.Controls.Add(iD_CarLabel);
- this.groupBox1.Controls.Add(iD_ClientLabel);
- this.groupBox1.Controls.Add(orderTimeDayLabel);
- this.groupBox1.Controls.Add(this.orderTimeDayTextBox);
- this.groupBox1.Controls.Add(date_orderLabel);
- this.groupBox1.Controls.Add(this.date_orderDateTimePicker);
- this.groupBox1.Location = new System.Drawing.Point(12, 36);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(289, 184);
- this.groupBox1.TabIndex = 19;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Data entry and editing";
- //
- // comboBox2
- //
- this.comboBox2.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.order_BindingSource, "ID_Car", true));
- this.comboBox2.DataSource = this.carBindingSource;
- this.comboBox2.DisplayMember = "Model";
- this.comboBox2.FormattingEnabled = true;
- this.comboBox2.Location = new System.Drawing.Point(107, 69);
- this.comboBox2.Name = "comboBox2";
- this.comboBox2.Size = new System.Drawing.Size(176, 21);
- this.comboBox2.TabIndex = 10;
- this.comboBox2.ValueMember = "ID";
- //
- // order_BindingSource
- //
- this.order_BindingSource.DataMember = "Order_";
- this.order_BindingSource.DataSource = this.avtodrive_02DataSet;
- //
- // avtodrive_02DataSet
- //
- this.avtodrive_02DataSet.DataSetName = "Avtodrive_02DataSet";
- this.avtodrive_02DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // carBindingSource
- //
- this.carBindingSource.DataMember = "Car";
- this.carBindingSource.DataSource = this.avtodrive_02DataSet;
- //
- // comboBox1
- //
- this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.order_BindingSource, "ID_Client", true));
- this.comboBox1.DataSource = this.clientBindingSource;
- this.comboBox1.DisplayMember = "FIO";
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(107, 42);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(176, 21);
- this.comboBox1.TabIndex = 9;
- this.comboBox1.ValueMember = "ID";
- //
- // clientBindingSource
- //
- this.clientBindingSource.DataMember = "Client";
- this.clientBindingSource.DataSource = this.avtodrive_02DataSet;
- //
- // orderTimeDayTextBox
- //
- this.orderTimeDayTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.order_BindingSource, "OrderTimeDay", true));
- this.orderTimeDayTextBox.Location = new System.Drawing.Point(107, 121);
- this.orderTimeDayTextBox.Name = "orderTimeDayTextBox";
- this.orderTimeDayTextBox.Size = new System.Drawing.Size(176, 20);
- this.orderTimeDayTextBox.TabIndex = 7;
- //
- // date_orderDateTimePicker
- //
- this.date_orderDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.order_BindingSource, "Date_order", true));
- this.date_orderDateTimePicker.Location = new System.Drawing.Point(107, 95);
- this.date_orderDateTimePicker.Name = "date_orderDateTimePicker";
- this.date_orderDateTimePicker.Size = new System.Drawing.Size(176, 20);
- this.date_orderDateTimePicker.TabIndex = 5;
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.button4);
- this.groupBox3.Controls.Add(this.button6);
- this.groupBox3.Controls.Add(this.button5);
- this.groupBox3.Controls.Add(this.button3);
- this.groupBox3.Controls.Add(this.button2);
- this.groupBox3.Controls.Add(this.button1);
- this.groupBox3.Location = new System.Drawing.Point(307, 226);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(539, 54);
- this.groupBox3.TabIndex = 21;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "Data manipulation";
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(269, 19);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(30, 23);
- this.button4.TabIndex = 6;
- this.button4.Text = "х";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button6
- //
- this.button6.Location = new System.Drawing.Point(386, 19);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(75, 23);
- this.button6.TabIndex = 5;
- this.button6.Text = ">>";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // button5
- //
- this.button5.Location = new System.Drawing.Point(305, 19);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(75, 23);
- this.button5.TabIndex = 4;
- this.button5.Text = ">";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(241, 19);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(30, 23);
- this.button3.TabIndex = 2;
- this.button3.Text = "+";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(160, 19);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 1;
- this.button2.Text = "<";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(79, 19);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 0;
- this.button1.Text = "<<";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.order_DataGridView);
- this.groupBox2.Location = new System.Drawing.Point(307, 36);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(539, 184);
- this.groupBox2.TabIndex = 20;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "Viewing data";
- //
- // order_DataGridView
- //
- this.order_DataGridView.AllowUserToAddRows = false;
- this.order_DataGridView.AllowUserToDeleteRows = false;
- this.order_DataGridView.AutoGenerateColumns = false;
- this.order_DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.order_DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn4,
- this.dataGridViewTextBoxColumn5});
- this.order_DataGridView.DataSource = this.order_BindingSource;
- this.order_DataGridView.Location = new System.Drawing.Point(6, 18);
- this.order_DataGridView.Name = "order_DataGridView";
- this.order_DataGridView.ReadOnly = true;
- this.order_DataGridView.Size = new System.Drawing.Size(525, 160);
- this.order_DataGridView.TabIndex = 0;
- this.order_DataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.order_DataGridView_CellContentClick);
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "ID_Client";
- this.dataGridViewTextBoxColumn2.DataSource = this.clientBindingSource;
- this.dataGridViewTextBoxColumn2.DisplayMember = "FIO";
- this.dataGridViewTextBoxColumn2.HeaderText = "ID_Client";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.dataGridViewTextBoxColumn2.ValueMember = "ID";
- this.dataGridViewTextBoxColumn2.Width = 180;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "ID_Car";
- this.dataGridViewTextBoxColumn3.DataSource = this.carBindingSource;
- this.dataGridViewTextBoxColumn3.DisplayMember = "Model";
- this.dataGridViewTextBoxColumn3.HeaderText = "ID_Car";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.dataGridViewTextBoxColumn3.ValueMember = "ID";
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "Date_order";
- this.dataGridViewTextBoxColumn4.HeaderText = "Date_order";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "OrderTimeDay";
- this.dataGridViewTextBoxColumn5.HeaderText = "OrderTimeDay";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- //
- // order_TableAdapter
- //
- this.order_TableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.CarTableAdapter = null;
- this.tableAdapterManager.ClientTableAdapter = this.clientTableAdapter;
- this.tableAdapterManager.Order_TableAdapter = this.order_TableAdapter;
- this.tableAdapterManager.UpdateOrder = Avtoprok.Avtodrive_02DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- //
- // clientTableAdapter
- //
- this.clientTableAdapter.ClearBeforeFill = true;
- //
- // iDTextBox
- //
- this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.order_BindingSource, "ID", true));
- this.iDTextBox.Location = new System.Drawing.Point(42, 10);
- this.iDTextBox.Name = "iDTextBox";
- this.iDTextBox.Size = new System.Drawing.Size(43, 20);
- this.iDTextBox.TabIndex = 24;
- //
- // carTableAdapter
- //
- this.carTableAdapter.ClearBeforeFill = true;
- //
- // Order
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(856, 295);
- this.Controls.Add(iDLabel);
- this.Controls.Add(this.iDTextBox);
- this.Controls.Add(this.groupBox4);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.groupBox2);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Order";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Order";
- this.Load += new System.EventHandler(this.Order_Load);
- this.groupBox4.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.order_BindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.avtodrive_02DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.carBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).EndInit();
- this.groupBox3.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.order_DataGridView)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.Button button8;
- private System.Windows.Forms.Button button7;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.GroupBox groupBox2;
- private Avtodrive_02DataSet avtodrive_02DataSet;
- private System.Windows.Forms.BindingSource order_BindingSource;
- private Avtodrive_02DataSetTableAdapters.Order_TableAdapter order_TableAdapter;
- private Avtodrive_02DataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.TextBox iDTextBox;
- private Avtodrive_02DataSetTableAdapters.ClientTableAdapter clientTableAdapter;
- private System.Windows.Forms.BindingSource clientBindingSource;
- private System.Windows.Forms.TextBox orderTimeDayTextBox;
- private System.Windows.Forms.DateTimePicker date_orderDateTimePicker;
- private System.Windows.Forms.BindingSource carBindingSource;
- private Avtodrive_02DataSetTableAdapters.CarTableAdapter carTableAdapter;
- private System.Windows.Forms.Button button9;
- private System.Windows.Forms.DataGridView order_DataGridView;
- private System.Windows.Forms.ComboBox comboBox2;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- }
- }
|