EditWareHouseMsg.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. namespace PMSUI.UI.库位状态显示
  2. {
  3. partial class EditWareHouseMsg
  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.label1 = new System.Windows.Forms.Label();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.txt_StationNum = new System.Windows.Forms.TextBox();
  33. this.cbx_Sel = new System.Windows.Forms.ComboBox();
  34. this.cbx_StationValue = new System.Windows.Forms.ComboBox();
  35. this.SuspendLayout();
  36. //
  37. // label1
  38. //
  39. this.label1.AutoSize = true;
  40. this.label1.Location = new System.Drawing.Point(78, 91);
  41. this.label1.Name = "label1";
  42. this.label1.Size = new System.Drawing.Size(106, 24);
  43. this.label1.TabIndex = 0;
  44. this.label1.Text = "库位状态";
  45. //
  46. // button1
  47. //
  48. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  49. this.button1.Location = new System.Drawing.Point(82, 212);
  50. this.button1.Name = "button1";
  51. this.button1.Size = new System.Drawing.Size(212, 75);
  52. this.button1.TabIndex = 2;
  53. this.button1.Text = "修改";
  54. this.button1.UseVisualStyleBackColor = true;
  55. this.button1.Click += new System.EventHandler(this.button1_Click);
  56. //
  57. // label2
  58. //
  59. this.label2.AutoSize = true;
  60. this.label2.Location = new System.Drawing.Point(78, 142);
  61. this.label2.Name = "label2";
  62. this.label2.Size = new System.Drawing.Size(106, 24);
  63. this.label2.TabIndex = 0;
  64. this.label2.Text = "库位顺序";
  65. //
  66. // label3
  67. //
  68. this.label3.AutoSize = true;
  69. this.label3.Location = new System.Drawing.Point(78, 35);
  70. this.label3.Name = "label3";
  71. this.label3.Size = new System.Drawing.Size(106, 24);
  72. this.label3.TabIndex = 0;
  73. this.label3.Text = "库位名称";
  74. //
  75. // txt_StationNum
  76. //
  77. this.txt_StationNum.Location = new System.Drawing.Point(190, 30);
  78. this.txt_StationNum.Name = "txt_StationNum";
  79. this.txt_StationNum.Size = new System.Drawing.Size(104, 35);
  80. this.txt_StationNum.TabIndex = 1;
  81. //
  82. // cbx_Sel
  83. //
  84. this.cbx_Sel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  85. this.cbx_Sel.FormattingEnabled = true;
  86. this.cbx_Sel.Items.AddRange(new object[] {
  87. "1",
  88. "2"});
  89. this.cbx_Sel.Location = new System.Drawing.Point(190, 142);
  90. this.cbx_Sel.Name = "cbx_Sel";
  91. this.cbx_Sel.Size = new System.Drawing.Size(104, 32);
  92. this.cbx_Sel.TabIndex = 3;
  93. //
  94. // cbx_StationValue
  95. //
  96. this.cbx_StationValue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  97. this.cbx_StationValue.FormattingEnabled = true;
  98. this.cbx_StationValue.Items.AddRange(new object[] {
  99. "空",
  100. "满"});
  101. this.cbx_StationValue.Location = new System.Drawing.Point(190, 88);
  102. this.cbx_StationValue.Name = "cbx_StationValue";
  103. this.cbx_StationValue.Size = new System.Drawing.Size(104, 32);
  104. this.cbx_StationValue.TabIndex = 3;
  105. //
  106. // EditWareHouseMsg
  107. //
  108. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  109. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  110. this.ClientSize = new System.Drawing.Size(334, 315);
  111. this.Controls.Add(this.cbx_StationValue);
  112. this.Controls.Add(this.cbx_Sel);
  113. this.Controls.Add(this.button1);
  114. this.Controls.Add(this.txt_StationNum);
  115. this.Controls.Add(this.label3);
  116. this.Controls.Add(this.label2);
  117. this.Controls.Add(this.label1);
  118. this.Name = "EditWareHouseMsg";
  119. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  120. this.Text = "信息更新";
  121. this.Load += new System.EventHandler(this.EditWareHouseMsg_Load);
  122. this.ResumeLayout(false);
  123. this.PerformLayout();
  124. }
  125. #endregion
  126. private System.Windows.Forms.Label label1;
  127. private System.Windows.Forms.Button button1;
  128. private System.Windows.Forms.Label label2;
  129. private System.Windows.Forms.Label label3;
  130. private System.Windows.Forms.TextBox txt_StationNum;
  131. private System.Windows.Forms.ComboBox cbx_Sel;
  132. private System.Windows.Forms.ComboBox cbx_StationValue;
  133. }
  134. }