Make_CollectNetCode.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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.components = new System.ComponentModel.Container();
  29. this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.timer1 = new System.Windows.Forms.Timer(this.components);
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  34. this.timer2 = new System.Windows.Forms.Timer(this.components);
  35. ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // fileSystemWatcher1
  39. //
  40. this.fileSystemWatcher1.EnableRaisingEvents = true;
  41. this.fileSystemWatcher1.NotifyFilter = ((System.IO.NotifyFilters)(((((System.IO.NotifyFilters.FileName | System.IO.NotifyFilters.DirectoryName)
  42. | System.IO.NotifyFilters.LastWrite)
  43. | System.IO.NotifyFilters.LastAccess)
  44. | System.IO.NotifyFilters.CreationTime)));
  45. this.fileSystemWatcher1.Path = "\\\\192.168.10.1\\othersystem\\Type2Output";
  46. this.fileSystemWatcher1.SynchronizingObject = this;
  47. this.fileSystemWatcher1.Created += new System.IO.FileSystemEventHandler(this.OnCreated);
  48. //
  49. // button1
  50. //
  51. this.button1.Location = new System.Drawing.Point(364, 64);
  52. this.button1.Name = "button1";
  53. this.button1.Size = new System.Drawing.Size(141, 49);
  54. this.button1.TabIndex = 190;
  55. this.button1.Text = "获取抛料数据";
  56. this.button1.UseVisualStyleBackColor = true;
  57. this.button1.Visible = false;
  58. this.button1.Click += new System.EventHandler(this.button1_Click);
  59. //
  60. // timer1
  61. //
  62. this.timer1.Interval = 300000;
  63. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  64. //
  65. // button2
  66. //
  67. this.button2.Location = new System.Drawing.Point(652, 64);
  68. this.button2.Name = "button2";
  69. this.button2.Size = new System.Drawing.Size(141, 49);
  70. this.button2.TabIndex = 191;
  71. this.button2.Text = "校验提醒";
  72. this.button2.UseVisualStyleBackColor = true;
  73. this.button2.Visible = false;
  74. this.button2.Click += new System.EventHandler(this.button2_Click);
  75. //
  76. // OperateResult
  77. //
  78. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.OperateResult.Location = new System.Drawing.Point(65, 141);
  80. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  81. this.OperateResult.Name = "OperateResult";
  82. this.OperateResult.Size = new System.Drawing.Size(978, 500);
  83. this.OperateResult.TabIndex = 189;
  84. this.OperateResult.Text = "";
  85. //
  86. // timer2
  87. //
  88. this.timer2.Interval = 600000;
  89. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  90. //
  91. // Make_CollectNetCode
  92. //
  93. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  94. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  95. this.ClientSize = new System.Drawing.Size(1112, 680);
  96. this.Controls.Add(this.button2);
  97. this.Controls.Add(this.button1);
  98. this.Controls.Add(this.OperateResult);
  99. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  100. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  101. this.Name = "Make_CollectNetCode";
  102. this.Tag = "Make!CollectNetCode";
  103. this.Text = "网标采集";
  104. this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
  105. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Make_CollectNetCode_FormClosed);
  106. this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
  107. this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
  108. ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
  109. this.ResumeLayout(false);
  110. }
  111. #endregion
  112. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  113. private System.IO.FileSystemWatcher fileSystemWatcher1;
  114. private System.Windows.Forms.Button button1;
  115. private System.Windows.Forms.Timer timer1;
  116. private System.Windows.Forms.Button button2;
  117. private System.Windows.Forms.Timer timer2;
  118. }
  119. }