FormStandardLibraryInformation.Designer.cs 4.1 KB

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