1
0

FrmAddNewBook.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. namespace BooksManageSystem
  2. {
  3. partial class FrmAddNewBook
  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(FrmAddNewBook));
  29. this.btn_OK = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.txt_Bookname = new System.Windows.Forms.TextBox();
  32. this.groupBox1 = new System.Windows.Forms.GroupBox();
  33. this.cb_IsStuBook = new System.Windows.Forms.CheckBox();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.txt_Count = new System.Windows.Forms.TextBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.txt_orderPrice = new System.Windows.Forms.TextBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.txt_Price = new System.Windows.Forms.TextBox();
  41. this.groupBox1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // btn_OK
  45. //
  46. this.btn_OK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  47. this.btn_OK.Location = new System.Drawing.Point(341, 118);
  48. this.btn_OK.Name = "btn_OK";
  49. this.btn_OK.Size = new System.Drawing.Size(86, 32);
  50. this.btn_OK.TabIndex = 0;
  51. this.btn_OK.Text = "确认";
  52. this.btn_OK.UseVisualStyleBackColor = true;
  53. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  54. //
  55. // label1
  56. //
  57. this.label1.AutoSize = true;
  58. this.label1.Location = new System.Drawing.Point(31, 24);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(35, 17);
  61. this.label1.TabIndex = 1;
  62. this.label1.Text = "书名:";
  63. //
  64. // txt_Bookname
  65. //
  66. this.txt_Bookname.Location = new System.Drawing.Point(72, 21);
  67. this.txt_Bookname.Name = "txt_Bookname";
  68. this.txt_Bookname.Size = new System.Drawing.Size(212, 23);
  69. this.txt_Bookname.TabIndex = 2;
  70. //
  71. // groupBox1
  72. //
  73. this.groupBox1.Controls.Add(this.cb_IsStuBook);
  74. this.groupBox1.Controls.Add(this.label5);
  75. this.groupBox1.Controls.Add(this.label4);
  76. this.groupBox1.Controls.Add(this.txt_Count);
  77. this.groupBox1.Controls.Add(this.label3);
  78. this.groupBox1.Controls.Add(this.txt_orderPrice);
  79. this.groupBox1.Controls.Add(this.label2);
  80. this.groupBox1.Controls.Add(this.txt_Price);
  81. this.groupBox1.Controls.Add(this.label1);
  82. this.groupBox1.Controls.Add(this.btn_OK);
  83. this.groupBox1.Controls.Add(this.txt_Bookname);
  84. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  86. this.groupBox1.Name = "groupBox1";
  87. this.groupBox1.Size = new System.Drawing.Size(433, 156);
  88. this.groupBox1.TabIndex = 3;
  89. this.groupBox1.TabStop = false;
  90. this.groupBox1.Text = "书籍信息";
  91. //
  92. // cb_IsStuBook
  93. //
  94. this.cb_IsStuBook.AutoSize = true;
  95. this.cb_IsStuBook.Location = new System.Drawing.Point(72, 124);
  96. this.cb_IsStuBook.Name = "cb_IsStuBook";
  97. this.cb_IsStuBook.Size = new System.Drawing.Size(75, 21);
  98. this.cb_IsStuBook.TabIndex = 10;
  99. this.cb_IsStuBook.Text = "学生用书";
  100. this.cb_IsStuBook.UseVisualStyleBackColor = true;
  101. //
  102. // label5
  103. //
  104. this.label5.AutoSize = true;
  105. this.label5.Location = new System.Drawing.Point(7, 124);
  106. this.label5.Name = "label5";
  107. this.label5.Size = new System.Drawing.Size(0, 17);
  108. this.label5.TabIndex = 9;
  109. //
  110. // label4
  111. //
  112. this.label4.AutoSize = true;
  113. this.label4.Location = new System.Drawing.Point(31, 99);
  114. this.label4.Name = "label4";
  115. this.label4.Size = new System.Drawing.Size(35, 17);
  116. this.label4.TabIndex = 7;
  117. this.label4.Text = "数量:";
  118. //
  119. // txt_Count
  120. //
  121. this.txt_Count.Location = new System.Drawing.Point(72, 96);
  122. this.txt_Count.Name = "txt_Count";
  123. this.txt_Count.Size = new System.Drawing.Size(69, 23);
  124. this.txt_Count.TabIndex = 8;
  125. //
  126. // label3
  127. //
  128. this.label3.AutoSize = true;
  129. this.label3.Location = new System.Drawing.Point(19, 74);
  130. this.label3.Name = "label3";
  131. this.label3.Size = new System.Drawing.Size(47, 17);
  132. this.label3.TabIndex = 5;
  133. this.label3.Text = "购书价:";
  134. //
  135. // txt_orderPrice
  136. //
  137. this.txt_orderPrice.Location = new System.Drawing.Point(72, 71);
  138. this.txt_orderPrice.Name = "txt_orderPrice";
  139. this.txt_orderPrice.Size = new System.Drawing.Size(69, 23);
  140. this.txt_orderPrice.TabIndex = 6;
  141. //
  142. // label2
  143. //
  144. this.label2.AutoSize = true;
  145. this.label2.Location = new System.Drawing.Point(31, 49);
  146. this.label2.Name = "label2";
  147. this.label2.Size = new System.Drawing.Size(35, 17);
  148. this.label2.TabIndex = 3;
  149. this.label2.Text = "定价:";
  150. //
  151. // txt_Price
  152. //
  153. this.txt_Price.Location = new System.Drawing.Point(72, 46);
  154. this.txt_Price.Name = "txt_Price";
  155. this.txt_Price.Size = new System.Drawing.Size(69, 23);
  156. this.txt_Price.TabIndex = 4;
  157. //
  158. // FrmAddNewBook
  159. //
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.ClientSize = new System.Drawing.Size(457, 181);
  163. this.Controls.Add(this.groupBox1);
  164. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  165. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  166. this.MaximizeBox = false;
  167. this.MinimizeBox = false;
  168. this.Name = "FrmAddNewBook";
  169. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  170. this.Text = "添加新书";
  171. this.Load += new System.EventHandler(this.FrmAddNewBook_Load);
  172. this.groupBox1.ResumeLayout(false);
  173. this.groupBox1.PerformLayout();
  174. this.ResumeLayout(false);
  175. }
  176. #endregion
  177. private System.Windows.Forms.Button btn_OK;
  178. private System.Windows.Forms.Label label1;
  179. private System.Windows.Forms.TextBox txt_Bookname;
  180. private System.Windows.Forms.GroupBox groupBox1;
  181. private System.Windows.Forms.Label label4;
  182. private System.Windows.Forms.TextBox txt_Count;
  183. private System.Windows.Forms.Label label3;
  184. private System.Windows.Forms.TextBox txt_orderPrice;
  185. private System.Windows.Forms.Label label2;
  186. private System.Windows.Forms.TextBox txt_Price;
  187. private System.Windows.Forms.Label label5;
  188. private System.Windows.Forms.CheckBox cb_IsStuBook;
  189. }
  190. }