FrmEditOP.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. namespace BooksManageSystem
  2. {
  3. partial class FrmEditOP
  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(FrmEditOP));
  29. this.dtp_datetime = new System.Windows.Forms.DateTimePicker();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.txt_bookname = new System.Windows.Forms.TextBox();
  33. this.txt_op = new System.Windows.Forms.TextBox();
  34. this.txt_opCount = new System.Windows.Forms.TextBox();
  35. this.txt_oper = new System.Windows.Forms.TextBox();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.btn_OK = new System.Windows.Forms.Button();
  40. this.SuspendLayout();
  41. //
  42. // dtp_datetime
  43. //
  44. this.dtp_datetime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  45. this.dtp_datetime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.dtp_datetime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  47. this.dtp_datetime.Location = new System.Drawing.Point(71, 15);
  48. this.dtp_datetime.Name = "dtp_datetime";
  49. this.dtp_datetime.Size = new System.Drawing.Size(159, 23);
  50. this.dtp_datetime.TabIndex = 0;
  51. //
  52. // label1
  53. //
  54. this.label1.AutoSize = true;
  55. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.label1.Location = new System.Drawing.Point(12, 53);
  57. this.label1.Name = "label1";
  58. this.label1.Size = new System.Drawing.Size(56, 17);
  59. this.label1.TabIndex = 1;
  60. this.label1.Text = "书籍名称";
  61. //
  62. // label2
  63. //
  64. this.label2.AutoSize = true;
  65. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.label2.Location = new System.Drawing.Point(12, 85);
  67. this.label2.Name = "label2";
  68. this.label2.Size = new System.Drawing.Size(56, 17);
  69. this.label2.TabIndex = 2;
  70. this.label2.Text = "变更操作";
  71. //
  72. // txt_bookname
  73. //
  74. this.txt_bookname.Enabled = false;
  75. this.txt_bookname.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.txt_bookname.Location = new System.Drawing.Point(71, 48);
  77. this.txt_bookname.Name = "txt_bookname";
  78. this.txt_bookname.Size = new System.Drawing.Size(159, 23);
  79. this.txt_bookname.TabIndex = 4;
  80. //
  81. // txt_op
  82. //
  83. this.txt_op.Enabled = false;
  84. this.txt_op.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.txt_op.Location = new System.Drawing.Point(71, 81);
  86. this.txt_op.Name = "txt_op";
  87. this.txt_op.Size = new System.Drawing.Size(100, 23);
  88. this.txt_op.TabIndex = 5;
  89. //
  90. // txt_opCount
  91. //
  92. this.txt_opCount.Enabled = false;
  93. this.txt_opCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.txt_opCount.Location = new System.Drawing.Point(71, 114);
  95. this.txt_opCount.Name = "txt_opCount";
  96. this.txt_opCount.Size = new System.Drawing.Size(100, 23);
  97. this.txt_opCount.TabIndex = 6;
  98. //
  99. // txt_oper
  100. //
  101. this.txt_oper.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.txt_oper.Location = new System.Drawing.Point(71, 147);
  103. this.txt_oper.Name = "txt_oper";
  104. this.txt_oper.Size = new System.Drawing.Size(100, 23);
  105. this.txt_oper.TabIndex = 7;
  106. //
  107. // label3
  108. //
  109. this.label3.AutoSize = true;
  110. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.label3.Location = new System.Drawing.Point(12, 117);
  112. this.label3.Name = "label3";
  113. this.label3.Size = new System.Drawing.Size(56, 17);
  114. this.label3.TabIndex = 8;
  115. this.label3.Text = "变更数量";
  116. //
  117. // label4
  118. //
  119. this.label4.AutoSize = true;
  120. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.label4.Location = new System.Drawing.Point(36, 149);
  122. this.label4.Name = "label4";
  123. this.label4.Size = new System.Drawing.Size(32, 17);
  124. this.label4.TabIndex = 9;
  125. this.label4.Text = "备注";
  126. //
  127. // label5
  128. //
  129. this.label5.AutoSize = true;
  130. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.label5.Location = new System.Drawing.Point(12, 21);
  132. this.label5.Name = "label5";
  133. this.label5.Size = new System.Drawing.Size(56, 17);
  134. this.label5.TabIndex = 10;
  135. this.label5.Text = "变更时间";
  136. //
  137. // btn_OK
  138. //
  139. this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.btn_OK.Location = new System.Drawing.Point(71, 186);
  141. this.btn_OK.Name = "btn_OK";
  142. this.btn_OK.Size = new System.Drawing.Size(75, 23);
  143. this.btn_OK.TabIndex = 11;
  144. this.btn_OK.Text = "修改";
  145. this.btn_OK.UseVisualStyleBackColor = true;
  146. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  147. //
  148. // FrmEditOP
  149. //
  150. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  151. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  152. this.ClientSize = new System.Drawing.Size(265, 233);
  153. this.Controls.Add(this.btn_OK);
  154. this.Controls.Add(this.label5);
  155. this.Controls.Add(this.label4);
  156. this.Controls.Add(this.label3);
  157. this.Controls.Add(this.txt_oper);
  158. this.Controls.Add(this.txt_opCount);
  159. this.Controls.Add(this.txt_op);
  160. this.Controls.Add(this.txt_bookname);
  161. this.Controls.Add(this.label2);
  162. this.Controls.Add(this.label1);
  163. this.Controls.Add(this.dtp_datetime);
  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 = "FrmEditOP";
  169. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  170. this.Text = "修改操作记录";
  171. this.Load += new System.EventHandler(this.FrmEditOP_Load);
  172. this.ResumeLayout(false);
  173. this.PerformLayout();
  174. }
  175. #endregion
  176. private System.Windows.Forms.DateTimePicker dtp_datetime;
  177. private System.Windows.Forms.Label label1;
  178. private System.Windows.Forms.Label label2;
  179. private System.Windows.Forms.TextBox txt_bookname;
  180. private System.Windows.Forms.TextBox txt_op;
  181. private System.Windows.Forms.TextBox txt_opCount;
  182. private System.Windows.Forms.TextBox txt_oper;
  183. private System.Windows.Forms.Label label3;
  184. private System.Windows.Forms.Label label4;
  185. private System.Windows.Forms.Label label5;
  186. private System.Windows.Forms.Button btn_OK;
  187. }
  188. }