frmAddOperatingAuthority.Designer.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmAddOperatingAuthority
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddOperatingAuthority));
  29. this.buttonEx1 = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
  31. this.buttonEx2 = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.buttonEx3 = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.buttonEx4 = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.plExMainContainer.SuspendLayout();
  35. this.plFormMainContent.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // plExMainContainer
  39. //
  40. this.plExMainContainer.Controls.Add(this.checkedListBox1);
  41. this.plExMainContainer.Controls.Add(this.buttonEx4);
  42. this.plExMainContainer.Controls.Add(this.buttonEx3);
  43. this.plExMainContainer.Controls.Add(this.buttonEx2);
  44. this.plExMainContainer.Controls.Add(this.buttonEx1);
  45. this.plExMainContainer.Size = new System.Drawing.Size(375, 447);
  46. //
  47. // plFormMainContent
  48. //
  49. this.plFormMainContent.Size = new System.Drawing.Size(375, 447);
  50. //
  51. // btnAppFormMaximize
  52. //
  53. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  54. this.btnAppFormMaximize.Location = new System.Drawing.Point(316, 0);
  55. //
  56. // btnAppFormExit
  57. //
  58. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  59. this.btnAppFormExit.Location = new System.Drawing.Point(343, 0);
  60. //
  61. // btnAppFormMinimize
  62. //
  63. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  64. this.btnAppFormMinimize.Location = new System.Drawing.Point(316, 0);
  65. //
  66. // buttonEx1
  67. //
  68. this.buttonEx1.BackColor = System.Drawing.Color.Transparent;
  69. this.buttonEx1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx1.BackImg")));
  70. this.buttonEx1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  71. this.buttonEx1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.buttonEx1.ForeColor = System.Drawing.Color.White;
  73. this.buttonEx1.IsCustomBackImg = false;
  74. this.buttonEx1.IsShowText = true;
  75. this.buttonEx1.Location = new System.Drawing.Point(283, 131);
  76. this.buttonEx1.Name = "buttonEx1";
  77. this.buttonEx1.Size = new System.Drawing.Size(85, 212);
  78. this.buttonEx1.TabIndex = 1;
  79. this.buttonEx1.Text = "保 存";
  80. this.buttonEx1.UseVisualStyleBackColor = false;
  81. //
  82. // checkedListBox1
  83. //
  84. this.checkedListBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  85. this.checkedListBox1.CheckOnClick = true;
  86. this.checkedListBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.checkedListBox1.FormattingEnabled = true;
  88. this.checkedListBox1.Location = new System.Drawing.Point(8, 12);
  89. this.checkedListBox1.Name = "checkedListBox1";
  90. this.checkedListBox1.Size = new System.Drawing.Size(269, 422);
  91. this.checkedListBox1.TabIndex = 2;
  92. //
  93. // buttonEx2
  94. //
  95. this.buttonEx2.BackColor = System.Drawing.Color.Transparent;
  96. this.buttonEx2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx2.BackImg")));
  97. this.buttonEx2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  98. this.buttonEx2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.buttonEx2.ForeColor = System.Drawing.Color.White;
  100. this.buttonEx2.IsCustomBackImg = false;
  101. this.buttonEx2.IsShowText = true;
  102. this.buttonEx2.Location = new System.Drawing.Point(283, 353);
  103. this.buttonEx2.Name = "buttonEx2";
  104. this.buttonEx2.Size = new System.Drawing.Size(85, 81);
  105. this.buttonEx2.TabIndex = 1;
  106. this.buttonEx2.Text = "关 闭";
  107. this.buttonEx2.UseVisualStyleBackColor = false;
  108. //
  109. // buttonEx3
  110. //
  111. this.buttonEx3.BackColor = System.Drawing.Color.Transparent;
  112. this.buttonEx3.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx3.BackImg")));
  113. this.buttonEx3.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  114. this.buttonEx3.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.buttonEx3.ForeColor = System.Drawing.Color.White;
  116. this.buttonEx3.IsCustomBackImg = false;
  117. this.buttonEx3.IsShowText = true;
  118. this.buttonEx3.Location = new System.Drawing.Point(283, 12);
  119. this.buttonEx3.Name = "buttonEx3";
  120. this.buttonEx3.Size = new System.Drawing.Size(85, 45);
  121. this.buttonEx3.TabIndex = 1;
  122. this.buttonEx3.Text = "全 选";
  123. this.buttonEx3.UseVisualStyleBackColor = false;
  124. //
  125. // buttonEx4
  126. //
  127. this.buttonEx4.BackColor = System.Drawing.Color.Transparent;
  128. this.buttonEx4.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx4.BackImg")));
  129. this.buttonEx4.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  130. this.buttonEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.buttonEx4.ForeColor = System.Drawing.Color.White;
  132. this.buttonEx4.IsCustomBackImg = false;
  133. this.buttonEx4.IsShowText = true;
  134. this.buttonEx4.Location = new System.Drawing.Point(283, 66);
  135. this.buttonEx4.Name = "buttonEx4";
  136. this.buttonEx4.Size = new System.Drawing.Size(85, 53);
  137. this.buttonEx4.TabIndex = 1;
  138. this.buttonEx4.Text = "全 部 \r\n取 消";
  139. this.buttonEx4.UseVisualStyleBackColor = false;
  140. //
  141. // frmAddOperatingAuthority
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  145. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  146. this.ClientSize = new System.Drawing.Size(375, 512);
  147. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  148. this.IsMaximized = false;
  149. this.IsUserControlsSize = false;
  150. this.MaximizeBox = false;
  151. this.Name = "frmAddOperatingAuthority";
  152. this.Text = "编辑模块权限功能";
  153. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  154. this.plExMainContainer.ResumeLayout(false);
  155. this.plFormMainContent.ResumeLayout(false);
  156. this.ResumeLayout(false);
  157. }
  158. #endregion
  159. private System.Windows.Forms.CheckedListBox checkedListBox1;
  160. private ComponentLibrary.ButtonEx buttonEx1;
  161. private ComponentLibrary.ButtonEx buttonEx2;
  162. private ComponentLibrary.ButtonEx buttonEx4;
  163. private ComponentLibrary.ButtonEx buttonEx3;
  164. }
  165. }