namespace OAM
|
{
|
partial class frm_txl1
|
{
|
/// <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_txl1));
|
this.ToolBar = new System.Windows.Forms.ToolStrip();
|
this.jz = new System.Windows.Forms.ToolStripButton();
|
this.gz = new System.Windows.Forms.ToolStripButton();
|
this.sz = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
this.xz = new System.Windows.Forms.ToolStripButton();
|
this.xg = new System.Windows.Forms.ToolStripButton();
|
this.sc = 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.lblCaption = new System.Windows.Forms.Label();
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
this.TreeView = new System.Windows.Forms.TreeView();
|
this.stTab = new System.Windows.Forms.TabControl();
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.ToolBar.SuspendLayout();
|
this.pPic.SuspendLayout();
|
this.splitContainer1.Panel1.SuspendLayout();
|
this.splitContainer1.Panel2.SuspendLayout();
|
this.splitContainer1.SuspendLayout();
|
this.stTab.SuspendLayout();
|
this.tabPage1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
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.gz,
|
this.sz,
|
this.toolStripSeparator1,
|
this.xz,
|
this.xg,
|
this.sc,
|
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(836, 50);
|
this.ToolBar.Stretch = true;
|
this.ToolBar.TabIndex = 15;
|
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);
|
//
|
// gz
|
//
|
this.gz.AutoSize = false;
|
this.gz.Image = ((System.Drawing.Image)(resources.GetObject("gz.Image")));
|
this.gz.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.gz.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.gz.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.gz.Name = "gz";
|
this.gz.Size = new System.Drawing.Size(35, 47);
|
this.gz.Text = "改组";
|
this.gz.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.gz.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.gz.Click += new System.EventHandler(this.gz_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);
|
//
|
// toolStripSeparator1
|
//
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50);
|
//
|
// xz
|
//
|
this.xz.AutoSize = false;
|
this.xz.ForeColor = System.Drawing.SystemColors.ControlText;
|
this.xz.Image = ((System.Drawing.Image)(resources.GetObject("xz.Image")));
|
this.xz.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.xz.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.xz.ImageTransparentColor = System.Drawing.Color.White;
|
this.xz.Name = "xz";
|
this.xz.Size = new System.Drawing.Size(35, 47);
|
this.xz.Text = "新增";
|
this.xz.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.xz.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.xz.Click += new System.EventHandler(this.xz_Click);
|
//
|
// xg
|
//
|
this.xg.AutoSize = false;
|
this.xg.Image = ((System.Drawing.Image)(resources.GetObject("xg.Image")));
|
this.xg.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.xg.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.xg.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.xg.Name = "xg";
|
this.xg.Size = new System.Drawing.Size(35, 47);
|
this.xg.Text = "修改";
|
this.xg.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.xg.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.xg.Click += new System.EventHandler(this.xg_Click);
|
//
|
// sc
|
//
|
this.sc.AutoSize = false;
|
this.sc.Image = ((System.Drawing.Image)(resources.GetObject("sc.Image")));
|
this.sc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.sc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.sc.ImageTransparentColor = System.Drawing.Color.White;
|
this.sc.Name = "sc";
|
this.sc.Size = new System.Drawing.Size(35, 47);
|
this.sc.Text = "删除";
|
this.sc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.sc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.sc.Click += new System.EventHandler(this.sc_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.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(836, 53);
|
this.pPic.TabIndex = 17;
|
//
|
// 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(120, 21);
|
this.lblCaption.TabIndex = 4;
|
this.lblCaption.Text = "职员通讯录";
|
this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// splitContainer1
|
//
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainer1.Location = new System.Drawing.Point(0, 103);
|
this.splitContainer1.Name = "splitContainer1";
|
//
|
// splitContainer1.Panel1
|
//
|
this.splitContainer1.Panel1.Controls.Add(this.TreeView);
|
//
|
// splitContainer1.Panel2
|
//
|
this.splitContainer1.Panel2.Controls.Add(this.stTab);
|
this.splitContainer1.Size = new System.Drawing.Size(836, 526);
|
this.splitContainer1.SplitterDistance = 173;
|
this.splitContainer1.TabIndex = 18;
|
//
|
// TreeView
|
//
|
this.TreeView.BackColor = System.Drawing.Color.White;
|
this.TreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.TreeView.ForeColor = System.Drawing.Color.Black;
|
this.TreeView.Indent = 18;
|
this.TreeView.ItemHeight = 18;
|
this.TreeView.LineColor = System.Drawing.Color.Navy;
|
this.TreeView.Location = new System.Drawing.Point(0, 0);
|
this.TreeView.Name = "TreeView";
|
this.TreeView.Size = new System.Drawing.Size(173, 526);
|
this.TreeView.TabIndex = 16;
|
this.TreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeView_NodeMouseClick);
|
//
|
// stTab
|
//
|
this.stTab.Controls.Add(this.tabPage1);
|
this.stTab.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.stTab.Location = new System.Drawing.Point(0, 0);
|
this.stTab.Name = "stTab";
|
this.stTab.SelectedIndex = 0;
|
this.stTab.Size = new System.Drawing.Size(659, 526);
|
this.stTab.TabIndex = 15;
|
//
|
// tabPage1
|
//
|
this.tabPage1.BackColor = System.Drawing.Color.Transparent;
|
this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.tabPage1.Controls.Add(this.grdMain);
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
this.tabPage1.Name = "tabPage1";
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage1.Size = new System.Drawing.Size(651, 500);
|
this.tabPage1.TabIndex = 0;
|
this.tabPage1.Text = "列表视图";
|
this.tabPage1.UseVisualStyleBackColor = true;
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
this.grdMain.BackgroundColor = System.Drawing.Color.White;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grdMain.Location = new System.Drawing.Point(3, 3);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.ReadOnly = true;
|
this.grdMain.RowHeadersVisible = false;
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.Size = new System.Drawing.Size(643, 492);
|
this.grdMain.TabIndex = 0;
|
this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DoubleClick);
|
//
|
// 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_txl1
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(836, 629);
|
this.Controls.Add(this.splitContainer1);
|
this.Controls.Add(this.pPic);
|
this.Controls.Add(this.ToolBar);
|
this.Name = "frm_txl1";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "通讯录";
|
this.Load += new System.EventHandler(this.frm_txl1_Load);
|
this.ToolBar.ResumeLayout(false);
|
this.ToolBar.PerformLayout();
|
this.pPic.ResumeLayout(false);
|
this.pPic.PerformLayout();
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
this.splitContainer1.ResumeLayout(false);
|
this.stTab.ResumeLayout(false);
|
this.tabPage1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
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.ToolStripButton tc;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
private System.Windows.Forms.Panel pPic;
|
private System.Windows.Forms.Label lblCaption;
|
private System.Windows.Forms.ToolStripButton gz;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
private System.Windows.Forms.ToolStripButton xz;
|
private System.Windows.Forms.ToolStripButton xg;
|
private System.Windows.Forms.ToolStripButton sc;
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
private System.Windows.Forms.TreeView TreeView;
|
private System.Windows.Forms.TabControl stTab;
|
private System.Windows.Forms.TabPage tabPage1;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.ImageList imageList1;
|
private System.Windows.Forms.Timer timer1;
|
|
}
|
}
|