版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

109 строки
4.9 KiB

  1. namespace MaiMuAOI.SysUI.DefectPicShow
  2. {
  3. partial class HistoryViewFrm
  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.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  32. this.panel1.SuspendLayout();
  33. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // uiTitel1
  37. //
  38. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  39. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  40. this.uiTitel1.FatherForm = null;
  41. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  42. this.uiTitel1.Name = "uiTitel1";
  43. this.uiTitel1.Size = new System.Drawing.Size(1207, 46);
  44. this.uiTitel1.TabIndex = 37;
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.label1.Location = new System.Drawing.Point(12, 49);
  51. this.label1.Name = "label1";
  52. this.label1.Size = new System.Drawing.Size(138, 28);
  53. this.label1.TabIndex = 38;
  54. this.label1.Text = "修改历史记录";
  55. //
  56. // panel1
  57. //
  58. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  59. | System.Windows.Forms.AnchorStyles.Left)
  60. | System.Windows.Forms.AnchorStyles.Right)));
  61. this.panel1.Controls.Add(this.dataGridView1);
  62. this.panel1.Location = new System.Drawing.Point(0, 80);
  63. this.panel1.Name = "panel1";
  64. this.panel1.Size = new System.Drawing.Size(1207, 429);
  65. this.panel1.TabIndex = 39;
  66. //
  67. // dataGridView1
  68. //
  69. this.dataGridView1.AllowUserToAddRows = false;
  70. this.dataGridView1.AllowUserToDeleteRows = false;
  71. this.dataGridView1.AllowUserToResizeRows = false;
  72. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  73. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  75. this.dataGridView1.Name = "dataGridView1";
  76. this.dataGridView1.ReadOnly = true;
  77. this.dataGridView1.RowTemplate.Height = 23;
  78. this.dataGridView1.Size = new System.Drawing.Size(1207, 429);
  79. this.dataGridView1.TabIndex = 2;
  80. //
  81. // HistoryViewFrm
  82. //
  83. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  84. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  85. this.ClientSize = new System.Drawing.Size(1207, 521);
  86. this.Controls.Add(this.panel1);
  87. this.Controls.Add(this.label1);
  88. this.Controls.Add(this.uiTitel1);
  89. this.Name = "HistoryViewFrm";
  90. this.Text = "HistoryViewFrm";
  91. this.Load += new System.EventHandler(this.HistoryViewFrm_Load);
  92. this.panel1.ResumeLayout(false);
  93. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  94. this.ResumeLayout(false);
  95. this.PerformLayout();
  96. }
  97. #endregion
  98. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  99. private System.Windows.Forms.Label label1;
  100. private System.Windows.Forms.Panel panel1;
  101. private System.Windows.Forms.DataGridView dataGridView1;
  102. }
  103. }