Make_CollectHLH.Designer.cs 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_CollectHLH
  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.button1 = new System.Windows.Forms.Button();
  30. this.timer1 = new System.Windows.Forms.Timer(this.components);
  31. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  32. this.SuspendLayout();
  33. //
  34. // button1
  35. //
  36. this.button1.Location = new System.Drawing.Point(364, 64);
  37. this.button1.Name = "button1";
  38. this.button1.Size = new System.Drawing.Size(141, 49);
  39. this.button1.TabIndex = 190;
  40. this.button1.Text = "button1";
  41. this.button1.UseVisualStyleBackColor = true;
  42. this.button1.Visible = false;
  43. this.button1.Click += new System.EventHandler(this.button1_Click);
  44. //
  45. // timer1
  46. //
  47. this.timer1.Enabled = true;
  48. this.timer1.Interval = 10000;
  49. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  50. //
  51. // OperateResult
  52. //
  53. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.OperateResult.Location = new System.Drawing.Point(61, 156);
  55. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  56. this.OperateResult.Name = "OperateResult";
  57. this.OperateResult.Size = new System.Drawing.Size(978, 500);
  58. this.OperateResult.TabIndex = 189;
  59. this.OperateResult.Text = "";
  60. //
  61. // Make_CollectHLH
  62. //
  63. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  64. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  65. this.ClientSize = new System.Drawing.Size(1112, 680);
  66. this.Controls.Add(this.button1);
  67. this.Controls.Add(this.OperateResult);
  68. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  69. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  70. this.Name = "Make_CollectHLH";
  71. this.Tag = "Make!CollectHLH";
  72. this.Text = "网标采集";
  73. this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
  74. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Make_CollectNetCode_FormClosed);
  75. this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
  76. this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
  77. this.ResumeLayout(false);
  78. }
  79. #endregion
  80. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  81. private System.Windows.Forms.Button button1;
  82. private System.Windows.Forms.Timer timer1;
  83. }
  84. }