FormEditBlack.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. namespace SIMDP.View
  2. {
  3. partial class FormEditBlack
  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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.txt_Name = new DevExpress.XtraEditors.TextEdit();
  31. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  32. this.lookUp_UserName = new DevExpress.XtraEditors.LookUpEdit();
  33. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  34. this.lookUp_Type = new DevExpress.XtraEditors.LookUpEdit();
  35. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  36. this.txt_IpStart = new DevExpress.XtraEditors.TextEdit();
  37. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  38. this.txt_IpEnd = new DevExpress.XtraEditors.TextEdit();
  39. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  40. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  41. this.txt_Note = new DevExpress.XtraEditors.MemoEdit();
  42. this.txt_Creator = new DevExpress.XtraEditors.TextEdit();
  43. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  44. this.txt_Editor = new DevExpress.XtraEditors.TextEdit();
  45. this.check_Forbid = new DevExpress.XtraEditors.CheckEdit();
  46. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  47. this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
  48. this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
  49. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  50. this.panelControl1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.lookUp_UserName.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.txt_IpStart.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.txt_IpEnd.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txt_Note.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txt_Creator.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txt_Editor.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // panelControl1
  63. //
  64. this.panelControl1.Controls.Add(this.check_Forbid);
  65. this.panelControl1.Controls.Add(this.txt_Editor);
  66. this.panelControl1.Controls.Add(this.txt_Creator);
  67. this.panelControl1.Controls.Add(this.txt_Note);
  68. this.panelControl1.Controls.Add(this.txt_IpEnd);
  69. this.panelControl1.Controls.Add(this.txt_IpStart);
  70. this.panelControl1.Controls.Add(this.lookUp_Type);
  71. this.panelControl1.Controls.Add(this.lookUp_UserName);
  72. this.panelControl1.Controls.Add(this.txt_Name);
  73. this.panelControl1.Controls.Add(this.labelControl3);
  74. this.panelControl1.Controls.Add(this.labelControl8);
  75. this.panelControl1.Controls.Add(this.labelControl7);
  76. this.panelControl1.Controls.Add(this.labelControl6);
  77. this.panelControl1.Controls.Add(this.labelControl5);
  78. this.panelControl1.Controls.Add(this.labelControl4);
  79. this.panelControl1.Controls.Add(this.labelControl2);
  80. this.panelControl1.Controls.Add(this.labelControl1);
  81. this.panelControl1.Location = new System.Drawing.Point(9, 10);
  82. this.panelControl1.Name = "panelControl1";
  83. this.panelControl1.Size = new System.Drawing.Size(371, 343);
  84. this.panelControl1.TabIndex = 0;
  85. //
  86. // labelControl1
  87. //
  88. this.labelControl1.Location = new System.Drawing.Point(14, 13);
  89. this.labelControl1.Name = "labelControl1";
  90. this.labelControl1.Size = new System.Drawing.Size(60, 14);
  91. this.labelControl1.TabIndex = 0;
  92. this.labelControl1.Text = "显示名称:";
  93. //
  94. // txt_Name
  95. //
  96. this.txt_Name.Location = new System.Drawing.Point(75, 10);
  97. this.txt_Name.Name = "txt_Name";
  98. this.txt_Name.Size = new System.Drawing.Size(281, 20);
  99. this.txt_Name.TabIndex = 1;
  100. //
  101. // labelControl2
  102. //
  103. this.labelControl2.Location = new System.Drawing.Point(14, 49);
  104. this.labelControl2.Name = "labelControl2";
  105. this.labelControl2.Size = new System.Drawing.Size(60, 14);
  106. this.labelControl2.TabIndex = 0;
  107. this.labelControl2.Text = "所属用户:";
  108. //
  109. // lookUp_UserName
  110. //
  111. this.lookUp_UserName.Location = new System.Drawing.Point(75, 46);
  112. this.lookUp_UserName.Name = "lookUp_UserName";
  113. this.lookUp_UserName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  114. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  115. this.lookUp_UserName.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  116. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Value", "用户名称")});
  117. this.lookUp_UserName.Size = new System.Drawing.Size(100, 20);
  118. this.lookUp_UserName.TabIndex = 2;
  119. //
  120. // labelControl3
  121. //
  122. this.labelControl3.Location = new System.Drawing.Point(195, 49);
  123. this.labelControl3.Name = "labelControl3";
  124. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  125. this.labelControl3.TabIndex = 0;
  126. this.labelControl3.Text = "授权类型:";
  127. //
  128. // lookUp_Type
  129. //
  130. this.lookUp_Type.Location = new System.Drawing.Point(256, 46);
  131. this.lookUp_Type.Name = "lookUp_Type";
  132. this.lookUp_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  133. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  134. this.lookUp_Type.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  135. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Value", "授权类型")});
  136. this.lookUp_Type.Size = new System.Drawing.Size(100, 20);
  137. this.lookUp_Type.TabIndex = 2;
  138. //
  139. // labelControl4
  140. //
  141. this.labelControl4.Location = new System.Drawing.Point(9, 85);
  142. this.labelControl4.Name = "labelControl4";
  143. this.labelControl4.Size = new System.Drawing.Size(71, 14);
  144. this.labelControl4.TabIndex = 0;
  145. this.labelControl4.Text = "IP起始地址:";
  146. //
  147. // txt_IpStart
  148. //
  149. this.txt_IpStart.Location = new System.Drawing.Point(75, 82);
  150. this.txt_IpStart.Name = "txt_IpStart";
  151. this.txt_IpStart.Size = new System.Drawing.Size(281, 20);
  152. this.txt_IpStart.TabIndex = 3;
  153. //
  154. // labelControl5
  155. //
  156. this.labelControl5.Location = new System.Drawing.Point(9, 121);
  157. this.labelControl5.Name = "labelControl5";
  158. this.labelControl5.Size = new System.Drawing.Size(71, 14);
  159. this.labelControl5.TabIndex = 0;
  160. this.labelControl5.Text = "IP结束地址:";
  161. //
  162. // txt_IpEnd
  163. //
  164. this.txt_IpEnd.Location = new System.Drawing.Point(75, 118);
  165. this.txt_IpEnd.Name = "txt_IpEnd";
  166. this.txt_IpEnd.Size = new System.Drawing.Size(281, 20);
  167. this.txt_IpEnd.TabIndex = 3;
  168. //
  169. // labelControl6
  170. //
  171. this.labelControl6.Location = new System.Drawing.Point(26, 157);
  172. this.labelControl6.Name = "labelControl6";
  173. this.labelControl6.Size = new System.Drawing.Size(36, 14);
  174. this.labelControl6.TabIndex = 0;
  175. this.labelControl6.Text = "备注:";
  176. //
  177. // labelControl7
  178. //
  179. this.labelControl7.Location = new System.Drawing.Point(20, 278);
  180. this.labelControl7.Name = "labelControl7";
  181. this.labelControl7.Size = new System.Drawing.Size(48, 14);
  182. this.labelControl7.TabIndex = 0;
  183. this.labelControl7.Text = "创建人:";
  184. //
  185. // txt_Note
  186. //
  187. this.txt_Note.Location = new System.Drawing.Point(75, 157);
  188. this.txt_Note.Name = "txt_Note";
  189. this.txt_Note.Size = new System.Drawing.Size(281, 96);
  190. this.txt_Note.TabIndex = 4;
  191. //
  192. // txt_Creator
  193. //
  194. this.txt_Creator.Location = new System.Drawing.Point(75, 275);
  195. this.txt_Creator.Name = "txt_Creator";
  196. this.txt_Creator.Size = new System.Drawing.Size(100, 20);
  197. this.txt_Creator.TabIndex = 5;
  198. //
  199. // labelControl8
  200. //
  201. this.labelControl8.Location = new System.Drawing.Point(201, 278);
  202. this.labelControl8.Name = "labelControl8";
  203. this.labelControl8.Size = new System.Drawing.Size(48, 14);
  204. this.labelControl8.TabIndex = 0;
  205. this.labelControl8.Text = "编辑人:";
  206. //
  207. // txt_Editor
  208. //
  209. this.txt_Editor.Location = new System.Drawing.Point(256, 275);
  210. this.txt_Editor.Name = "txt_Editor";
  211. this.txt_Editor.Size = new System.Drawing.Size(100, 20);
  212. this.txt_Editor.TabIndex = 5;
  213. //
  214. // check_Forbid
  215. //
  216. this.check_Forbid.Location = new System.Drawing.Point(20, 314);
  217. this.check_Forbid.Name = "check_Forbid";
  218. this.check_Forbid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  219. this.check_Forbid.Properties.Appearance.ForeColor = System.Drawing.Color.Red;
  220. this.check_Forbid.Properties.Appearance.Options.UseFont = true;
  221. this.check_Forbid.Properties.Appearance.Options.UseForeColor = true;
  222. this.check_Forbid.Properties.Caption = "是否禁用";
  223. this.check_Forbid.Size = new System.Drawing.Size(75, 19);
  224. this.check_Forbid.TabIndex = 6;
  225. //
  226. // btn_Add
  227. //
  228. this.btn_Add.Location = new System.Drawing.Point(33, 369);
  229. this.btn_Add.Name = "btn_Add";
  230. this.btn_Add.Size = new System.Drawing.Size(75, 23);
  231. this.btn_Add.TabIndex = 1;
  232. this.btn_Add.Text = "添加";
  233. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  234. //
  235. // btn_Save
  236. //
  237. this.btn_Save.Location = new System.Drawing.Point(157, 369);
  238. this.btn_Save.Name = "btn_Save";
  239. this.btn_Save.Size = new System.Drawing.Size(75, 23);
  240. this.btn_Save.TabIndex = 1;
  241. this.btn_Save.Text = "保存";
  242. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  243. //
  244. // btn_Cancel
  245. //
  246. this.btn_Cancel.Location = new System.Drawing.Point(280, 369);
  247. this.btn_Cancel.Name = "btn_Cancel";
  248. this.btn_Cancel.Size = new System.Drawing.Size(75, 23);
  249. this.btn_Cancel.TabIndex = 1;
  250. this.btn_Cancel.Text = "取消";
  251. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  252. //
  253. // FormEditBlack
  254. //
  255. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  256. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  257. this.ClientSize = new System.Drawing.Size(390, 409);
  258. this.Controls.Add(this.btn_Cancel);
  259. this.Controls.Add(this.btn_Save);
  260. this.Controls.Add(this.btn_Add);
  261. this.Controls.Add(this.panelControl1);
  262. this.MaximizeBox = false;
  263. this.MinimizeBox = false;
  264. this.Name = "FormEditBlack";
  265. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  266. this.Text = "黑白名单信息";
  267. this.Load += new System.EventHandler(this.FormEditBlack_Load);
  268. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  269. this.panelControl1.ResumeLayout(false);
  270. this.panelControl1.PerformLayout();
  271. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit();
  272. ((System.ComponentModel.ISupportInitialize)(this.lookUp_UserName.Properties)).EndInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).EndInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.txt_IpStart.Properties)).EndInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.txt_IpEnd.Properties)).EndInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.txt_Note.Properties)).EndInit();
  277. ((System.ComponentModel.ISupportInitialize)(this.txt_Creator.Properties)).EndInit();
  278. ((System.ComponentModel.ISupportInitialize)(this.txt_Editor.Properties)).EndInit();
  279. ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).EndInit();
  280. this.ResumeLayout(false);
  281. }
  282. #endregion
  283. private DevExpress.XtraEditors.PanelControl panelControl1;
  284. private DevExpress.XtraEditors.TextEdit txt_IpEnd;
  285. private DevExpress.XtraEditors.TextEdit txt_IpStart;
  286. private DevExpress.XtraEditors.LookUpEdit lookUp_Type;
  287. private DevExpress.XtraEditors.LookUpEdit lookUp_UserName;
  288. private DevExpress.XtraEditors.TextEdit txt_Name;
  289. private DevExpress.XtraEditors.LabelControl labelControl3;
  290. private DevExpress.XtraEditors.LabelControl labelControl7;
  291. private DevExpress.XtraEditors.LabelControl labelControl6;
  292. private DevExpress.XtraEditors.LabelControl labelControl5;
  293. private DevExpress.XtraEditors.LabelControl labelControl4;
  294. private DevExpress.XtraEditors.LabelControl labelControl2;
  295. private DevExpress.XtraEditors.LabelControl labelControl1;
  296. private DevExpress.XtraEditors.TextEdit txt_Editor;
  297. private DevExpress.XtraEditors.TextEdit txt_Creator;
  298. private DevExpress.XtraEditors.MemoEdit txt_Note;
  299. private DevExpress.XtraEditors.LabelControl labelControl8;
  300. private DevExpress.XtraEditors.CheckEdit check_Forbid;
  301. private DevExpress.XtraEditors.SimpleButton btn_Add;
  302. private DevExpress.XtraEditors.SimpleButton btn_Save;
  303. private DevExpress.XtraEditors.SimpleButton btn_Cancel;
  304. }
  305. }