|
@@ -36,12 +36,6 @@ namespace AvtoProkat06
|
|
|
this.prokatTableAdapter = new AvtoProkat06.Prokatavto06DataSetTableAdapters.ProkatTableAdapter();
|
|
|
this.tableAdapterManager = new AvtoProkat06.Prokatavto06DataSetTableAdapters.TableAdapterManager();
|
|
|
this.prokatDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.button1 = new System.Windows.Forms.Button();
|
|
|
- this.button5 = new System.Windows.Forms.Button();
|
|
|
- this.button3 = new System.Windows.Forms.Button();
|
|
|
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
- this.button2 = new System.Windows.Forms.Button();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Stoim = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -49,6 +43,13 @@ namespace AvtoProkat06
|
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Itogo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.button5 = new System.Windows.Forms.Button();
|
|
|
+ this.button3 = new System.Windows.Forms.Button();
|
|
|
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.button4 = new System.Windows.Forms.Button();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.prokatavto06DataSet)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.prokatBindingSource)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.prokatDataGridView)).BeginInit();
|
|
@@ -96,6 +97,61 @@ namespace AvtoProkat06
|
|
|
this.prokatDataGridView.Size = new System.Drawing.Size(757, 220);
|
|
|
this.prokatDataGridView.TabIndex = 1;
|
|
|
//
|
|
|
+ // dataGridViewTextBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "Kod prokata";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "Kod prokata";
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn1.Visible = false;
|
|
|
+ this.dataGridViewTextBoxColumn1.Width = 125;
|
|
|
+ //
|
|
|
+ // Stoim
|
|
|
+ //
|
|
|
+ this.Stoim.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.Stoim.DataPropertyName = "Stoimost odnogo dnya prokata";
|
|
|
+ this.Stoim.HeaderText = "Stoimost odnogo dnya prokata";
|
|
|
+ this.Stoim.Name = "Stoim";
|
|
|
+ this.Stoim.Width = 125;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "Data nachala prokata";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "Data nachala prokata";
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.Width = 125;
|
|
|
+ //
|
|
|
+ // kolvo12
|
|
|
+ //
|
|
|
+ this.kolvo12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.kolvo12.DataPropertyName = "Kolichestvo dnei prokata";
|
|
|
+ this.kolvo12.HeaderText = "Kolichestvo dnei prokata";
|
|
|
+ this.kolvo12.Name = "kolvo12";
|
|
|
+ this.kolvo12.Width = 125;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn5
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.dataGridViewTextBoxColumn5.DataPropertyName = "Kod klienta";
|
|
|
+ this.dataGridViewTextBoxColumn5.HeaderText = "Kod klienta";
|
|
|
+ this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
+ this.dataGridViewTextBoxColumn5.Width = 125;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn6
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.dataGridViewTextBoxColumn6.DataPropertyName = "Kod avto";
|
|
|
+ this.dataGridViewTextBoxColumn6.HeaderText = "Kod avto";
|
|
|
+ this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
+ this.dataGridViewTextBoxColumn6.Width = 125;
|
|
|
+ //
|
|
|
+ // Itogo
|
|
|
+ //
|
|
|
+ this.Itogo.HeaderText = "Itogo";
|
|
|
+ this.Itogo.Name = "Itogo";
|
|
|
+ //
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
@@ -169,60 +225,14 @@ namespace AvtoProkat06
|
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
//
|
|
|
- // dataGridViewTextBoxColumn1
|
|
|
- //
|
|
|
- this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.dataGridViewTextBoxColumn1.DataPropertyName = "Kod prokata";
|
|
|
- this.dataGridViewTextBoxColumn1.HeaderText = "Kod prokata";
|
|
|
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
- this.dataGridViewTextBoxColumn1.Visible = false;
|
|
|
- this.dataGridViewTextBoxColumn1.Width = 125;
|
|
|
- //
|
|
|
- // Stoim
|
|
|
- //
|
|
|
- this.Stoim.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.Stoim.DataPropertyName = "Stoimost odnogo dnya prokata";
|
|
|
- this.Stoim.HeaderText = "Stoimost odnogo dnya prokata";
|
|
|
- this.Stoim.Name = "Stoim";
|
|
|
- this.Stoim.Width = 125;
|
|
|
- //
|
|
|
- // dataGridViewTextBoxColumn3
|
|
|
- //
|
|
|
- this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.dataGridViewTextBoxColumn3.DataPropertyName = "Data nachala prokata";
|
|
|
- this.dataGridViewTextBoxColumn3.HeaderText = "Data nachala prokata";
|
|
|
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
- this.dataGridViewTextBoxColumn3.Width = 125;
|
|
|
- //
|
|
|
- // kolvo12
|
|
|
- //
|
|
|
- this.kolvo12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.kolvo12.DataPropertyName = "Kolichestvo dnei prokata";
|
|
|
- this.kolvo12.HeaderText = "Kolichestvo dnei prokata";
|
|
|
- this.kolvo12.Name = "kolvo12";
|
|
|
- this.kolvo12.Width = 125;
|
|
|
- //
|
|
|
- // dataGridViewTextBoxColumn5
|
|
|
- //
|
|
|
- this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.dataGridViewTextBoxColumn5.DataPropertyName = "Kod klienta";
|
|
|
- this.dataGridViewTextBoxColumn5.HeaderText = "Kod klienta";
|
|
|
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
- this.dataGridViewTextBoxColumn5.Width = 125;
|
|
|
- //
|
|
|
- // dataGridViewTextBoxColumn6
|
|
|
+ // button4
|
|
|
//
|
|
|
- this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.dataGridViewTextBoxColumn6.DataPropertyName = "Kod avto";
|
|
|
- this.dataGridViewTextBoxColumn6.HeaderText = "Kod avto";
|
|
|
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
- this.dataGridViewTextBoxColumn6.Width = 125;
|
|
|
- //
|
|
|
- // Itogo
|
|
|
- //
|
|
|
- this.Itogo.HeaderText = "Itogo";
|
|
|
- this.Itogo.Name = "Itogo";
|
|
|
+ this.button4.Location = new System.Drawing.Point(138, 321);
|
|
|
+ this.button4.Name = "button4";
|
|
|
+ this.button4.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button4.TabIndex = 20;
|
|
|
+ this.button4.Text = "button4";
|
|
|
+ this.button4.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// Prokat
|
|
|
//
|
|
@@ -230,6 +240,7 @@ namespace AvtoProkat06
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(216)))), ((int)(((byte)(220)))));
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
+ this.Controls.Add(this.button4);
|
|
|
this.Controls.Add(this.button2);
|
|
|
this.Controls.Add(this.button3);
|
|
|
this.Controls.Add(this.button5);
|
|
@@ -270,5 +281,6 @@ namespace AvtoProkat06
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Itogo;
|
|
|
+ private System.Windows.Forms.Button button4;
|
|
|
}
|
|
|
}
|