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.
114 lines
4.7 KiB
C#
114 lines
4.7 KiB
C#
namespace Rs.MotionPlat
|
|
{
|
|
partial class LocationData
|
|
{
|
|
/// <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();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.btnLoadData = new System.Windows.Forms.Button();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.btnLoadData);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 40);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(744, 51);
|
|
this.panel1.TabIndex = 3;
|
|
this.panel1.Visible = false;
|
|
//
|
|
// btnLoadData
|
|
//
|
|
this.btnLoadData.Location = new System.Drawing.Point(12, 6);
|
|
this.btnLoadData.Name = "btnLoadData";
|
|
this.btnLoadData.Size = new System.Drawing.Size(100, 39);
|
|
this.btnLoadData.TabIndex = 0;
|
|
this.btnLoadData.Text = "Load";
|
|
this.btnLoadData.UseVisualStyleBackColor = true;
|
|
this.btnLoadData.Click += new System.EventHandler(this.btnLoadData_Click);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.dataGridView1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 91);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(744, 436);
|
|
this.panel2.TabIndex = 4;
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(744, 436);
|
|
this.dataGridView1.TabIndex = 0;
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// LocationData
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(744, 527);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "LocationData";
|
|
this.ShowMax = false;
|
|
this.ShowMin = false;
|
|
this.Text = "LocationData";
|
|
this.Load += new System.EventHandler(this.LocationData_Load);
|
|
this.Controls.SetChildIndex(this.panel1, 0);
|
|
this.Controls.SetChildIndex(this.panel2, 0);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.Button btnLoadData;
|
|
private System.Windows.Forms.Timer timer1;
|
|
}
|
|
} |