You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

72 lines
2.9 KiB

namespace ExportDataToFile
{
partial class ShowForm
{
/// <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.dgvShowResult = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.dgvShowResult)).BeginInit();
this.SuspendLayout();
//
// dgvShowResult
//
this.dgvShowResult.AllowUserToAddRows = false;
this.dgvShowResult.AllowUserToDeleteRows = false;
this.dgvShowResult.AllowUserToOrderColumns = true;
this.dgvShowResult.AllowUserToResizeRows = false;
this.dgvShowResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvShowResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvShowResult.Location = new System.Drawing.Point(12, 12);
this.dgvShowResult.Name = "dgvShowResult";
this.dgvShowResult.RowTemplate.Height = 24;
this.dgvShowResult.Size = new System.Drawing.Size(1271, 600);
this.dgvShowResult.TabIndex = 0;
//
// ShowForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1295, 624);
this.Controls.Add(this.dgvShowResult);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ShowForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "顯示資料";
((System.ComponentModel.ISupportInitialize)(this.dgvShowResult)).EndInit();
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.DataGridView dgvShowResult;
}
}