namespace Project.Dialog
{
    partial class fSystem_MotParameter
	{
        /// 
        /// 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 dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fSystem_MotParameter));
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
			this.motionParamDataGridView = new System.Windows.Forms.DataGridView();
			this.bs = new System.Windows.Forms.BindingSource(this.components);
			this.dataSet1 = new DSSetup();
			this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
			this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
			this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
			this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
			this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
			this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
			this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
			this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
			this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
			this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
			this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
			this.dvc_idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dvc_title = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.enableDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
			this.useOriginDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
			this.useEStopDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
			this.homeHighDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.homeLowDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.homeAccDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.homeDccDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.MaxSpeed = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.MaxAcc = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.sWLimitPDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.InpositionAccr = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.btSet = new System.Windows.Forms.DataGridViewButtonColumn();
			((System.ComponentModel.ISupportInitialize)(this.motionParamDataGridView)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
			this.bindingNavigator1.SuspendLayout();
			this.SuspendLayout();
			// 
			// motionParamDataGridView
			// 
			this.motionParamDataGridView.AutoGenerateColumns = false;
			this.motionParamDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
			this.motionParamDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.motionParamDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.motionParamDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dvc_idx,
            this.dvc_title,
            this.enableDataGridViewCheckBoxColumn,
            this.useOriginDataGridViewCheckBoxColumn,
            this.useEStopDataGridViewCheckBoxColumn,
            this.homeHighDataGridViewTextBoxColumn,
            this.homeLowDataGridViewTextBoxColumn,
            this.homeAccDataGridViewTextBoxColumn,
            this.homeDccDataGridViewTextBoxColumn,
            this.MaxSpeed,
            this.MaxAcc,
            this.sWLimitPDataGridViewTextBoxColumn,
            this.InpositionAccr,
            this.btSet});
			this.motionParamDataGridView.DataSource = this.bs;
			dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
			dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
			dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
			dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.motionParamDataGridView.DefaultCellStyle = dataGridViewCellStyle8;
			this.motionParamDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.motionParamDataGridView.Location = new System.Drawing.Point(0, 0);
			this.motionParamDataGridView.Name = "motionParamDataGridView";
			this.motionParamDataGridView.RowTemplate.Height = 23;
			this.motionParamDataGridView.Size = new System.Drawing.Size(1007, 584);
			this.motionParamDataGridView.TabIndex = 2;
			this.motionParamDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.motionParamDataGridView_CellContentClick);
			this.motionParamDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.motionParamDataGridView_DataError);
			// 
			// bs
			// 
			this.bs.DataMember = "MotionParam";
			this.bs.DataSource = this.dataSet1;
			// 
			// dataSet1
			// 
			this.dataSet1.DataSetName = "DataSet1";
			this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
			// 
			// contextMenuStrip1
			// 
			this.contextMenuStrip1.Name = "contextMenuStrip1";
			this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
			// 
			// bindingNavigator1
			// 
			this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
			this.bindingNavigator1.BindingSource = this.bs;
			this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
			this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
			this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.toolStripButton1});
			this.bindingNavigator1.Location = new System.Drawing.Point(0, 559);
			this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
			this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
			this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
			this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
			this.bindingNavigator1.Name = "bindingNavigator1";
			this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
			this.bindingNavigator1.Size = new System.Drawing.Size(1007, 25);
			this.bindingNavigator1.TabIndex = 4;
			this.bindingNavigator1.Text = "bindingNavigator1";
			// 
			// bindingNavigatorAddNewItem
			// 
			this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
			this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
			this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
			this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
			this.bindingNavigatorAddNewItem.Text = "Add New";
			// 
			// bindingNavigatorCountItem
			// 
			this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
			this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
			this.bindingNavigatorCountItem.Text = "/{0}";
			this.bindingNavigatorCountItem.ToolTipText = "Total item count";
			// 
			// bindingNavigatorDeleteItem
			// 
			this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
			this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
			this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
			this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
			this.bindingNavigatorDeleteItem.Text = "Delete";
			// 
			// bindingNavigatorMoveFirstItem
			// 
			this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
			this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
			this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
			this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
			this.bindingNavigatorMoveFirstItem.Text = "Move first";
			// 
			// bindingNavigatorMovePreviousItem
			// 
			this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
			this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
			this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
			this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
			this.bindingNavigatorMovePreviousItem.Text = "Move previous";
			// 
			// bindingNavigatorSeparator
			// 
			this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
			this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
			// 
			// bindingNavigatorPositionItem
			// 
			this.bindingNavigatorPositionItem.AccessibleName = "Position";
			this.bindingNavigatorPositionItem.AutoSize = false;
			this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
			this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
			this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
			this.bindingNavigatorPositionItem.Text = "0";
			this.bindingNavigatorPositionItem.ToolTipText = "Current position";
			// 
			// bindingNavigatorSeparator1
			// 
			this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
			this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
			// 
			// bindingNavigatorMoveNextItem
			// 
			this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
			this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
			this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
			this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
			this.bindingNavigatorMoveNextItem.Text = "Move next";
			// 
			// bindingNavigatorMoveLastItem
			// 
			this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
			this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
			this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
			this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
			this.bindingNavigatorMoveLastItem.Text = "Move last";
			// 
			// bindingNavigatorSeparator2
			// 
			this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
			this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
			// 
			// toolStripButton1
			// 
			this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
			this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButton1.Name = "toolStripButton1";
			this.toolStripButton1.Size = new System.Drawing.Size(52, 22);
			this.toolStripButton1.Text = "Save";
			this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
			// 
			// dvc_idx
			// 
			this.dvc_idx.DataPropertyName = "idx";
			dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
			this.dvc_idx.DefaultCellStyle = dataGridViewCellStyle1;
			this.dvc_idx.HeaderText = "Axis";
			this.dvc_idx.Name = "dvc_idx";
			this.dvc_idx.Width = 42;
			// 
			// dvc_title
			// 
			this.dvc_title.DataPropertyName = "Title";
			this.dvc_title.HeaderText = "Name";
			this.dvc_title.Name = "dvc_title";
			this.dvc_title.Width = 54;
			// 
			// enableDataGridViewCheckBoxColumn
			// 
			this.enableDataGridViewCheckBoxColumn.DataPropertyName = "Enable";
			this.enableDataGridViewCheckBoxColumn.HeaderText = "Enable";
			this.enableDataGridViewCheckBoxColumn.Name = "enableDataGridViewCheckBoxColumn";
			this.enableDataGridViewCheckBoxColumn.Width = 59;
			// 
			// useOriginDataGridViewCheckBoxColumn
			// 
			this.useOriginDataGridViewCheckBoxColumn.DataPropertyName = "UseOrigin";
			this.useOriginDataGridViewCheckBoxColumn.HeaderText = "Origin Sensor";
			this.useOriginDataGridViewCheckBoxColumn.Name = "useOriginDataGridViewCheckBoxColumn";
			this.useOriginDataGridViewCheckBoxColumn.Width = 59;
			// 
			// useEStopDataGridViewCheckBoxColumn
			// 
			this.useEStopDataGridViewCheckBoxColumn.DataPropertyName = "UseEStop";
			this.useEStopDataGridViewCheckBoxColumn.HeaderText = "Emergency Stop Input";
			this.useEStopDataGridViewCheckBoxColumn.Name = "useEStopDataGridViewCheckBoxColumn";
			this.useEStopDataGridViewCheckBoxColumn.Width = 53;
			// 
			// homeHighDataGridViewTextBoxColumn
			// 
			this.homeHighDataGridViewTextBoxColumn.DataPropertyName = "HomeHigh";
			dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
			this.homeHighDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
			this.homeHighDataGridViewTextBoxColumn.HeaderText = "Home (High Speed)";
			this.homeHighDataGridViewTextBoxColumn.Name = "homeHighDataGridViewTextBoxColumn";
			this.homeHighDataGridViewTextBoxColumn.Width = 70;
			// 
			// homeLowDataGridViewTextBoxColumn
			// 
			this.homeLowDataGridViewTextBoxColumn.DataPropertyName = "HomeLow";
			dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
			this.homeLowDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3;
			this.homeLowDataGridViewTextBoxColumn.HeaderText = "Home (Low Speed)";
			this.homeLowDataGridViewTextBoxColumn.Name = "homeLowDataGridViewTextBoxColumn";
			this.homeLowDataGridViewTextBoxColumn.Width = 70;
			// 
			// homeAccDataGridViewTextBoxColumn
			// 
			this.homeAccDataGridViewTextBoxColumn.DataPropertyName = "HomeAcc";
			dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
			this.homeAccDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4;
			this.homeAccDataGridViewTextBoxColumn.HeaderText = "Home (Acceleration)";
			this.homeAccDataGridViewTextBoxColumn.Name = "homeAccDataGridViewTextBoxColumn";
			this.homeAccDataGridViewTextBoxColumn.Width = 66;
			// 
			// homeDccDataGridViewTextBoxColumn
			// 
			this.homeDccDataGridViewTextBoxColumn.DataPropertyName = "HomeDcc";
			dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
			this.homeDccDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle5;
			this.homeDccDataGridViewTextBoxColumn.HeaderText = "Home (Deceleration)";
			this.homeDccDataGridViewTextBoxColumn.Name = "homeDccDataGridViewTextBoxColumn";
			this.homeDccDataGridViewTextBoxColumn.Width = 66;
			// 
			// MaxSpeed
			// 
			this.MaxSpeed.DataPropertyName = "MaxSpeed";
			dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
			dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
			this.MaxSpeed.DefaultCellStyle = dataGridViewCellStyle6;
			this.MaxSpeed.HeaderText = "Max Speed";
			this.MaxSpeed.Name = "MaxSpeed";
			this.MaxSpeed.Width = 66;
			// 
			// MaxAcc
			// 
			this.MaxAcc.DataPropertyName = "MaxAcc";
			dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
			dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
			this.MaxAcc.DefaultCellStyle = dataGridViewCellStyle7;
			this.MaxAcc.HeaderText = "Max Acceleration";
			this.MaxAcc.Name = "MaxAcc";
			this.MaxAcc.Width = 77;
			// 
			// sWLimitPDataGridViewTextBoxColumn
			// 
			this.sWLimitPDataGridViewTextBoxColumn.DataPropertyName = "SWLimitP";
			this.sWLimitPDataGridViewTextBoxColumn.HeaderText = "S/W Position Limit";
			this.sWLimitPDataGridViewTextBoxColumn.Name = "sWLimitPDataGridViewTextBoxColumn";
			this.sWLimitPDataGridViewTextBoxColumn.Width = 79;
			// 
			// InpositionAccr
			// 
			this.InpositionAccr.DataPropertyName = "InpositionAccr";
			this.InpositionAccr.HeaderText = "Position Error";
			this.InpositionAccr.Name = "InpositionAccr";
			this.InpositionAccr.Width = 72;
			// 
			// btSet
			// 
			this.btSet.HeaderText = "Set";
			this.btSet.Name = "btSet";
			this.btSet.Width = 32;
			// 
			// SystemParameter
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(1007, 584);
			this.Controls.Add(this.bindingNavigator1);
			this.Controls.Add(this.motionParamDataGridView);
			this.KeyPreview = true;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "SystemParameter";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Motion Parameter";
			this.Load += new System.EventHandler(this.SystemParameter_Load);
			((System.ComponentModel.ISupportInitialize)(this.motionParamDataGridView)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
			this.bindingNavigator1.ResumeLayout(false);
			this.bindingNavigator1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();
        }
        #endregion
        private DSSetup dataSet1;
        private System.Windows.Forms.BindingSource bs;
        private System.Windows.Forms.DataGridView motionParamDataGridView;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.BindingNavigator bindingNavigator1;
        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
        private System.Windows.Forms.ToolStripButton toolStripButton1;
		private System.Windows.Forms.DataGridViewTextBoxColumn dvc_idx;
		private System.Windows.Forms.DataGridViewTextBoxColumn dvc_title;
		private System.Windows.Forms.DataGridViewCheckBoxColumn enableDataGridViewCheckBoxColumn;
		private System.Windows.Forms.DataGridViewCheckBoxColumn useOriginDataGridViewCheckBoxColumn;
		private System.Windows.Forms.DataGridViewCheckBoxColumn useEStopDataGridViewCheckBoxColumn;
		private System.Windows.Forms.DataGridViewTextBoxColumn homeHighDataGridViewTextBoxColumn;
		private System.Windows.Forms.DataGridViewTextBoxColumn homeLowDataGridViewTextBoxColumn;
		private System.Windows.Forms.DataGridViewTextBoxColumn homeAccDataGridViewTextBoxColumn;
		private System.Windows.Forms.DataGridViewTextBoxColumn homeDccDataGridViewTextBoxColumn;
		private System.Windows.Forms.DataGridViewTextBoxColumn MaxSpeed;
		private System.Windows.Forms.DataGridViewTextBoxColumn MaxAcc;
		private System.Windows.Forms.DataGridViewTextBoxColumn sWLimitPDataGridViewTextBoxColumn;
		private System.Windows.Forms.DataGridViewTextBoxColumn InpositionAccr;
		private System.Windows.Forms.DataGridViewButtonColumn btSet;
	}
}