FormMain.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. namespace DaJiaoYan
  2. {
  3. partial class FormMain
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
  29. this.labelScannerName = new System.Windows.Forms.Label();
  30. this.labelUploadedCount = new System.Windows.Forms.Label();
  31. this.labelScannerDirectory = new System.Windows.Forms.Label();
  32. this.labelScannerStatus = new System.Windows.Forms.Label();
  33. this.label12 = new System.Windows.Forms.Label();
  34. this.label15 = new System.Windows.Forms.Label();
  35. this.label14 = new System.Windows.Forms.Label();
  36. this.label13 = new System.Windows.Forms.Label();
  37. this.labelScannerDriver = new System.Windows.Forms.Label();
  38. this.label11 = new System.Windows.Forms.Label();
  39. this.labelScanCount = new System.Windows.Forms.Label();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.SuspendLayout();
  42. //
  43. // labelScannerName
  44. //
  45. this.labelScannerName.AutoSize = true;
  46. this.labelScannerName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.labelScannerName.Location = new System.Drawing.Point(114, 57);
  48. this.labelScannerName.Name = "labelScannerName";
  49. this.labelScannerName.Size = new System.Drawing.Size(0, 12);
  50. this.labelScannerName.TabIndex = 7;
  51. //
  52. // labelUploadedCount
  53. //
  54. this.labelUploadedCount.AutoSize = true;
  55. this.labelUploadedCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.labelUploadedCount.Location = new System.Drawing.Point(114, 150);
  57. this.labelUploadedCount.Name = "labelUploadedCount";
  58. this.labelUploadedCount.Size = new System.Drawing.Size(11, 12);
  59. this.labelUploadedCount.TabIndex = 8;
  60. this.labelUploadedCount.Text = "0";
  61. //
  62. // labelScannerDirectory
  63. //
  64. this.labelScannerDirectory.AutoSize = true;
  65. this.labelScannerDirectory.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.labelScannerDirectory.Location = new System.Drawing.Point(114, 119);
  67. this.labelScannerDirectory.Name = "labelScannerDirectory";
  68. this.labelScannerDirectory.Size = new System.Drawing.Size(0, 12);
  69. this.labelScannerDirectory.TabIndex = 9;
  70. this.labelScannerDirectory.DoubleClick += new System.EventHandler(this.LabelScannerDirectory_DoubleClick);
  71. //
  72. // labelScannerStatus
  73. //
  74. this.labelScannerStatus.AutoSize = true;
  75. this.labelScannerStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.labelScannerStatus.Location = new System.Drawing.Point(114, 88);
  77. this.labelScannerStatus.Name = "labelScannerStatus";
  78. this.labelScannerStatus.Size = new System.Drawing.Size(0, 12);
  79. this.labelScannerStatus.TabIndex = 10;
  80. //
  81. // label12
  82. //
  83. this.label12.AutoSize = true;
  84. this.label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.label12.Location = new System.Drawing.Point(59, 57);
  86. this.label12.Name = "label12";
  87. this.label12.Size = new System.Drawing.Size(44, 12);
  88. this.label12.TabIndex = 2;
  89. this.label12.Text = "扫描仪";
  90. //
  91. // label15
  92. //
  93. this.label15.AutoSize = true;
  94. this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.label15.Location = new System.Drawing.Point(20, 150);
  96. this.label15.Name = "label15";
  97. this.label15.Size = new System.Drawing.Size(83, 12);
  98. this.label15.TabIndex = 3;
  99. this.label15.Text = "上传图片数量";
  100. //
  101. // label14
  102. //
  103. this.label14.AutoSize = true;
  104. this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.label14.Location = new System.Drawing.Point(20, 119);
  106. this.label14.Name = "label14";
  107. this.label14.Size = new System.Drawing.Size(83, 12);
  108. this.label14.TabIndex = 4;
  109. this.label14.Text = "扫描保存目录";
  110. //
  111. // label13
  112. //
  113. this.label13.AutoSize = true;
  114. this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.label13.Location = new System.Drawing.Point(33, 88);
  116. this.label13.Name = "label13";
  117. this.label13.Size = new System.Drawing.Size(70, 12);
  118. this.label13.TabIndex = 5;
  119. this.label13.Text = "扫描仪状态";
  120. //
  121. // labelScannerDriver
  122. //
  123. this.labelScannerDriver.AutoSize = true;
  124. this.labelScannerDriver.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.labelScannerDriver.ForeColor = System.Drawing.SystemColors.ControlText;
  126. this.labelScannerDriver.Location = new System.Drawing.Point(114, 26);
  127. this.labelScannerDriver.Name = "labelScannerDriver";
  128. this.labelScannerDriver.Size = new System.Drawing.Size(0, 12);
  129. this.labelScannerDriver.TabIndex = 11;
  130. //
  131. // label11
  132. //
  133. this.label11.AutoSize = true;
  134. this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.label11.Location = new System.Drawing.Point(33, 26);
  136. this.label11.Name = "label11";
  137. this.label11.Size = new System.Drawing.Size(70, 12);
  138. this.label11.TabIndex = 6;
  139. this.label11.Text = "扫描仪驱动";
  140. //
  141. // labelScanCount
  142. //
  143. this.labelScanCount.AutoSize = true;
  144. this.labelScanCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.labelScanCount.Location = new System.Drawing.Point(114, 181);
  146. this.labelScanCount.Name = "labelScanCount";
  147. this.labelScanCount.Size = new System.Drawing.Size(11, 12);
  148. this.labelScanCount.TabIndex = 13;
  149. this.labelScanCount.Text = "0";
  150. //
  151. // label2
  152. //
  153. this.label2.AutoSize = true;
  154. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.label2.Location = new System.Drawing.Point(20, 181);
  156. this.label2.Name = "label2";
  157. this.label2.Size = new System.Drawing.Size(83, 12);
  158. this.label2.TabIndex = 12;
  159. this.label2.Text = "扫描图片数量";
  160. //
  161. // FormMain
  162. //
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  165. this.ClientSize = new System.Drawing.Size(800, 218);
  166. this.Controls.Add(this.labelScanCount);
  167. this.Controls.Add(this.label2);
  168. this.Controls.Add(this.labelScannerName);
  169. this.Controls.Add(this.labelUploadedCount);
  170. this.Controls.Add(this.labelScannerDirectory);
  171. this.Controls.Add(this.labelScannerStatus);
  172. this.Controls.Add(this.label12);
  173. this.Controls.Add(this.label15);
  174. this.Controls.Add(this.label14);
  175. this.Controls.Add(this.label13);
  176. this.Controls.Add(this.labelScannerDriver);
  177. this.Controls.Add(this.label11);
  178. this.DoubleBuffered = true;
  179. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  180. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  181. this.MaximizeBox = false;
  182. this.Name = "FormMain";
  183. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  184. this.Text = "大教研扫描服务端";
  185. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
  186. this.SizeChanged += new System.EventHandler(this.FormMain_SizeChanged);
  187. this.ResumeLayout(false);
  188. this.PerformLayout();
  189. }
  190. #endregion
  191. private System.Windows.Forms.Label labelScannerName;
  192. private System.Windows.Forms.Label labelUploadedCount;
  193. private System.Windows.Forms.Label labelScannerDirectory;
  194. private System.Windows.Forms.Label labelScannerStatus;
  195. private System.Windows.Forms.Label label12;
  196. private System.Windows.Forms.Label label15;
  197. private System.Windows.Forms.Label label14;
  198. private System.Windows.Forms.Label label13;
  199. private System.Windows.Forms.Label labelScannerDriver;
  200. private System.Windows.Forms.Label label11;
  201. private System.Windows.Forms.Label labelScanCount;
  202. private System.Windows.Forms.Label label2;
  203. }
  204. }