namespace wcfControlMonitorClient
{
partial class FrmPalletKindSetting
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.cb_PalletKind = new System.Windows.Forms.ComboBox();
this.cb_PalletCacheLocation = new System.Windows.Forms.ComboBox();
this.currentkind = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(140, 117);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 25);
this.button1.TabIndex = 0;
this.button1.Text = "保 存";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(21, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 12);
this.label1.TabIndex = 1;
this.label1.Text = "子托盘缓存位置";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(21, 62);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 12);
this.label3.TabIndex = 5;
this.label3.Text = "子托盘类型更改";
//
// cb_PalletKind
//
this.cb_PalletKind.FormattingEnabled = true;
this.cb_PalletKind.Items.AddRange(new object[] {
"内子托盘(普)",
"外子托盘(熏蒸)"});
this.cb_PalletKind.Location = new System.Drawing.Point(140, 62);
this.cb_PalletKind.Name = "cb_PalletKind";
this.cb_PalletKind.Size = new System.Drawing.Size(121, 20);
this.cb_PalletKind.TabIndex = 7;
this.cb_PalletKind.SelectedIndexChanged += new System.EventHandler(this.cb_PalletKind_SelectedIndexChanged);
//
// cb_PalletCacheLocation
//
this.cb_PalletCacheLocation.FormattingEnabled = true;
this.cb_PalletCacheLocation.Location = new System.Drawing.Point(140, 19);
this.cb_PalletCacheLocation.Name = "cb_PalletCacheLocation";
this.cb_PalletCacheLocation.Size = new System.Drawing.Size(121, 20);
this.cb_PalletCacheLocation.TabIndex = 8;
this.cb_PalletCacheLocation.SelectedIndexChanged += new System.EventHandler(this.cb_PalletCacheLocation_SelectedIndexChanged);
//
// currentkind
//
this.currentkind.AutoSize = true;
this.currentkind.Location = new System.Drawing.Point(277, 22);
this.currentkind.Name = "currentkind";
this.currentkind.Size = new System.Drawing.Size(29, 12);
this.currentkind.TabIndex = 9;
this.currentkind.Text = "类型";
//
// FrmPalletKindSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(378, 192);
this.Controls.Add(this.currentkind);
this.Controls.Add(this.cb_PalletCacheLocation);
this.Controls.Add(this.cb_PalletKind);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmPalletKindSetting";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "子托盘类型设置";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDarkCasket_FormClosing);
this.Load += new System.EventHandler(this.FrmDarkCasket_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cb_PalletKind;
private System.Windows.Forms.ComboBox cb_PalletCacheLocation;
private System.Windows.Forms.Label currentkind;
}
}