FileBackupPartial.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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.DgvPath = new System.Windows.Forms.DataGridView();
  29. this.DgvPathName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  30. this.DgvPathSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.BtAddPath = new System.Windows.Forms.Button();
  32. this.DgvFile = new System.Windows.Forms.DataGridView();
  33. this.DgvFileName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.DgvFilePath = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.DgvFileSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.DgvFileVersionHistory = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.DgvFileLastBackupTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.BtStart = new System.Windows.Forms.Button();
  39. this.BtDelPath = new System.Windows.Forms.Button();
  40. this.BtStop = new System.Windows.Forms.Button();
  41. ((System.ComponentModel.ISupportInitialize)(this.DgvPath)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.DgvFile)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // DgvPath
  46. //
  47. this.DgvPath.AllowUserToAddRows = false;
  48. this.DgvPath.AllowUserToDeleteRows = false;
  49. this.DgvPath.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  50. this.DgvPath.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  51. this.DgvPathName,
  52. this.DgvPathSize});
  53. this.DgvPath.Location = new System.Drawing.Point(7, 38);
  54. this.DgvPath.Name = "DgvPath";
  55. this.DgvPath.ReadOnly = true;
  56. this.DgvPath.RowHeadersVisible = false;
  57. this.DgvPath.RowTemplate.Height = 23;
  58. this.DgvPath.Size = new System.Drawing.Size(214, 249);
  59. this.DgvPath.TabIndex = 0;
  60. this.DgvPath.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvPath_CellDoubleClick);
  61. //
  62. // DgvPathName
  63. //
  64. this.DgvPathName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  65. this.DgvPathName.HeaderText = "文件夹";
  66. this.DgvPathName.Name = "DgvPathName";
  67. this.DgvPathName.ReadOnly = true;
  68. this.DgvPathName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  69. //
  70. // DgvPathSize
  71. //
  72. this.DgvPathSize.HeaderText = "大小";
  73. this.DgvPathSize.Name = "DgvPathSize";
  74. this.DgvPathSize.ReadOnly = true;
  75. this.DgvPathSize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  76. this.DgvPathSize.Width = 60;
  77. //
  78. // BtAddPath
  79. //
  80. this.BtAddPath.Location = new System.Drawing.Point(7, 6);
  81. this.BtAddPath.Name = "BtAddPath";
  82. this.BtAddPath.Size = new System.Drawing.Size(75, 23);
  83. this.BtAddPath.TabIndex = 1;
  84. this.BtAddPath.Text = "添加目录";
  85. this.BtAddPath.UseVisualStyleBackColor = true;
  86. this.BtAddPath.Click += new System.EventHandler(this.BtAddPath_Click);
  87. //
  88. // DgvFile
  89. //
  90. this.DgvFile.AllowUserToAddRows = false;
  91. this.DgvFile.AllowUserToDeleteRows = false;
  92. this.DgvFile.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  93. this.DgvFile.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  94. this.DgvFileName,
  95. this.DgvFilePath,
  96. this.DgvFileSize,
  97. this.DgvFileVersionHistory,
  98. this.DgvFileLastBackupTime});
  99. this.DgvFile.Location = new System.Drawing.Point(252, 38);
  100. this.DgvFile.Name = "DgvFile";
  101. this.DgvFile.ReadOnly = true;
  102. this.DgvFile.RowHeadersVisible = false;
  103. this.DgvFile.RowTemplate.Height = 23;
  104. this.DgvFile.Size = new System.Drawing.Size(385, 249);
  105. this.DgvFile.TabIndex = 2;
  106. //
  107. // DgvFileName
  108. //
  109. this.DgvFileName.HeaderText = "文件名";
  110. this.DgvFileName.Name = "DgvFileName";
  111. this.DgvFileName.ReadOnly = true;
  112. this.DgvFileName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  113. //
  114. // DgvFilePath
  115. //
  116. this.DgvFilePath.HeaderText = "路径";
  117. this.DgvFilePath.Name = "DgvFilePath";
  118. this.DgvFilePath.ReadOnly = true;
  119. this.DgvFilePath.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  120. //
  121. // DgvFileSize
  122. //
  123. this.DgvFileSize.HeaderText = "大小";
  124. this.DgvFileSize.Name = "DgvFileSize";
  125. this.DgvFileSize.ReadOnly = true;
  126. this.DgvFileSize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  127. //
  128. // DgvFileVersionHistory
  129. //
  130. this.DgvFileVersionHistory.HeaderText = "历史版本";
  131. this.DgvFileVersionHistory.Name = "DgvFileVersionHistory";
  132. this.DgvFileVersionHistory.ReadOnly = true;
  133. this.DgvFileVersionHistory.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  134. //
  135. // DgvFileLastBackupTime
  136. //
  137. this.DgvFileLastBackupTime.HeaderText = "最后备份时间";
  138. this.DgvFileLastBackupTime.Name = "DgvFileLastBackupTime";
  139. this.DgvFileLastBackupTime.ReadOnly = true;
  140. this.DgvFileLastBackupTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  141. //
  142. // BtStart
  143. //
  144. this.BtStart.Location = new System.Drawing.Point(481, 6);
  145. this.BtStart.Name = "BtStart";
  146. this.BtStart.Size = new System.Drawing.Size(75, 23);
  147. this.BtStart.TabIndex = 3;
  148. this.BtStart.Text = "启动";
  149. this.BtStart.UseVisualStyleBackColor = true;
  150. this.BtStart.Click += new System.EventHandler(this.BtStart_Click);
  151. //
  152. // BtDelPath
  153. //
  154. this.BtDelPath.Location = new System.Drawing.Point(99, 6);
  155. this.BtDelPath.Name = "BtDelPath";
  156. this.BtDelPath.Size = new System.Drawing.Size(75, 23);
  157. this.BtDelPath.TabIndex = 6;
  158. this.BtDelPath.Text = "删除目录";
  159. this.BtDelPath.UseVisualStyleBackColor = true;
  160. this.BtDelPath.Click += new System.EventHandler(this.BtDelPath_Click);
  161. //
  162. // BtStop
  163. //
  164. this.BtStop.Location = new System.Drawing.Point(562, 6);
  165. this.BtStop.Name = "BtStop";
  166. this.BtStop.Size = new System.Drawing.Size(75, 23);
  167. this.BtStop.TabIndex = 7;
  168. this.BtStop.Text = "停止";
  169. this.BtStop.UseVisualStyleBackColor = true;
  170. this.BtStop.Click += new System.EventHandler(this.BtStop_Click);
  171. //
  172. // FileBackupPartial
  173. //
  174. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  175. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  176. this.Controls.Add(this.BtStop);
  177. this.Controls.Add(this.BtDelPath);
  178. this.Controls.Add(this.BtStart);
  179. this.Controls.Add(this.DgvFile);
  180. this.Controls.Add(this.BtAddPath);
  181. this.Controls.Add(this.DgvPath);
  182. this.Name = "FileBackupPartial";
  183. this.Size = new System.Drawing.Size(646, 326);
  184. this.Load += new System.EventHandler(this.FileBackupPartial_Load);
  185. ((System.ComponentModel.ISupportInitialize)(this.DgvPath)).EndInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.DgvFile)).EndInit();
  187. this.ResumeLayout(false);
  188. }
  189. #endregion
  190. private System.Windows.Forms.DataGridView DgvPath;
  191. private System.Windows.Forms.Button BtAddPath;
  192. private System.Windows.Forms.DataGridView DgvFile;
  193. private System.Windows.Forms.Button BtStart;
  194. private System.Windows.Forms.Button BtDelPath;
  195. private System.Windows.Forms.DataGridViewTextBoxColumn DgvPathName;
  196. private System.Windows.Forms.DataGridViewTextBoxColumn DgvPathSize;
  197. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFileName;
  198. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFilePath;
  199. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFileSize;
  200. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFileVersionHistory;
  201. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFileLastBackupTime;
  202. private System.Windows.Forms.Button BtStop;
  203. }
  204. }