FileBackupPartial.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. namespace Oreo.FileMan.Partial
  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.button1 = new System.Windows.Forms.Button();
  30. this.DgvPathName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.DgvPathSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
  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. ((System.ComponentModel.ISupportInitialize)(this.DgvPath)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.DgvFile)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // DgvPath
  43. //
  44. this.DgvPath.AllowUserToAddRows = false;
  45. this.DgvPath.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  46. this.DgvPath.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  47. this.DgvPathName,
  48. this.DgvPathSize});
  49. this.DgvPath.Location = new System.Drawing.Point(3, 32);
  50. this.DgvPath.Name = "DgvPath";
  51. this.DgvPath.ReadOnly = true;
  52. this.DgvPath.RowHeadersVisible = false;
  53. this.DgvPath.RowTemplate.Height = 23;
  54. this.DgvPath.Size = new System.Drawing.Size(218, 291);
  55. this.DgvPath.TabIndex = 0;
  56. //
  57. // button1
  58. //
  59. this.button1.Location = new System.Drawing.Point(3, 3);
  60. this.button1.Name = "button1";
  61. this.button1.Size = new System.Drawing.Size(75, 23);
  62. this.button1.TabIndex = 1;
  63. this.button1.Text = "button1";
  64. this.button1.UseVisualStyleBackColor = true;
  65. //
  66. // DgvPathName
  67. //
  68. this.DgvPathName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  69. this.DgvPathName.HeaderText = "文件夹";
  70. this.DgvPathName.Name = "DgvPathName";
  71. this.DgvPathName.ReadOnly = true;
  72. //
  73. // DgvPathSize
  74. //
  75. this.DgvPathSize.HeaderText = "大小";
  76. this.DgvPathSize.Name = "DgvPathSize";
  77. this.DgvPathSize.ReadOnly = true;
  78. this.DgvPathSize.Width = 60;
  79. //
  80. // DgvFile
  81. //
  82. this.DgvFile.AllowUserToAddRows = false;
  83. this.DgvFile.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  84. this.DgvFile.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  85. this.DgvFileName,
  86. this.DgvFilePath,
  87. this.DgvFileSize,
  88. this.DgvFileVersionHistory,
  89. this.DgvFileLastBackupTime});
  90. this.DgvFile.Location = new System.Drawing.Point(252, 32);
  91. this.DgvFile.Name = "DgvFile";
  92. this.DgvFile.ReadOnly = true;
  93. this.DgvFile.RowHeadersVisible = false;
  94. this.DgvFile.RowTemplate.Height = 23;
  95. this.DgvFile.Size = new System.Drawing.Size(391, 291);
  96. this.DgvFile.TabIndex = 2;
  97. //
  98. // DgvFileName
  99. //
  100. this.DgvFileName.HeaderText = "文件名";
  101. this.DgvFileName.Name = "DgvFileName";
  102. this.DgvFileName.ReadOnly = true;
  103. //
  104. // DgvFilePath
  105. //
  106. this.DgvFilePath.HeaderText = "路径";
  107. this.DgvFilePath.Name = "DgvFilePath";
  108. this.DgvFilePath.ReadOnly = true;
  109. //
  110. // DgvFileSize
  111. //
  112. this.DgvFileSize.HeaderText = "大小";
  113. this.DgvFileSize.Name = "DgvFileSize";
  114. this.DgvFileSize.ReadOnly = true;
  115. //
  116. // DgvFileVersionHistory
  117. //
  118. this.DgvFileVersionHistory.HeaderText = "历史版本";
  119. this.DgvFileVersionHistory.Name = "DgvFileVersionHistory";
  120. this.DgvFileVersionHistory.ReadOnly = true;
  121. //
  122. // DgvFileLastBackupTime
  123. //
  124. this.DgvFileLastBackupTime.HeaderText = "最后备份时间";
  125. this.DgvFileLastBackupTime.Name = "DgvFileLastBackupTime";
  126. this.DgvFileLastBackupTime.ReadOnly = true;
  127. //
  128. // FileBackupPartial
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.Controls.Add(this.DgvFile);
  133. this.Controls.Add(this.button1);
  134. this.Controls.Add(this.DgvPath);
  135. this.Name = "FileBackupPartial";
  136. this.Size = new System.Drawing.Size(646, 326);
  137. ((System.ComponentModel.ISupportInitialize)(this.DgvPath)).EndInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.DgvFile)).EndInit();
  139. this.ResumeLayout(false);
  140. }
  141. #endregion
  142. private System.Windows.Forms.DataGridView DgvPath;
  143. private System.Windows.Forms.Button button1;
  144. private System.Windows.Forms.DataGridViewTextBoxColumn DgvPathName;
  145. private System.Windows.Forms.DataGridViewTextBoxColumn DgvPathSize;
  146. private System.Windows.Forms.DataGridView DgvFile;
  147. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFileName;
  148. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFilePath;
  149. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFileSize;
  150. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFileVersionHistory;
  151. private System.Windows.Forms.DataGridViewTextBoxColumn DgvFileLastBackupTime;
  152. }
  153. }