TsrMainForm.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. namespace TesseractScreenReader
  2. {
  3. partial class TsrMainForm
  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. this.ReadClipBoardPicture = new System.Windows.Forms.Button();
  29. this.WatchingClipBoard = new System.Windows.Forms.CheckBox();
  30. this.OutputRichTextBox = new System.Windows.Forms.RichTextBox();
  31. this.SpaceCheckBox = new System.Windows.Forms.CheckBox();
  32. this.ClearButton = new System.Windows.Forms.Button();
  33. this.TopMostCheckBox = new System.Windows.Forms.CheckBox();
  34. this.SuspendLayout();
  35. //
  36. // ReadClipBoardPicture
  37. //
  38. this.ReadClipBoardPicture.Location = new System.Drawing.Point(102, 9);
  39. this.ReadClipBoardPicture.Name = "ReadClipBoardPicture";
  40. this.ReadClipBoardPicture.Size = new System.Drawing.Size(130, 23);
  41. this.ReadClipBoardPicture.TabIndex = 0;
  42. this.ReadClipBoardPicture.Text = "读取剪贴板图片";
  43. this.ReadClipBoardPicture.UseVisualStyleBackColor = true;
  44. this.ReadClipBoardPicture.Click += new System.EventHandler(this.ReadClipBoardPicture_Click);
  45. //
  46. // WatchingClipBoard
  47. //
  48. this.WatchingClipBoard.AutoSize = true;
  49. this.WatchingClipBoard.Location = new System.Drawing.Point(12, 12);
  50. this.WatchingClipBoard.Name = "WatchingClipBoard";
  51. this.WatchingClipBoard.Size = new System.Drawing.Size(84, 16);
  52. this.WatchingClipBoard.TabIndex = 1;
  53. this.WatchingClipBoard.Text = "监视剪贴板";
  54. this.WatchingClipBoard.UseVisualStyleBackColor = true;
  55. this.WatchingClipBoard.CheckedChanged += new System.EventHandler(this.WatchingClipBoard_CheckedChanged);
  56. //
  57. // OutputRichTextBox
  58. //
  59. this.OutputRichTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  60. | System.Windows.Forms.AnchorStyles.Left)
  61. | System.Windows.Forms.AnchorStyles.Right)));
  62. this.OutputRichTextBox.EnableAutoDragDrop = true;
  63. this.OutputRichTextBox.Location = new System.Drawing.Point(12, 41);
  64. this.OutputRichTextBox.Name = "OutputRichTextBox";
  65. this.OutputRichTextBox.ReadOnly = true;
  66. this.OutputRichTextBox.Size = new System.Drawing.Size(750, 415);
  67. this.OutputRichTextBox.TabIndex = 2;
  68. this.OutputRichTextBox.Text = "";
  69. //
  70. // SpaceCheckBox
  71. //
  72. this.SpaceCheckBox.AutoSize = true;
  73. this.SpaceCheckBox.Checked = true;
  74. this.SpaceCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  75. this.SpaceCheckBox.Location = new System.Drawing.Point(238, 12);
  76. this.SpaceCheckBox.Name = "SpaceCheckBox";
  77. this.SpaceCheckBox.Size = new System.Drawing.Size(60, 16);
  78. this.SpaceCheckBox.TabIndex = 1;
  79. this.SpaceCheckBox.Text = "去空格";
  80. this.SpaceCheckBox.UseVisualStyleBackColor = true;
  81. //
  82. // ClearButton
  83. //
  84. this.ClearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  85. this.ClearButton.Location = new System.Drawing.Point(673, 8);
  86. this.ClearButton.Name = "ClearButton";
  87. this.ClearButton.Size = new System.Drawing.Size(89, 23);
  88. this.ClearButton.TabIndex = 0;
  89. this.ClearButton.Text = "清空";
  90. this.ClearButton.UseVisualStyleBackColor = true;
  91. this.ClearButton.Click += new System.EventHandler(this.ClearButton_Click);
  92. //
  93. // TopMostCheckBox
  94. //
  95. this.TopMostCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  96. this.TopMostCheckBox.AutoSize = true;
  97. this.TopMostCheckBox.Checked = true;
  98. this.TopMostCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  99. this.TopMostCheckBox.Location = new System.Drawing.Point(595, 13);
  100. this.TopMostCheckBox.Name = "TopMostCheckBox";
  101. this.TopMostCheckBox.Size = new System.Drawing.Size(72, 16);
  102. this.TopMostCheckBox.TabIndex = 1;
  103. this.TopMostCheckBox.Text = "窗口置顶";
  104. this.TopMostCheckBox.UseVisualStyleBackColor = true;
  105. this.TopMostCheckBox.CheckedChanged += new System.EventHandler(this.TopMostCheckBox_CheckedChanged);
  106. //
  107. // TsrMainForm
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.ClientSize = new System.Drawing.Size(774, 468);
  112. this.Controls.Add(this.OutputRichTextBox);
  113. this.Controls.Add(this.TopMostCheckBox);
  114. this.Controls.Add(this.SpaceCheckBox);
  115. this.Controls.Add(this.WatchingClipBoard);
  116. this.Controls.Add(this.ClearButton);
  117. this.Controls.Add(this.ReadClipBoardPicture);
  118. this.Name = "TsrMainForm";
  119. this.Text = "TSR截图识字(简体中文)";
  120. this.TopMost = true;
  121. this.ResumeLayout(false);
  122. this.PerformLayout();
  123. }
  124. #endregion
  125. private System.Windows.Forms.Button ReadClipBoardPicture;
  126. private System.Windows.Forms.CheckBox WatchingClipBoard;
  127. private System.Windows.Forms.RichTextBox OutputRichTextBox;
  128. private System.Windows.Forms.CheckBox SpaceCheckBox;
  129. private System.Windows.Forms.Button ClearButton;
  130. private System.Windows.Forms.CheckBox TopMostCheckBox;
  131. }
  132. }