PermissionConfigForm.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. namespace YangjieTester.用户管理
  2. {
  3. partial class PermissionConfigForm
  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.treeView1 = new System.Windows.Forms.TreeView();
  29. this.comboBoxRole = new MyUIComboBox();
  30. this.uiLabel1 = new Sunny.UI.UILabel();
  31. this.btnSave = new MyUiButton();
  32. this.SuspendLayout();
  33. //
  34. // treeView1
  35. //
  36. this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
  37. this.treeView1.Location = new System.Drawing.Point(0, 35);
  38. this.treeView1.Name = "treeView1";
  39. this.treeView1.Size = new System.Drawing.Size(455, 586);
  40. this.treeView1.TabIndex = 0;
  41. //
  42. // comboBoxRole
  43. //
  44. this.comboBoxRole.DataSource = null;
  45. this.comboBoxRole.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  46. this.comboBoxRole.FillColor = System.Drawing.Color.White;
  47. this.comboBoxRole.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.comboBoxRole.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  49. this.comboBoxRole.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  50. this.comboBoxRole.Location = new System.Drawing.Point(541, 51);
  51. this.comboBoxRole.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  52. this.comboBoxRole.MinimumSize = new System.Drawing.Size(63, 0);
  53. this.comboBoxRole.Name = "comboBoxRole";
  54. this.comboBoxRole.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  55. this.comboBoxRole.Size = new System.Drawing.Size(124, 29);
  56. this.comboBoxRole.SymbolSize = 24;
  57. this.comboBoxRole.TabIndex = 1;
  58. this.comboBoxRole.Text = "myUIComboBox1";
  59. this.comboBoxRole.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  60. this.comboBoxRole.Watermark = "";
  61. //
  62. // uiLabel1
  63. //
  64. this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  66. this.uiLabel1.Location = new System.Drawing.Point(461, 57);
  67. this.uiLabel1.Name = "uiLabel1";
  68. this.uiLabel1.Size = new System.Drawing.Size(73, 23);
  69. this.uiLabel1.TabIndex = 2;
  70. this.uiLabel1.Text = "权限选择";
  71. //
  72. // btnSave
  73. //
  74. this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
  75. this.btnSave.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.btnSave.Location = new System.Drawing.Point(541, 95);
  77. this.btnSave.MinimumSize = new System.Drawing.Size(1, 1);
  78. this.btnSave.Name = "btnSave";
  79. this.btnSave.NeedUserEnsure = false;
  80. this.btnSave.Size = new System.Drawing.Size(123, 45);
  81. this.btnSave.Symbol = 0;
  82. this.btnSave.TabIndex = 3;
  83. this.btnSave.Text = "保存更改";
  84. this.btnSave.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  86. //
  87. // PermissionConfigForm
  88. //
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  90. this.ClientSize = new System.Drawing.Size(737, 621);
  91. this.Controls.Add(this.btnSave);
  92. this.Controls.Add(this.uiLabel1);
  93. this.Controls.Add(this.comboBoxRole);
  94. this.Controls.Add(this.treeView1);
  95. this.Name = "PermissionConfigForm";
  96. this.Text = "权限管理";
  97. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  98. this.ResumeLayout(false);
  99. }
  100. #endregion
  101. private System.Windows.Forms.TreeView treeView1;
  102. private MyUIComboBox comboBoxRole;
  103. private Sunny.UI.UILabel uiLabel1;
  104. private MyUiButton btnSave;
  105. }
  106. }