FrmBookListViewer.Designer.cs 7.2 KB

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