1060 lines
52 KiB
C#
1060 lines
52 KiB
C#
namespace Project.Dialog
|
|
{
|
|
partial class Model_Motion_Desc
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = 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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Model_Motion_Desc));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.dv = new System.Windows.Forms.DataGridView();
|
|
this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
|
this.ds1 = new Project.DataSet1();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.dvPosition = new arCtl.arDatagridView();
|
|
this.MotIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MotName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.posTitleDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Category = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Description = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.btPos = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.btspeed = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.btacc = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.btdcc = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.btGo = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.btSet = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.bsPos = new System.Windows.Forms.BindingSource(this.components);
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
|
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
|
|
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
|
this.listView1 = new System.Windows.Forms.ListView();
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
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.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.lbMotPos = new System.Windows.Forms.ToolStripLabel();
|
|
this.dvMot = new arCtl.arDatagridView();
|
|
this.dvc_axis = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dvc_desc = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tmDisplay = new System.Windows.Forms.Timer(this.components);
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.panLeft = new System.Windows.Forms.Panel();
|
|
this.arLabel18 = new arCtl.arLabel();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.tabControl5 = new System.Windows.Forms.TabControl();
|
|
this.tabPage5 = new System.Windows.Forms.TabPage();
|
|
this.splitH = new System.Windows.Forms.Panel();
|
|
this.panel9 = new System.Windows.Forms.Panel();
|
|
this.panTopMenu = new System.Windows.Forms.Panel();
|
|
this.btSave = new System.Windows.Forms.Button();
|
|
this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ds1)).BeginInit();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dvPosition)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsPos)).BeginInit();
|
|
this.panel2.SuspendLayout();
|
|
this.toolStrip2.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
|
|
this.bindingNavigator1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dvMot)).BeginInit();
|
|
this.panLeft.SuspendLayout();
|
|
this.panel6.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.tabControl5.SuspendLayout();
|
|
this.tabPage5.SuspendLayout();
|
|
this.panTopMenu.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// dv
|
|
//
|
|
this.dv.AllowUserToAddRows = false;
|
|
this.dv.AllowUserToDeleteRows = false;
|
|
this.dv.AutoGenerateColumns = false;
|
|
this.dv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.dv.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dv.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dv.ColumnHeadersHeight = 35;
|
|
this.dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dv.ColumnHeadersVisible = false;
|
|
this.dv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.titleDataGridViewTextBoxColumn});
|
|
this.dv.DataSource = this.bs;
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(5);
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dv.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dv.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dv.Location = new System.Drawing.Point(0, 34);
|
|
this.dv.MultiSelect = false;
|
|
this.dv.Name = "dv";
|
|
this.dv.RowHeadersVisible = false;
|
|
this.dv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
this.dv.Size = new System.Drawing.Size(238, 223);
|
|
this.dv.TabIndex = 1;
|
|
this.dv.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dv_DataError);
|
|
//
|
|
// titleDataGridViewTextBoxColumn
|
|
//
|
|
this.titleDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
|
|
this.titleDataGridViewTextBoxColumn.HeaderText = "Title";
|
|
this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
|
|
//
|
|
// bs
|
|
//
|
|
this.bs.DataMember = "MCModel";
|
|
this.bs.DataSource = this.ds1;
|
|
this.bs.Filter = "isnull(title,\'\') <> \'\'";
|
|
this.bs.Sort = "idx";
|
|
this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged_1);
|
|
//
|
|
// ds1
|
|
//
|
|
this.ds1.DataSetName = "DataSet1";
|
|
this.ds1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(1249, 709);
|
|
this.tabControl1.TabIndex = 141;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.dvPosition);
|
|
this.tabPage1.Controls.Add(this.panel2);
|
|
this.tabPage1.Controls.Add(this.richTextBox1);
|
|
this.tabPage1.Controls.Add(this.bindingNavigator1);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 27);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(1241, 678);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Position";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// dvPosition
|
|
//
|
|
this.dvPosition.A_DelCurrentCell = true;
|
|
this.dvPosition.A_EnterToTab = true;
|
|
this.dvPosition.A_KoreanField = null;
|
|
this.dvPosition.A_UpperField = null;
|
|
this.dvPosition.A_ViewRownumOnHeader = true;
|
|
this.dvPosition.AllowUserToAddRows = false;
|
|
this.dvPosition.AllowUserToDeleteRows = false;
|
|
this.dvPosition.AllowUserToResizeColumns = false;
|
|
this.dvPosition.AllowUserToResizeRows = false;
|
|
this.dvPosition.AutoGenerateColumns = false;
|
|
this.dvPosition.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.dvPosition.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dvPosition.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.MotIndex,
|
|
this.MotName,
|
|
this.posTitleDataGridViewTextBoxColumn1,
|
|
this.Category,
|
|
this.Description,
|
|
this.btPos,
|
|
this.btspeed,
|
|
this.btacc,
|
|
this.btdcc,
|
|
this.btGo,
|
|
this.btSet});
|
|
this.dvPosition.DataSource = this.bsPos;
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
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.dvPosition.DefaultCellStyle = dataGridViewCellStyle8;
|
|
this.dvPosition.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dvPosition.Location = new System.Drawing.Point(3, 3);
|
|
this.dvPosition.Name = "dvPosition";
|
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle9.BackColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.Black;
|
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dvPosition.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
|
this.dvPosition.RowHeadersVisible = false;
|
|
this.dvPosition.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.White;
|
|
this.dvPosition.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dvPosition.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.Black;
|
|
this.dvPosition.RowTemplate.DefaultCellStyle.Padding = new System.Windows.Forms.Padding(2);
|
|
this.dvPosition.RowTemplate.Height = 50;
|
|
this.dvPosition.Size = new System.Drawing.Size(868, 572);
|
|
this.dvPosition.TabIndex = 140;
|
|
this.dvPosition.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.arDatagridView2_CellClick);
|
|
//
|
|
// MotIndex
|
|
//
|
|
this.MotIndex.DataPropertyName = "MotIndex";
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.MotIndex.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.MotIndex.HeaderText = "Axis";
|
|
this.MotIndex.Name = "MotIndex";
|
|
this.MotIndex.Width = 59;
|
|
//
|
|
// MotName
|
|
//
|
|
this.MotName.DataPropertyName = "MotName";
|
|
this.MotName.HeaderText = "MotName";
|
|
this.MotName.Name = "MotName";
|
|
this.MotName.Width = 95;
|
|
//
|
|
// posTitleDataGridViewTextBoxColumn1
|
|
//
|
|
this.posTitleDataGridViewTextBoxColumn1.DataPropertyName = "PosTitle";
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
this.posTitleDataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.posTitleDataGridViewTextBoxColumn1.HeaderText = "Title";
|
|
this.posTitleDataGridViewTextBoxColumn1.Name = "posTitleDataGridViewTextBoxColumn1";
|
|
this.posTitleDataGridViewTextBoxColumn1.Width = 61;
|
|
//
|
|
// Category
|
|
//
|
|
this.Category.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.Category.DataPropertyName = "Category";
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
this.Category.DefaultCellStyle = dataGridViewCellStyle4;
|
|
this.Category.HeaderText = "Category";
|
|
this.Category.Name = "Category";
|
|
this.Category.Width = 200;
|
|
//
|
|
// Description
|
|
//
|
|
this.Description.DataPropertyName = "Description";
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.Description.DefaultCellStyle = dataGridViewCellStyle5;
|
|
this.Description.HeaderText = "Description";
|
|
this.Description.Name = "Description";
|
|
this.Description.Width = 103;
|
|
//
|
|
// btPos
|
|
//
|
|
this.btPos.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.btPos.DataPropertyName = "Position";
|
|
this.btPos.HeaderText = "Position";
|
|
this.btPos.Name = "btPos";
|
|
this.btPos.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.btPos.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
//
|
|
// btspeed
|
|
//
|
|
this.btspeed.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.btspeed.DataPropertyName = "Speed";
|
|
this.btspeed.HeaderText = "Speed";
|
|
this.btspeed.Name = "btspeed";
|
|
this.btspeed.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.btspeed.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.btspeed.Width = 50;
|
|
//
|
|
// btacc
|
|
//
|
|
this.btacc.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.btacc.DataPropertyName = "SpeedAcc";
|
|
this.btacc.HeaderText = "Acc";
|
|
this.btacc.Name = "btacc";
|
|
this.btacc.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.btacc.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.btacc.Text = "Acc";
|
|
this.btacc.Width = 50;
|
|
//
|
|
// btdcc
|
|
//
|
|
this.btdcc.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.btdcc.DataPropertyName = "SpeedDcc";
|
|
this.btdcc.HeaderText = "Dcc";
|
|
this.btdcc.Name = "btdcc";
|
|
this.btdcc.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.btdcc.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.btdcc.Text = "Dcc";
|
|
this.btdcc.Width = 50;
|
|
//
|
|
// btGo
|
|
//
|
|
this.btGo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
|
|
this.btGo.DefaultCellStyle = dataGridViewCellStyle6;
|
|
this.btGo.HeaderText = "Go";
|
|
this.btGo.Name = "btGo";
|
|
this.btGo.Text = "Go";
|
|
this.btGo.Width = 50;
|
|
//
|
|
// btSet
|
|
//
|
|
this.btSet.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.Blue;
|
|
this.btSet.DefaultCellStyle = dataGridViewCellStyle7;
|
|
this.btSet.HeaderText = "Set";
|
|
this.btSet.Name = "btSet";
|
|
this.btSet.Text = "Set";
|
|
this.btSet.Width = 50;
|
|
//
|
|
// bsPos
|
|
//
|
|
this.bsPos.DataMember = "MCModel";
|
|
this.bsPos.DataSource = this.ds1;
|
|
this.bsPos.Sort = "PosTitle,idx";
|
|
this.bsPos.CurrentChanged += new System.EventHandler(this.bsPos_CurrentChanged);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.treeView1);
|
|
this.panel2.Controls.Add(this.toolStrip2);
|
|
this.panel2.Controls.Add(this.toolStrip1);
|
|
this.panel2.Controls.Add(this.listView1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel2.Location = new System.Drawing.Point(871, 3);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(367, 572);
|
|
this.panel2.TabIndex = 144;
|
|
//
|
|
// treeView1
|
|
//
|
|
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeView1.Location = new System.Drawing.Point(0, 188);
|
|
this.treeView1.Name = "treeView1";
|
|
this.treeView1.Size = new System.Drawing.Size(367, 359);
|
|
this.treeView1.TabIndex = 145;
|
|
//
|
|
// toolStrip2
|
|
//
|
|
this.toolStrip2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripButton4,
|
|
this.toolStripButton6,
|
|
this.toolStripButton7,
|
|
this.toolStripButton8});
|
|
this.toolStrip2.Location = new System.Drawing.Point(0, 547);
|
|
this.toolStrip2.Name = "toolStrip2";
|
|
this.toolStrip2.Size = new System.Drawing.Size(367, 25);
|
|
this.toolStrip2.TabIndex = 147;
|
|
this.toolStrip2.Text = "toolStrip2";
|
|
//
|
|
// toolStripButton4
|
|
//
|
|
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
|
|
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton4.Name = "toolStripButton4";
|
|
this.toolStripButton4.Size = new System.Drawing.Size(51, 22);
|
|
this.toolStripButton4.Text = "Add";
|
|
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
|
|
//
|
|
// toolStripButton6
|
|
//
|
|
this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
|
|
this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton6.Name = "toolStripButton6";
|
|
this.toolStripButton6.Size = new System.Drawing.Size(51, 22);
|
|
this.toolStripButton6.Text = "Delete";
|
|
this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
|
|
//
|
|
// toolStripButton7
|
|
//
|
|
this.toolStripButton7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
|
|
this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton7.Name = "toolStripButton7";
|
|
this.toolStripButton7.Size = new System.Drawing.Size(66, 22);
|
|
this.toolStripButton7.Text = "Refresh";
|
|
this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
|
|
//
|
|
// toolStripButton8
|
|
//
|
|
this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
|
|
this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton8.Name = "toolStripButton8";
|
|
this.toolStripButton8.Size = new System.Drawing.Size(51, 22);
|
|
this.toolStripButton8.Text = "Edit";
|
|
this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click);
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripButton1,
|
|
this.toolStripButton2,
|
|
this.toolStripButton3});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 163);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(367, 25);
|
|
this.toolStrip1.TabIndex = 146;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// toolStripButton1
|
|
//
|
|
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(51, 22);
|
|
this.toolStripButton1.Text = "Register";
|
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1);
|
|
//
|
|
// toolStripButton2
|
|
//
|
|
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
|
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton2.Name = "toolStripButton2";
|
|
this.toolStripButton2.Size = new System.Drawing.Size(51, 22);
|
|
this.toolStripButton2.Text = "Unregister";
|
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
|
//
|
|
// toolStripButton3
|
|
//
|
|
this.toolStripButton3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
|
|
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton3.Name = "toolStripButton3";
|
|
this.toolStripButton3.Size = new System.Drawing.Size(66, 22);
|
|
this.toolStripButton3.Text = "Refresh";
|
|
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.listView1.HideSelection = false;
|
|
this.listView1.Location = new System.Drawing.Point(0, 0);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(367, 163);
|
|
this.listView1.TabIndex = 144;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
//
|
|
// richTextBox1
|
|
//
|
|
this.richTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPos, "Category", true));
|
|
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.richTextBox1.Location = new System.Drawing.Point(3, 575);
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
this.richTextBox1.Size = new System.Drawing.Size(1235, 75);
|
|
this.richTextBox1.TabIndex = 142;
|
|
this.richTextBox1.Text = "";
|
|
//
|
|
// bindingNavigator1
|
|
//
|
|
this.bindingNavigator1.AddNewItem = null;
|
|
this.bindingNavigator1.BindingSource = this.bsPos;
|
|
this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
|
|
this.bindingNavigator1.DeleteItem = null;
|
|
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.toolStripButton5,
|
|
this.toolStripButton9,
|
|
this.toolStripSeparator1,
|
|
this.lbMotPos});
|
|
this.bindingNavigator1.Location = new System.Drawing.Point(3, 650);
|
|
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(1235, 25);
|
|
this.bindingNavigator1.TabIndex = 141;
|
|
this.bindingNavigator1.Text = "bindingNavigator1";
|
|
//
|
|
// bindingNavigatorCountItem
|
|
//
|
|
this.bindingNavigatorCountItem.ForeColor = System.Drawing.Color.Black;
|
|
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
|
|
this.bindingNavigatorCountItem.Text = "/{0}";
|
|
this.bindingNavigatorCountItem.ToolTipText = "Total item count";
|
|
//
|
|
// 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 to 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 to 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 to 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 to last";
|
|
//
|
|
// bindingNavigatorSeparator2
|
|
//
|
|
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
|
|
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// toolStripButton5
|
|
//
|
|
this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
|
|
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton5.Name = "toolStripButton5";
|
|
this.toolStripButton5.Size = new System.Drawing.Size(75, 22);
|
|
this.toolStripButton5.Text = "Group Settings";
|
|
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// lbMotPos
|
|
//
|
|
this.lbMotPos.Name = "lbMotPos";
|
|
this.lbMotPos.Size = new System.Drawing.Size(17, 22);
|
|
this.lbMotPos.Text = "--";
|
|
//
|
|
// dvMot
|
|
//
|
|
this.dvMot.A_DelCurrentCell = true;
|
|
this.dvMot.A_EnterToTab = true;
|
|
this.dvMot.A_KoreanField = null;
|
|
this.dvMot.A_UpperField = null;
|
|
this.dvMot.A_ViewRownumOnHeader = false;
|
|
this.dvMot.AllowUserToAddRows = false;
|
|
this.dvMot.AllowUserToDeleteRows = false;
|
|
this.dvMot.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dvMot.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dvMot.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dvc_axis,
|
|
this.Column10,
|
|
this.Column2,
|
|
this.Column3,
|
|
this.Column4,
|
|
this.Column5,
|
|
this.Column6,
|
|
this.Column7,
|
|
this.Column8,
|
|
this.Column9,
|
|
this.dvc_desc});
|
|
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle14.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dvMot.DefaultCellStyle = dataGridViewCellStyle14;
|
|
this.dvMot.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dvMot.Location = new System.Drawing.Point(3, 3);
|
|
this.dvMot.MultiSelect = false;
|
|
this.dvMot.Name = "dvMot";
|
|
this.dvMot.ReadOnly = true;
|
|
this.dvMot.RowTemplate.Height = 23;
|
|
this.dvMot.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dvMot.Size = new System.Drawing.Size(997, 220);
|
|
this.dvMot.TabIndex = 36;
|
|
this.dvMot.SelectionChanged += new System.EventHandler(this.dvMot_SelectionChanged);
|
|
//
|
|
// dvc_axis
|
|
//
|
|
this.dvc_axis.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
|
|
this.dvc_axis.DefaultCellStyle = dataGridViewCellStyle10;
|
|
this.dvc_axis.HeaderText = "Axis";
|
|
this.dvc_axis.Name = "dvc_axis";
|
|
this.dvc_axis.ReadOnly = true;
|
|
this.dvc_axis.Width = 40;
|
|
//
|
|
// Column10
|
|
//
|
|
this.Column10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
|
|
this.Column10.DefaultCellStyle = dataGridViewCellStyle11;
|
|
this.Column10.HeaderText = "Name";
|
|
this.Column10.Name = "Column10";
|
|
this.Column10.ReadOnly = true;
|
|
this.Column10.Width = 180;
|
|
//
|
|
// Column2
|
|
//
|
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
this.Column2.DefaultCellStyle = dataGridViewCellStyle12;
|
|
this.Column2.HeaderText = "Cmd";
|
|
this.Column2.Name = "Column2";
|
|
this.Column2.ReadOnly = true;
|
|
//
|
|
// Column3
|
|
//
|
|
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
this.Column3.DefaultCellStyle = dataGridViewCellStyle13;
|
|
this.Column3.HeaderText = "Act";
|
|
this.Column3.Name = "Column3";
|
|
this.Column3.ReadOnly = true;
|
|
//
|
|
// Column4
|
|
//
|
|
this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.Column4.HeaderText = "Home";
|
|
this.Column4.Name = "Column4";
|
|
this.Column4.ReadOnly = true;
|
|
this.Column4.Width = 50;
|
|
//
|
|
// Column5
|
|
//
|
|
this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.Column5.HeaderText = "-";
|
|
this.Column5.Name = "Column5";
|
|
this.Column5.ReadOnly = true;
|
|
this.Column5.Width = 50;
|
|
//
|
|
// Column6
|
|
//
|
|
this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.Column6.HeaderText = "+";
|
|
this.Column6.Name = "Column6";
|
|
this.Column6.ReadOnly = true;
|
|
this.Column6.Width = 50;
|
|
//
|
|
// Column7
|
|
//
|
|
this.Column7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.Column7.HeaderText = "Inp";
|
|
this.Column7.Name = "Column7";
|
|
this.Column7.ReadOnly = true;
|
|
this.Column7.Width = 50;
|
|
//
|
|
// Column8
|
|
//
|
|
this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.Column8.HeaderText = "Alm";
|
|
this.Column8.Name = "Column8";
|
|
this.Column8.ReadOnly = true;
|
|
this.Column8.Width = 50;
|
|
//
|
|
// Column9
|
|
//
|
|
this.Column9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.Column9.HeaderText = "H.Set";
|
|
this.Column9.Name = "Column9";
|
|
this.Column9.ReadOnly = true;
|
|
this.Column9.Width = 50;
|
|
//
|
|
// dvc_desc
|
|
//
|
|
this.dvc_desc.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.dvc_desc.HeaderText = "Description";
|
|
this.dvc_desc.Name = "dvc_desc";
|
|
this.dvc_desc.ReadOnly = true;
|
|
//
|
|
// tmDisplay
|
|
//
|
|
this.tmDisplay.Interval = 500;
|
|
this.tmDisplay.Tick += new System.EventHandler(this.tmDisplay_Tick);
|
|
//
|
|
// panLeft
|
|
//
|
|
this.panLeft.Controls.Add(this.dv);
|
|
this.panLeft.Controls.Add(this.arLabel18);
|
|
this.panLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.panLeft.Name = "panLeft";
|
|
this.panLeft.Size = new System.Drawing.Size(238, 257);
|
|
this.panLeft.TabIndex = 3;
|
|
//
|
|
// arLabel18
|
|
//
|
|
this.arLabel18.BackColor = System.Drawing.Color.Gray;
|
|
this.arLabel18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
|
|
this.arLabel18.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
|
|
this.arLabel18.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
|
|
this.arLabel18.BorderColorOver = System.Drawing.Color.DodgerBlue;
|
|
this.arLabel18.BorderSize = new System.Windows.Forms.Padding(0);
|
|
this.arLabel18.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
|
|
this.arLabel18.Cursor = System.Windows.Forms.Cursors.Arrow;
|
|
this.arLabel18.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.arLabel18.Font = new System.Drawing.Font("Cambria", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
|
|
this.arLabel18.ForeColor = System.Drawing.Color.White;
|
|
this.arLabel18.GradientEnable = true;
|
|
this.arLabel18.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
|
this.arLabel18.GradientRepeatBG = false;
|
|
this.arLabel18.isButton = false;
|
|
this.arLabel18.Location = new System.Drawing.Point(0, 0);
|
|
this.arLabel18.Margin = new System.Windows.Forms.Padding(0);
|
|
this.arLabel18.MouseDownColor = System.Drawing.Color.Yellow;
|
|
this.arLabel18.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.arLabel18.msg = null;
|
|
this.arLabel18.Name = "arLabel18";
|
|
this.arLabel18.ProgressBorderColor = System.Drawing.Color.Black;
|
|
this.arLabel18.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
|
|
this.arLabel18.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
|
|
this.arLabel18.ProgressEnable = false;
|
|
this.arLabel18.ProgressFont = new System.Drawing.Font("Consolas", 10F);
|
|
this.arLabel18.ProgressForeColor = System.Drawing.Color.Black;
|
|
this.arLabel18.ProgressMax = 100F;
|
|
this.arLabel18.ProgressMin = 0F;
|
|
this.arLabel18.ProgressPadding = new System.Windows.Forms.Padding(0);
|
|
this.arLabel18.ProgressValue = 0F;
|
|
this.arLabel18.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
this.arLabel18.Sign = "";
|
|
this.arLabel18.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
|
this.arLabel18.SignColor = System.Drawing.Color.Yellow;
|
|
this.arLabel18.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
|
this.arLabel18.Size = new System.Drawing.Size(238, 34);
|
|
this.arLabel18.TabIndex = 6;
|
|
this.arLabel18.Text = "--";
|
|
this.arLabel18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.arLabel18.TextShadow = true;
|
|
this.arLabel18.TextVisible = true;
|
|
//
|
|
// panel6
|
|
//
|
|
this.panel6.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel6.Controls.Add(this.panel3);
|
|
this.panel6.Controls.Add(this.panel1);
|
|
this.panel6.Controls.Add(this.splitH);
|
|
this.panel6.Controls.Add(this.panel9);
|
|
this.panel6.Controls.Add(this.panTopMenu);
|
|
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel6.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.panel6.Location = new System.Drawing.Point(0, 0);
|
|
this.panel6.Name = "panel6";
|
|
this.panel6.Padding = new System.Windows.Forms.Padding(5);
|
|
this.panel6.Size = new System.Drawing.Size(1264, 1021);
|
|
this.panel6.TabIndex = 4;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.tabControl1);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(10, 262);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(1249, 709);
|
|
this.panel3.TabIndex = 136;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.tabControl5);
|
|
this.panel1.Controls.Add(this.panLeft);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(10, 5);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1249, 257);
|
|
this.panel1.TabIndex = 137;
|
|
//
|
|
// tabControl5
|
|
//
|
|
this.tabControl5.Controls.Add(this.tabPage5);
|
|
this.tabControl5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl5.Location = new System.Drawing.Point(238, 0);
|
|
this.tabControl5.Name = "tabControl5";
|
|
this.tabControl5.SelectedIndex = 0;
|
|
this.tabControl5.Size = new System.Drawing.Size(1011, 257);
|
|
this.tabControl5.TabIndex = 135;
|
|
//
|
|
// tabPage5
|
|
//
|
|
this.tabPage5.Controls.Add(this.dvMot);
|
|
this.tabPage5.Location = new System.Drawing.Point(4, 27);
|
|
this.tabPage5.Name = "tabPage5";
|
|
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage5.Size = new System.Drawing.Size(1003, 226);
|
|
this.tabPage5.TabIndex = 1;
|
|
this.tabPage5.Text = "Motion Status";
|
|
this.tabPage5.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitH
|
|
//
|
|
this.splitH.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.splitH.Location = new System.Drawing.Point(5, 5);
|
|
this.splitH.Name = "splitH";
|
|
this.splitH.Size = new System.Drawing.Size(5, 966);
|
|
this.splitH.TabIndex = 4;
|
|
//
|
|
// panel9
|
|
//
|
|
this.panel9.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel9.Location = new System.Drawing.Point(5, 971);
|
|
this.panel9.Name = "panel9";
|
|
this.panel9.Size = new System.Drawing.Size(1254, 5);
|
|
this.panel9.TabIndex = 75;
|
|
//
|
|
// panTopMenu
|
|
//
|
|
this.panTopMenu.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panTopMenu.Controls.Add(this.btSave);
|
|
this.panTopMenu.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panTopMenu.Location = new System.Drawing.Point(5, 976);
|
|
this.panTopMenu.Name = "panTopMenu";
|
|
this.panTopMenu.Size = new System.Drawing.Size(1254, 40);
|
|
this.panTopMenu.TabIndex = 134;
|
|
//
|
|
// btSave
|
|
//
|
|
this.btSave.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btSave.FlatAppearance.BorderSize = 0;
|
|
this.btSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btSave.Font = new System.Drawing.Font("맑은 고딕", 11.25F);
|
|
this.btSave.Image = ((System.Drawing.Image)(resources.GetObject("btSave.Image")));
|
|
this.btSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btSave.Location = new System.Drawing.Point(1139, 0);
|
|
this.btSave.Name = "btSave";
|
|
this.btSave.Size = new System.Drawing.Size(115, 40);
|
|
this.btSave.TabIndex = 19;
|
|
this.btSave.Text = "Save(&S)";
|
|
this.btSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.btSave.UseVisualStyleBackColor = true;
|
|
this.btSave.Click += new System.EventHandler(this.btSave_Click);
|
|
//
|
|
// toolStripButton9
|
|
//
|
|
this.toolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image")));
|
|
this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton9.Name = "toolStripButton9";
|
|
this.toolStripButton9.Size = new System.Drawing.Size(111, 22);
|
|
this.toolStripButton9.Text = "Auto Adjust Column Width";
|
|
this.toolStripButton9.Click += new System.EventHandler(this.toolStripButton9_Click);
|
|
//
|
|
// Model_Motion_Desc
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.ClientSize = new System.Drawing.Size(1264, 1021);
|
|
this.Controls.Add(this.panel6);
|
|
this.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "Model_Motion_Desc";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Motion Group Setting";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.@__Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dv)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ds1)).EndInit();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dvPosition)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsPos)).EndInit();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.toolStrip2.ResumeLayout(false);
|
|
this.toolStrip2.PerformLayout();
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
|
|
this.bindingNavigator1.ResumeLayout(false);
|
|
this.bindingNavigator1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dvMot)).EndInit();
|
|
this.panLeft.ResumeLayout(false);
|
|
this.panel6.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.tabControl5.ResumeLayout(false);
|
|
this.tabPage5.ResumeLayout(false);
|
|
this.panTopMenu.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DataSet1 ds1;
|
|
private System.Windows.Forms.DataGridView dv;
|
|
private System.Windows.Forms.Timer tmDisplay;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.Panel panLeft;
|
|
private System.Windows.Forms.BindingSource bs;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
|
|
private arCtl.arLabel arLabel18;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.Panel splitH;
|
|
private System.Windows.Forms.Panel panel9;
|
|
private System.Windows.Forms.BindingSource bsPos;
|
|
private arCtl.arDatagridView dvPosition;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.Panel panTopMenu;
|
|
private System.Windows.Forms.Button btSave;
|
|
private System.Windows.Forms.BindingNavigator bindingNavigator1;
|
|
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
|
|
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 arCtl.arDatagridView dvMot;
|
|
private System.Windows.Forms.TabControl tabControl5;
|
|
private System.Windows.Forms.TabPage tabPage5;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_axis;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_desc;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton5;
|
|
private System.Windows.Forms.ToolStripLabel lbMotPos;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.ListView listView1;
|
|
private System.Windows.Forms.TreeView treeView1;
|
|
private System.Windows.Forms.ToolStrip toolStrip2;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton4;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton6;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton7;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton3;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton8;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MotIndex;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MotName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn posTitleDataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Category;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Description;
|
|
private System.Windows.Forms.DataGridViewButtonColumn btPos;
|
|
private System.Windows.Forms.DataGridViewButtonColumn btspeed;
|
|
private System.Windows.Forms.DataGridViewButtonColumn btacc;
|
|
private System.Windows.Forms.DataGridViewButtonColumn btdcc;
|
|
private System.Windows.Forms.DataGridViewButtonColumn btGo;
|
|
private System.Windows.Forms.DataGridViewButtonColumn btSet;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton9;
|
|
}
|
|
} |