namespace SigmaDrawerElement { partial class FrmInTrackCommonData { /// /// 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() { btnOK = new Button(); btnCancel = new Button(); dataGridView1 = new DataGridView(); ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); SuspendLayout(); // // btnOK // btnOK.DialogResult = DialogResult.OK; btnOK.Location = new Point(258, 348); btnOK.Name = "btnOK"; btnOK.Size = new Size(75, 29); btnOK.TabIndex = 0; btnOK.Text = "确定"; btnOK.UseVisualStyleBackColor = true; btnOK.Click += btnOK_Click; // // btnCancel // btnCancel.DialogResult = DialogResult.Cancel; btnCancel.Location = new Point(339, 349); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(70, 28); btnCancel.TabIndex = 1; btnCancel.Text = "取消"; btnCancel.UseVisualStyleBackColor = true; // // dataGridView1 // dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.Location = new Point(30, 61); dataGridView1.Name = "dataGridView1"; dataGridView1.Size = new Size(364, 221); dataGridView1.TabIndex = 2; // // FrmInTrackCommonData // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(421, 377); Controls.Add(dataGridView1); Controls.Add(btnCancel); Controls.Add(btnOK); Name = "FrmInTrackCommonData"; Text = "设置数据"; ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); ResumeLayout(false); } #endregion private Button btnOK; private Button btnCancel; private DataGridView dataGridView1; } }