123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- namespace UAS_MES_NEW.Special
- {
- partial class Special_CancelCollection
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_CancelCollection));
- this.sn_code_label = new System.Windows.Forms.Label();
- this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.SuspendLayout();
- //
- // sn_code_label
- //
- this.sn_code_label.AutoSize = true;
- this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sn_code_label.Location = new System.Drawing.Point(68, 259);
- this.sn_code_label.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
- this.sn_code_label.Name = "sn_code_label";
- this.sn_code_label.Size = new System.Drawing.Size(114, 41);
- this.sn_code_label.TabIndex = 104;
- this.sn_code_label.Text = "序列号";
- //
- // sn_code
- //
- this.sn_code.AllPower = null;
- this.sn_code.BackColor = System.Drawing.Color.White;
- this.sn_code.ID = null;
- this.sn_code.Location = new System.Drawing.Point(226, 262);
- this.sn_code.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
- this.sn_code.Name = "sn_code";
- this.sn_code.Power = null;
- this.sn_code.Size = new System.Drawing.Size(348, 35);
- this.sn_code.Str = null;
- this.sn_code.Str1 = null;
- this.sn_code.Str2 = null;
- this.sn_code.TabIndex = 140;
- //
- // Confirm
- //
- this.Confirm.AllPower = null;
- this.Confirm.BackColor = System.Drawing.Color.Transparent;
- this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
- this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
- this.Confirm.IsShowBorder = true;
- this.Confirm.Location = new System.Drawing.Point(660, 258);
- this.Confirm.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
- this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
- this.Confirm.Name = "Confirm";
- this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
- this.Confirm.Power = null;
- this.Confirm.Size = new System.Drawing.Size(120, 50);
- this.Confirm.TabIndex = 141;
- this.Confirm.Text = "确认";
- this.Confirm.UseVisualStyleBackColor = true;
- this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
- //
- // OperateResult
- //
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OperateResult.Location = new System.Drawing.Point(832, 26);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(460, 614);
- this.OperateResult.TabIndex = 142;
- this.OperateResult.Text = "";
- //
- // Clean
- //
- this.Clean.AllPower = null;
- this.Clean.BackColor = System.Drawing.Color.Transparent;
- this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
- this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
- this.Clean.IsShowBorder = true;
- this.Clean.Location = new System.Drawing.Point(1002, 659);
- this.Clean.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
- this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
- this.Clean.Name = "Clean";
- this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
- this.Clean.Power = null;
- this.Clean.Size = new System.Drawing.Size(120, 50);
- this.Clean.TabIndex = 143;
- this.Clean.Text = "清除";
- this.Clean.UseVisualStyleBackColor = true;
- this.Clean.Click += new System.EventHandler(this.Clean_Click);
- //
- // Special_CancelCollection
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1566, 802);
- this.Controls.Add(this.Clean);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.Confirm);
- this.Controls.Add(this.sn_code);
- this.Controls.Add(this.sn_code_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.Name = "Special_CancelCollection";
- this.Tag = "Special!CancelCollection";
- this.Text = "取消采集";
- this.Load += new System.EventHandler(this.Special_CancelCollection_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label sn_code_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
- private CustomControl.ButtonUtil.NormalButton Confirm;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private CustomControl.ButtonUtil.NormalButton Clean;
- }
- }
|