|
@@ -36,30 +36,85 @@ namespace AvtoProkat06
|
|
|
System.Windows.Forms.Label gos_nomer_avtoLabel;
|
|
|
System.Windows.Forms.Label strahovaya_stoimost_avtoLabel;
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.strahovaya_stoimost_avtoTextBox = new System.Windows.Forms.TextBox();
|
|
|
+ this.avtoBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.prokatavto06DataSet = new AvtoProkat06.Prokatavto06DataSet();
|
|
|
+ this.gos_nomer_avtoTextBox = new System.Windows.Forms.TextBox();
|
|
|
+ this.god_vipyska_avtoTextBox = new System.Windows.Forms.TextBox();
|
|
|
+ this.cvet_avtoTextBox = new System.Windows.Forms.TextBox();
|
|
|
+ this.model_avtoTextBox = new System.Windows.Forms.TextBox();
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
- this.prokatavto06DataSet = new AvtoProkat06.Prokatavto06DataSet();
|
|
|
- this.avtoBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
this.avtoTableAdapter = new AvtoProkat06.Prokatavto06DataSetTableAdapters.AvtoTableAdapter();
|
|
|
this.tableAdapterManager = new AvtoProkat06.Prokatavto06DataSetTableAdapters.TableAdapterManager();
|
|
|
- this.model_avtoTextBox = new System.Windows.Forms.TextBox();
|
|
|
- this.cvet_avtoTextBox = new System.Windows.Forms.TextBox();
|
|
|
- this.god_vipyska_avtoTextBox = new System.Windows.Forms.TextBox();
|
|
|
- this.gos_nomer_avtoTextBox = new System.Windows.Forms.TextBox();
|
|
|
- this.strahovaya_stoimost_avtoTextBox = new System.Windows.Forms.TextBox();
|
|
|
model_avtoLabel = new System.Windows.Forms.Label();
|
|
|
cvet_avtoLabel = new System.Windows.Forms.Label();
|
|
|
god_vipyska_avtoLabel = new System.Windows.Forms.Label();
|
|
|
gos_nomer_avtoLabel = new System.Windows.Forms.Label();
|
|
|
strahovaya_stoimost_avtoLabel = new System.Windows.Forms.Label();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.prokatavto06DataSet)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.avtoBindingSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.prokatavto06DataSet)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
+ // model_avtoLabel
|
|
|
+ //
|
|
|
+ model_avtoLabel.AutoSize = true;
|
|
|
+ model_avtoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
+ model_avtoLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(71)))), ((int)(((byte)(79)))));
|
|
|
+ model_avtoLabel.Location = new System.Drawing.Point(6, 53);
|
|
|
+ model_avtoLabel.Name = "model_avtoLabel";
|
|
|
+ model_avtoLabel.Size = new System.Drawing.Size(90, 20);
|
|
|
+ model_avtoLabel.TabIndex = 9;
|
|
|
+ model_avtoLabel.Text = "Model avto:";
|
|
|
+ //
|
|
|
+ // cvet_avtoLabel
|
|
|
+ //
|
|
|
+ cvet_avtoLabel.AutoSize = true;
|
|
|
+ cvet_avtoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
+ cvet_avtoLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(71)))), ((int)(((byte)(79)))));
|
|
|
+ cvet_avtoLabel.Location = new System.Drawing.Point(6, 101);
|
|
|
+ cvet_avtoLabel.Name = "cvet_avtoLabel";
|
|
|
+ cvet_avtoLabel.Size = new System.Drawing.Size(79, 20);
|
|
|
+ cvet_avtoLabel.TabIndex = 10;
|
|
|
+ cvet_avtoLabel.Text = "Cvet avto:";
|
|
|
+ //
|
|
|
+ // god_vipyska_avtoLabel
|
|
|
+ //
|
|
|
+ god_vipyska_avtoLabel.AutoSize = true;
|
|
|
+ god_vipyska_avtoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
+ god_vipyska_avtoLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(71)))), ((int)(((byte)(79)))));
|
|
|
+ god_vipyska_avtoLabel.Location = new System.Drawing.Point(6, 147);
|
|
|
+ god_vipyska_avtoLabel.Name = "god_vipyska_avtoLabel";
|
|
|
+ god_vipyska_avtoLabel.Size = new System.Drawing.Size(133, 20);
|
|
|
+ god_vipyska_avtoLabel.TabIndex = 11;
|
|
|
+ god_vipyska_avtoLabel.Text = "God vipyska avto:";
|
|
|
+ //
|
|
|
+ // gos_nomer_avtoLabel
|
|
|
+ //
|
|
|
+ gos_nomer_avtoLabel.AutoSize = true;
|
|
|
+ gos_nomer_avtoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
+ gos_nomer_avtoLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(71)))), ((int)(((byte)(79)))));
|
|
|
+ gos_nomer_avtoLabel.Location = new System.Drawing.Point(6, 189);
|
|
|
+ gos_nomer_avtoLabel.Name = "gos_nomer_avtoLabel";
|
|
|
+ gos_nomer_avtoLabel.Size = new System.Drawing.Size(126, 20);
|
|
|
+ gos_nomer_avtoLabel.TabIndex = 12;
|
|
|
+ gos_nomer_avtoLabel.Text = "Gos nomer avto:";
|
|
|
+ //
|
|
|
+ // strahovaya_stoimost_avtoLabel
|
|
|
+ //
|
|
|
+ strahovaya_stoimost_avtoLabel.AutoSize = true;
|
|
|
+ strahovaya_stoimost_avtoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
+ strahovaya_stoimost_avtoLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(71)))), ((int)(((byte)(79)))));
|
|
|
+ strahovaya_stoimost_avtoLabel.Location = new System.Drawing.Point(6, 234);
|
|
|
+ strahovaya_stoimost_avtoLabel.Name = "strahovaya_stoimost_avtoLabel";
|
|
|
+ strahovaya_stoimost_avtoLabel.Size = new System.Drawing.Size(188, 20);
|
|
|
+ strahovaya_stoimost_avtoLabel.TabIndex = 13;
|
|
|
+ strahovaya_stoimost_avtoLabel.Text = "strahovaya stoimost avto:";
|
|
|
+ //
|
|
|
// groupBox1
|
|
|
//
|
|
|
this.groupBox1.Controls.Add(strahovaya_stoimost_avtoLabel);
|
|
@@ -84,6 +139,61 @@ namespace AvtoProkat06
|
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "Добавление автомобиля";
|
|
|
//
|
|
|
+ // strahovaya_stoimost_avtoTextBox
|
|
|
+ //
|
|
|
+ this.strahovaya_stoimost_avtoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.avtoBindingSource, "strahovaya stoimost avto", true));
|
|
|
+ this.strahovaya_stoimost_avtoTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
+ this.strahovaya_stoimost_avtoTextBox.Location = new System.Drawing.Point(258, 236);
|
|
|
+ this.strahovaya_stoimost_avtoTextBox.Name = "strahovaya_stoimost_avtoTextBox";
|
|
|
+ this.strahovaya_stoimost_avtoTextBox.Size = new System.Drawing.Size(195, 26);
|
|
|
+ this.strahovaya_stoimost_avtoTextBox.TabIndex = 14;
|
|
|
+ //
|
|
|
+ // avtoBindingSource
|
|
|
+ //
|
|
|
+ this.avtoBindingSource.DataMember = "Avto";
|
|
|
+ this.avtoBindingSource.DataSource = this.prokatavto06DataSet;
|
|
|
+ //
|
|
|
+ // prokatavto06DataSet
|
|
|
+ //
|
|
|
+ this.prokatavto06DataSet.DataSetName = "Prokatavto06DataSet";
|
|
|
+ this.prokatavto06DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // gos_nomer_avtoTextBox
|
|
|
+ //
|
|
|
+ this.gos_nomer_avtoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.avtoBindingSource, "Gos nomer avto", true));
|
|
|
+ this.gos_nomer_avtoTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
+ this.gos_nomer_avtoTextBox.Location = new System.Drawing.Point(258, 191);
|
|
|
+ this.gos_nomer_avtoTextBox.Name = "gos_nomer_avtoTextBox";
|
|
|
+ this.gos_nomer_avtoTextBox.Size = new System.Drawing.Size(195, 26);
|
|
|
+ this.gos_nomer_avtoTextBox.TabIndex = 13;
|
|
|
+ //
|
|
|
+ // god_vipyska_avtoTextBox
|
|
|
+ //
|
|
|
+ this.god_vipyska_avtoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.avtoBindingSource, "God vipyska avto", true));
|
|
|
+ this.god_vipyska_avtoTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
+ this.god_vipyska_avtoTextBox.Location = new System.Drawing.Point(258, 149);
|
|
|
+ this.god_vipyska_avtoTextBox.Name = "god_vipyska_avtoTextBox";
|
|
|
+ this.god_vipyska_avtoTextBox.Size = new System.Drawing.Size(195, 26);
|
|
|
+ this.god_vipyska_avtoTextBox.TabIndex = 12;
|
|
|
+ //
|
|
|
+ // cvet_avtoTextBox
|
|
|
+ //
|
|
|
+ this.cvet_avtoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.avtoBindingSource, "Cvet avto", true));
|
|
|
+ this.cvet_avtoTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
+ this.cvet_avtoTextBox.Location = new System.Drawing.Point(258, 101);
|
|
|
+ this.cvet_avtoTextBox.Name = "cvet_avtoTextBox";
|
|
|
+ this.cvet_avtoTextBox.Size = new System.Drawing.Size(195, 26);
|
|
|
+ this.cvet_avtoTextBox.TabIndex = 11;
|
|
|
+ //
|
|
|
+ // model_avtoTextBox
|
|
|
+ //
|
|
|
+ this.model_avtoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.avtoBindingSource, "Model avto", true));
|
|
|
+ this.model_avtoTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
+ this.model_avtoTextBox.Location = new System.Drawing.Point(258, 53);
|
|
|
+ this.model_avtoTextBox.Name = "model_avtoTextBox";
|
|
|
+ this.model_avtoTextBox.Size = new System.Drawing.Size(195, 26);
|
|
|
+ this.model_avtoTextBox.TabIndex = 10;
|
|
|
+ //
|
|
|
// button3
|
|
|
//
|
|
|
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(190)))), ((int)(((byte)(197)))));
|
|
@@ -132,16 +242,6 @@ namespace AvtoProkat06
|
|
|
this.pictureBox1.TabIndex = 12;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
//
|
|
|
- // prokatavto06DataSet
|
|
|
- //
|
|
|
- this.prokatavto06DataSet.DataSetName = "Prokatavto06DataSet";
|
|
|
- this.prokatavto06DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
- //
|
|
|
- // avtoBindingSource
|
|
|
- //
|
|
|
- this.avtoBindingSource.DataMember = "Avto";
|
|
|
- this.avtoBindingSource.DataSource = this.prokatavto06DataSet;
|
|
|
- //
|
|
|
// avtoTableAdapter
|
|
|
//
|
|
|
this.avtoTableAdapter.ClearBeforeFill = true;
|
|
@@ -155,110 +255,11 @@ namespace AvtoProkat06
|
|
|
this.tableAdapterManager.StrahovkaTableAdapter = null;
|
|
|
this.tableAdapterManager.UpdateOrder = AvtoProkat06.Prokatavto06DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
|
|
//
|
|
|
- // model_avtoLabel
|
|
|
- //
|
|
|
- model_avtoLabel.AutoSize = true;
|
|
|
- model_avtoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
- model_avtoLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(71)))), ((int)(((byte)(79)))));
|
|
|
- model_avtoLabel.Location = new System.Drawing.Point(6, 53);
|
|
|
- model_avtoLabel.Name = "model_avtoLabel";
|
|
|
- model_avtoLabel.Size = new System.Drawing.Size(90, 20);
|
|
|
- model_avtoLabel.TabIndex = 9;
|
|
|
- model_avtoLabel.Text = "Model avto:";
|
|
|
- //
|
|
|
- // model_avtoTextBox
|
|
|
- //
|
|
|
- this.model_avtoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.avtoBindingSource, "Model avto", true));
|
|
|
- this.model_avtoTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
- this.model_avtoTextBox.Location = new System.Drawing.Point(258, 53);
|
|
|
- this.model_avtoTextBox.Name = "model_avtoTextBox";
|
|
|
- this.model_avtoTextBox.Size = new System.Drawing.Size(195, 26);
|
|
|
- this.model_avtoTextBox.TabIndex = 10;
|
|
|
- //
|
|
|
- // cvet_avtoLabel
|
|
|
- //
|
|
|
- cvet_avtoLabel.AutoSize = true;
|
|
|
- cvet_avtoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
- cvet_avtoLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(71)))), ((int)(((byte)(79)))));
|
|
|
- cvet_avtoLabel.Location = new System.Drawing.Point(6, 101);
|
|
|
- cvet_avtoLabel.Name = "cvet_avtoLabel";
|
|
|
- cvet_avtoLabel.Size = new System.Drawing.Size(79, 20);
|
|
|
- cvet_avtoLabel.TabIndex = 10;
|
|
|
- cvet_avtoLabel.Text = "Cvet avto:";
|
|
|
- //
|
|
|
- // cvet_avtoTextBox
|
|
|
- //
|
|
|
- this.cvet_avtoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.avtoBindingSource, "Cvet avto", true));
|
|
|
- this.cvet_avtoTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
- this.cvet_avtoTextBox.Location = new System.Drawing.Point(258, 101);
|
|
|
- this.cvet_avtoTextBox.Name = "cvet_avtoTextBox";
|
|
|
- this.cvet_avtoTextBox.Size = new System.Drawing.Size(195, 26);
|
|
|
- this.cvet_avtoTextBox.TabIndex = 11;
|
|
|
- //
|
|
|
- // god_vipyska_avtoLabel
|
|
|
- //
|
|
|
- god_vipyska_avtoLabel.AutoSize = true;
|
|
|
- god_vipyska_avtoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
- god_vipyska_avtoLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(71)))), ((int)(((byte)(79)))));
|
|
|
- god_vipyska_avtoLabel.Location = new System.Drawing.Point(6, 147);
|
|
|
- god_vipyska_avtoLabel.Name = "god_vipyska_avtoLabel";
|
|
|
- god_vipyska_avtoLabel.Size = new System.Drawing.Size(133, 20);
|
|
|
- god_vipyska_avtoLabel.TabIndex = 11;
|
|
|
- god_vipyska_avtoLabel.Text = "God vipyska avto:";
|
|
|
- //
|
|
|
- // god_vipyska_avtoTextBox
|
|
|
- //
|
|
|
- this.god_vipyska_avtoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.avtoBindingSource, "God vipyska avto", true));
|
|
|
- this.god_vipyska_avtoTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
- this.god_vipyska_avtoTextBox.Location = new System.Drawing.Point(258, 149);
|
|
|
- this.god_vipyska_avtoTextBox.Name = "god_vipyska_avtoTextBox";
|
|
|
- this.god_vipyska_avtoTextBox.Size = new System.Drawing.Size(195, 26);
|
|
|
- this.god_vipyska_avtoTextBox.TabIndex = 12;
|
|
|
- //
|
|
|
- // gos_nomer_avtoLabel
|
|
|
- //
|
|
|
- gos_nomer_avtoLabel.AutoSize = true;
|
|
|
- gos_nomer_avtoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
- gos_nomer_avtoLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(71)))), ((int)(((byte)(79)))));
|
|
|
- gos_nomer_avtoLabel.Location = new System.Drawing.Point(6, 189);
|
|
|
- gos_nomer_avtoLabel.Name = "gos_nomer_avtoLabel";
|
|
|
- gos_nomer_avtoLabel.Size = new System.Drawing.Size(126, 20);
|
|
|
- gos_nomer_avtoLabel.TabIndex = 12;
|
|
|
- gos_nomer_avtoLabel.Text = "Gos nomer avto:";
|
|
|
- //
|
|
|
- // gos_nomer_avtoTextBox
|
|
|
- //
|
|
|
- this.gos_nomer_avtoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.avtoBindingSource, "Gos nomer avto", true));
|
|
|
- this.gos_nomer_avtoTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
- this.gos_nomer_avtoTextBox.Location = new System.Drawing.Point(258, 191);
|
|
|
- this.gos_nomer_avtoTextBox.Name = "gos_nomer_avtoTextBox";
|
|
|
- this.gos_nomer_avtoTextBox.Size = new System.Drawing.Size(195, 26);
|
|
|
- this.gos_nomer_avtoTextBox.TabIndex = 13;
|
|
|
- //
|
|
|
- // strahovaya_stoimost_avtoLabel
|
|
|
- //
|
|
|
- strahovaya_stoimost_avtoLabel.AutoSize = true;
|
|
|
- strahovaya_stoimost_avtoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
- strahovaya_stoimost_avtoLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(71)))), ((int)(((byte)(79)))));
|
|
|
- strahovaya_stoimost_avtoLabel.Location = new System.Drawing.Point(6, 234);
|
|
|
- strahovaya_stoimost_avtoLabel.Name = "strahovaya_stoimost_avtoLabel";
|
|
|
- strahovaya_stoimost_avtoLabel.Size = new System.Drawing.Size(188, 20);
|
|
|
- strahovaya_stoimost_avtoLabel.TabIndex = 13;
|
|
|
- strahovaya_stoimost_avtoLabel.Text = "strahovaya stoimost avto:";
|
|
|
- //
|
|
|
- // strahovaya_stoimost_avtoTextBox
|
|
|
- //
|
|
|
- this.strahovaya_stoimost_avtoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.avtoBindingSource, "strahovaya stoimost avto", true));
|
|
|
- this.strahovaya_stoimost_avtoTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
|
- this.strahovaya_stoimost_avtoTextBox.Location = new System.Drawing.Point(258, 236);
|
|
|
- this.strahovaya_stoimost_avtoTextBox.Name = "strahovaya_stoimost_avtoTextBox";
|
|
|
- this.strahovaya_stoimost_avtoTextBox.Size = new System.Drawing.Size(195, 26);
|
|
|
- this.strahovaya_stoimost_avtoTextBox.TabIndex = 14;
|
|
|
- //
|
|
|
// Addavto
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
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(822, 519);
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
|
this.Controls.Add(this.groupBox1);
|
|
@@ -267,9 +268,9 @@ namespace AvtoProkat06
|
|
|
this.Load += new System.EventHandler(this.Addavto_Load);
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
this.groupBox1.PerformLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.prokatavto06DataSet)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.avtoBindingSource)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.prokatavto06DataSet)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|