namespace OAM
|
{
|
partial class frm_ModlueEdit
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_ModlueEdit));
|
this.ToolBar = new System.Windows.Forms.ToolStrip();
|
this.jz = new System.Windows.Forms.ToolStripButton();
|
this.sz = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
this.tc = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
this.pPic = new System.Windows.Forms.Panel();
|
this.cmdEmp = new System.Windows.Forms.Button();
|
this.txtEmp = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.lblCaption = new System.Windows.Forms.Label();
|
this.TreeView = new System.Windows.Forms.TreeView();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.txtName = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.cmdCanCel = new System.Windows.Forms.Button();
|
this.cmdOk = new System.Windows.Forms.Button();
|
this.txtFileName2 = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.cmdFilePath = new System.Windows.Forms.Button();
|
this.txtFilePath = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
this.ToolBar.SuspendLayout();
|
this.pPic.SuspendLayout();
|
this.groupBox1.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// ToolBar
|
//
|
this.ToolBar.AutoSize = false;
|
this.ToolBar.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ToolBar.BackgroundImage")));
|
this.ToolBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.ToolBar.ImageScalingSize = new System.Drawing.Size(22, 22);
|
this.ToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.jz,
|
this.sz,
|
this.toolStripSeparator3,
|
this.tc,
|
this.toolStripSeparator5});
|
this.ToolBar.Location = new System.Drawing.Point(0, 0);
|
this.ToolBar.Name = "ToolBar";
|
this.ToolBar.Padding = new System.Windows.Forms.Padding(0);
|
this.ToolBar.Size = new System.Drawing.Size(737, 50);
|
this.ToolBar.Stretch = true;
|
this.ToolBar.TabIndex = 14;
|
this.ToolBar.Text = "toolStrip1";
|
//
|
// jz
|
//
|
this.jz.AutoSize = false;
|
this.jz.ForeColor = System.Drawing.SystemColors.ControlText;
|
this.jz.Image = ((System.Drawing.Image)(resources.GetObject("jz.Image")));
|
this.jz.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.jz.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.jz.ImageTransparentColor = System.Drawing.Color.White;
|
this.jz.Name = "jz";
|
this.jz.Size = new System.Drawing.Size(35, 47);
|
this.jz.Text = "加组";
|
this.jz.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.jz.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.jz.Click += new System.EventHandler(this.jz_Click);
|
//
|
// sz
|
//
|
this.sz.AutoSize = false;
|
this.sz.Image = ((System.Drawing.Image)(resources.GetObject("sz.Image")));
|
this.sz.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.sz.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.sz.ImageTransparentColor = System.Drawing.Color.White;
|
this.sz.Name = "sz";
|
this.sz.Size = new System.Drawing.Size(35, 47);
|
this.sz.Text = "删组";
|
this.sz.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.sz.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.sz.Click += new System.EventHandler(this.sz_Click);
|
//
|
// toolStripSeparator3
|
//
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50);
|
//
|
// tc
|
//
|
this.tc.AutoSize = false;
|
this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image")));
|
this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.tc.ImageTransparentColor = System.Drawing.Color.White;
|
this.tc.Name = "tc";
|
this.tc.Size = new System.Drawing.Size(35, 47);
|
this.tc.Text = "退出";
|
this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.tc.Click += new System.EventHandler(this.tc_Click);
|
//
|
// toolStripSeparator5
|
//
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50);
|
//
|
// pPic
|
//
|
this.pPic.BackColor = System.Drawing.Color.White;
|
this.pPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pPic.BackgroundImage")));
|
this.pPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
this.pPic.Controls.Add(this.cmdEmp);
|
this.pPic.Controls.Add(this.txtEmp);
|
this.pPic.Controls.Add(this.label1);
|
this.pPic.Controls.Add(this.lblCaption);
|
this.pPic.Dock = System.Windows.Forms.DockStyle.Top;
|
this.pPic.Location = new System.Drawing.Point(0, 50);
|
this.pPic.Name = "pPic";
|
this.pPic.Size = new System.Drawing.Size(737, 53);
|
this.pPic.TabIndex = 16;
|
//
|
// cmdEmp
|
//
|
this.cmdEmp.BackColor = System.Drawing.Color.Transparent;
|
this.cmdEmp.Enabled = false;
|
this.cmdEmp.Image = ((System.Drawing.Image)(resources.GetObject("cmdEmp.Image")));
|
this.cmdEmp.ImageAlign = System.Drawing.ContentAlignment.TopRight;
|
this.cmdEmp.Location = new System.Drawing.Point(373, 12);
|
this.cmdEmp.Name = "cmdEmp";
|
this.cmdEmp.Size = new System.Drawing.Size(22, 22);
|
this.cmdEmp.TabIndex = 89;
|
this.cmdEmp.UseVisualStyleBackColor = false;
|
//
|
// txtEmp
|
//
|
this.txtEmp.Enabled = false;
|
this.txtEmp.Location = new System.Drawing.Point(248, 12);
|
this.txtEmp.Name = "txtEmp";
|
this.txtEmp.Size = new System.Drawing.Size(123, 21);
|
this.txtEmp.TabIndex = 9;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
this.label1.Location = new System.Drawing.Point(189, 15);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
this.label1.TabIndex = 8;
|
this.label1.Text = "用 户";
|
//
|
// lblCaption
|
//
|
this.lblCaption.AutoSize = true;
|
this.lblCaption.BackColor = System.Drawing.Color.Transparent;
|
this.lblCaption.Cursor = System.Windows.Forms.Cursors.No;
|
this.lblCaption.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblCaption.Location = new System.Drawing.Point(12, 15);
|
this.lblCaption.Name = "lblCaption";
|
this.lblCaption.Size = new System.Drawing.Size(98, 21);
|
this.lblCaption.TabIndex = 4;
|
this.lblCaption.Text = "模块编辑";
|
this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// TreeView
|
//
|
this.TreeView.Location = new System.Drawing.Point(9, 115);
|
this.TreeView.Name = "TreeView";
|
this.TreeView.Size = new System.Drawing.Size(209, 308);
|
this.TreeView.TabIndex = 92;
|
this.TreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeView_NodeMouseClick);
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.txtName);
|
this.groupBox1.Controls.Add(this.label3);
|
this.groupBox1.Location = new System.Drawing.Point(224, 115);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(493, 60);
|
this.groupBox1.TabIndex = 93;
|
this.groupBox1.TabStop = false;
|
//
|
// txtName
|
//
|
this.txtName.Location = new System.Drawing.Point(77, 24);
|
this.txtName.Name = "txtName";
|
this.txtName.Size = new System.Drawing.Size(368, 21);
|
this.txtName.TabIndex = 96;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.BackColor = System.Drawing.Color.Transparent;
|
this.label3.Location = new System.Drawing.Point(6, 27);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
this.label3.TabIndex = 95;
|
this.label3.Text = "组 名 称:";
|
//
|
// groupBox2
|
//
|
this.groupBox2.Controls.Add(this.cmdCanCel);
|
this.groupBox2.Controls.Add(this.cmdOk);
|
this.groupBox2.Controls.Add(this.txtFileName2);
|
this.groupBox2.Controls.Add(this.label5);
|
this.groupBox2.Controls.Add(this.cmdFilePath);
|
this.groupBox2.Controls.Add(this.txtFilePath);
|
this.groupBox2.Controls.Add(this.label4);
|
this.groupBox2.Location = new System.Drawing.Point(224, 181);
|
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Size = new System.Drawing.Size(493, 239);
|
this.groupBox2.TabIndex = 94;
|
this.groupBox2.TabStop = false;
|
//
|
// cmdCanCel
|
//
|
this.cmdCanCel.Location = new System.Drawing.Point(381, 195);
|
this.cmdCanCel.Name = "cmdCanCel";
|
this.cmdCanCel.Size = new System.Drawing.Size(75, 23);
|
this.cmdCanCel.TabIndex = 100;
|
this.cmdCanCel.Text = "取消";
|
this.cmdCanCel.UseVisualStyleBackColor = true;
|
this.cmdCanCel.Click += new System.EventHandler(this.cmdCanCel2_Click);
|
//
|
// cmdOk
|
//
|
this.cmdOk.Location = new System.Drawing.Point(286, 195);
|
this.cmdOk.Name = "cmdOk";
|
this.cmdOk.Size = new System.Drawing.Size(75, 23);
|
this.cmdOk.TabIndex = 99;
|
this.cmdOk.Text = "确定";
|
this.cmdOk.UseVisualStyleBackColor = true;
|
this.cmdOk.Click += new System.EventHandler(this.cmdOk2_Click);
|
//
|
// txtFileName2
|
//
|
this.txtFileName2.Location = new System.Drawing.Point(77, 96);
|
this.txtFileName2.Name = "txtFileName2";
|
this.txtFileName2.Size = new System.Drawing.Size(368, 21);
|
this.txtFileName2.TabIndex = 98;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.BackColor = System.Drawing.Color.Transparent;
|
this.label5.Location = new System.Drawing.Point(20, 100);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(65, 12);
|
this.label5.TabIndex = 97;
|
this.label5.Text = "软件名称:";
|
//
|
// cmdFilePath
|
//
|
this.cmdFilePath.BackColor = System.Drawing.Color.Transparent;
|
this.cmdFilePath.Image = ((System.Drawing.Image)(resources.GetObject("cmdFilePath.Image")));
|
this.cmdFilePath.ImageAlign = System.Drawing.ContentAlignment.TopRight;
|
this.cmdFilePath.Location = new System.Drawing.Point(451, 30);
|
this.cmdFilePath.Name = "cmdFilePath";
|
this.cmdFilePath.Size = new System.Drawing.Size(22, 22);
|
this.cmdFilePath.TabIndex = 90;
|
this.cmdFilePath.UseVisualStyleBackColor = false;
|
this.cmdFilePath.Click += new System.EventHandler(this.cmdFilePath_Click);
|
//
|
// txtFilePath
|
//
|
this.txtFilePath.Location = new System.Drawing.Point(77, 32);
|
this.txtFilePath.Multiline = true;
|
this.txtFilePath.Name = "txtFilePath";
|
this.txtFilePath.Size = new System.Drawing.Size(368, 45);
|
this.txtFilePath.TabIndex = 98;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.BackColor = System.Drawing.Color.Transparent;
|
this.label4.Location = new System.Drawing.Point(20, 36);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(65, 12);
|
this.label4.TabIndex = 97;
|
this.label4.Text = "软件路径:";
|
//
|
// imageList1
|
//
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
this.imageList1.Images.SetKeyName(0, "文件夹.bmp");
|
this.imageList1.Images.SetKeyName(1, "文件夹2.bmp");
|
//
|
// frm_ModlueEdit
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(737, 432);
|
this.Controls.Add(this.groupBox2);
|
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.TreeView);
|
this.Controls.Add(this.pPic);
|
this.Controls.Add(this.ToolBar);
|
this.Name = "frm_ModlueEdit";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "模块编辑";
|
this.Load += new System.EventHandler(this.frm_ModlueEdit_Load);
|
this.ToolBar.ResumeLayout(false);
|
this.ToolBar.PerformLayout();
|
this.pPic.ResumeLayout(false);
|
this.pPic.PerformLayout();
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ToolStrip ToolBar;
|
private System.Windows.Forms.ToolStripButton jz;
|
private System.Windows.Forms.ToolStripButton sz;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
private System.Windows.Forms.Panel pPic;
|
private System.Windows.Forms.Label lblCaption;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox txtEmp;
|
private System.Windows.Forms.Button cmdEmp;
|
private System.Windows.Forms.TreeView TreeView;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private System.Windows.Forms.TextBox txtName;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Button cmdCanCel;
|
private System.Windows.Forms.Button cmdOk;
|
private System.Windows.Forms.TextBox txtFileName2;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.Button cmdFilePath;
|
private System.Windows.Forms.TextBox txtFilePath;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.ToolStripButton tc;
|
private System.Windows.Forms.ImageList imageList1;
|
}
|
}
|