123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- namespace ProjectManagementSystem.UI
- {
- partial class StationUI
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.labName = new System.Windows.Forms.Label();
- this.labCar = new System.Windows.Forms.Label();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
- this.contextMenuStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // labName
- //
- this.labName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.labName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.labName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labName.Location = new System.Drawing.Point(3, 3);
- this.labName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.labName.Name = "labName";
- this.labName.Size = new System.Drawing.Size(128, 60);
- this.labName.TabIndex = 0;
- this.labName.Text = "OP010";
- this.labName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // labCar
- //
- this.labCar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.labCar.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labCar.Location = new System.Drawing.Point(3, 69);
- this.labCar.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.labCar.Name = "labCar";
- this.labCar.Size = new System.Drawing.Size(128, 28);
- this.labCar.TabIndex = 1;
- this.labCar.Text = " ";
- this.labCar.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // contextMenuStrip1
- //
- this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem1,
- this.toolStripMenuItem2,
- this.toolStripMenuItem3});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(225, 94);
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(224, 30);
- this.toolStripMenuItem1.Text = "改变工位车辆状态";
- this.toolStripMenuItem1.Visible = false;
- this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
- //
- // toolStripMenuItem2
- //
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
- this.toolStripMenuItem2.Size = new System.Drawing.Size(224, 30);
- this.toolStripMenuItem2.Text = "解除库位锁定";
- this.toolStripMenuItem2.Visible = false;
- this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
- //
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(224, 30);
- this.toolStripMenuItem3.Text = "手动放行";
- this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
- //
- // StationUI
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.ContextMenuStrip = this.contextMenuStrip1;
- this.Controls.Add(this.labCar);
- this.Controls.Add(this.labName);
- this.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "StationUI";
- this.Size = new System.Drawing.Size(138, 102);
- this.contextMenuStrip1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label labName;
- private System.Windows.Forms.Label labCar;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
- }
- }
|