AOI_V1/MaiMuAOI/AssistClient/FrmCMDProcess.Designer.cs

97 lines
4.3 KiB
C#

namespace AssistClient
{
partial class FrmCMDProcess
{
/// <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()
{
this.panel1 = new System.Windows.Forms.Panel();
this.cobCMDProcess = new System.Windows.Forms.ComboBox();
this.uiIOCardDev0 = new AssistClient.UI.UIIOCardDev();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.cobCMDProcess);
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(932, 53);
this.panel1.TabIndex = 19;
//
// cobCMDProcess
//
this.cobCMDProcess.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cobCMDProcess.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.cobCMDProcess.FormattingEnabled = true;
this.cobCMDProcess.Location = new System.Drawing.Point(12, 14);
this.cobCMDProcess.Name = "cobCMDProcess";
this.cobCMDProcess.Size = new System.Drawing.Size(318, 26);
this.cobCMDProcess.TabIndex = 8;
this.cobCMDProcess.SelectedIndexChanged += new System.EventHandler(this.cobCMDProcess_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, 59);
this.uiIOCardDev0.Name = "uiIOCardDev0";
this.uiIOCardDev0.Size = new System.Drawing.Size(932, 800);
this.uiIOCardDev0.TabIndex = 18;
//
// FrmCMDProcess
//
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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmCMDProcess";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "系统指令设置";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmCMDProcess_FormClosing);
this.Load += new System.EventHandler(this.FrmSetParams_Load);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private UI.UIIOCardDev uiIOCardDev0;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ComboBox cobCMDProcess;
}
}