Exemplo n.º 1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BusinessIntro));
     this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraTree1
     //
     this.ultraTree1.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.ultraTree1.Font         = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraTree1.Location     = new System.Drawing.Point(168, 56);
     this.ultraTree1.Name         = "ultraTree1";
     this.ultraTree1.Size         = new System.Drawing.Size(442, 234);
     this.ultraTree1.TabIndex     = 0;
     this.ultraTree1.AfterSelect += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.ultraTree1_AfterSelect);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     //
     // BusinessIntro
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(746, 416);
     this.ControlBox        = false;
     this.Controls.Add(this.ultraTree1);
     this.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "BusinessIntro";
     this.Text            = "云南人才市场业务介绍";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.BusinessIntro_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SalesManage));
     this.ultraTree1     = new Infragistics.Win.UltraWinTree.UltraTree();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.gbOper         = new Infragistics.Win.Misc.UltraGroupBox();
     this.txtTel         = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel2    = new Infragistics.Win.Misc.UltraLabel();
     this.txtCredentials = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel6    = new Infragistics.Win.Misc.UltraLabel();
     this.lblDept        = new Infragistics.Win.Misc.UltraLabel();
     this.cmbDept        = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.btnDeleteOper  = new Infragistics.Win.Misc.UltraButton();
     this.btnModifyOper  = new Infragistics.Win.Misc.UltraButton();
     this.btnAddOper     = new Infragistics.Win.Misc.UltraButton();
     this.txtOperName    = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel1    = new Infragistics.Win.Misc.UltraLabel();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbOper)).BeginInit();
     this.gbOper.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtTel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCredentials)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDept)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOperName)).BeginInit();
     this.SuspendLayout();
     //
     // ultraTree1
     //
     this.ultraTree1.AllowDrop      = true;
     this.ultraTree1.ImageList      = this.imageList1;
     this.ultraTree1.Location       = new System.Drawing.Point(64, 32);
     this.ultraTree1.Name           = "ultraTree1";
     this.ultraTree1.Size           = new System.Drawing.Size(416, 432);
     this.ultraTree1.TabIndex       = 0;
     this.ultraTree1.ViewStyle      = Infragistics.Win.UltraWinTree.ViewStyle.Standard;
     this.ultraTree1.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     //
     // gbOper
     //
     this.gbOper.Controls.Add(this.txtTel);
     this.gbOper.Controls.Add(this.ultraLabel2);
     this.gbOper.Controls.Add(this.txtCredentials);
     this.gbOper.Controls.Add(this.ultraLabel6);
     this.gbOper.Controls.Add(this.lblDept);
     this.gbOper.Controls.Add(this.cmbDept);
     this.gbOper.Controls.Add(this.btnDeleteOper);
     this.gbOper.Controls.Add(this.btnModifyOper);
     this.gbOper.Controls.Add(this.btnAddOper);
     this.gbOper.Controls.Add(this.txtOperName);
     this.gbOper.Controls.Add(this.ultraLabel1);
     this.gbOper.Location = new System.Drawing.Point(528, 32);
     this.gbOper.Name     = "gbOper";
     this.gbOper.Size     = new System.Drawing.Size(376, 232);
     this.gbOper.TabIndex = 1;
     this.gbOper.Text     = "业务员";
     //
     // txtTel
     //
     this.txtTel.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtTel.Location     = new System.Drawing.Point(144, 67);
     this.txtTel.MaxLength    = 20;
     this.txtTel.Name         = "txtTel";
     this.txtTel.Size         = new System.Drawing.Size(100, 21);
     this.txtTel.TabIndex     = 31;
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(24, 67);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 30;
     this.ultraLabel2.Text     = "电话:";
     //
     // txtCredentials
     //
     this.txtCredentials.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtCredentials.Location     = new System.Drawing.Point(144, 93);
     this.txtCredentials.MaxLength    = 40;
     this.txtCredentials.Name         = "txtCredentials";
     this.txtCredentials.Size         = new System.Drawing.Size(100, 21);
     this.txtCredentials.TabIndex     = 27;
     //
     // ultraLabel6
     //
     this.ultraLabel6.Location = new System.Drawing.Point(24, 93);
     this.ultraLabel6.Name     = "ultraLabel6";
     this.ultraLabel6.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel6.TabIndex = 26;
     this.ultraLabel6.Text     = "证件号:";
     //
     // lblDept
     //
     this.lblDept.Location = new System.Drawing.Point(24, 117);
     this.lblDept.Name     = "lblDept";
     this.lblDept.Size     = new System.Drawing.Size(100, 23);
     this.lblDept.TabIndex = 22;
     this.lblDept.Text     = "所属部门:";
     //
     // cmbDept
     //
     this.cmbDept.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbDept.Location     = new System.Drawing.Point(144, 117);
     this.cmbDept.Name         = "cmbDept";
     this.cmbDept.Size         = new System.Drawing.Size(104, 21);
     this.cmbDept.TabIndex     = 21;
     //
     // btnDeleteOper
     //
     this.btnDeleteOper.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnDeleteOper.Location    = new System.Drawing.Point(185, 168);
     this.btnDeleteOper.Name        = "btnDeleteOper";
     this.btnDeleteOper.Size        = new System.Drawing.Size(72, 23);
     this.btnDeleteOper.TabIndex    = 16;
     this.btnDeleteOper.Text        = "删除";
     this.btnDeleteOper.Click      += new System.EventHandler(this.btnDeleteOper_Click);
     //
     // btnModifyOper
     //
     this.btnModifyOper.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnModifyOper.Location    = new System.Drawing.Point(107, 168);
     this.btnModifyOper.Name        = "btnModifyOper";
     this.btnModifyOper.Size        = new System.Drawing.Size(72, 23);
     this.btnModifyOper.TabIndex    = 15;
     this.btnModifyOper.Text        = "修改";
     this.btnModifyOper.Click      += new System.EventHandler(this.btnModifyOper_Click);
     //
     // btnAddOper
     //
     this.btnAddOper.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnAddOper.Location    = new System.Drawing.Point(24, 168);
     this.btnAddOper.Name        = "btnAddOper";
     this.btnAddOper.Size        = new System.Drawing.Size(72, 23);
     this.btnAddOper.TabIndex    = 6;
     this.btnAddOper.Text        = "添加";
     this.btnAddOper.Click      += new System.EventHandler(this.btnAddOper_Click);
     //
     // txtOperName
     //
     this.txtOperName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtOperName.Location     = new System.Drawing.Point(144, 40);
     this.txtOperName.Name         = "txtOperName";
     this.txtOperName.Size         = new System.Drawing.Size(100, 21);
     this.txtOperName.TabIndex     = 1;
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(24, 40);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel1.TabIndex = 0;
     this.ultraLabel1.Text     = "业务员:";
     //
     // SalesManage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(936, 533);
     this.Controls.Add(this.gbOper);
     this.Controls.Add(this.ultraTree1);
     this.Name  = "SalesManage";
     this.Text  = "业务员管理";
     this.Load += new System.EventHandler(this.SalesManage_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbOper)).EndInit();
     this.gbOper.ResumeLayout(false);
     this.gbOper.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtTel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCredentials)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDept)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOperName)).EndInit();
     this.ResumeLayout(false);
 }