FileBackupPartial.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. namespace Oreo.FileMan.Partials
  2. {
  3. partial class FileBackupPartial
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.DgvPath = new System.Windows.Forms.DataGridView();
  35. this.DgvPathName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.DgvPathSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.BtAddPath = new System.Windows.Forms.Button();
  38. this.DgvFile = new System.Windows.Forms.DataGridView();
  39. this.DgvFileName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.DgvFileSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.DgvFileVersionHistory = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.DgvFileLastBackupTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.DgvFilePath = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.BtDelPath = new System.Windows.Forms.Button();
  45. this.TmReadPaths = new System.Windows.Forms.Timer(this.components);
  46. this.LbStatus = new System.Windows.Forms.Label();
  47. this.TmStatus = new System.Windows.Forms.Timer(this.components);
  48. ((System.ComponentModel.ISupportInitialize)(this.DgvPath)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.DgvFile)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // DgvPath
  53. //
  54. this.DgvPath.AllowUserToAddRows = false;
  55. this.DgvPath.AllowUserToDeleteRows = false;
  56. this.DgvPath.AllowUserToResizeColumns = false;
  57. this.DgvPath.AllowUserToResizeRows = false;
  58. this.DgvPath.BackgroundColor = System.Drawing.Color.White;
  59. this.DgvPath.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  60. this.DgvPath.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  61. this.DgvPathName,
  62. this.DgvPathSize});
  63. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  64. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
  65. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
  67. dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
  68. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
  69. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
  70. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  71. this.DgvPath.DefaultCellStyle = dataGridViewCellStyle1;
  72. this.DgvPath.GridColor = System.Drawing.Color.Silver;
  73. this.DgvPath.Location = new System.Drawing.Point(3, 32);
  74. this.DgvPath.Name = "DgvPath";
  75. this.DgvPath.ReadOnly = true;
  76. this.DgvPath.RowHeadersVisible = false;
  77. this.DgvPath.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  78. this.DgvPath.RowTemplate.Height = 23;
  79. this.DgvPath.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  80. this.DgvPath.Size = new System.Drawing.Size(191, 291);
  81. this.DgvPath.TabIndex = 0;
  82. this.DgvPath.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvPath_CellClick);
  83. //
  84. // DgvPathName
  85. //
  86. this.DgvPathName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  87. this.DgvPathName.HeaderText = "文件夹";
  88. this.DgvPathName.Name = "DgvPathName";
  89. this.DgvPathName.ReadOnly = true;
  90. this.DgvPathName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  91. //
  92. // DgvPathSize
  93. //
  94. this.DgvPathSize.HeaderText = "大小";
  95. this.DgvPathSize.Name = "DgvPathSize";
  96. this.DgvPathSize.ReadOnly = true;
  97. this.DgvPathSize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  98. this.DgvPathSize.Width = 60;
  99. //
  100. // BtAddPath
  101. //
  102. this.BtAddPath.Location = new System.Drawing.Point(3, 3);
  103. this.BtAddPath.Name = "BtAddPath";
  104. this.BtAddPath.Size = new System.Drawing.Size(75, 23);
  105. this.BtAddPath.TabIndex = 1;
  106. this.BtAddPath.Text = "添加目录";
  107. this.BtAddPath.UseVisualStyleBackColor = true;
  108. this.BtAddPath.Click += new System.EventHandler(this.BtAddPath_Click);
  109. //
  110. // DgvFile
  111. //
  112. this.DgvFile.AllowUserToAddRows = false;
  113. this.DgvFile.AllowUserToDeleteRows = false;
  114. this.DgvFile.AllowUserToResizeColumns = false;
  115. this.DgvFile.AllowUserToResizeRows = false;
  116. this.DgvFile.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  117. this.DgvFile.BackgroundColor = System.Drawing.Color.White;
  118. this.DgvFile.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  119. this.DgvFile.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  120. this.DgvFileName,
  121. this.DgvFileSize,
  122. this.DgvFileVersionHistory,
  123. this.DgvFileLastBackupTime,
  124. this.DgvFilePath});
  125. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  126. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  127. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  129. dataGridViewCellStyle5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
  130. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
  131. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black;
  132. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  133. this.DgvFile.DefaultCellStyle = dataGridViewCellStyle5;
  134. this.DgvFile.GridColor = System.Drawing.Color.Silver;
  135. this.DgvFile.Location = new System.Drawing.Point(200, 32);
  136. this.DgvFile.Name = "DgvFile";
  137. this.DgvFile.ReadOnly = true;
  138. this.DgvFile.RowHeadersVisible = false;
  139. this.DgvFile.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  140. this.DgvFile.RowTemplate.Height = 23;
  141. this.DgvFile.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  142. this.DgvFile.Size = new System.Drawing.Size(443, 291);
  143. this.DgvFile.TabIndex = 2;
  144. this.DgvFile.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvFile_CellDoubleClick);
  145. //
  146. // DgvFileName
  147. //
  148. this.DgvFileName.HeaderText = "文件名";
  149. this.DgvFileName.Name = "DgvFileName";
  150. this.DgvFileName.ReadOnly = true;
  151. this.DgvFileName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  152. //
  153. // DgvFileSize
  154. //
  155. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  156. this.DgvFileSize.DefaultCellStyle = dataGridViewCellStyle2;
  157. this.DgvFileSize.HeaderText = "大小";
  158. this.DgvFileSize.Name = "DgvFileSize";
  159. this.DgvFileSize.ReadOnly = true;
  160. this.DgvFileSize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  161. //
  162. // DgvFileVersionHistory
  163. //
  164. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  165. this.DgvFileVersionHistory.DefaultCellStyle = dataGridViewCellStyle3;
  166. this.DgvFileVersionHistory.HeaderText = "历史版本";
  167. this.DgvFileVersionHistory.Name = "DgvFileVersionHistory";
  168. this.DgvFileVersionHistory.ReadOnly = true;
  169. this.DgvFileVersionHistory.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  170. //
  171. // DgvFileLastBackupTime
  172. //
  173. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  174. this.DgvFileLastBackupTime.DefaultCellStyle = dataGridViewCellStyle4;
  175. this.DgvFileLastBackupTime.HeaderText = "最后备份时间";
  176. this.DgvFileLastBackupTime.Name = "DgvFileLastBackupTime";
  177. this.DgvFileLastBackupTime.ReadOnly = true;
  178. this.DgvFileLastBackupTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  179. //
  180. // DgvFilePath
  181. //
  182. this.DgvFilePath.HeaderText = "路径";
  183. this.DgvFilePath.Name = "DgvFilePath";
  184. this.DgvFilePath.ReadOnly = true;
  185. this.DgvFilePath.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  186. //
  187. // BtDelPath
  188. //
  189. this.BtDelPath.Location = new System.Drawing.Point(119, 3);
  190. this.BtDelPath.Name = "BtDelPath";
  191. this.BtDelPath.Size = new System.Drawing.Size(75, 23);
  192. this.BtDelPath.TabIndex = 6;
  193. this.BtDelPath.Text = "删除目录";
  194. this.BtDelPath.UseVisualStyleBackColor = true;
  195. this.BtDelPath.Click += new System.EventHandler(this.BtDelPath_Click);
  196. //
  197. // TmReadPaths
  198. //
  199. this.TmReadPaths.Interval = 1000;
  200. this.TmReadPaths.Tick += new System.EventHandler(this.TmReadPaths_Tick);
  201. //
  202. // LbStatus
  203. //
  204. this.LbStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.LbStatus.Location = new System.Drawing.Point(365, 6);
  206. this.LbStatus.Name = "LbStatus";
  207. this.LbStatus.Size = new System.Drawing.Size(266, 16);
  208. this.LbStatus.TabIndex = 7;
  209. this.LbStatus.Text = "文件备份已开启:已备份 - 个文件";
  210. this.LbStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  211. //
  212. // TmStatus
  213. //
  214. this.TmStatus.Interval = 1000;
  215. this.TmStatus.Tick += new System.EventHandler(this.TmStatus_Tick);
  216. //
  217. // FileBackupPartial
  218. //
  219. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  220. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  221. this.BackColor = System.Drawing.Color.White;
  222. this.Controls.Add(this.LbStatus);
  223. this.Controls.Add(this.BtDelPath);
  224. this.Controls.Add(this.DgvFile);
  225. this.Controls.Add(this.BtAddPath);
  226. this.Controls.Add(this.DgvPath);
  227. this.Name = "FileBackupPartial";
  228. this.Size = new System.Drawing.Size(646, 326);
  229. this.Load += new System.EventHandler(this.FileBackupPartial_Load);
  230. ((System.ComponentModel.ISupportInitialize)(this.DgvPath)).EndInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.DgvFile)).EndInit();
  232. this.ResumeLayout(false);
  233. }
  234. #endregion
  235. private System.Windows.Forms.DataGridView DgvPath;
  236. private System.Windows.Forms.Button BtAddPath;
  237. private System.Windows.Forms.DataGridView DgvFile;
  238. private System.Windows.Forms.Button BtDelPath;
  239. private System.Windows.Forms.DataGridViewTextBoxColumn DgvPathName;
  240. private System.Windows.Forms.DataGridViewTextBoxColumn DgvPathSize;
  241. private System.Windows.Forms.Timer TmReadPaths;
  242. private System.Windows.Forms.Label LbStatus;
  243. private System.Windows.Forms.Timer TmStatus;
  244. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFileName;
  245. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFileSize;
  246. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFileVersionHistory;
  247. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFileLastBackupTime;
  248. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFilePath;
  249. }
  250. }