F_MST_0103.Designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0103
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0103));
  30. this.tvwOrganization = new System.Windows.Forms.TreeView();
  31. this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
  32. this.btnConfirm = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.dkStatusStrip = new System.Windows.Forms.ImageList(this.components);
  35. this.SuspendLayout();
  36. //
  37. // tvwOrganization
  38. //
  39. this.tvwOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  40. this.tvwOrganization.ImageIndex = 0;
  41. this.tvwOrganization.ImageList = this.imglstNavigation;
  42. this.tvwOrganization.Indent = 20;
  43. this.tvwOrganization.ItemHeight = 20;
  44. this.tvwOrganization.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(177)))), ((int)(((byte)(177)))));
  45. this.tvwOrganization.Location = new System.Drawing.Point(12, 12);
  46. this.tvwOrganization.Name = "tvwOrganization";
  47. this.tvwOrganization.SelectedImageIndex = 0;
  48. this.tvwOrganization.Size = new System.Drawing.Size(320, 395);
  49. this.tvwOrganization.TabIndex = 0;
  50. this.tvwOrganization.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.tvwOrganization_AfterCollapse);
  51. this.tvwOrganization.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.tvwOrganization_AfterExpand);
  52. //
  53. // imglstNavigation
  54. //
  55. this.imglstNavigation.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  56. this.imglstNavigation.ImageSize = new System.Drawing.Size(16, 16);
  57. this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
  58. //
  59. // btnConfirm
  60. //
  61. this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  62. this.btnConfirm.BackColor = System.Drawing.Color.Transparent;
  63. this.btnConfirm.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnConfirm.BackgroundImage")));
  64. this.btnConfirm.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.btnConfirm.ForeColor = System.Drawing.Color.White;
  66. this.btnConfirm.Location = new System.Drawing.Point(156, 413);
  67. this.btnConfirm.Name = "btnConfirm";
  68. this.btnConfirm.Size = new System.Drawing.Size(85, 30);
  69. this.btnConfirm.TabIndex = 1;
  70. this.btnConfirm.TabStop = false;
  71. this.btnConfirm.Text = "确定";
  72. this.btnConfirm.UseVisualStyleBackColor = true;
  73. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  74. //
  75. // btnCancel
  76. //
  77. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  78. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  79. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  80. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.btnCancel.ForeColor = System.Drawing.Color.White;
  82. this.btnCancel.Location = new System.Drawing.Point(247, 413);
  83. this.btnCancel.Name = "btnCancel";
  84. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  85. this.btnCancel.TabIndex = 2;
  86. this.btnCancel.TabStop = false;
  87. this.btnCancel.Text = "取消";
  88. this.btnCancel.UseVisualStyleBackColor = true;
  89. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  90. //
  91. // dkStatusStrip
  92. //
  93. this.dkStatusStrip.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("dkStatusStrip.ImageStream")));
  94. this.dkStatusStrip.TransparentColor = System.Drawing.Color.Transparent;
  95. this.dkStatusStrip.Images.SetKeyName(0, "close.png");
  96. this.dkStatusStrip.Images.SetKeyName(1, "list.png");
  97. this.dkStatusStrip.Images.SetKeyName(2, "open.png");
  98. //
  99. // F_MST_0103
  100. //
  101. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  102. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  103. this.ClientSize = new System.Drawing.Size(344, 448);
  104. this.Controls.Add(this.tvwOrganization);
  105. this.Controls.Add(this.btnCancel);
  106. this.Controls.Add(this.btnConfirm);
  107. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  108. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  109. this.MaximizeBox = false;
  110. this.MinimizeBox = false;
  111. this.Name = "F_MST_0103";
  112. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  113. this.Text = "FrmMoveOrganization";
  114. this.Load += new System.EventHandler(this.FrmMoveOrganization_Load);
  115. this.ResumeLayout(false);
  116. }
  117. #endregion
  118. private System.Windows.Forms.TreeView tvwOrganization;
  119. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnConfirm;
  120. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  121. private System.Windows.Forms.ImageList imglstNavigation;
  122. private System.Windows.Forms.ImageList dkStatusStrip;
  123. }
  124. }