| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_CollectHLH
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.button1 = new System.Windows.Forms.Button();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(364, 64);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(141, 49);
- this.button1.TabIndex = 190;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Visible = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Interval = 10000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // OperateResult
- //
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OperateResult.Location = new System.Drawing.Point(61, 156);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(978, 500);
- this.OperateResult.TabIndex = 189;
- this.OperateResult.Text = "";
- //
- // Make_CollectHLH
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1112, 680);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.OperateResult);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.Name = "Make_CollectHLH";
- this.Tag = "Make!CollectHLH";
- this.Text = "网标采集";
- this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Make_CollectNetCode_FormClosed);
- this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
- this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
- this.ResumeLayout(false);
- }
- #endregion
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Timer timer1;
- }
- }
|