namespace daq_testing
{
partial class UserControlPslineConfig
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.dgvPslinesConfig = new System.Windows.Forms.DataGridView();
this.btnSave = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dgvPslinesConfig)).BeginInit();
this.SuspendLayout();
//
// dgvPslinesConfig
//
this.dgvPslinesConfig.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvPslinesConfig.Location = new System.Drawing.Point(64, 77);
this.dgvPslinesConfig.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dgvPslinesConfig.Name = "dgvPslinesConfig";
this.dgvPslinesConfig.RowHeadersWidth = 51;
this.dgvPslinesConfig.Size = new System.Drawing.Size(751, 383);
this.dgvPslinesConfig.TabIndex = 0;
this.dgvPslinesConfig.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPslinesConfig_CellContentClick);
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(651, 521);
this.btnSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(164, 59);
this.btnSave.TabIndex = 1;
this.btnSave.Text = "Save";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// button1
//
this.button1.Enabled = false;
this.button1.Location = new System.Drawing.Point(715, 468);
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(100, 28);
this.button1.TabIndex = 2;
this.button1.Text = "Update";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// UserControlPslineConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.button1);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.dgvPslinesConfig);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "UserControlPslineConfig";
this.Size = new System.Drawing.Size(967, 655);
((System.ComponentModel.ISupportInitialize)(this.dgvPslinesConfig)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dgvPslinesConfig;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button button1;
}
}