Special_BoxSplit.Designer.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_BoxSplit
  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_BoxSplit));
  29. this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  30. this.Pallet_label = new System.Windows.Forms.Label();
  31. this.Pallate = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  32. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  33. this.SuspendLayout();
  34. //
  35. // Split
  36. //
  37. this.Split.AllPower = null;
  38. this.Split.BackColor = System.Drawing.Color.Transparent;
  39. this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
  40. this.Split.Image = null;
  41. this.Split.IsShowBorder = true;
  42. this.Split.Location = new System.Drawing.Point(267, 133);
  43. this.Split.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  44. this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
  45. this.Split.Name = "Split";
  46. this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
  47. this.Split.Power = null;
  48. this.Split.Size = new System.Drawing.Size(56, 22);
  49. this.Split.TabIndex = 0;
  50. this.Split.Text = "拆解";
  51. this.Split.UseVisualStyleBackColor = false;
  52. this.Split.Click += new System.EventHandler(this.Split_Click);
  53. //
  54. // Pallet_label
  55. //
  56. this.Pallet_label.AutoSize = true;
  57. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.Pallet_label.Location = new System.Drawing.Point(18, 131);
  59. this.Pallet_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  60. this.Pallet_label.Name = "Pallet_label";
  61. this.Pallet_label.Size = new System.Drawing.Size(58, 21);
  62. this.Pallet_label.TabIndex = 1;
  63. this.Pallet_label.Text = "栈板号";
  64. //
  65. // Pallate
  66. //
  67. this.Pallate.AllPower = null;
  68. this.Pallate.BackColor = System.Drawing.Color.White;
  69. this.Pallate.ID = null;
  70. this.Pallate.Location = new System.Drawing.Point(91, 133);
  71. this.Pallate.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  72. this.Pallate.Name = "Pallate";
  73. this.Pallate.Power = null;
  74. this.Pallate.Size = new System.Drawing.Size(148, 21);
  75. this.Pallate.Str = null;
  76. this.Pallate.Str1 = null;
  77. this.Pallate.Str2 = null;
  78. this.Pallate.TabIndex = 2;
  79. //
  80. // OperatResult
  81. //
  82. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.OperatResult.Location = new System.Drawing.Point(368, 60);
  84. this.OperatResult.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  85. this.OperatResult.Name = "OperatResult";
  86. this.OperatResult.Size = new System.Drawing.Size(204, 310);
  87. this.OperatResult.TabIndex = 3;
  88. this.OperatResult.Text = "";
  89. //
  90. // Special_BoxSplit
  91. //
  92. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  93. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  94. this.ClientSize = new System.Drawing.Size(692, 527);
  95. this.Controls.Add(this.OperatResult);
  96. this.Controls.Add(this.Pallate);
  97. this.Controls.Add(this.Pallet_label);
  98. this.Controls.Add(this.Split);
  99. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  100. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  101. this.Name = "Special_BoxSplit";
  102. this.Tag = "Special!BoxSplit";
  103. this.Text = "拆箱处理";
  104. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  105. this.ResumeLayout(true);
  106. this.PerformLayout();
  107. }
  108. #endregion
  109. private CustomControl.ButtonUtil.NormalButton Split;
  110. private System.Windows.Forms.Label Pallet_label;
  111. private CustomControl.TextBoxWithIcon.EnterTextBox Pallate;
  112. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  113. }
  114. }