Special_CancelDown.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_CancelDown
  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_CancelDown));
  29. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  30. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  31. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  32. this.pi_inoutno_label = new System.Windows.Forms.Label();
  33. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  34. this.SuspendLayout();
  35. //
  36. // Confirm
  37. //
  38. this.Confirm.AllPower = null;
  39. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  40. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  41. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  42. this.Confirm.IsShowBorder = true;
  43. this.Confirm.Location = new System.Drawing.Point(660, 258);
  44. this.Confirm.Margin = new System.Windows.Forms.Padding(8);
  45. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  46. this.Confirm.Name = "Confirm";
  47. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  48. this.Confirm.Power = null;
  49. this.Confirm.Size = new System.Drawing.Size(120, 50);
  50. this.Confirm.TabIndex = 141;
  51. this.Confirm.Text = "确认";
  52. this.Confirm.UseVisualStyleBackColor = true;
  53. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  54. //
  55. // OperateResult
  56. //
  57. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.OperateResult.Location = new System.Drawing.Point(832, 26);
  59. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  60. this.OperateResult.Name = "OperateResult";
  61. this.OperateResult.Size = new System.Drawing.Size(460, 614);
  62. this.OperateResult.TabIndex = 142;
  63. this.OperateResult.Text = "";
  64. //
  65. // Clean
  66. //
  67. this.Clean.AllPower = null;
  68. this.Clean.BackColor = System.Drawing.Color.Transparent;
  69. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  70. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  71. this.Clean.IsShowBorder = true;
  72. this.Clean.Location = new System.Drawing.Point(1002, 660);
  73. this.Clean.Margin = new System.Windows.Forms.Padding(8);
  74. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  75. this.Clean.Name = "Clean";
  76. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  77. this.Clean.Power = null;
  78. this.Clean.Size = new System.Drawing.Size(120, 50);
  79. this.Clean.TabIndex = 143;
  80. this.Clean.Text = "清除";
  81. this.Clean.UseVisualStyleBackColor = true;
  82. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  83. //
  84. // pi_inoutno_label
  85. //
  86. this.pi_inoutno_label.AutoSize = true;
  87. this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.pi_inoutno_label.Location = new System.Drawing.Point(94, 256);
  89. this.pi_inoutno_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  90. this.pi_inoutno_label.Name = "pi_inoutno_label";
  91. this.pi_inoutno_label.Size = new System.Drawing.Size(114, 41);
  92. this.pi_inoutno_label.TabIndex = 213;
  93. this.pi_inoutno_label.Text = "序列号";
  94. //
  95. // sn_code
  96. //
  97. this.sn_code.AllPower = null;
  98. this.sn_code.BackColor = System.Drawing.Color.White;
  99. this.sn_code.ID = null;
  100. this.sn_code.Location = new System.Drawing.Point(241, 262);
  101. this.sn_code.Margin = new System.Windows.Forms.Padding(8);
  102. this.sn_code.Name = "sn_code";
  103. this.sn_code.Power = null;
  104. this.sn_code.Size = new System.Drawing.Size(348, 35);
  105. this.sn_code.Str = null;
  106. this.sn_code.Str1 = null;
  107. this.sn_code.Str2 = null;
  108. this.sn_code.TabIndex = 214;
  109. this.sn_code.TextChanged += new System.EventHandler(this.sn_code_TextChanged);
  110. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  111. //
  112. // Special_CancelDown
  113. //
  114. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  115. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  116. this.ClientSize = new System.Drawing.Size(1566, 802);
  117. this.Controls.Add(this.sn_code);
  118. this.Controls.Add(this.pi_inoutno_label);
  119. this.Controls.Add(this.Clean);
  120. this.Controls.Add(this.OperateResult);
  121. this.Controls.Add(this.Confirm);
  122. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  123. this.Margin = new System.Windows.Forms.Padding(4);
  124. this.Name = "Special_CancelDown";
  125. this.Tag = "Special!CancelProdinout";
  126. this.Text = "出货单取消出货";
  127. this.Load += new System.EventHandler(this.Special_CancelProdinout_Load);
  128. this.ResumeLayout(false);
  129. this.PerformLayout();
  130. }
  131. #endregion
  132. private CustomControl.ButtonUtil.NormalButton Confirm;
  133. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  134. private CustomControl.ButtonUtil.NormalButton Clean;
  135. private System.Windows.Forms.Label pi_inoutno_label;
  136. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  137. }
  138. }