Special_CancelCollection.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. namespace UAS_MES.Special
  2. {
  3. partial class Special_CancelCollection
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_CancelCollection));
  29. this.sn_code_label = new System.Windows.Forms.Label();
  30. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  31. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  32. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  33. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  34. this.SuspendLayout();
  35. //
  36. // sn_code_label
  37. //
  38. this.sn_code_label.AutoSize = true;
  39. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  40. this.sn_code_label.Location = new System.Drawing.Point(45, 162);
  41. this.sn_code_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  42. this.sn_code_label.Name = "sn_code_label";
  43. this.sn_code_label.Size = new System.Drawing.Size(72, 27);
  44. this.sn_code_label.TabIndex = 104;
  45. this.sn_code_label.Text = "序列号";
  46. //
  47. // sn_code
  48. //
  49. this.sn_code.AllPower = null;
  50. this.sn_code.BackColor = System.Drawing.Color.White;
  51. this.sn_code.ID = null;
  52. this.sn_code.Location = new System.Drawing.Point(151, 164);
  53. this.sn_code.Margin = new System.Windows.Forms.Padding(5);
  54. this.sn_code.Name = "sn_code";
  55. this.sn_code.Power = null;
  56. this.sn_code.Size = new System.Drawing.Size(233, 25);
  57. this.sn_code.Str = null;
  58. this.sn_code.Str1 = null;
  59. this.sn_code.Str2 = null;
  60. this.sn_code.TabIndex = 140;
  61. //
  62. // Confirm
  63. //
  64. this.Confirm.AllPower = null;
  65. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  66. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  67. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  68. this.Confirm.IsShowBorder = true;
  69. this.Confirm.Location = new System.Drawing.Point(440, 161);
  70. this.Confirm.Margin = new System.Windows.Forms.Padding(5);
  71. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  72. this.Confirm.Name = "Confirm";
  73. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  74. this.Confirm.Power = null;
  75. this.Confirm.Size = new System.Drawing.Size(80, 31);
  76. this.Confirm.TabIndex = 141;
  77. this.Confirm.Text = "确认";
  78. this.Confirm.UseVisualStyleBackColor = true;
  79. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  80. //
  81. // OperateResult
  82. //
  83. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.OperateResult.Location = new System.Drawing.Point(555, 16);
  85. this.OperateResult.Margin = new System.Windows.Forms.Padding(5);
  86. this.OperateResult.Name = "OperateResult";
  87. this.OperateResult.Size = new System.Drawing.Size(308, 385);
  88. this.OperateResult.TabIndex = 142;
  89. this.OperateResult.Text = "";
  90. //
  91. // Clean
  92. //
  93. this.Clean.AllPower = null;
  94. this.Clean.BackColor = System.Drawing.Color.Transparent;
  95. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  96. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  97. this.Clean.IsShowBorder = true;
  98. this.Clean.Location = new System.Drawing.Point(668, 412);
  99. this.Clean.Margin = new System.Windows.Forms.Padding(5);
  100. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  101. this.Clean.Name = "Clean";
  102. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  103. this.Clean.Power = null;
  104. this.Clean.Size = new System.Drawing.Size(80, 31);
  105. this.Clean.TabIndex = 143;
  106. this.Clean.Text = "清除";
  107. this.Clean.UseVisualStyleBackColor = true;
  108. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  109. //
  110. // Special_CancelCollection
  111. //
  112. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  113. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  114. this.ClientSize = new System.Drawing.Size(1044, 501);
  115. this.Controls.Add(this.Clean);
  116. this.Controls.Add(this.OperateResult);
  117. this.Controls.Add(this.Confirm);
  118. this.Controls.Add(this.sn_code);
  119. this.Controls.Add(this.sn_code_label);
  120. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  121. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  122. this.Name = "Special_CancelCollection";
  123. this.Tag = "Special!CancelCollection";
  124. this.Text = "取消采集";
  125. this.ResumeLayout(false);
  126. this.PerformLayout();
  127. }
  128. #endregion
  129. private System.Windows.Forms.Label sn_code_label;
  130. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  131. private CustomControl.ButtonUtil.NormalButton Confirm;
  132. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  133. private CustomControl.ButtonUtil.NormalButton Clean;
  134. }
  135. }