150 lines
7.2 KiB
C#
150 lines
7.2 KiB
C#
|
namespace ProductionControl
|
|||
|
{
|
|||
|
partial class FrmGButtonSetting
|
|||
|
{
|
|||
|
/// <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(FrmGButtonSetting));
|
|||
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|||
|
this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
|
|||
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.cobBreakButton = new System.Windows.Forms.ComboBox();
|
|||
|
this.uiIOCardDev0 = new ProductionControl.UI.UIIOCardDev();
|
|||
|
this.toolStrip1.SuspendLayout();
|
|||
|
this.panel1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// toolStrip1
|
|||
|
//
|
|||
|
this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|||
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|||
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.tsbtnSave,
|
|||
|
this.toolStripSeparator4,
|
|||
|
this.tsbtnClose});
|
|||
|
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
|||
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.toolStrip1.Name = "toolStrip1";
|
|||
|
this.toolStrip1.Size = new System.Drawing.Size(932, 65);
|
|||
|
this.toolStrip1.TabIndex = 17;
|
|||
|
this.toolStrip1.Text = "toolStrip1";
|
|||
|
//
|
|||
|
// tsbtnSave
|
|||
|
//
|
|||
|
this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
|
|||
|
this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|||
|
this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|||
|
this.tsbtnSave.Name = "tsbtnSave";
|
|||
|
this.tsbtnSave.Size = new System.Drawing.Size(70, 60);
|
|||
|
this.tsbtnSave.Text = " 保存 ";
|
|||
|
this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|||
|
this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
|
|||
|
//
|
|||
|
// toolStripSeparator4
|
|||
|
//
|
|||
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|||
|
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 65);
|
|||
|
//
|
|||
|
// tsbtnClose
|
|||
|
//
|
|||
|
this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
|
|||
|
this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|||
|
this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|||
|
this.tsbtnClose.Name = "tsbtnClose";
|
|||
|
this.tsbtnClose.Size = new System.Drawing.Size(70, 60);
|
|||
|
this.tsbtnClose.Text = " 关闭 ";
|
|||
|
this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|||
|
this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|||
|
this.panel1.Controls.Add(this.cobBreakButton);
|
|||
|
this.panel1.Location = new System.Drawing.Point(0, 99);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(932, 53);
|
|||
|
this.panel1.TabIndex = 19;
|
|||
|
//
|
|||
|
// cobBreakButton
|
|||
|
//
|
|||
|
this.cobBreakButton.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cobBreakButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|||
|
this.cobBreakButton.FormattingEnabled = true;
|
|||
|
this.cobBreakButton.Location = new System.Drawing.Point(12, 14);
|
|||
|
this.cobBreakButton.Name = "cobBreakButton";
|
|||
|
this.cobBreakButton.Size = new System.Drawing.Size(198, 26);
|
|||
|
this.cobBreakButton.TabIndex = 8;
|
|||
|
this.cobBreakButton.SelectedIndexChanged += new System.EventHandler(this.cobBreakButton_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// uiIOCardDev0
|
|||
|
//
|
|||
|
this.uiIOCardDev0.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.uiIOCardDev0.Location = new System.Drawing.Point(0, 158);
|
|||
|
this.uiIOCardDev0.Name = "uiIOCardDev0";
|
|||
|
this.uiIOCardDev0.Size = new System.Drawing.Size(932, 701);
|
|||
|
this.uiIOCardDev0.TabIndex = 18;
|
|||
|
//
|
|||
|
// FrmGButtonSetting
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|||
|
this.ClientSize = new System.Drawing.Size(932, 862);
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
this.Controls.Add(this.uiIOCardDev0);
|
|||
|
this.Controls.Add(this.toolStrip1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "FrmGButtonSetting";
|
|||
|
this.ShowIcon = false;
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "全局中断按钮设置";
|
|||
|
this.Load += new System.EventHandler(this.FrmSetParams_Load);
|
|||
|
this.toolStrip1.ResumeLayout(false);
|
|||
|
this.toolStrip1.PerformLayout();
|
|||
|
this.panel1.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|||
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|||
|
private System.Windows.Forms.ToolStripButton tsbtnClose;
|
|||
|
private System.Windows.Forms.ToolStripButton tsbtnSave;
|
|||
|
private UI.UIIOCardDev uiIOCardDev0;
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private System.Windows.Forms.ComboBox cobBreakButton;
|
|||
|
}
|
|||
|
}
|