123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347 |
-
- namespace автопрокат
- {
- partial class Form2
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
- System.Windows.Forms.Label кодLabel;
- System.Windows.Forms.Label фИОLabel;
- System.Windows.Forms.Label серия_паспортаLabel;
- System.Windows.Forms.Label номер_паспортаLabel;
- this.button4 = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.автопрокатDataSet = new автопрокат.АвтопрокатDataSet();
- this.клиентBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.клиентTableAdapter = new автопрокат.АвтопрокатDataSetTableAdapters.КлиентTableAdapter();
- this.tableAdapterManager = new автопрокат.АвтопрокатDataSetTableAdapters.TableAdapterManager();
- this.клиентDataGridView = 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.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.кодTextBox = new System.Windows.Forms.TextBox();
- this.фИОTextBox = new System.Windows.Forms.TextBox();
- this.серия_паспортаTextBox = new System.Windows.Forms.TextBox();
- this.номер_паспортаTextBox = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- this.button6 = new System.Windows.Forms.Button();
- кодLabel = new System.Windows.Forms.Label();
- фИОLabel = new System.Windows.Forms.Label();
- серия_паспортаLabel = new System.Windows.Forms.Label();
- номер_паспортаLabel = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.автопрокатDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.клиентBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.клиентDataGridView)).BeginInit();
- this.SuspendLayout();
- //
- // button4
- //
- this.button4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.button4.ForeColor = System.Drawing.Color.Black;
- this.button4.Location = new System.Drawing.Point(721, 11);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(66, 21);
- this.button4.TabIndex = 5;
- this.button4.Text = "Выход";
- this.button4.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click_1);
- //
- // panel1
- //
- this.panel1.AutoSize = true;
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(144)))), ((int)(((byte)(156)))));
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.button4);
- this.panel1.Location = new System.Drawing.Point(0, -2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(801, 100);
- this.panel1.TabIndex = 6;
- //
- // pictureBox1
- //
- this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(-1, -2);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(269, 97);
- this.pictureBox1.TabIndex = 6;
- this.pictureBox1.TabStop = false;
- //
- // автопрокатDataSet
- //
- this.автопрокатDataSet.DataSetName = "АвтопрокатDataSet";
- this.автопрокатDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // клиентBindingSource
- //
- this.клиентBindingSource.DataMember = "Клиент";
- this.клиентBindingSource.DataSource = this.автопрокатDataSet;
- //
- // клиентTableAdapter
- //
- this.клиентTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.UpdateOrder = автопрокат.АвтопрокатDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.АвтомобильTableAdapter = null;
- this.tableAdapterManager.КлиентTableAdapter = this.клиентTableAdapter;
- this.tableAdapterManager.ПрокатTableAdapter = null;
- //
- // клиентDataGridView
- //
- this.клиентDataGridView.AutoGenerateColumns = false;
- this.клиентDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.клиентDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn4});
- this.клиентDataGridView.DataSource = this.клиентBindingSource;
- this.клиентDataGridView.Location = new System.Drawing.Point(344, 104);
- this.клиентDataGridView.Name = "клиентDataGridView";
- this.клиентDataGridView.Size = new System.Drawing.Size(443, 271);
- this.клиентDataGridView.TabIndex = 7;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "код";
- this.dataGridViewTextBoxColumn1.HeaderText = "код";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "ФИО";
- this.dataGridViewTextBoxColumn2.HeaderText = "ФИО";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "Серия_паспорта";
- this.dataGridViewTextBoxColumn3.HeaderText = "Серия_паспорта";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "номер_паспорта";
- this.dataGridViewTextBoxColumn4.HeaderText = "номер_паспорта";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- //
- // кодLabel
- //
- кодLabel.AutoSize = true;
- кодLabel.Location = new System.Drawing.Point(109, 142);
- кодLabel.Name = "кодLabel";
- кодLabel.Size = new System.Drawing.Size(28, 13);
- кодLabel.TabIndex = 7;
- кодLabel.Text = "код:";
- кодLabel.Click += new System.EventHandler(this.кодLabel_Click);
- //
- // кодTextBox
- //
- this.кодTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "код", true));
- this.кодTextBox.Location = new System.Drawing.Point(156, 135);
- this.кодTextBox.Name = "кодTextBox";
- this.кодTextBox.Size = new System.Drawing.Size(100, 20);
- this.кодTextBox.TabIndex = 8;
- this.кодTextBox.TextChanged += new System.EventHandler(this.кодTextBox_TextChanged);
- //
- // фИОLabel
- //
- фИОLabel.AutoSize = true;
- фИОLabel.Location = new System.Drawing.Point(109, 173);
- фИОLabel.Name = "фИОLabel";
- фИОLabel.Size = new System.Drawing.Size(37, 13);
- фИОLabel.TabIndex = 8;
- фИОLabel.Text = "ФИО:";
- //
- // фИОTextBox
- //
- this.фИОTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "ФИО", true));
- this.фИОTextBox.Location = new System.Drawing.Point(156, 170);
- this.фИОTextBox.Name = "фИОTextBox";
- this.фИОTextBox.Size = new System.Drawing.Size(100, 20);
- this.фИОTextBox.TabIndex = 9;
- //
- // серия_паспортаLabel
- //
- серия_паспортаLabel.AutoSize = true;
- серия_паспортаLabel.Location = new System.Drawing.Point(59, 219);
- серия_паспортаLabel.Name = "серия_паспортаLabel";
- серия_паспортаLabel.Size = new System.Drawing.Size(91, 13);
- серия_паспортаLabel.TabIndex = 9;
- серия_паспортаLabel.Text = "Серия паспорта:";
- //
- // серия_паспортаTextBox
- //
- this.серия_паспортаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Серия_паспорта", true));
- this.серия_паспортаTextBox.Location = new System.Drawing.Point(156, 212);
- this.серия_паспортаTextBox.Name = "серия_паспортаTextBox";
- this.серия_паспортаTextBox.Size = new System.Drawing.Size(100, 20);
- this.серия_паспортаTextBox.TabIndex = 10;
- //
- // номер_паспортаLabel
- //
- номер_паспортаLabel.AutoSize = true;
- номер_паспортаLabel.Location = new System.Drawing.Point(45, 257);
- номер_паспортаLabel.Name = "номер_паспортаLabel";
- номер_паспортаLabel.Size = new System.Drawing.Size(92, 13);
- номер_паспортаLabel.TabIndex = 10;
- номер_паспортаLabel.Text = "номер паспорта:";
- //
- // номер_паспортаTextBox
- //
- this.номер_паспортаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "номер_паспорта", true));
- this.номер_паспортаTextBox.Location = new System.Drawing.Point(156, 250);
- this.номер_паспортаTextBox.Name = "номер_паспортаTextBox";
- this.номер_паспортаTextBox.Size = new System.Drawing.Size(100, 20);
- this.номер_паспортаTextBox.TabIndex = 11;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(54, 324);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 12;
- this.button1.Text = "Добавить";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(192, 322);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(106, 26);
- this.button2.TabIndex = 13;
- this.button2.Text = "Удалить";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(131, 354);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 14;
- this.button3.Text = "Сохранить";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button5
- //
- this.button5.Location = new System.Drawing.Point(202, 398);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(75, 23);
- this.button5.TabIndex = 15;
- this.button5.Text = "Следующая";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // button6
- //
- this.button6.Location = new System.Drawing.Point(54, 398);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(92, 23);
- this.button6.TabIndex = 16;
- this.button6.Text = "Предыдушая";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // Form2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(234)))));
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.ClientSize = new System.Drawing.Size(791, 450);
- this.Controls.Add(this.button6);
- this.Controls.Add(this.button5);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(номер_паспортаLabel);
- this.Controls.Add(this.номер_паспортаTextBox);
- this.Controls.Add(серия_паспортаLabel);
- this.Controls.Add(this.серия_паспортаTextBox);
- this.Controls.Add(фИОLabel);
- this.Controls.Add(this.фИОTextBox);
- this.Controls.Add(кодLabel);
- this.Controls.Add(this.кодTextBox);
- this.Controls.Add(this.клиентDataGridView);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "Form2";
- this.Text = "Form2";
- this.Load += new System.EventHandler(this.Form2_Load);
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.автопрокатDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.клиентBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.клиентDataGridView)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private АвтопрокатDataSet автопрокатDataSet;
- private System.Windows.Forms.BindingSource клиентBindingSource;
- private АвтопрокатDataSetTableAdapters.КлиентTableAdapter клиентTableAdapter;
- private АвтопрокатDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.DataGridView клиентDataGridView;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.TextBox кодTextBox;
- private System.Windows.Forms.TextBox фИОTextBox;
- private System.Windows.Forms.TextBox серия_паспортаTextBox;
- private System.Windows.Forms.TextBox номер_паспортаTextBox;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button6;
- }
- }
|