LocationUI.designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. namespace ProjectManagementSystem.UI
  2. {
  3. partial class LocationUI
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  30. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  31. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  32. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  33. this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  34. this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.contextMenuStrip1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // contextMenuStrip1
  40. //
  41. this.contextMenuStrip1.Font = new System.Drawing.Font("Microsoft YaHei UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  43. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  44. this.toolStripMenuItem1,
  45. this.toolStripMenuItem2,
  46. this.toolStripMenuItem3,
  47. this.toolStripMenuItem4,
  48. this.toolStripMenuItem5});
  49. this.contextMenuStrip1.Name = "contextMenuStrip1";
  50. this.contextMenuStrip1.Size = new System.Drawing.Size(321, 244);
  51. //
  52. // toolStripMenuItem1
  53. //
  54. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  55. this.toolStripMenuItem1.Size = new System.Drawing.Size(320, 48);
  56. this.toolStripMenuItem1.Text = "库位设置满";
  57. this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
  58. //
  59. // toolStripMenuItem2
  60. //
  61. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  62. this.toolStripMenuItem2.Size = new System.Drawing.Size(320, 48);
  63. this.toolStripMenuItem2.Text = "库位设置空";
  64. this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
  65. //
  66. // toolStripMenuItem3
  67. //
  68. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  69. this.toolStripMenuItem3.Size = new System.Drawing.Size(320, 48);
  70. this.toolStripMenuItem3.Text = "库位设置锁定";
  71. this.toolStripMenuItem3.Visible = false;
  72. this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
  73. //
  74. // toolStripMenuItem4
  75. //
  76. this.toolStripMenuItem4.Enabled = false;
  77. this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  78. this.toolStripMenuItem4.Size = new System.Drawing.Size(320, 48);
  79. this.toolStripMenuItem4.Text = "库位设置空栈板";
  80. this.toolStripMenuItem4.Visible = false;
  81. this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
  82. //
  83. // toolStripMenuItem5
  84. //
  85. this.toolStripMenuItem5.Name = "toolStripMenuItem5";
  86. this.toolStripMenuItem5.Size = new System.Drawing.Size(320, 48);
  87. this.toolStripMenuItem5.Text = "设置物料";
  88. this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
  89. //
  90. // button1
  91. //
  92. this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  94. this.button1.FlatAppearance.BorderSize = 0;
  95. this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkGray;
  96. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  97. this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.button1.Location = new System.Drawing.Point(0, 0);
  99. this.button1.Margin = new System.Windows.Forms.Padding(4);
  100. this.button1.Name = "button1";
  101. this.button1.Size = new System.Drawing.Size(70, 50);
  102. this.button1.TabIndex = 1;
  103. this.button1.Text = "button1";
  104. this.button1.UseVisualStyleBackColor = true;
  105. //
  106. // StationUI
  107. //
  108. this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 28F);
  109. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  110. this.ContextMenuStrip = this.contextMenuStrip1;
  111. this.Controls.Add(this.button1);
  112. this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  114. this.Name = "StationUI";
  115. this.Size = new System.Drawing.Size(70, 50);
  116. this.contextMenuStrip1.ResumeLayout(false);
  117. this.ResumeLayout(false);
  118. }
  119. #endregion
  120. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  121. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  122. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  123. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
  124. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
  125. private System.Windows.Forms.Button button1;
  126. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
  127. }
  128. }