namespace CPSO.Forms
{
partial class FrmParametersEditor
{
///
/// 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.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.gbParameters = new System.Windows.Forms.GroupBox();
this.dgvData = new UserControls.DataGridViewCopyPaste();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.gbParameters.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.SuspendLayout();
//
// gbParameters
//
this.gbParameters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbParameters.Controls.Add(this.dgvData);
this.gbParameters.Location = new System.Drawing.Point(9, 6);
this.gbParameters.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.gbParameters.Name = "gbParameters";
this.gbParameters.Padding = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.gbParameters.Size = new System.Drawing.Size(610, 382);
this.gbParameters.TabIndex = 9;
this.gbParameters.TabStop = false;
this.gbParameters.Text = "Parameters";
//
// dgvData
//
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 9F);
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvData.DefaultCellStyle = dataGridViewCellStyle1;
this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvData.EnableCutMenu = false;
this.dgvData.EnablePasteMenu = true;
this.dgvData.EnablePlotMenu = false;
this.dgvData.Location = new System.Drawing.Point(6, 24);
this.dgvData.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.dgvData.Name = "dgvData";
this.dgvData.RowHeadersWidth = 82;
this.dgvData.ShowErrorMsg = true;
this.dgvData.Size = new System.Drawing.Size(598, 350);
this.dgvData.StartPlotAtZero = false;
this.dgvData.TabIndex = 1;
this.dgvData.XColIndex = 0;
this.dgvData.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvData_CellBeginEdit);
this.dgvData.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellEndEdit);
this.dgvData.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvData_CellValidating);
this.dgvData.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvData_RowsAdded);
this.dgvData.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.dgvData_RowsRemoved);
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(460, 394);
this.btnOK.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 12;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(541, 394);
this.btnCancel.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 11;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// FrmParametersEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(634, 429);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.gbParameters);
this.Font = new System.Drawing.Font("Segoe UI", 9F);
this.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.Name = "FrmParametersEditor";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "Parameters Editor";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmParametersEditor_FormClosing);
this.Load += new System.EventHandler(this.FrmParametersEditor_Load);
this.gbParameters.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox gbParameters;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
protected UserControls.DataGridViewCopyPaste dgvData;
}
}