namespace AutomobilePlantView { partial class FormImplementers { /// /// 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() { buttonRefresh = new Button(); buttonDelete = new Button(); buttonUpdate = new Button(); buttonAdd = new Button(); dataGridView = new DataGridView(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // buttonRefresh // buttonRefresh.Location = new Point(678, 105); buttonRefresh.Name = "buttonRefresh"; buttonRefresh.Size = new Size(116, 23); buttonRefresh.TabIndex = 9; buttonRefresh.Text = "Refresh"; buttonRefresh.UseVisualStyleBackColor = true; buttonRefresh.Click += buttonRefresh_Click; // // buttonDelete // buttonDelete.Location = new Point(678, 76); buttonDelete.Name = "buttonDelete"; buttonDelete.Size = new Size(116, 23); buttonDelete.TabIndex = 8; buttonDelete.Text = "Delete"; buttonDelete.UseVisualStyleBackColor = true; buttonDelete.Click += buttonDelete_Click; // // buttonUpdate // buttonUpdate.Location = new Point(678, 47); buttonUpdate.Name = "buttonUpdate"; buttonUpdate.Size = new Size(116, 23); buttonUpdate.TabIndex = 7; buttonUpdate.Text = "Update"; buttonUpdate.UseVisualStyleBackColor = true; buttonUpdate.Click += buttonUpdate_Click; // // buttonAdd // buttonAdd.Location = new Point(678, 18); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(116, 23); buttonAdd.TabIndex = 6; buttonAdd.Text = "Add"; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += buttonCreate_Click; // // dataGridView // dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Location = new Point(6, 6); dataGridView.Name = "dataGridView"; dataGridView.RowTemplate.Height = 25; dataGridView.Size = new Size(666, 438); dataGridView.TabIndex = 5; // // FormImplementers // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(800, 450); Controls.Add(buttonRefresh); Controls.Add(buttonDelete); Controls.Add(buttonUpdate); Controls.Add(buttonAdd); Controls.Add(dataGridView); Name = "FormImplementers"; Text = "Implementers"; Load += FormImplementers_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private Button buttonRefresh; private Button buttonDelete; private Button buttonUpdate; private Button buttonAdd; private DataGridView dataGridView; } }