FormBlack.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. namespace SIMDP.View
  2. {
  3. partial class FormBlack
  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(FormBlack));
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.winGridViewPager1 = new ProjectBase.Controls.WinGridViewPager();
  32. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  33. this.txt_Name = new DevExpress.XtraEditors.TextEdit();
  34. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  35. this.lookUp_Type = new DevExpress.XtraEditors.LookUpEdit();
  36. this.check_Forbid = new DevExpress.XtraEditors.CheckEdit();
  37. this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
  38. this.btn_Query = new DevExpress.XtraEditors.SimpleButton();
  39. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  40. this.lookUp_UserName = new DevExpress.XtraEditors.LookUpEdit();
  41. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  42. this.panelControl1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.lookUp_UserName.Properties)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // panelControl1
  50. //
  51. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  52. | System.Windows.Forms.AnchorStyles.Left)
  53. | System.Windows.Forms.AnchorStyles.Right)));
  54. this.panelControl1.Controls.Add(this.simpleButton2);
  55. this.panelControl1.Controls.Add(this.btn_Query);
  56. this.panelControl1.Controls.Add(this.check_Forbid);
  57. this.panelControl1.Controls.Add(this.lookUp_UserName);
  58. this.panelControl1.Controls.Add(this.lookUp_Type);
  59. this.panelControl1.Controls.Add(this.txt_Name);
  60. this.panelControl1.Controls.Add(this.labelControl3);
  61. this.panelControl1.Controls.Add(this.labelControl2);
  62. this.panelControl1.Controls.Add(this.labelControl1);
  63. this.panelControl1.Location = new System.Drawing.Point(0, 0);
  64. this.panelControl1.Name = "panelControl1";
  65. this.panelControl1.Size = new System.Drawing.Size(958, 41);
  66. this.panelControl1.TabIndex = 0;
  67. //
  68. // winGridViewPager1
  69. //
  70. this.winGridViewPager1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  71. | System.Windows.Forms.AnchorStyles.Left)
  72. | System.Windows.Forms.AnchorStyles.Right)));
  73. this.winGridViewPager1.AppendedMenu = null;
  74. this.winGridViewPager1.ColumnNameAlias = ((System.Collections.Generic.Dictionary<string, string>)(resources.GetObject("winGridViewPager1.ColumnNameAlias")));
  75. this.winGridViewPager1.DataSource = null;
  76. this.winGridViewPager1.DisplayColumns = "";
  77. this.winGridViewPager1.FixedColumns = null;
  78. this.winGridViewPager1.Location = new System.Drawing.Point(0, 39);
  79. this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0);
  80. this.winGridViewPager1.Name = "winGridViewPager1";
  81. this.winGridViewPager1.PrintTitle = "";
  82. this.winGridViewPager1.ShowAddMenu = true;
  83. this.winGridViewPager1.ShowCheckBox = false;
  84. this.winGridViewPager1.ShowDeleteMenu = true;
  85. this.winGridViewPager1.ShowEditMenu = true;
  86. this.winGridViewPager1.ShowExportButton = true;
  87. this.winGridViewPager1.Size = new System.Drawing.Size(958, 212);
  88. this.winGridViewPager1.TabIndex = 1;
  89. //
  90. // labelControl1
  91. //
  92. this.labelControl1.Location = new System.Drawing.Point(13, 13);
  93. this.labelControl1.Name = "labelControl1";
  94. this.labelControl1.Size = new System.Drawing.Size(60, 14);
  95. this.labelControl1.TabIndex = 0;
  96. this.labelControl1.Text = "显示名称:";
  97. //
  98. // txt_Name
  99. //
  100. this.txt_Name.Location = new System.Drawing.Point(76, 10);
  101. this.txt_Name.Name = "txt_Name";
  102. this.txt_Name.Size = new System.Drawing.Size(178, 20);
  103. this.txt_Name.TabIndex = 1;
  104. //
  105. // labelControl2
  106. //
  107. this.labelControl2.Location = new System.Drawing.Point(466, 12);
  108. this.labelControl2.Name = "labelControl2";
  109. this.labelControl2.Size = new System.Drawing.Size(60, 14);
  110. this.labelControl2.TabIndex = 0;
  111. this.labelControl2.Text = "授权类型:";
  112. //
  113. // lookUp_Type
  114. //
  115. this.lookUp_Type.Location = new System.Drawing.Point(529, 9);
  116. this.lookUp_Type.Name = "lookUp_Type";
  117. this.lookUp_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  118. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  119. this.lookUp_Type.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  120. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Value", "授权类型")});
  121. this.lookUp_Type.Size = new System.Drawing.Size(100, 20);
  122. this.lookUp_Type.TabIndex = 2;
  123. //
  124. // check_Forbid
  125. //
  126. this.check_Forbid.Location = new System.Drawing.Point(653, 10);
  127. this.check_Forbid.Name = "check_Forbid";
  128. this.check_Forbid.Properties.Caption = "是否禁用";
  129. this.check_Forbid.Size = new System.Drawing.Size(75, 19);
  130. this.check_Forbid.TabIndex = 3;
  131. //
  132. // simpleButton2
  133. //
  134. this.simpleButton2.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.Image")));
  135. this.simpleButton2.Location = new System.Drawing.Point(871, 8);
  136. this.simpleButton2.Name = "simpleButton2";
  137. this.simpleButton2.Size = new System.Drawing.Size(75, 23);
  138. this.simpleButton2.TabIndex = 4;
  139. this.simpleButton2.Text = "新建";
  140. this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
  141. //
  142. // btn_Query
  143. //
  144. this.btn_Query.Image = ((System.Drawing.Image)(resources.GetObject("btn_Query.Image")));
  145. this.btn_Query.Location = new System.Drawing.Point(782, 8);
  146. this.btn_Query.Name = "btn_Query";
  147. this.btn_Query.Size = new System.Drawing.Size(75, 23);
  148. this.btn_Query.TabIndex = 4;
  149. this.btn_Query.Text = "查询";
  150. this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click);
  151. //
  152. // labelControl3
  153. //
  154. this.labelControl3.Location = new System.Drawing.Point(276, 12);
  155. this.labelControl3.Name = "labelControl3";
  156. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  157. this.labelControl3.TabIndex = 0;
  158. this.labelControl3.Text = "所属用户:";
  159. //
  160. // lookUp_UserName
  161. //
  162. this.lookUp_UserName.Location = new System.Drawing.Point(339, 9);
  163. this.lookUp_UserName.Name = "lookUp_UserName";
  164. this.lookUp_UserName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  165. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  166. this.lookUp_UserName.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  167. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Value", "用户名称")});
  168. this.lookUp_UserName.Size = new System.Drawing.Size(100, 20);
  169. this.lookUp_UserName.TabIndex = 2;
  170. //
  171. // FormBlack
  172. //
  173. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  175. this.ClientSize = new System.Drawing.Size(958, 251);
  176. this.Controls.Add(this.winGridViewPager1);
  177. this.Controls.Add(this.panelControl1);
  178. this.Name = "FormBlack";
  179. this.Text = "黑白名单";
  180. this.Load += new System.EventHandler(this.FormBlack_Load);
  181. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  182. this.panelControl1.ResumeLayout(false);
  183. this.panelControl1.PerformLayout();
  184. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).EndInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).EndInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.lookUp_UserName.Properties)).EndInit();
  188. this.ResumeLayout(false);
  189. }
  190. #endregion
  191. private DevExpress.XtraEditors.PanelControl panelControl1;
  192. private ProjectBase.Controls.WinGridViewPager winGridViewPager1;
  193. private DevExpress.XtraEditors.LookUpEdit lookUp_Type;
  194. private DevExpress.XtraEditors.TextEdit txt_Name;
  195. private DevExpress.XtraEditors.LabelControl labelControl2;
  196. private DevExpress.XtraEditors.LabelControl labelControl1;
  197. private DevExpress.XtraEditors.SimpleButton simpleButton2;
  198. private DevExpress.XtraEditors.SimpleButton btn_Query;
  199. private DevExpress.XtraEditors.CheckEdit check_Forbid;
  200. private DevExpress.XtraEditors.LookUpEdit lookUp_UserName;
  201. private DevExpress.XtraEditors.LabelControl labelControl3;
  202. }
  203. }