You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
153 lines
7.0 KiB
153 lines
7.0 KiB
namespace QMAPP.WinForm.Forms.PlanSearch
|
|
{
|
|
partial class frmFISBreakConfirm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFISBreakConfirm));
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.tsbIgnore = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbClose = new System.Windows.Forms.ToolStripButton();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.cbWorkcenter = new System.Windows.Forms.ComboBox();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.AutoSize = false;
|
|
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(48, 48);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsbIgnore,
|
|
this.tsbClose});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 302);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(695, 54);
|
|
this.toolStrip1.Stretch = true;
|
|
this.toolStrip1.TabIndex = 3;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// tsbIgnore
|
|
//
|
|
this.tsbIgnore.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.tsbIgnore.Image = global::QMAPP.WinForm.Resource1.forward;
|
|
this.tsbIgnore.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbIgnore.Name = "tsbIgnore";
|
|
this.tsbIgnore.Size = new System.Drawing.Size(165, 51);
|
|
this.tsbIgnore.Text = "忽略此FIS断号";
|
|
//
|
|
// tsbClose
|
|
//
|
|
this.tsbClose.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.tsbClose.Image = global::QMAPP.WinForm.Resource1.cancle;
|
|
this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbClose.Name = "tsbClose";
|
|
this.tsbClose.Size = new System.Drawing.Size(94, 51);
|
|
this.tsbClose.Text = "关闭";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(19, 13);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(74, 21);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "工作中心";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Controls.Add(this.cbWorkcenter);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(695, 48);
|
|
this.panel1.TabIndex = 5;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button1.Location = new System.Drawing.Point(395, 9);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(120, 29);
|
|
this.button1.TabIndex = 6;
|
|
this.button1.Text = "查询断号FIS";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbWorkcenter
|
|
//
|
|
this.cbWorkcenter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbWorkcenter.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cbWorkcenter.FormattingEnabled = true;
|
|
this.cbWorkcenter.Location = new System.Drawing.Point(99, 9);
|
|
this.cbWorkcenter.Name = "cbWorkcenter";
|
|
this.cbWorkcenter.Size = new System.Drawing.Size(272, 29);
|
|
this.cbWorkcenter.TabIndex = 5;
|
|
//
|
|
// frmFISBreakConfirm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(695, 356);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmFISBreakConfirm";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FIS计划断号处理";
|
|
this.Load += new System.EventHandler(this.frmFISBreakConfirm_Load);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton tsbIgnore;
|
|
private System.Windows.Forms.ToolStripButton tsbClose;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.ComboBox cbWorkcenter;
|
|
private System.Windows.Forms.Button button1;
|
|
|
|
}
|
|
}
|