HistoryDataForm2_Task.Designer.cs 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. namespace PMSUI
  2. {
  3. partial class HistoryDataForm2_Task
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HistoryDataForm2_Task));
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // dataGridView1
  34. //
  35. resources.ApplyResources(this.dataGridView1, "dataGridView1");
  36. this.dataGridView1.AllowUserToAddRows = false;
  37. this.dataGridView1.AllowUserToDeleteRows = false;
  38. this.dataGridView1.AllowUserToResizeRows = false;
  39. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  40. this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  41. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  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.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  48. //
  49. // HistoryDataForm2_Task
  50. //
  51. resources.ApplyResources(this, "$this");
  52. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  53. this.Controls.Add(this.dataGridView1);
  54. this.Name = "HistoryDataForm2_Task";
  55. this.Load += new System.EventHandler(this.HistoryDataForm2_Task_Load);
  56. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  57. this.ResumeLayout(false);
  58. }
  59. #endregion
  60. private System.Windows.Forms.DataGridView dataGridView1;
  61. }
  62. }