namespace Rs.MotionPlat { partial class LocationData { /// /// 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(); 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; } }