123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- namespace ISP41Kholin
- {
- partial class Form4
- {
- /// <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();
- this.button1 = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this._ИСП41_ХолинР_А_DataSet = new ISP41Kholin._ИСП41_ХолинР_А_DataSet();
- this.manufacturerBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.manufacturerTableAdapter = new ISP41Kholin._ИСП41_ХолинР_А_DataSetTableAdapters.ManufacturerTableAdapter();
- this.названиепроизводителяDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.датаначалаработыDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this._ИСП41_ХолинР_А_DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(221, 3);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(125, 36);
- this.button1.TabIndex = 3;
- this.button1.Text = "Назад";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(76, 70);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(183, 20);
- this.textBox1.TabIndex = 5;
- this.textBox1.Text = "Таблица \"История покупок\"";
- //
- // dataGridView1
- //
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.названиепроизводителяDataGridViewTextBoxColumn,
- this.датаначалаработыDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.manufacturerBindingSource;
- this.dataGridView1.Location = new System.Drawing.Point(33, 110);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(245, 150);
- this.dataGridView1.TabIndex = 4;
- //
- // _ИСП41_ХолинР_А_DataSet
- //
- this._ИСП41_ХолинР_А_DataSet.DataSetName = "_ИСП41_ХолинР_А_DataSet";
- this._ИСП41_ХолинР_А_DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // manufacturerBindingSource
- //
- this.manufacturerBindingSource.DataMember = "Manufacturer";
- this.manufacturerBindingSource.DataSource = this._ИСП41_ХолинР_А_DataSet;
- //
- // manufacturerTableAdapter
- //
- this.manufacturerTableAdapter.ClearBeforeFill = true;
- //
- // названиепроизводителяDataGridViewTextBoxColumn
- //
- this.названиепроизводителяDataGridViewTextBoxColumn.DataPropertyName = "Название_производителя";
- this.названиепроизводителяDataGridViewTextBoxColumn.HeaderText = "Название_производителя";
- this.названиепроизводителяDataGridViewTextBoxColumn.Name = "названиепроизводителяDataGridViewTextBoxColumn";
- //
- // датаначалаработыDataGridViewTextBoxColumn
- //
- this.датаначалаработыDataGridViewTextBoxColumn.DataPropertyName = "Дата_начала_работы";
- this.датаначалаработыDataGridViewTextBoxColumn.HeaderText = "Дата_начала_работы";
- this.датаначалаработыDataGridViewTextBoxColumn.Name = "датаначалаработыDataGridViewTextBoxColumn";
- //
- // Form4
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(351, 326);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.button1);
- this.Name = "Form4";
- this.Text = "Form4";
- this.Load += new System.EventHandler(this.Form4_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this._ИСП41_ХолинР_А_DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private _ИСП41_ХолинР_А_DataSet _ИСП41_ХолинР_А_DataSet;
- private System.Windows.Forms.BindingSource manufacturerBindingSource;
- private _ИСП41_ХолинР_А_DataSetTableAdapters.ManufacturerTableAdapter manufacturerTableAdapter;
- private System.Windows.Forms.DataGridViewTextBoxColumn названиепроизводителяDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn датаначалаработыDataGridViewTextBoxColumn;
- }
- }
|