namespace ExportDataToFile { partial class ShowForm { /// /// 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.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; } }