测试记录解析DCW.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. namespace FileWatcher
  2. {
  3. partial class 测试记录解析DCW
  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.components = new System.ComponentModel.Container();
  29. this.OperateResult = new System.Windows.Forms.RichTextBox();
  30. this.timer1 = new System.Windows.Forms.Timer(this.components);
  31. this.Start = new System.Windows.Forms.Button();
  32. this.ChooseFolder = new System.Windows.Forms.Button();
  33. this.FolderPath = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.SuspendLayout();
  36. //
  37. // OperateResult
  38. //
  39. this.OperateResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  40. | System.Windows.Forms.AnchorStyles.Left)
  41. | System.Windows.Forms.AnchorStyles.Right)));
  42. this.OperateResult.Location = new System.Drawing.Point(38, 15);
  43. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  44. this.OperateResult.Name = "OperateResult";
  45. this.OperateResult.Size = new System.Drawing.Size(1336, 677);
  46. this.OperateResult.TabIndex = 0;
  47. this.OperateResult.Text = "";
  48. //
  49. // timer1
  50. //
  51. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  52. //
  53. // Start
  54. //
  55. this.Start.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  56. this.Start.Location = new System.Drawing.Point(623, 788);
  57. this.Start.Name = "Start";
  58. this.Start.Size = new System.Drawing.Size(141, 40);
  59. this.Start.TabIndex = 1;
  60. this.Start.Text = "开始监控";
  61. this.Start.UseVisualStyleBackColor = true;
  62. this.Start.Click += new System.EventHandler(this.Start_Click);
  63. //
  64. // ChooseFolder
  65. //
  66. this.ChooseFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  67. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.ChooseFolder.Location = new System.Drawing.Point(669, 720);
  69. this.ChooseFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  70. this.ChooseFolder.Name = "ChooseFolder";
  71. this.ChooseFolder.Size = new System.Drawing.Size(156, 48);
  72. this.ChooseFolder.TabIndex = 14;
  73. this.ChooseFolder.Text = "选择文件夹";
  74. this.ChooseFolder.UseVisualStyleBackColor = true;
  75. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  76. //
  77. // FolderPath
  78. //
  79. this.FolderPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  80. this.FolderPath.Enabled = false;
  81. this.FolderPath.Location = new System.Drawing.Point(201, 726);
  82. this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  83. this.FolderPath.Name = "FolderPath";
  84. this.FolderPath.Size = new System.Drawing.Size(436, 35);
  85. this.FolderPath.TabIndex = 13;
  86. //
  87. // label1
  88. //
  89. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  90. this.label1.AutoSize = true;
  91. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.label1.Location = new System.Drawing.Point(31, 720);
  93. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  94. this.label1.Name = "label1";
  95. this.label1.Size = new System.Drawing.Size(162, 38);
  96. this.label1.TabIndex = 12;
  97. this.label1.Text = "监控文件夹";
  98. //
  99. // 测试记录解析DCW
  100. //
  101. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  102. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  103. this.ClientSize = new System.Drawing.Size(1402, 845);
  104. this.Controls.Add(this.ChooseFolder);
  105. this.Controls.Add(this.FolderPath);
  106. this.Controls.Add(this.label1);
  107. this.Controls.Add(this.Start);
  108. this.Controls.Add(this.OperateResult);
  109. this.Margin = new System.Windows.Forms.Padding(6);
  110. this.Name = "测试记录解析DCW";
  111. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  112. this.Text = "测试文件监控";
  113. this.Load += new System.EventHandler(this.Form1_Load);
  114. this.ResumeLayout(false);
  115. this.PerformLayout();
  116. }
  117. #endregion
  118. private System.Windows.Forms.RichTextBox OperateResult;
  119. private System.Windows.Forms.Timer timer1;
  120. private System.Windows.Forms.Button Start;
  121. private System.Windows.Forms.Button ChooseFolder;
  122. private System.Windows.Forms.TextBox FolderPath;
  123. private System.Windows.Forms.Label label1;
  124. }
  125. }