FormStandardLibraryInformation.Designer.cs 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. namespace OTSIncAReportApp._1_UI
  2. {
  3. partial class FormStandardLibraryInformation
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.listView1 = new System.Windows.Forms.ListView();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.panel1.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // panel1
  36. //
  37. this.panel1.AutoScroll = true;
  38. this.panel1.Controls.Add(this.label2);
  39. this.panel1.Controls.Add(this.label1);
  40. this.panel1.Controls.Add(this.listView1);
  41. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.panel1.Location = new System.Drawing.Point(0, 0);
  43. this.panel1.Name = "panel1";
  44. this.panel1.Size = new System.Drawing.Size(284, 450);
  45. this.panel1.TabIndex = 0;
  46. //
  47. // listView1
  48. //
  49. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.listView1.HideSelection = false;
  51. this.listView1.Location = new System.Drawing.Point(0, 0);
  52. this.listView1.Name = "listView1";
  53. this.listView1.Size = new System.Drawing.Size(284, 450);
  54. this.listView1.TabIndex = 0;
  55. this.listView1.UseCompatibleStateImageBehavior = false;
  56. //
  57. // label1
  58. //
  59. this.label1.AutoSize = true;
  60. this.label1.BackColor = System.Drawing.Color.Transparent;
  61. this.label1.Location = new System.Drawing.Point(58, 9);
  62. this.label1.Name = "label1";
  63. this.label1.Size = new System.Drawing.Size(41, 12);
  64. this.label1.TabIndex = 1;
  65. this.label1.Text = "分类名";
  66. //
  67. // label2
  68. //
  69. this.label2.AutoSize = true;
  70. this.label2.BackColor = System.Drawing.Color.Transparent;
  71. this.label2.Location = new System.Drawing.Point(201, 9);
  72. this.label2.Name = "label2";
  73. this.label2.Size = new System.Drawing.Size(29, 12);
  74. this.label2.TabIndex = 2;
  75. this.label2.Text = "颜色";
  76. //
  77. // FormStandardLibraryInformation
  78. //
  79. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  80. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  81. this.ClientSize = new System.Drawing.Size(284, 450);
  82. this.Controls.Add(this.panel1);
  83. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.Name = "FormStandardLibraryInformation";
  85. this.Text = "标准库信息";
  86. this.Activated += new System.EventHandler(this.FormStandardLibraryInformation_Activated);
  87. this.Load += new System.EventHandler(this.FormStandardLibraryInformation_Load);
  88. this.panel1.ResumeLayout(false);
  89. this.panel1.PerformLayout();
  90. this.ResumeLayout(false);
  91. }
  92. #endregion
  93. private System.Windows.Forms.Panel panel1;
  94. private System.Windows.Forms.ListView listView1;
  95. private System.Windows.Forms.Label label2;
  96. private System.Windows.Forms.Label label1;
  97. }
  98. }