Make_CollectNetCode.Designer.cs 3.5 KB

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