FrmBookListViewer.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. namespace BooksManageSystem
  2. {
  3. partial class FrmBookListViewer
  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.button1 = new System.Windows.Forms.Button();
  29. this.listBox1 = new System.Windows.Forms.ListBox();
  30. this.listView1 = new System.Windows.Forms.ListView();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.SuspendLayout();
  35. //
  36. // button1
  37. //
  38. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  39. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  40. this.button1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  41. this.button1.ForeColor = System.Drawing.Color.White;
  42. this.button1.Location = new System.Drawing.Point(12, 405);
  43. this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  44. this.button1.Name = "button1";
  45. this.button1.Size = new System.Drawing.Size(228, 36);
  46. this.button1.TabIndex = 2;
  47. this.button1.Text = "载入";
  48. this.button1.UseVisualStyleBackColor = false;
  49. this.button1.Click += new System.EventHandler(this.button1_Click);
  50. //
  51. // listBox1
  52. //
  53. this.listBox1.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.listBox1.FormattingEnabled = true;
  55. this.listBox1.ItemHeight = 20;
  56. this.listBox1.Location = new System.Drawing.Point(289, 33);
  57. this.listBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  58. this.listBox1.Name = "listBox1";
  59. this.listBox1.Size = new System.Drawing.Size(269, 364);
  60. this.listBox1.TabIndex = 3;
  61. //
  62. // listView1
  63. //
  64. this.listView1.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.listView1.Location = new System.Drawing.Point(12, 33);
  66. this.listView1.Name = "listView1";
  67. this.listView1.Size = new System.Drawing.Size(269, 364);
  68. this.listView1.TabIndex = 4;
  69. this.listView1.UseCompatibleStateImageBehavior = false;
  70. this.listView1.View = System.Windows.Forms.View.List;
  71. this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
  72. //
  73. // button2
  74. //
  75. this.button2.BackColor = System.Drawing.Color.Red;
  76. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  77. this.button2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.button2.ForeColor = System.Drawing.Color.White;
  79. this.button2.Location = new System.Drawing.Point(246, 404);
  80. this.button2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  81. this.button2.Name = "button2";
  82. this.button2.Size = new System.Drawing.Size(35, 36);
  83. this.button2.TabIndex = 5;
  84. this.button2.Text = "删";
  85. this.button2.UseVisualStyleBackColor = false;
  86. this.button2.Click += new System.EventHandler(this.button2_Click);
  87. //
  88. // label1
  89. //
  90. this.label1.AutoSize = true;
  91. this.label1.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.label1.Location = new System.Drawing.Point(12, 9);
  93. this.label1.Name = "label1";
  94. this.label1.Size = new System.Drawing.Size(69, 20);
  95. this.label1.TabIndex = 6;
  96. this.label1.Text = "列表名称";
  97. //
  98. // label2
  99. //
  100. this.label2.AutoSize = true;
  101. this.label2.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.label2.Location = new System.Drawing.Point(286, 9);
  103. this.label2.Name = "label2";
  104. this.label2.Size = new System.Drawing.Size(69, 20);
  105. this.label2.TabIndex = 6;
  106. this.label2.Text = "列表详细";
  107. //
  108. // FrmBookListViewer
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.ClientSize = new System.Drawing.Size(574, 458);
  113. this.Controls.Add(this.label2);
  114. this.Controls.Add(this.label1);
  115. this.Controls.Add(this.button2);
  116. this.Controls.Add(this.listView1);
  117. this.Controls.Add(this.listBox1);
  118. this.Controls.Add(this.button1);
  119. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  120. this.MaximizeBox = false;
  121. this.MinimizeBox = false;
  122. this.Name = "FrmBookListViewer";
  123. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  124. this.Text = "常用书单列表";
  125. this.Load += new System.EventHandler(this.FrmBookListViewer_Load);
  126. this.ResumeLayout(false);
  127. this.PerformLayout();
  128. }
  129. #endregion
  130. private System.Windows.Forms.Button button1;
  131. private System.Windows.Forms.ListBox listBox1;
  132. private System.Windows.Forms.ListView listView1;
  133. private System.Windows.Forms.Button button2;
  134. private System.Windows.Forms.Label label1;
  135. private System.Windows.Forms.Label label2;
  136. }
  137. }