namespace Ogurchenok_11 { partial class Form8 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this._Ogurchenok_11DataSet = new Ogurchenok_11._Ogurchenok_11DataSet(); this.тематическиеКаталогиBindingSource = new System.Windows.Forms.BindingSource(this.components); this.тематические_каталогиTableAdapter = new Ogurchenok_11._Ogurchenok_11DataSetTableAdapters.Тематические_каталогиTableAdapter(); this.кодыТемDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.наименованияТемDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._Ogurchenok_11DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.тематическиеКаталогиBindingSource)).BeginInit(); this.SuspendLayout(); // // 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.тематическиеКаталогиBindingSource; this.dataGridView1.Location = new System.Drawing.Point(179, 112); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(240, 150); this.dataGridView1.TabIndex = 0; // // _Ogurchenok_11DataSet // this._Ogurchenok_11DataSet.DataSetName = "_Ogurchenok_11DataSet"; this._Ogurchenok_11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // тематическиеКаталогиBindingSource // this.тематическиеКаталогиBindingSource.DataMember = "Тематические каталоги"; this.тематическиеКаталогиBindingSource.DataSource = this._Ogurchenok_11DataSet; // // тематические_каталогиTableAdapter // this.тематические_каталогиTableAdapter.ClearBeforeFill = true; // // кодыТемDataGridViewTextBoxColumn // this.кодыТемDataGridViewTextBoxColumn.DataPropertyName = "коды тем"; this.кодыТемDataGridViewTextBoxColumn.HeaderText = "коды тем"; this.кодыТемDataGridViewTextBoxColumn.Name = "кодыТемDataGridViewTextBoxColumn"; // // наименованияТемDataGridViewTextBoxColumn // this.наименованияТемDataGridViewTextBoxColumn.DataPropertyName = "наименования тем"; this.наименованияТемDataGridViewTextBoxColumn.HeaderText = "наименования тем"; this.наименованияТемDataGridViewTextBoxColumn.Name = "наименованияТемDataGridViewTextBoxColumn"; // // button1 // this.button1.Location = new System.Drawing.Point(179, 285); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(148, 34); this.button1.TabIndex = 1; this.button1.Text = "Линейная таблица"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Form8 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.button1); this.Controls.Add(this.dataGridView1); this.Name = "Form8"; this.Text = "Таблица тематических каталогов"; this.Load += new System.EventHandler(this.Form8_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._Ogurchenok_11DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.тематическиеКаталогиBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private _Ogurchenok_11DataSet _Ogurchenok_11DataSet; private System.Windows.Forms.BindingSource тематическиеКаталогиBindingSource; private _Ogurchenok_11DataSetTableAdapters.Тематические_каталогиTableAdapter тематические_каталогиTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn кодыТемDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn наименованияТемDataGridViewTextBoxColumn; private System.Windows.Forms.Button button1; } }