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.
86 lines
2.9 KiB
C#
86 lines
2.9 KiB
C#
namespace SigmaDrawerElement
|
|
{
|
|
partial class FrmInTrackCommonData
|
|
{
|
|
/// <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()
|
|
{
|
|
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;
|
|
}
|
|
} |