FrmShowWareHouseStatus.Designer.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. namespace PMSUI.UI.库位状态显示
  2. {
  3. partial class FrmShowWareHouseStatus
  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. this.btn_Up1 = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.btn_Up2 = new System.Windows.Forms.Button();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.SuspendLayout();
  36. //
  37. // btn_Up1
  38. //
  39. this.btn_Up1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  40. this.btn_Up1.Font = new System.Drawing.Font("宋体", 35F);
  41. this.btn_Up1.Location = new System.Drawing.Point(57, 181);
  42. this.btn_Up1.Name = "btn_Up1";
  43. this.btn_Up1.Size = new System.Drawing.Size(327, 209);
  44. this.btn_Up1.TabIndex = 0;
  45. this.btn_Up1.Text = "41";
  46. this.btn_Up1.UseVisualStyleBackColor = true;
  47. this.btn_Up1.Click += new System.EventHandler(this.btn_Up1_Click);
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.Font = new System.Drawing.Font("宋体", 35F);
  53. this.label1.Location = new System.Drawing.Point(41, 28);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(181, 94);
  56. this.label1.TabIndex = 1;
  57. this.label1.Text = "空:";
  58. //
  59. // label2
  60. //
  61. this.label2.AutoSize = true;
  62. this.label2.BackColor = System.Drawing.Color.Red;
  63. this.label2.Font = new System.Drawing.Font("宋体", 35F);
  64. this.label2.Location = new System.Drawing.Point(203, 28);
  65. this.label2.Name = "label2";
  66. this.label2.Size = new System.Drawing.Size(181, 94);
  67. this.label2.TabIndex = 1;
  68. this.label2.Text = " ";
  69. //
  70. // label3
  71. //
  72. this.label3.AutoSize = true;
  73. this.label3.Font = new System.Drawing.Font("宋体", 35F);
  74. this.label3.Location = new System.Drawing.Point(422, 28);
  75. this.label3.Name = "label3";
  76. this.label3.Size = new System.Drawing.Size(181, 94);
  77. this.label3.TabIndex = 1;
  78. this.label3.Text = "满:";
  79. //
  80. // label4
  81. //
  82. this.label4.AutoSize = true;
  83. this.label4.BackColor = System.Drawing.Color.Green;
  84. this.label4.Font = new System.Drawing.Font("宋体", 35F);
  85. this.label4.Location = new System.Drawing.Point(597, 28);
  86. this.label4.Name = "label4";
  87. this.label4.Size = new System.Drawing.Size(181, 94);
  88. this.label4.TabIndex = 1;
  89. this.label4.Text = " ";
  90. //
  91. // btn_Up2
  92. //
  93. this.btn_Up2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  94. this.btn_Up2.Font = new System.Drawing.Font("宋体", 35F);
  95. this.btn_Up2.Location = new System.Drawing.Point(438, 181);
  96. this.btn_Up2.Name = "btn_Up2";
  97. this.btn_Up2.Size = new System.Drawing.Size(340, 209);
  98. this.btn_Up2.TabIndex = 0;
  99. this.btn_Up2.Text = "42";
  100. this.btn_Up2.UseVisualStyleBackColor = true;
  101. this.btn_Up2.Click += new System.EventHandler(this.btn_Up2_Click);
  102. //
  103. // button1
  104. //
  105. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  106. this.button1.Font = new System.Drawing.Font("宋体", 35F);
  107. this.button1.Location = new System.Drawing.Point(219, 405);
  108. this.button1.Name = "button1";
  109. this.button1.Size = new System.Drawing.Size(384, 159);
  110. this.button1.TabIndex = 2;
  111. this.button1.Text = "刷新";
  112. this.button1.UseVisualStyleBackColor = true;
  113. this.button1.Click += new System.EventHandler(this.button1_Click);
  114. //
  115. // FrmShowWareHouseStatus
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.ClientSize = new System.Drawing.Size(949, 576);
  120. this.Controls.Add(this.button1);
  121. this.Controls.Add(this.label4);
  122. this.Controls.Add(this.label3);
  123. this.Controls.Add(this.label2);
  124. this.Controls.Add(this.label1);
  125. this.Controls.Add(this.btn_Up2);
  126. this.Controls.Add(this.btn_Up1);
  127. this.Name = "FrmShowWareHouseStatus";
  128. this.Text = "库位状态显示";
  129. this.Load += new System.EventHandler(this.FrmShowWareHouseStatus_Load);
  130. this.ResumeLayout(false);
  131. this.PerformLayout();
  132. }
  133. #endregion
  134. private System.Windows.Forms.Button btn_Up1;
  135. private System.Windows.Forms.Label label1;
  136. private System.Windows.Forms.Label label2;
  137. private System.Windows.Forms.Label label3;
  138. private System.Windows.Forms.Label label4;
  139. private System.Windows.Forms.Button btn_Up2;
  140. private System.Windows.Forms.Button button1;
  141. }
  142. }