Make_CollectFb.Designer.cs 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_CollectFb
  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. this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
  29. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  30. ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // fileSystemWatcher1
  34. //
  35. this.fileSystemWatcher1.EnableRaisingEvents = true;
  36. this.fileSystemWatcher1.IncludeSubdirectories = true;
  37. this.fileSystemWatcher1.NotifyFilter = System.IO.NotifyFilters.LastWrite;
  38. this.fileSystemWatcher1.Path = "C:\\MES\\CutFinish";
  39. this.fileSystemWatcher1.SynchronizingObject = this;
  40. this.fileSystemWatcher1.Changed += new System.IO.FileSystemEventHandler(this.fileSystemWatcher1_Changed);
  41. this.fileSystemWatcher1.Created += new System.IO.FileSystemEventHandler(this.OnCreated);
  42. //
  43. // OperateResult
  44. //
  45. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.OperateResult.Location = new System.Drawing.Point(65, 141);
  47. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  48. this.OperateResult.Name = "OperateResult";
  49. this.OperateResult.Size = new System.Drawing.Size(978, 500);
  50. this.OperateResult.TabIndex = 189;
  51. this.OperateResult.Text = "";
  52. //
  53. // Make_CollectFb
  54. //
  55. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  56. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  57. this.ClientSize = new System.Drawing.Size(1112, 680);
  58. this.Controls.Add(this.OperateResult);
  59. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  60. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  61. this.Name = "Make_CollectFb";
  62. this.Tag = "Make!CollectFb";
  63. this.Text = "网标采集";
  64. this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
  65. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Make_CollectNetCode_FormClosed);
  66. this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
  67. this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
  68. ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
  69. this.ResumeLayout(true);
  70. }
  71. #endregion
  72. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  73. private System.IO.FileSystemWatcher fileSystemWatcher1;
  74. }
  75. }