LogDetail.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. namespace Archives_Center
  2. {
  3. partial class LogDetail
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogDetail));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.tabControl1 = new System.Windows.Forms.TabControl();
  33. this.tabPage1 = new System.Windows.Forms.TabPage();
  34. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  35. this.tabPage2 = new System.Windows.Forms.TabPage();
  36. this.listView1 = new System.Windows.Forms.ListView();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  39. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  40. this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.属性ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.tabControl1.SuspendLayout();
  43. this.tabPage1.SuspendLayout();
  44. this.tabPage2.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  46. this.menuStrip1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // label1
  50. //
  51. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  52. | System.Windows.Forms.AnchorStyles.Right)));
  53. this.label1.BackColor = System.Drawing.Color.Transparent;
  54. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  55. this.label1.Location = new System.Drawing.Point(12, 27);
  56. this.label1.Name = "label1";
  57. this.label1.Size = new System.Drawing.Size(690, 37);
  58. this.label1.TabIndex = 0;
  59. this.label1.Text = "label1";
  60. //
  61. // label2
  62. //
  63. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  64. | System.Windows.Forms.AnchorStyles.Right)));
  65. this.label2.BackColor = System.Drawing.Color.Transparent;
  66. this.label2.Location = new System.Drawing.Point(17, 64);
  67. this.label2.Name = "label2";
  68. this.label2.Size = new System.Drawing.Size(685, 12);
  69. this.label2.TabIndex = 1;
  70. this.label2.Text = "label2";
  71. //
  72. // label3
  73. //
  74. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  75. | System.Windows.Forms.AnchorStyles.Right)));
  76. this.label3.BackColor = System.Drawing.Color.Transparent;
  77. this.label3.Location = new System.Drawing.Point(17, 76);
  78. this.label3.Name = "label3";
  79. this.label3.Size = new System.Drawing.Size(685, 12);
  80. this.label3.TabIndex = 3;
  81. this.label3.Text = "label3";
  82. //
  83. // tabControl1
  84. //
  85. this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Left;
  86. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  87. | System.Windows.Forms.AnchorStyles.Left)
  88. | System.Windows.Forms.AnchorStyles.Right)));
  89. this.tabControl1.Controls.Add(this.tabPage1);
  90. this.tabControl1.Controls.Add(this.tabPage2);
  91. this.tabControl1.Location = new System.Drawing.Point(12, 97);
  92. this.tabControl1.Multiline = true;
  93. this.tabControl1.Name = "tabControl1";
  94. this.tabControl1.SelectedIndex = 0;
  95. this.tabControl1.Size = new System.Drawing.Size(760, 270);
  96. this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  97. this.tabControl1.TabIndex = 4;
  98. //
  99. // tabPage1
  100. //
  101. this.tabPage1.Controls.Add(this.richTextBox1);
  102. this.tabPage1.Location = new System.Drawing.Point(22, 4);
  103. this.tabPage1.Name = "tabPage1";
  104. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  105. this.tabPage1.Size = new System.Drawing.Size(734, 262);
  106. this.tabPage1.TabIndex = 0;
  107. this.tabPage1.Text = "文字部分";
  108. this.tabPage1.UseVisualStyleBackColor = true;
  109. //
  110. // richTextBox1
  111. //
  112. this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  113. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  114. this.richTextBox1.Location = new System.Drawing.Point(3, 3);
  115. this.richTextBox1.Name = "richTextBox1";
  116. this.richTextBox1.ReadOnly = true;
  117. this.richTextBox1.Size = new System.Drawing.Size(728, 256);
  118. this.richTextBox1.TabIndex = 0;
  119. this.richTextBox1.Text = "";
  120. //
  121. // tabPage2
  122. //
  123. this.tabPage2.AutoScroll = true;
  124. this.tabPage2.Controls.Add(this.listView1);
  125. this.tabPage2.Location = new System.Drawing.Point(22, 4);
  126. this.tabPage2.Name = "tabPage2";
  127. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  128. this.tabPage2.Size = new System.Drawing.Size(734, 262);
  129. this.tabPage2.TabIndex = 1;
  130. this.tabPage2.Text = "图片部分";
  131. this.tabPage2.UseVisualStyleBackColor = true;
  132. //
  133. // listView1
  134. //
  135. this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  136. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.listView1.HideSelection = false;
  138. this.listView1.Location = new System.Drawing.Point(3, 3);
  139. this.listView1.Name = "listView1";
  140. this.listView1.Size = new System.Drawing.Size(728, 256);
  141. this.listView1.TabIndex = 0;
  142. this.listView1.UseCompatibleStateImageBehavior = false;
  143. this.listView1.View = System.Windows.Forms.View.Details;
  144. this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
  145. //
  146. // button2
  147. //
  148. this.button2.Enabled = false;
  149. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
  150. this.button2.Location = new System.Drawing.Point(1247, 11);
  151. this.button2.Name = "button2";
  152. this.button2.Size = new System.Drawing.Size(75, 21);
  153. this.button2.TabIndex = 6;
  154. this.button2.Text = "删除";
  155. this.button2.UseVisualStyleBackColor = true;
  156. this.button2.Visible = false;
  157. this.button2.Click += new System.EventHandler(this.button2_Click);
  158. //
  159. // pictureBox1
  160. //
  161. this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  162. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  163. this.pictureBox1.Image = global::Archives_Center.Properties.Resources.Icon_0909;
  164. this.pictureBox1.Location = new System.Drawing.Point(708, 27);
  165. this.pictureBox1.Name = "pictureBox1";
  166. this.pictureBox1.Size = new System.Drawing.Size(64, 64);
  167. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  168. this.pictureBox1.TabIndex = 7;
  169. this.pictureBox1.TabStop = false;
  170. //
  171. // menuStrip1
  172. //
  173. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  174. this.文件ToolStripMenuItem,
  175. this.属性ToolStripMenuItem});
  176. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  177. this.menuStrip1.Name = "menuStrip1";
  178. this.menuStrip1.Size = new System.Drawing.Size(784, 25);
  179. this.menuStrip1.TabIndex = 8;
  180. this.menuStrip1.Text = "menuStrip1";
  181. //
  182. // 文件ToolStripMenuItem
  183. //
  184. this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
  185. this.文件ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
  186. this.文件ToolStripMenuItem.Text = "文件";
  187. //
  188. // 属性ToolStripMenuItem
  189. //
  190. this.属性ToolStripMenuItem.Name = "属性ToolStripMenuItem";
  191. this.属性ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
  192. this.属性ToolStripMenuItem.Text = "属性";
  193. this.属性ToolStripMenuItem.Click += new System.EventHandler(this.属性ToolStripMenuItem_Click);
  194. //
  195. // LogDetail
  196. //
  197. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  198. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  199. this.BackgroundImage = global::Archives_Center.Properties.Resources._2_bc3d32a696895f78c19df6c717586a5d_1;
  200. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  201. this.ClientSize = new System.Drawing.Size(784, 379);
  202. this.Controls.Add(this.pictureBox1);
  203. this.Controls.Add(this.button2);
  204. this.Controls.Add(this.tabControl1);
  205. this.Controls.Add(this.label3);
  206. this.Controls.Add(this.label2);
  207. this.Controls.Add(this.label1);
  208. this.Controls.Add(this.menuStrip1);
  209. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  210. this.MainMenuStrip = this.menuStrip1;
  211. this.MinimumSize = new System.Drawing.Size(800, 418);
  212. this.Name = "LogDetail";
  213. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  214. this.Text = "日志详情";
  215. this.tabControl1.ResumeLayout(false);
  216. this.tabPage1.ResumeLayout(false);
  217. this.tabPage2.ResumeLayout(false);
  218. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  219. this.menuStrip1.ResumeLayout(false);
  220. this.menuStrip1.PerformLayout();
  221. this.ResumeLayout(false);
  222. this.PerformLayout();
  223. }
  224. #endregion
  225. private System.Windows.Forms.Label label1;
  226. private System.Windows.Forms.Label label2;
  227. private System.Windows.Forms.Label label3;
  228. private System.Windows.Forms.TabControl tabControl1;
  229. private System.Windows.Forms.TabPage tabPage1;
  230. private System.Windows.Forms.TabPage tabPage2;
  231. private System.Windows.Forms.RichTextBox richTextBox1;
  232. private System.Windows.Forms.Button button2;
  233. private System.Windows.Forms.PictureBox pictureBox1;
  234. private System.Windows.Forms.ListView listView1;
  235. private System.Windows.Forms.MenuStrip menuStrip1;
  236. private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
  237. private System.Windows.Forms.ToolStripMenuItem 属性ToolStripMenuItem;
  238. }
  239. }