You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

355 lines
16 KiB
C#

namespace Rs.MotionPlat.SysConfig
{
partial class VarConfig
{
/// <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.panelEx1 = new Rs.Controls.PanelEx();
this.cboxCategory = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.panelEx2 = new Rs.Controls.PanelEx();
this.btnSave = new System.Windows.Forms.Button();
this.txtDesc = new System.Windows.Forms.TextBox();
this.txtFieldValue = new System.Windows.Forms.TextBox();
this.txtFieldName = new System.Windows.Forms.TextBox();
this.cboxFieldType = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.cboxCategory2 = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.panelEx3 = new Rs.Controls.PanelEx();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FieldType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FieldValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Desc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Category = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Enable = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panelEx1.SuspendLayout();
this.panelEx2.SuspendLayout();
this.panelEx3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// panelEx1
//
this.panelEx1.Controls.Add(this.cboxCategory);
this.panelEx1.Controls.Add(this.label1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx1.Location = new System.Drawing.Point(0, 40);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(991, 54);
this.panelEx1.TabIndex = 3;
//
// cboxCategory
//
this.cboxCategory.FormattingEnabled = true;
this.cboxCategory.Location = new System.Drawing.Point(62, 16);
this.cboxCategory.Name = "cboxCategory";
this.cboxCategory.Size = new System.Drawing.Size(167, 20);
this.cboxCategory.TabIndex = 1;
this.cboxCategory.SelectedIndexChanged += new System.EventHandler(this.cboxCategory_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(13, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 12);
this.label1.TabIndex = 0;
this.label1.Text = "类别:";
//
// panelEx2
//
this.panelEx2.BackColor = System.Drawing.Color.DimGray;
this.panelEx2.Controls.Add(this.btnSave);
this.panelEx2.Controls.Add(this.txtDesc);
this.panelEx2.Controls.Add(this.txtFieldValue);
this.panelEx2.Controls.Add(this.txtFieldName);
this.panelEx2.Controls.Add(this.cboxFieldType);
this.panelEx2.Controls.Add(this.label6);
this.panelEx2.Controls.Add(this.cboxCategory2);
this.panelEx2.Controls.Add(this.label5);
this.panelEx2.Controls.Add(this.label4);
this.panelEx2.Controls.Add(this.label3);
this.panelEx2.Controls.Add(this.label2);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelEx2.Location = new System.Drawing.Point(0, 608);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(991, 46);
this.panelEx2.TabIndex = 4;
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnSave.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(900, 10);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(79, 25);
this.btnSave.TabIndex = 46;
this.btnSave.Tag = "TurnoverY";
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// txtDesc
//
this.txtDesc.Location = new System.Drawing.Point(717, 12);
this.txtDesc.Name = "txtDesc";
this.txtDesc.Size = new System.Drawing.Size(163, 21);
this.txtDesc.TabIndex = 2;
//
// txtFieldValue
//
this.txtFieldValue.Location = new System.Drawing.Point(561, 13);
this.txtFieldValue.Name = "txtFieldValue";
this.txtFieldValue.Size = new System.Drawing.Size(100, 21);
this.txtFieldValue.TabIndex = 2;
//
// txtFieldName
//
this.txtFieldName.Location = new System.Drawing.Point(231, 12);
this.txtFieldName.Name = "txtFieldName";
this.txtFieldName.Size = new System.Drawing.Size(100, 21);
this.txtFieldName.TabIndex = 2;
//
// cboxFieldType
//
this.cboxFieldType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxFieldType.FormattingEnabled = true;
this.cboxFieldType.Items.AddRange(new object[] {
"string",
"int",
"double",
"float"});
this.cboxFieldType.Location = new System.Drawing.Point(384, 12);
this.cboxFieldType.Name = "cboxFieldType";
this.cboxFieldType.Size = new System.Drawing.Size(123, 20);
this.cboxFieldType.TabIndex = 1;
this.cboxFieldType.SelectedIndexChanged += new System.EventHandler(this.cboxCategory_SelectedIndexChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(680, 18);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(35, 12);
this.label6.TabIndex = 0;
this.label6.Text = "描述:";
//
// cboxCategory2
//
this.cboxCategory2.FormattingEnabled = true;
this.cboxCategory2.Location = new System.Drawing.Point(53, 10);
this.cboxCategory2.Name = "cboxCategory2";
this.cboxCategory2.Size = new System.Drawing.Size(123, 20);
this.cboxCategory2.TabIndex = 1;
this.cboxCategory2.SelectedIndexChanged += new System.EventHandler(this.cboxCategory_SelectedIndexChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Location = new System.Drawing.Point(524, 19);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(23, 12);
this.label5.TabIndex = 0;
this.label5.Text = "值:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(344, 18);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 12);
this.label4.TabIndex = 0;
this.label4.Text = "类型:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(194, 18);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 12);
this.label3.TabIndex = 0;
this.label3.Text = "名称:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(13, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 0;
this.label2.Text = "类别:";
//
// panelEx3
//
this.panelEx3.Controls.Add(this.dataGridView1);
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx3.Location = new System.Drawing.Point(0, 94);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(991, 514);
this.panelEx3.TabIndex = 5;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID,
this.FieldName,
this.FieldType,
this.FieldValue,
this.Desc,
this.Category,
this.Enable});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(991, 514);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellValueChanged);
//
// ID
//
this.ID.DataPropertyName = "ID";
this.ID.HeaderText = "ID";
this.ID.Name = "ID";
this.ID.Visible = false;
//
// FieldName
//
this.FieldName.DataPropertyName = "FieldName";
this.FieldName.FillWeight = 20F;
this.FieldName.HeaderText = "FieldName";
this.FieldName.Name = "FieldName";
//
// FieldType
//
this.FieldType.DataPropertyName = "FieldType";
this.FieldType.FillWeight = 20F;
this.FieldType.HeaderText = "FieldType";
this.FieldType.Name = "FieldType";
//
// FieldValue
//
this.FieldValue.DataPropertyName = "FieldValue";
this.FieldValue.FillWeight = 20F;
this.FieldValue.HeaderText = "FieldValue";
this.FieldValue.Name = "FieldValue";
//
// Desc
//
this.Desc.DataPropertyName = "Desc";
this.Desc.FillWeight = 30F;
this.Desc.HeaderText = "Desc";
this.Desc.Name = "Desc";
//
// Category
//
this.Category.DataPropertyName = "Category";
this.Category.FillWeight = 20F;
this.Category.HeaderText = "Category";
this.Category.Name = "Category";
//
// Enable
//
this.Enable.DataPropertyName = "Enable";
this.Enable.FillWeight = 10F;
this.Enable.HeaderText = "Enable";
this.Enable.Name = "Enable";
//
// VarConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(991, 654);
this.Controls.Add(this.panelEx3);
this.Controls.Add(this.panelEx2);
this.Controls.Add(this.panelEx1);
this.HeadText = "变量";
this.Name = "VarConfig";
this.ShowMax = false;
this.ShowMin = false;
this.Text = "VarConfig";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.VarConfig_FormClosed);
this.Load += new System.EventHandler(this.VarConfig_Load);
this.Controls.SetChildIndex(this.panelEx1, 0);
this.Controls.SetChildIndex(this.panelEx2, 0);
this.Controls.SetChildIndex(this.panelEx3, 0);
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
this.panelEx2.ResumeLayout(false);
this.panelEx2.PerformLayout();
this.panelEx3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Controls.PanelEx panelEx1;
private System.Windows.Forms.ComboBox cboxCategory;
private System.Windows.Forms.Label label1;
private Controls.PanelEx panelEx2;
private Controls.PanelEx panelEx3;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn FieldName;
private System.Windows.Forms.DataGridViewTextBoxColumn FieldType;
private System.Windows.Forms.DataGridViewTextBoxColumn FieldValue;
private System.Windows.Forms.DataGridViewTextBoxColumn Desc;
private System.Windows.Forms.DataGridViewTextBoxColumn Category;
private System.Windows.Forms.DataGridViewTextBoxColumn Enable;
private System.Windows.Forms.ComboBox cboxCategory2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtFieldName;
private System.Windows.Forms.ComboBox cboxFieldType;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtDesc;
private System.Windows.Forms.TextBox txtFieldValue;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnSave;
}
}