123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- namespace ГЕС_5
- {
- partial class Flowers_FORM
- {
- /// <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._ГЕС_5DataSet = new ГЕС_5._ГЕС_5DataSet();
- this.flowersBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.flowersTableAdapter = new ГЕС_5._ГЕС_5DataSetTableAdapters.FlowersTableAdapter();
- this.tableAdapterManager = new ГЕС_5._ГЕС_5DataSetTableAdapters.TableAdapterManager();
- this.flowersDataGridView = 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.button1 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this._ГЕС_5DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.flowersBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.flowersDataGridView)).BeginInit();
- this.SuspendLayout();
- //
- // _ГЕС_5DataSet
- //
- this._ГЕС_5DataSet.DataSetName = "_ГЕС_5DataSet";
- this._ГЕС_5DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // flowersBindingSource
- //
- this.flowersBindingSource.DataMember = "Flowers";
- this.flowersBindingSource.DataSource = this._ГЕС_5DataSet;
- //
- // flowersTableAdapter
- //
- this.flowersTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ContractsTableAdapter = null;
- this.tableAdapterManager.CustomerTableAdapter = null;
- this.tableAdapterManager.FlowersTableAdapter = this.flowersTableAdapter;
- this.tableAdapterManager.OrdersTableAdapter = null;
- this.tableAdapterManager.Postav_FlowersTableAdapter = null;
- this.tableAdapterManager.PostavTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = ГЕС_5._ГЕС_5DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- //
- // flowersDataGridView
- //
- this.flowersDataGridView.AutoGenerateColumns = false;
- this.flowersDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.flowersDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3});
- this.flowersDataGridView.DataSource = this.flowersBindingSource;
- this.flowersDataGridView.Location = new System.Drawing.Point(12, 12);
- this.flowersDataGridView.Name = "flowersDataGridView";
- this.flowersDataGridView.Size = new System.Drawing.Size(572, 332);
- this.flowersDataGridView.TabIndex = 1;
- //
- // 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";
- //
- // button1
- //
- this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.Location = new System.Drawing.Point(12, 350);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(573, 55);
- this.button1.TabIndex = 3;
- this.button1.Text = "Редактировать";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // Flowers_FORM
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(596, 420);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.flowersDataGridView);
- this.Name = "Flowers_FORM";
- this.Text = "Flowers_FORM";
- this.Load += new System.EventHandler(this.Flowers_FORM_Load);
- ((System.ComponentModel.ISupportInitialize)(this._ГЕС_5DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.flowersBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.flowersDataGridView)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private _ГЕС_5DataSet _ГЕС_5DataSet;
- private System.Windows.Forms.BindingSource flowersBindingSource;
- private _ГЕС_5DataSetTableAdapters.FlowersTableAdapter flowersTableAdapter;
- private _ГЕС_5DataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.DataGridView flowersDataGridView;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.Button button1;
- }
- }
|