Content.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. namespace 新一代CaptB点名器
  2. {
  3. partial class Content
  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(Content));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.listView1 = new System.Windows.Forms.ListView();
  32. this.SuspendLayout();
  33. //
  34. // label1
  35. //
  36. this.label1.AutoSize = true;
  37. this.label1.BackColor = System.Drawing.Color.Transparent;
  38. this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.label1.Location = new System.Drawing.Point(12, 9);
  40. this.label1.Name = "label1";
  41. this.label1.Size = new System.Drawing.Size(88, 26);
  42. this.label1.TabIndex = 0;
  43. this.label1.Text = "总人数:";
  44. //
  45. // label2
  46. //
  47. this.label2.AutoSize = true;
  48. this.label2.BackColor = System.Drawing.Color.Transparent;
  49. this.label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.label2.Location = new System.Drawing.Point(106, 9);
  51. this.label2.Name = "label2";
  52. this.label2.Size = new System.Drawing.Size(71, 26);
  53. this.label2.TabIndex = 1;
  54. this.label2.Text = "label2";
  55. //
  56. // listView1
  57. //
  58. this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
  59. this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  60. | System.Windows.Forms.AnchorStyles.Left)
  61. | System.Windows.Forms.AnchorStyles.Right)));
  62. this.listView1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.listView1.HideSelection = false;
  64. this.listView1.HoverSelection = true;
  65. this.listView1.LabelEdit = true;
  66. this.listView1.Location = new System.Drawing.Point(12, 37);
  67. this.listView1.Name = "listView1";
  68. this.listView1.Size = new System.Drawing.Size(760, 362);
  69. this.listView1.TabIndex = 2;
  70. this.listView1.UseCompatibleStateImageBehavior = false;
  71. this.listView1.View = System.Windows.Forms.View.SmallIcon;
  72. //
  73. // Content
  74. //
  75. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  76. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  77. this.BackgroundImage = global::新一代CaptB点名器.Properties.Resources.background;
  78. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  79. this.ClientSize = new System.Drawing.Size(784, 411);
  80. this.Controls.Add(this.listView1);
  81. this.Controls.Add(this.label2);
  82. this.Controls.Add(this.label1);
  83. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  85. this.Margin = new System.Windows.Forms.Padding(4);
  86. this.Name = "Content";
  87. this.Text = "查看";
  88. this.Load += new System.EventHandler(this.Content_Load);
  89. this.ResumeLayout(false);
  90. this.PerformLayout();
  91. }
  92. #endregion
  93. private System.Windows.Forms.Label label1;
  94. private System.Windows.Forms.Label label2;
  95. private System.Windows.Forms.ListView listView1;
  96. }
  97. }