| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0103
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <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(F_MST_0103));
- this.tvwOrganization = new System.Windows.Forms.TreeView();
- this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
- this.btnConfirm = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.dkStatusStrip = new System.Windows.Forms.ImageList(this.components);
- this.SuspendLayout();
- //
- // tvwOrganization
- //
- this.tvwOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tvwOrganization.ImageIndex = 0;
- this.tvwOrganization.ImageList = this.imglstNavigation;
- this.tvwOrganization.Indent = 20;
- this.tvwOrganization.ItemHeight = 20;
- this.tvwOrganization.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(177)))), ((int)(((byte)(177)))));
- this.tvwOrganization.Location = new System.Drawing.Point(12, 12);
- this.tvwOrganization.Name = "tvwOrganization";
- this.tvwOrganization.SelectedImageIndex = 0;
- this.tvwOrganization.Size = new System.Drawing.Size(320, 395);
- this.tvwOrganization.TabIndex = 0;
- this.tvwOrganization.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.tvwOrganization_AfterCollapse);
- this.tvwOrganization.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.tvwOrganization_AfterExpand);
- //
- // imglstNavigation
- //
- this.imglstNavigation.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
- this.imglstNavigation.ImageSize = new System.Drawing.Size(16, 16);
- this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
- //
- // btnConfirm
- //
- this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnConfirm.BackColor = System.Drawing.Color.Transparent;
- this.btnConfirm.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnConfirm.BackgroundImage")));
- this.btnConfirm.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnConfirm.ForeColor = System.Drawing.Color.White;
- this.btnConfirm.Location = new System.Drawing.Point(156, 413);
- this.btnConfirm.Name = "btnConfirm";
- this.btnConfirm.Size = new System.Drawing.Size(85, 30);
- this.btnConfirm.TabIndex = 1;
- this.btnConfirm.TabStop = false;
- this.btnConfirm.Text = "确定";
- this.btnConfirm.UseVisualStyleBackColor = true;
- this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(247, 413);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 2;
- this.btnCancel.TabStop = false;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // dkStatusStrip
- //
- this.dkStatusStrip.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("dkStatusStrip.ImageStream")));
- this.dkStatusStrip.TransparentColor = System.Drawing.Color.Transparent;
- this.dkStatusStrip.Images.SetKeyName(0, "close.png");
- this.dkStatusStrip.Images.SetKeyName(1, "list.png");
- this.dkStatusStrip.Images.SetKeyName(2, "open.png");
- //
- // F_MST_0103
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(344, 448);
- this.Controls.Add(this.tvwOrganization);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnConfirm);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_MST_0103";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "FrmMoveOrganization";
- this.Load += new System.EventHandler(this.FrmMoveOrganization_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TreeView tvwOrganization;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnConfirm;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
- private System.Windows.Forms.ImageList imglstNavigation;
- private System.Windows.Forms.ImageList dkStatusStrip;
- }
- }
|