HistoryDataForm3_Step.Designer.cs 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. namespace PMSUI
  2. {
  3. partial class HistoryDataForm3_Step
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  29. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  30. this.SuspendLayout();
  31. //
  32. // dataGridView1
  33. //
  34. this.dataGridView1.AllowUserToAddRows = false;
  35. this.dataGridView1.AllowUserToDeleteRows = false;
  36. this.dataGridView1.AllowUserToResizeRows = false;
  37. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  38. this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  39. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  40. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  42. this.dataGridView1.Name = "dataGridView1";
  43. this.dataGridView1.ReadOnly = true;
  44. this.dataGridView1.RowHeadersVisible = false;
  45. this.dataGridView1.RowTemplate.Height = 23;
  46. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  47. this.dataGridView1.Size = new System.Drawing.Size(536, 348);
  48. this.dataGridView1.TabIndex = 2;
  49. //
  50. // HistoryDataForm3_Step
  51. //
  52. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  53. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  54. this.ClientSize = new System.Drawing.Size(536, 348);
  55. this.Controls.Add(this.dataGridView1);
  56. this.Name = "HistoryDataForm3_Step";
  57. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  58. this.Text = "步骤查询";
  59. this.Load += new System.EventHandler(this.HistoryDataForm3_Step_Load);
  60. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  61. this.ResumeLayout(false);
  62. }
  63. #endregion
  64. private System.Windows.Forms.DataGridView dataGridView1;
  65. }
  66. }