namespace SBD_Parser
{
partial class BitSettings
{
///
/// 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.dgvBitSettings = new System.Windows.Forms.DataGridView();
this.SlNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Parameter = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ParamIntNames = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Values = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnSave = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dgvBitSettings)).BeginInit();
this.SuspendLayout();
//
// dgvBitSettings
//
this.dgvBitSettings.AllowUserToAddRows = false;
this.dgvBitSettings.BackgroundColor = System.Drawing.SystemColors.Control;
this.dgvBitSettings.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvBitSettings.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvBitSettings.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.SlNo,
this.Parameter,
this.ParamIntNames,
this.Values});
this.dgvBitSettings.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgvBitSettings.Location = new System.Drawing.Point(12, 26);
this.dgvBitSettings.Name = "dgvBitSettings";
this.dgvBitSettings.Size = new System.Drawing.Size(349, 424);
this.dgvBitSettings.TabIndex = 0;
this.dgvBitSettings.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBitSettings_CellValueChanged);
//
// SlNo
//
this.SlNo.HeaderText = "Sl No";
this.SlNo.Name = "SlNo";
//
// Parameter
//
this.Parameter.HeaderText = "Parameter";
this.Parameter.Name = "Parameter";
//
// ParamIntNames
//
this.ParamIntNames.HeaderText = "ParamIntNames";
this.ParamIntNames.Name = "ParamIntNames";
this.ParamIntNames.Visible = false;
//
// Values
//
this.Values.HeaderText = "Value";
this.Values.Name = "Values";
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(286, 456);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 1;
this.btnSave.Text = "Save";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(191, 456);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "Close";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// BitSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(418, 491);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.dgvBitSettings);
this.Name = "BitSettings";
this.Text = "BitSettings";
this.Load += new System.EventHandler(this.BitSettings_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvBitSettings)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dgvBitSettings;
private System.Windows.Forms.DataGridViewTextBoxColumn SlNo;
private System.Windows.Forms.DataGridViewTextBoxColumn Parameter;
private System.Windows.Forms.DataGridViewTextBoxColumn ParamIntNames;
private System.Windows.Forms.DataGridViewTextBoxColumn Values;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnCancel;
}
}