FrmAttendanceConfig.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. namespace LYFZ.Software.UI.SystemSettings
  2. {
  3. partial class FrmAttendanceConfig
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAttendanceConfig));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.btn_Close = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.btn_Save = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.tb_Address = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.tb_Equipment = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.tb_WifiName = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.dgvWifiList = new LYFZ.ComponentLibrary.DataGridViewEc();
  42. this.btn_Reset = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.WifiName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.WifiDentify = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.WifiAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Column1 = new System.Windows.Forms.DataGridViewLinkColumn();
  47. this.plExMainContainer.SuspendLayout();
  48. this.plFormMainContent.SuspendLayout();
  49. this.panelEx1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.dgvWifiList)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // plExMainContainer
  54. //
  55. this.plExMainContainer.Controls.Add(this.dgvWifiList);
  56. this.plExMainContainer.Controls.Add(this.labelEx1);
  57. this.plExMainContainer.Controls.Add(this.panelEx1);
  58. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  59. this.plExMainContainer.Size = new System.Drawing.Size(855, 579);
  60. //
  61. // plFormMainContent
  62. //
  63. this.plFormMainContent.Size = new System.Drawing.Size(855, 579);
  64. //
  65. // btnAppFormExit
  66. //
  67. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  68. this.btnAppFormExit.Location = new System.Drawing.Point(823, 0);
  69. //
  70. // btnAppFormMinimize
  71. //
  72. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  73. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  74. //
  75. // panelEx1
  76. //
  77. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  78. this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  79. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  80. this.panelEx1.BorderWidth = 1;
  81. this.panelEx1.Controls.Add(this.btn_Reset);
  82. this.panelEx1.Controls.Add(this.btn_Close);
  83. this.panelEx1.Controls.Add(this.btn_Save);
  84. this.panelEx1.Controls.Add(this.tb_Address);
  85. this.panelEx1.Controls.Add(this.tb_Equipment);
  86. this.panelEx1.Controls.Add(this.tb_WifiName);
  87. this.panelEx1.Controls.Add(this.labelEx4);
  88. this.panelEx1.Controls.Add(this.labelEx3);
  89. this.panelEx1.Controls.Add(this.labelEx2);
  90. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  91. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  92. this.panelEx1.Name = "panelEx1";
  93. this.panelEx1.Size = new System.Drawing.Size(845, 133);
  94. this.panelEx1.TabIndex = 0;
  95. //
  96. // btn_Close
  97. //
  98. this.btn_Close.BackColor = System.Drawing.Color.Transparent;
  99. this.btn_Close.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Close.BackImg")));
  100. this.btn_Close.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  101. this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  102. this.btn_Close.ForeColor = System.Drawing.Color.White;
  103. this.btn_Close.IsCustomBackImg = false;
  104. this.btn_Close.IsShowText = true;
  105. this.btn_Close.Location = new System.Drawing.Point(720, 17);
  106. this.btn_Close.Name = "btn_Close";
  107. this.btn_Close.Size = new System.Drawing.Size(60, 60);
  108. this.btn_Close.TabIndex = 2;
  109. this.btn_Close.Text = " 关闭";
  110. this.btn_Close.UseVisualStyleBackColor = false;
  111. //
  112. // btn_Save
  113. //
  114. this.btn_Save.BackColor = System.Drawing.Color.Transparent;
  115. this.btn_Save.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Save.BackImg")));
  116. this.btn_Save.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  117. this.btn_Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  118. this.btn_Save.ForeColor = System.Drawing.Color.White;
  119. this.btn_Save.IsCustomBackImg = false;
  120. this.btn_Save.IsShowText = true;
  121. this.btn_Save.Location = new System.Drawing.Point(588, 17);
  122. this.btn_Save.Name = "btn_Save";
  123. this.btn_Save.Size = new System.Drawing.Size(60, 60);
  124. this.btn_Save.TabIndex = 2;
  125. this.btn_Save.Text = " 保存";
  126. this.btn_Save.UseVisualStyleBackColor = false;
  127. //
  128. // tb_Address
  129. //
  130. this.tb_Address.BackColor = System.Drawing.Color.Transparent;
  131. this.tb_Address.Icon = null;
  132. this.tb_Address.IconIsButton = false;
  133. this.tb_Address.IsPasswordChat = '\0';
  134. this.tb_Address.IsSystemPasswordChar = false;
  135. this.tb_Address.Lines = new string[0];
  136. this.tb_Address.Location = new System.Drawing.Point(148, 90);
  137. this.tb_Address.Margin = new System.Windows.Forms.Padding(0);
  138. this.tb_Address.MaxLength = 32767;
  139. this.tb_Address.MinimumSize = new System.Drawing.Size(0, 26);
  140. this.tb_Address.MouseBack = null;
  141. this.tb_Address.Multiline = false;
  142. this.tb_Address.Name = "tb_Address";
  143. this.tb_Address.NormlBack = null;
  144. this.tb_Address.Padding = new System.Windows.Forms.Padding(5);
  145. this.tb_Address.ReadOnly = false;
  146. this.tb_Address.ScrollBars = System.Windows.Forms.ScrollBars.None;
  147. this.tb_Address.Size = new System.Drawing.Size(633, 26);
  148. this.tb_Address.TabIndex = 3;
  149. this.tb_Address.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  150. this.tb_Address.WaterColor = System.Drawing.Color.DarkGray;
  151. this.tb_Address.WaterText = "Wifi所在处的位置";
  152. this.tb_Address.WordWrap = true;
  153. //
  154. // tb_Equipment
  155. //
  156. this.tb_Equipment.BackColor = System.Drawing.Color.Transparent;
  157. this.tb_Equipment.Icon = null;
  158. this.tb_Equipment.IconIsButton = false;
  159. this.tb_Equipment.IsPasswordChat = '\0';
  160. this.tb_Equipment.IsSystemPasswordChar = false;
  161. this.tb_Equipment.Lines = new string[0];
  162. this.tb_Equipment.Location = new System.Drawing.Point(148, 55);
  163. this.tb_Equipment.Margin = new System.Windows.Forms.Padding(0);
  164. this.tb_Equipment.MaxLength = 32767;
  165. this.tb_Equipment.MinimumSize = new System.Drawing.Size(0, 26);
  166. this.tb_Equipment.MouseBack = null;
  167. this.tb_Equipment.Multiline = false;
  168. this.tb_Equipment.Name = "tb_Equipment";
  169. this.tb_Equipment.NormlBack = null;
  170. this.tb_Equipment.Padding = new System.Windows.Forms.Padding(5);
  171. this.tb_Equipment.ReadOnly = false;
  172. this.tb_Equipment.ScrollBars = System.Windows.Forms.ScrollBars.None;
  173. this.tb_Equipment.Size = new System.Drawing.Size(244, 26);
  174. this.tb_Equipment.TabIndex = 2;
  175. this.tb_Equipment.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  176. this.tb_Equipment.WaterColor = System.Drawing.Color.DarkGray;
  177. this.tb_Equipment.WaterText = "Wifi设备的MAC地址";
  178. this.tb_Equipment.WordWrap = true;
  179. //
  180. // tb_WifiName
  181. //
  182. this.tb_WifiName.BackColor = System.Drawing.Color.Transparent;
  183. this.tb_WifiName.Icon = null;
  184. this.tb_WifiName.IconIsButton = false;
  185. this.tb_WifiName.IsPasswordChat = '\0';
  186. this.tb_WifiName.IsSystemPasswordChar = false;
  187. this.tb_WifiName.Lines = new string[0];
  188. this.tb_WifiName.Location = new System.Drawing.Point(148, 20);
  189. this.tb_WifiName.Margin = new System.Windows.Forms.Padding(0);
  190. this.tb_WifiName.MaxLength = 32767;
  191. this.tb_WifiName.MinimumSize = new System.Drawing.Size(0, 26);
  192. this.tb_WifiName.MouseBack = null;
  193. this.tb_WifiName.Multiline = false;
  194. this.tb_WifiName.Name = "tb_WifiName";
  195. this.tb_WifiName.NormlBack = null;
  196. this.tb_WifiName.Padding = new System.Windows.Forms.Padding(5);
  197. this.tb_WifiName.ReadOnly = false;
  198. this.tb_WifiName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  199. this.tb_WifiName.Size = new System.Drawing.Size(244, 26);
  200. this.tb_WifiName.TabIndex = 1;
  201. this.tb_WifiName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  202. this.tb_WifiName.WaterColor = System.Drawing.Color.DarkGray;
  203. this.tb_WifiName.WaterText = "请输入Wifi名称";
  204. this.tb_WifiName.WordWrap = true;
  205. //
  206. // labelEx4
  207. //
  208. this.labelEx4.AutoSize = true;
  209. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  210. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  211. this.labelEx4.Location = new System.Drawing.Point(51, 95);
  212. this.labelEx4.Name = "labelEx4";
  213. this.labelEx4.Size = new System.Drawing.Size(90, 17);
  214. this.labelEx4.TabIndex = 0;
  215. this.labelEx4.Text = "Wifi所在地址:";
  216. //
  217. // labelEx3
  218. //
  219. this.labelEx3.AutoSize = true;
  220. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  221. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  222. this.labelEx3.Location = new System.Drawing.Point(34, 60);
  223. this.labelEx3.Name = "labelEx3";
  224. this.labelEx3.Size = new System.Drawing.Size(107, 17);
  225. this.labelEx3.TabIndex = 0;
  226. this.labelEx3.Text = "硬件标识(bssid):";
  227. //
  228. // labelEx2
  229. //
  230. this.labelEx2.AutoSize = true;
  231. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  232. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  233. this.labelEx2.Location = new System.Drawing.Point(75, 25);
  234. this.labelEx2.Name = "labelEx2";
  235. this.labelEx2.Size = new System.Drawing.Size(66, 17);
  236. this.labelEx2.TabIndex = 0;
  237. this.labelEx2.Text = "Wifi名称:";
  238. //
  239. // labelEx1
  240. //
  241. this.labelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  242. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  243. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  244. this.labelEx1.Location = new System.Drawing.Point(5, 138);
  245. this.labelEx1.Name = "labelEx1";
  246. this.labelEx1.Size = new System.Drawing.Size(845, 30);
  247. this.labelEx1.TabIndex = 1;
  248. this.labelEx1.Text = "已配置Wifi";
  249. this.labelEx1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  250. //
  251. // dgvWifiList
  252. //
  253. this.dgvWifiList.AllowUserToAddRows = false;
  254. this.dgvWifiList.AllowUserToResizeRows = false;
  255. this.dgvWifiList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  256. this.dgvWifiList.BackgroundColor = System.Drawing.Color.White;
  257. this.dgvWifiList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  258. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  259. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  260. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  262. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  263. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  264. this.dgvWifiList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  265. this.dgvWifiList.ColumnHeadersHeight = 30;
  266. this.dgvWifiList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  267. this.WifiName,
  268. this.WifiDentify,
  269. this.WifiAddress,
  270. this.Column1});
  271. this.dgvWifiList.dgvColumnHeadersHeight = 24;
  272. this.dgvWifiList.dgvCurrentColumnOriginalSet = "";
  273. this.dgvWifiList.dgvCurrentColumnWidth = "";
  274. this.dgvWifiList.dgvCurrentHideColumn = null;
  275. this.dgvWifiList.dgvFixedHideColumn = "";
  276. this.dgvWifiList.dgvGuidName = null;
  277. this.dgvWifiList.dgvUserEmployeeID = null;
  278. this.dgvWifiList.Dock = System.Windows.Forms.DockStyle.Fill;
  279. this.dgvWifiList.EnableHeadersVisualStyles = false;
  280. this.dgvWifiList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  281. this.dgvWifiList.ImageHeight = 15;
  282. this.dgvWifiList.ImageWidth = 15;
  283. this.dgvWifiList.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvWifiList.ImgCollapse")));
  284. this.dgvWifiList.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvWifiList.ImgExpand")));
  285. this.dgvWifiList.IsAutomaticDrawSingleOrDoubleRow = false;
  286. this.dgvWifiList.IsCompleteBonding = false;
  287. this.dgvWifiList.IsCopyCellValue = true;
  288. this.dgvWifiList.IsShowSerialNumber = false;
  289. this.dgvWifiList.IsSortedRedraw = true;
  290. this.dgvWifiList.IsSortMode = false;
  291. this.dgvWifiList.Location = new System.Drawing.Point(5, 168);
  292. this.dgvWifiList.Name = "dgvWifiList";
  293. this.dgvWifiList.ReadOnly = true;
  294. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  295. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  296. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  298. dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41);
  299. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  300. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  301. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  302. this.dgvWifiList.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  303. this.dgvWifiList.RowHeadersWidth = 25;
  304. this.dgvWifiList.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  305. this.dgvWifiList.RowTemplate.Height = 23;
  306. this.dgvWifiList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  307. this.dgvWifiList.Size = new System.Drawing.Size(845, 406);
  308. this.dgvWifiList.StrSecondStageNull = "";
  309. this.dgvWifiList.StrValueNullColumn = "";
  310. this.dgvWifiList.TabIndex = 2;
  311. this.dgvWifiList.ViceCount = 1;
  312. //
  313. // btn_Reset
  314. //
  315. this.btn_Reset.BackColor = System.Drawing.Color.Transparent;
  316. this.btn_Reset.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Reset.BackImg")));
  317. this.btn_Reset.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  318. this.btn_Reset.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  319. this.btn_Reset.ForeColor = System.Drawing.Color.White;
  320. this.btn_Reset.IsCustomBackImg = false;
  321. this.btn_Reset.IsShowText = true;
  322. this.btn_Reset.Location = new System.Drawing.Point(654, 17);
  323. this.btn_Reset.Name = "btn_Reset";
  324. this.btn_Reset.Size = new System.Drawing.Size(60, 60);
  325. this.btn_Reset.TabIndex = 2;
  326. this.btn_Reset.Text = " 重置";
  327. this.btn_Reset.UseVisualStyleBackColor = false;
  328. //
  329. // WifiName
  330. //
  331. this.WifiName.FillWeight = 1F;
  332. this.WifiName.HeaderText = "Wifi名称";
  333. this.WifiName.Name = "WifiName";
  334. this.WifiName.ReadOnly = true;
  335. //
  336. // WifiDentify
  337. //
  338. this.WifiDentify.FillWeight = 1.362015F;
  339. this.WifiDentify.HeaderText = "硬件标识(bssid)";
  340. this.WifiDentify.Name = "WifiDentify";
  341. this.WifiDentify.ReadOnly = true;
  342. //
  343. // WifiAddress
  344. //
  345. this.WifiAddress.FillWeight = 1F;
  346. this.WifiAddress.HeaderText = "Wifi所在地址";
  347. this.WifiAddress.Name = "WifiAddress";
  348. this.WifiAddress.ReadOnly = true;
  349. //
  350. // Column1
  351. //
  352. this.Column1.FillWeight = 0.3523971F;
  353. this.Column1.HeaderText = "";
  354. this.Column1.Name = "Column1";
  355. this.Column1.ReadOnly = true;
  356. this.Column1.UseColumnTextForLinkValue = true;
  357. //
  358. // FrmAttendanceConfig
  359. //
  360. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  361. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  362. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  363. this.ClientSize = new System.Drawing.Size(855, 644);
  364. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  365. this.MaximizeBox = false;
  366. this.MinimizeBox = false;
  367. this.Name = "FrmAttendanceConfig";
  368. this.Text = "考勤配置";
  369. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  370. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  371. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  372. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  373. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  374. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  375. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  376. this.plExMainContainer.ResumeLayout(false);
  377. this.plFormMainContent.ResumeLayout(false);
  378. this.panelEx1.ResumeLayout(false);
  379. this.panelEx1.PerformLayout();
  380. ((System.ComponentModel.ISupportInitialize)(this.dgvWifiList)).EndInit();
  381. this.ResumeLayout(false);
  382. }
  383. #endregion
  384. private ComponentLibrary.LabelEx labelEx1;
  385. private ComponentLibrary.PanelEx panelEx1;
  386. private ComponentLibrary.LabelEx labelEx4;
  387. private ComponentLibrary.LabelEx labelEx3;
  388. private ComponentLibrary.LabelEx labelEx2;
  389. protected internal ComponentLibrary.ButtonEx btn_Close;
  390. protected internal ComponentLibrary.ButtonEx btn_Save;
  391. protected internal ComponentLibrary.TextBoxEx tb_Address;
  392. protected internal ComponentLibrary.TextBoxEx tb_Equipment;
  393. protected internal ComponentLibrary.TextBoxEx tb_WifiName;
  394. protected internal ComponentLibrary.DataGridViewEc dgvWifiList;
  395. protected internal ComponentLibrary.ButtonEx btn_Reset;
  396. private System.Windows.Forms.DataGridViewTextBoxColumn WifiName;
  397. private System.Windows.Forms.DataGridViewTextBoxColumn WifiDentify;
  398. private System.Windows.Forms.DataGridViewTextBoxColumn WifiAddress;
  399. private System.Windows.Forms.DataGridViewLinkColumn Column1;
  400. }
  401. }