123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498 |
-
- namespace Avtoprok
- {
- partial class Car
- {
- /// <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 modelLabel;
- System.Windows.Forms.Label colorLabel;
- System.Windows.Forms.Label carManufactureDateLabel;
- System.Windows.Forms.Label govermantNumberLabel;
- System.Windows.Forms.Label carInsuranceCostLabel;
- System.Windows.Forms.Label oneDayCostLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Car));
- this.avtodrive_02DataSet = new Avtoprok.Avtodrive_02DataSet();
- this.carBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.carTableAdapter = new Avtoprok.Avtodrive_02DataSetTableAdapters.CarTableAdapter();
- this.tableAdapterManager = new Avtoprok.Avtodrive_02DataSetTableAdapters.TableAdapterManager();
- this.iDTextBox = new System.Windows.Forms.TextBox();
- this.modelTextBox = new System.Windows.Forms.TextBox();
- this.colorTextBox = new System.Windows.Forms.TextBox();
- this.carManufactureDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
- this.govermantNumberTextBox = new System.Windows.Forms.TextBox();
- this.carInsuranceCostTextBox = new System.Windows.Forms.TextBox();
- this.oneDayCostTextBox = new System.Windows.Forms.TextBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.modelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.carManufactureDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.govermantNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.carInsuranceCostDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.oneDayCostDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.carBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- 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.groupBox4 = new System.Windows.Forms.GroupBox();
- this.button8 = new System.Windows.Forms.Button();
- this.button7 = new System.Windows.Forms.Button();
- iDLabel = new System.Windows.Forms.Label();
- modelLabel = new System.Windows.Forms.Label();
- colorLabel = new System.Windows.Forms.Label();
- carManufactureDateLabel = new System.Windows.Forms.Label();
- govermantNumberLabel = new System.Windows.Forms.Label();
- carInsuranceCostLabel = new System.Windows.Forms.Label();
- oneDayCostLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.avtodrive_02DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.carBindingSource)).BeginInit();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.carBindingSource1)).BeginInit();
- this.groupBox3.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.SuspendLayout();
- //
- // iDLabel
- //
- iDLabel.AutoSize = true;
- iDLabel.Location = new System.Drawing.Point(11, 12);
- iDLabel.Name = "iDLabel";
- iDLabel.Size = new System.Drawing.Size(21, 13);
- iDLabel.TabIndex = 1;
- iDLabel.Text = "ID:";
- //
- // modelLabel
- //
- modelLabel.AutoSize = true;
- modelLabel.Location = new System.Drawing.Point(88, 25);
- modelLabel.Name = "modelLabel";
- modelLabel.Size = new System.Drawing.Size(39, 13);
- modelLabel.TabIndex = 3;
- modelLabel.Text = "Model:";
- //
- // colorLabel
- //
- colorLabel.AutoSize = true;
- colorLabel.Location = new System.Drawing.Point(93, 51);
- colorLabel.Name = "colorLabel";
- colorLabel.Size = new System.Drawing.Size(34, 13);
- colorLabel.TabIndex = 5;
- colorLabel.Text = "Color:";
- //
- // carManufactureDateLabel
- //
- carManufactureDateLabel.AutoSize = true;
- carManufactureDateLabel.Location = new System.Drawing.Point(12, 78);
- carManufactureDateLabel.Name = "carManufactureDateLabel";
- carManufactureDateLabel.Size = new System.Drawing.Size(115, 13);
- carManufactureDateLabel.TabIndex = 7;
- carManufactureDateLabel.Text = "Car Manufacture Date:";
- //
- // govermantNumberLabel
- //
- govermantNumberLabel.AutoSize = true;
- govermantNumberLabel.Location = new System.Drawing.Point(25, 103);
- govermantNumberLabel.Name = "govermantNumberLabel";
- govermantNumberLabel.Size = new System.Drawing.Size(102, 13);
- govermantNumberLabel.TabIndex = 9;
- govermantNumberLabel.Text = "Govermant Number:";
- //
- // carInsuranceCostLabel
- //
- carInsuranceCostLabel.AutoSize = true;
- carInsuranceCostLabel.Location = new System.Drawing.Point(27, 129);
- carInsuranceCostLabel.Name = "carInsuranceCostLabel";
- carInsuranceCostLabel.Size = new System.Drawing.Size(100, 13);
- carInsuranceCostLabel.TabIndex = 11;
- carInsuranceCostLabel.Text = "Car Insurance Cost:";
- //
- // oneDayCostLabel
- //
- oneDayCostLabel.AutoSize = true;
- oneDayCostLabel.Location = new System.Drawing.Point(51, 155);
- oneDayCostLabel.Name = "oneDayCostLabel";
- oneDayCostLabel.Size = new System.Drawing.Size(76, 13);
- oneDayCostLabel.TabIndex = 13;
- oneDayCostLabel.Text = "One Day Cost:";
- //
- // 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;
- //
- // carTableAdapter
- //
- this.carTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.CarTableAdapter = this.carTableAdapter;
- this.tableAdapterManager.ClientTableAdapter = null;
- this.tableAdapterManager.Order_TableAdapter = null;
- this.tableAdapterManager.UpdateOrder = Avtoprok.Avtodrive_02DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- //
- // iDTextBox
- //
- this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.carBindingSource, "ID", true));
- this.iDTextBox.Location = new System.Drawing.Point(38, 9);
- this.iDTextBox.Name = "iDTextBox";
- this.iDTextBox.Size = new System.Drawing.Size(49, 20);
- this.iDTextBox.TabIndex = 2;
- //
- // modelTextBox
- //
- this.modelTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.carBindingSource, "Model", true));
- this.modelTextBox.Location = new System.Drawing.Point(133, 22);
- this.modelTextBox.Name = "modelTextBox";
- this.modelTextBox.Size = new System.Drawing.Size(139, 20);
- this.modelTextBox.TabIndex = 4;
- //
- // colorTextBox
- //
- this.colorTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.carBindingSource, "Color", true));
- this.colorTextBox.Location = new System.Drawing.Point(133, 48);
- this.colorTextBox.Name = "colorTextBox";
- this.colorTextBox.Size = new System.Drawing.Size(139, 20);
- this.colorTextBox.TabIndex = 6;
- //
- // carManufactureDateDateTimePicker
- //
- this.carManufactureDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.carBindingSource, "CarManufactureDate", true));
- this.carManufactureDateDateTimePicker.Location = new System.Drawing.Point(133, 74);
- this.carManufactureDateDateTimePicker.Name = "carManufactureDateDateTimePicker";
- this.carManufactureDateDateTimePicker.Size = new System.Drawing.Size(139, 20);
- this.carManufactureDateDateTimePicker.TabIndex = 8;
- //
- // govermantNumberTextBox
- //
- this.govermantNumberTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.carBindingSource, "GovermantNumber", true));
- this.govermantNumberTextBox.Location = new System.Drawing.Point(133, 100);
- this.govermantNumberTextBox.Name = "govermantNumberTextBox";
- this.govermantNumberTextBox.Size = new System.Drawing.Size(139, 20);
- this.govermantNumberTextBox.TabIndex = 10;
- //
- // carInsuranceCostTextBox
- //
- this.carInsuranceCostTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.carBindingSource, "CarInsuranceCost", true));
- this.carInsuranceCostTextBox.Location = new System.Drawing.Point(133, 126);
- this.carInsuranceCostTextBox.Name = "carInsuranceCostTextBox";
- this.carInsuranceCostTextBox.Size = new System.Drawing.Size(139, 20);
- this.carInsuranceCostTextBox.TabIndex = 12;
- //
- // oneDayCostTextBox
- //
- this.oneDayCostTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.carBindingSource, "OneDayCost", true));
- this.oneDayCostTextBox.Location = new System.Drawing.Point(133, 152);
- this.oneDayCostTextBox.Name = "oneDayCostTextBox";
- this.oneDayCostTextBox.Size = new System.Drawing.Size(139, 20);
- this.oneDayCostTextBox.TabIndex = 14;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(carManufactureDateLabel);
- this.groupBox1.Controls.Add(oneDayCostLabel);
- this.groupBox1.Controls.Add(this.modelTextBox);
- this.groupBox1.Controls.Add(this.oneDayCostTextBox);
- this.groupBox1.Controls.Add(modelLabel);
- this.groupBox1.Controls.Add(carInsuranceCostLabel);
- this.groupBox1.Controls.Add(this.colorTextBox);
- this.groupBox1.Controls.Add(this.carInsuranceCostTextBox);
- this.groupBox1.Controls.Add(colorLabel);
- this.groupBox1.Controls.Add(govermantNumberLabel);
- this.groupBox1.Controls.Add(this.carManufactureDateDateTimePicker);
- this.groupBox1.Controls.Add(this.govermantNumberTextBox);
- this.groupBox1.Location = new System.Drawing.Point(11, 35);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(289, 190);
- this.groupBox1.TabIndex = 15;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Data entry and editing";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.dataGridView1);
- this.groupBox2.Location = new System.Drawing.Point(306, 35);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(656, 190);
- this.groupBox2.TabIndex = 16;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "Viewing data";
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.modelDataGridViewTextBoxColumn,
- this.colorDataGridViewTextBoxColumn,
- this.carManufactureDateDataGridViewTextBoxColumn,
- this.govermantNumberDataGridViewTextBoxColumn,
- this.carInsuranceCostDataGridViewTextBoxColumn,
- this.oneDayCostDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.carBindingSource1;
- this.dataGridView1.Location = new System.Drawing.Point(6, 18);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.Size = new System.Drawing.Size(644, 154);
- this.dataGridView1.TabIndex = 0;
- //
- // modelDataGridViewTextBoxColumn
- //
- this.modelDataGridViewTextBoxColumn.DataPropertyName = "Model";
- this.modelDataGridViewTextBoxColumn.HeaderText = "Model";
- this.modelDataGridViewTextBoxColumn.Name = "modelDataGridViewTextBoxColumn";
- this.modelDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // colorDataGridViewTextBoxColumn
- //
- this.colorDataGridViewTextBoxColumn.DataPropertyName = "Color";
- this.colorDataGridViewTextBoxColumn.HeaderText = "Color";
- this.colorDataGridViewTextBoxColumn.Name = "colorDataGridViewTextBoxColumn";
- this.colorDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // carManufactureDateDataGridViewTextBoxColumn
- //
- this.carManufactureDateDataGridViewTextBoxColumn.DataPropertyName = "CarManufactureDate";
- this.carManufactureDateDataGridViewTextBoxColumn.HeaderText = "CarManufactureDate";
- this.carManufactureDateDataGridViewTextBoxColumn.Name = "carManufactureDateDataGridViewTextBoxColumn";
- this.carManufactureDateDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // govermantNumberDataGridViewTextBoxColumn
- //
- this.govermantNumberDataGridViewTextBoxColumn.DataPropertyName = "GovermantNumber";
- this.govermantNumberDataGridViewTextBoxColumn.HeaderText = "GovermantNumber";
- this.govermantNumberDataGridViewTextBoxColumn.Name = "govermantNumberDataGridViewTextBoxColumn";
- this.govermantNumberDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // carInsuranceCostDataGridViewTextBoxColumn
- //
- this.carInsuranceCostDataGridViewTextBoxColumn.DataPropertyName = "CarInsuranceCost";
- this.carInsuranceCostDataGridViewTextBoxColumn.HeaderText = "CarInsuranceCost";
- this.carInsuranceCostDataGridViewTextBoxColumn.Name = "carInsuranceCostDataGridViewTextBoxColumn";
- this.carInsuranceCostDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // oneDayCostDataGridViewTextBoxColumn
- //
- this.oneDayCostDataGridViewTextBoxColumn.DataPropertyName = "OneDayCost";
- this.oneDayCostDataGridViewTextBoxColumn.HeaderText = "OneDayCost";
- this.oneDayCostDataGridViewTextBoxColumn.Name = "oneDayCostDataGridViewTextBoxColumn";
- this.oneDayCostDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // carBindingSource1
- //
- this.carBindingSource1.DataMember = "Car";
- this.carBindingSource1.DataSource = this.avtodrive_02DataSet;
- //
- // 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(306, 231);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(656, 54);
- this.groupBox3.TabIndex = 17;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "Data manipulation";
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(327, 17);
- 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(444, 17);
- 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(363, 17);
- 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(299, 17);
- 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(218, 17);
- 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(137, 17);
- 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);
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.button8);
- this.groupBox4.Controls.Add(this.button7);
- this.groupBox4.Location = new System.Drawing.Point(14, 231);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(288, 54);
- this.groupBox4.TabIndex = 18;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "Related forms";
- //
- // button8
- //
- this.button8.Location = new System.Drawing.Point(151, 19);
- this.button8.Name = "button8";
- this.button8.Size = new System.Drawing.Size(105, 23);
- this.button8.TabIndex = 1;
- this.button8.Text = "Order";
- this.button8.UseVisualStyleBackColor = true;
- this.button8.Click += new System.EventHandler(this.button8_Click);
- //
- // button7
- //
- this.button7.Location = new System.Drawing.Point(40, 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);
- //
- // Car
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(971, 294);
- this.Controls.Add(this.groupBox4);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(iDLabel);
- this.Controls.Add(this.iDTextBox);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Car";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Car";
- this.Load += new System.EventHandler(this.Car_Load);
- ((System.ComponentModel.ISupportInitialize)(this.avtodrive_02DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.carBindingSource)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.carBindingSource1)).EndInit();
- this.groupBox3.ResumeLayout(false);
- this.groupBox4.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Avtodrive_02DataSet avtodrive_02DataSet;
- private System.Windows.Forms.BindingSource carBindingSource;
- private Avtodrive_02DataSetTableAdapters.CarTableAdapter carTableAdapter;
- private Avtodrive_02DataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.TextBox iDTextBox;
- private System.Windows.Forms.TextBox modelTextBox;
- private System.Windows.Forms.TextBox colorTextBox;
- private System.Windows.Forms.DateTimePicker carManufactureDateDateTimePicker;
- private System.Windows.Forms.TextBox govermantNumberTextBox;
- private System.Windows.Forms.TextBox carInsuranceCostTextBox;
- private System.Windows.Forms.TextBox oneDayCostTextBox;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.DataGridViewTextBoxColumn modelDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn colorDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn carManufactureDateDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn govermantNumberDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn carInsuranceCostDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn oneDayCostDataGridViewTextBoxColumn;
- private System.Windows.Forms.BindingSource carBindingSource1;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.GroupBox groupBox4;
- 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.Button button8;
- private System.Windows.Forms.Button button7;
- private System.Windows.Forms.Button button4;
- }
- }
|