namespace Mesnac.Gui.Run.Dialog
{
partial class FrmRunConfigMenuItem
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lblParent = new System.Windows.Forms.Label();
this.txtNodeText = new System.Windows.Forms.TextBox();
this.txtImg = new System.Windows.Forms.TextBox();
this.btnDialog = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.cbShowType = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.txtShortCut = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.cbIsAutoLoad = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.cbMessages = new System.Windows.Forms.ComboBox();
this.btnSelectMessage = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(28, 80);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 1;
this.label2.Text = "文本";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(28, 112);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 2;
this.label3.Text = "图标";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(28, 18);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 3;
this.label4.Text = "父级";
//
// lblParent
//
this.lblParent.AutoSize = true;
this.lblParent.Location = new System.Drawing.Point(88, 18);
this.lblParent.Name = "lblParent";
this.lblParent.Size = new System.Drawing.Size(0, 12);
this.lblParent.TabIndex = 4;
//
// txtNodeText
//
this.txtNodeText.Location = new System.Drawing.Point(88, 77);
this.txtNodeText.Name = "txtNodeText";
this.txtNodeText.Size = new System.Drawing.Size(242, 21);
this.txtNodeText.TabIndex = 5;
//
// txtImg
//
this.txtImg.Location = new System.Drawing.Point(88, 106);
this.txtImg.Name = "txtImg";
this.txtImg.Size = new System.Drawing.Size(242, 21);
this.txtImg.TabIndex = 6;
//
// btnDialog
//
this.btnDialog.Location = new System.Drawing.Point(336, 106);
this.btnDialog.Name = "btnDialog";
this.btnDialog.Size = new System.Drawing.Size(43, 23);
this.btnDialog.TabIndex = 7;
this.btnDialog.Text = "...";
this.btnDialog.UseVisualStyleBackColor = true;
this.btnDialog.Click += new System.EventHandler(this.btnDialog_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(257, 195);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 8;
this.btnOK.Text = "确定(&O)";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(338, 195);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 9;
this.btnCancel.Text = "取消(&C)";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(28, 172);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 10;
this.label1.Text = "打开方式";
//
// cbShowType
//
this.cbShowType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbShowType.FormattingEnabled = true;
this.cbShowType.Items.AddRange(new object[] {
"文档",
"窗体",
"对话框",
"多屏显示",
"浮动窗口"});
this.cbShowType.Location = new System.Drawing.Point(89, 167);
this.cbShowType.Name = "cbShowType";
this.cbShowType.Size = new System.Drawing.Size(242, 20);
this.cbShowType.TabIndex = 11;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(28, 141);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 12;
this.label5.Text = "快捷键";
//
// txtShortCut
//
this.txtShortCut.Location = new System.Drawing.Point(88, 135);
this.txtShortCut.Name = "txtShortCut";
this.txtShortCut.Size = new System.Drawing.Size(242, 21);
this.txtShortCut.TabIndex = 13;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(336, 141);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(95, 12);
this.label6.TabIndex = 14;
this.label6.Text = "示例:Control|O";
//
// cbIsAutoLoad
//
this.cbIsAutoLoad.AutoSize = true;
this.cbIsAutoLoad.Location = new System.Drawing.Point(338, 169);
this.cbIsAutoLoad.Name = "cbIsAutoLoad";
this.cbIsAutoLoad.Size = new System.Drawing.Size(72, 16);
this.cbIsAutoLoad.TabIndex = 15;
this.cbIsAutoLoad.Text = "自动加载";
this.cbIsAutoLoad.UseVisualStyleBackColor = true;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(28, 49);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 16;
this.label7.Text = "国际化";
//
// cbMessages
//
this.cbMessages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbMessages.FormattingEnabled = true;
this.cbMessages.Location = new System.Drawing.Point(88, 46);
this.cbMessages.Name = "cbMessages";
this.cbMessages.Size = new System.Drawing.Size(242, 20);
this.cbMessages.TabIndex = 17;
//
// btnSelectMessage
//
this.btnSelectMessage.Location = new System.Drawing.Point(335, 46);
this.btnSelectMessage.Name = "btnSelectMessage";
this.btnSelectMessage.Size = new System.Drawing.Size(44, 23);
this.btnSelectMessage.TabIndex = 18;
this.btnSelectMessage.Text = "...";
this.btnSelectMessage.UseVisualStyleBackColor = true;
this.btnSelectMessage.Click += new System.EventHandler(this.btnSelectMessage_Click);
//
// FrmRunConfigMenuItem
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(439, 249);
this.Controls.Add(this.btnSelectMessage);
this.Controls.Add(this.cbMessages);
this.Controls.Add(this.label7);
this.Controls.Add(this.cbIsAutoLoad);
this.Controls.Add(this.label6);
this.Controls.Add(this.txtShortCut);
this.Controls.Add(this.label5);
this.Controls.Add(this.cbShowType);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnDialog);
this.Controls.Add(this.txtImg);
this.Controls.Add(this.txtNodeText);
this.Controls.Add(this.lblParent);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmRunConfigMenuItem";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lblParent;
private System.Windows.Forms.TextBox txtNodeText;
private System.Windows.Forms.TextBox txtImg;
private System.Windows.Forms.Button btnDialog;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cbShowType;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtShortCut;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.CheckBox cbIsAutoLoad;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cbMessages;
private System.Windows.Forms.Button btnSelectMessage;
}
}