frmOssManage.Designer.cs 23 KB

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