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.

71 lines
2.9 KiB

2 years ago
  1. 
  2. namespace ExportDataToFile
  3. {
  4. partial class ShowForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.dgvShowResult = new System.Windows.Forms.DataGridView();
  30. ((System.ComponentModel.ISupportInitialize)(this.dgvShowResult)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // dgvShowResult
  34. //
  35. this.dgvShowResult.AllowUserToAddRows = false;
  36. this.dgvShowResult.AllowUserToDeleteRows = false;
  37. this.dgvShowResult.AllowUserToOrderColumns = true;
  38. this.dgvShowResult.AllowUserToResizeRows = false;
  39. this.dgvShowResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  40. | System.Windows.Forms.AnchorStyles.Left)
  41. | System.Windows.Forms.AnchorStyles.Right)));
  42. this.dgvShowResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  43. this.dgvShowResult.Location = new System.Drawing.Point(12, 12);
  44. this.dgvShowResult.Name = "dgvShowResult";
  45. this.dgvShowResult.RowTemplate.Height = 24;
  46. this.dgvShowResult.Size = new System.Drawing.Size(1271, 600);
  47. this.dgvShowResult.TabIndex = 0;
  48. //
  49. // ShowForm
  50. //
  51. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  52. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  53. this.ClientSize = new System.Drawing.Size(1295, 624);
  54. this.Controls.Add(this.dgvShowResult);
  55. this.MaximizeBox = false;
  56. this.MinimizeBox = false;
  57. this.Name = "ShowForm";
  58. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  59. this.Text = "顯示資料";
  60. ((System.ComponentModel.ISupportInitialize)(this.dgvShowResult)).EndInit();
  61. this.ResumeLayout(false);
  62. }
  63. #endregion
  64. public System.Windows.Forms.DataGridView dgvShowResult;
  65. }
  66. }