namespace test111 { partial class Form1 { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.button1 = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.test111DataSet = new test111.test111DataSet(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this._111TableAdapter = new test111.test111DataSetTableAdapters._111TableAdapter(); this.gggDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.rfdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sdgdsgDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.checkBox1 = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.test111DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(257, 106); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 0; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; // // dataGridView1 // this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.gggDataGridViewTextBoxColumn, this.rfdDataGridViewTextBoxColumn, this.sdgdsgDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.bindingSource1; this.dataGridView1.Location = new System.Drawing.Point(338, 234); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(359, 150); this.dataGridView1.TabIndex = 2; // // test111DataSet // this.test111DataSet.DataSetName = "test111DataSet"; this.test111DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bindingSource1 // this.bindingSource1.DataMember = "111"; this.bindingSource1.DataSource = this.test111DataSet; // // _111TableAdapter // this._111TableAdapter.ClearBeforeFill = true; // // gggDataGridViewTextBoxColumn // this.gggDataGridViewTextBoxColumn.DataPropertyName = "111ggg"; this.gggDataGridViewTextBoxColumn.HeaderText = "111ggg"; this.gggDataGridViewTextBoxColumn.Name = "gggDataGridViewTextBoxColumn"; // // rfdDataGridViewTextBoxColumn // this.rfdDataGridViewTextBoxColumn.DataPropertyName = "123rfd"; this.rfdDataGridViewTextBoxColumn.HeaderText = "123rfd"; this.rfdDataGridViewTextBoxColumn.Name = "rfdDataGridViewTextBoxColumn"; // // sdgdsgDataGridViewTextBoxColumn // this.sdgdsgDataGridViewTextBoxColumn.DataPropertyName = "sdgdsg"; this.sdgdsgDataGridViewTextBoxColumn.HeaderText = "sdgdsg"; this.sdgdsgDataGridViewTextBoxColumn.Name = "sdgdsgDataGridViewTextBoxColumn"; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(173, 204); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(80, 17); this.checkBox1.TabIndex = 3; this.checkBox1.Text = "checkBox1"; this.checkBox1.UseVisualStyleBackColor = true; // // Form1 // 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.checkBox1); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.button1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.test111DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.DataGridView dataGridView1; private test111DataSet test111DataSet; private System.Windows.Forms.BindingSource bindingSource1; private test111DataSetTableAdapters._111TableAdapter _111TableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn gggDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn rfdDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn sdgdsgDataGridViewTextBoxColumn; private System.Windows.Forms.CheckBox checkBox1; } }