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

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