CreateLog.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. namespace Archives_Center
  2. {
  3. partial class CreateLog
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateLog));
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  34. this.textBox2 = new System.Windows.Forms.TextBox();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.tabControl1 = new System.Windows.Forms.TabControl();
  37. this.tabPage1 = new System.Windows.Forms.TabPage();
  38. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  39. this.tabPage2 = new System.Windows.Forms.TabPage();
  40. this.listBox1 = new System.Windows.Forms.ListBox();
  41. this.button1 = new System.Windows.Forms.Button();
  42. this.timer1 = new System.Windows.Forms.Timer(this.components);
  43. this.button3 = new System.Windows.Forms.Button();
  44. this.tabControl1.SuspendLayout();
  45. this.tabPage1.SuspendLayout();
  46. this.tabPage2.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.BackColor = System.Drawing.Color.Transparent;
  53. this.label1.Location = new System.Drawing.Point(12, 15);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(29, 12);
  56. this.label1.TabIndex = 0;
  57. this.label1.Text = "标题";
  58. //
  59. // textBox1
  60. //
  61. this.textBox1.Location = new System.Drawing.Point(47, 12);
  62. this.textBox1.Name = "textBox1";
  63. this.textBox1.Size = new System.Drawing.Size(300, 21);
  64. this.textBox1.TabIndex = 1;
  65. //
  66. // label2
  67. //
  68. this.label2.AutoSize = true;
  69. this.label2.BackColor = System.Drawing.Color.Transparent;
  70. this.label2.Location = new System.Drawing.Point(382, 15);
  71. this.label2.Margin = new System.Windows.Forms.Padding(30, 0, 3, 0);
  72. this.label2.Name = "label2";
  73. this.label2.Size = new System.Drawing.Size(53, 12);
  74. this.label2.TabIndex = 2;
  75. this.label2.Text = "创建日期";
  76. //
  77. // dateTimePicker1
  78. //
  79. this.dateTimePicker1.CustomFormat = "yyyy年MM月dd日";
  80. this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  81. this.dateTimePicker1.Location = new System.Drawing.Point(441, 12);
  82. this.dateTimePicker1.MinDate = new System.DateTime(2006, 3, 17, 0, 0, 0, 0);
  83. this.dateTimePicker1.Name = "dateTimePicker1";
  84. this.dateTimePicker1.Size = new System.Drawing.Size(300, 21);
  85. this.dateTimePicker1.TabIndex = 3;
  86. this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
  87. //
  88. // textBox2
  89. //
  90. this.textBox2.Location = new System.Drawing.Point(47, 40);
  91. this.textBox2.Name = "textBox2";
  92. this.textBox2.Size = new System.Drawing.Size(300, 21);
  93. this.textBox2.TabIndex = 5;
  94. //
  95. // label3
  96. //
  97. this.label3.AutoSize = true;
  98. this.label3.BackColor = System.Drawing.Color.Transparent;
  99. this.label3.Location = new System.Drawing.Point(12, 43);
  100. this.label3.Name = "label3";
  101. this.label3.Size = new System.Drawing.Size(29, 12);
  102. this.label3.TabIndex = 4;
  103. this.label3.Text = "作者";
  104. //
  105. // tabControl1
  106. //
  107. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  108. | System.Windows.Forms.AnchorStyles.Left)
  109. | System.Windows.Forms.AnchorStyles.Right)));
  110. this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
  111. this.tabControl1.Controls.Add(this.tabPage1);
  112. this.tabControl1.Controls.Add(this.tabPage2);
  113. this.tabControl1.Enabled = false;
  114. this.tabControl1.Location = new System.Drawing.Point(12, 66);
  115. this.tabControl1.Name = "tabControl1";
  116. this.tabControl1.SelectedIndex = 0;
  117. this.tabControl1.Size = new System.Drawing.Size(760, 302);
  118. this.tabControl1.TabIndex = 6;
  119. //
  120. // tabPage1
  121. //
  122. this.tabPage1.Controls.Add(this.richTextBox1);
  123. this.tabPage1.Location = new System.Drawing.Point(4, 25);
  124. this.tabPage1.Name = "tabPage1";
  125. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  126. this.tabPage1.Size = new System.Drawing.Size(752, 273);
  127. this.tabPage1.TabIndex = 0;
  128. this.tabPage1.Text = "编辑文字部分";
  129. this.tabPage1.UseVisualStyleBackColor = true;
  130. //
  131. // richTextBox1
  132. //
  133. this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  134. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.richTextBox1.Location = new System.Drawing.Point(3, 3);
  136. this.richTextBox1.Name = "richTextBox1";
  137. this.richTextBox1.Size = new System.Drawing.Size(746, 267);
  138. this.richTextBox1.TabIndex = 0;
  139. this.richTextBox1.Text = "";
  140. //
  141. // tabPage2
  142. //
  143. this.tabPage2.Controls.Add(this.listBox1);
  144. this.tabPage2.Controls.Add(this.button1);
  145. this.tabPage2.Location = new System.Drawing.Point(4, 25);
  146. this.tabPage2.Name = "tabPage2";
  147. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  148. this.tabPage2.Size = new System.Drawing.Size(752, 273);
  149. this.tabPage2.TabIndex = 1;
  150. this.tabPage2.Text = "编辑图片部分";
  151. this.tabPage2.UseVisualStyleBackColor = true;
  152. //
  153. // listBox1
  154. //
  155. this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  156. | System.Windows.Forms.AnchorStyles.Left)
  157. | System.Windows.Forms.AnchorStyles.Right)));
  158. this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  159. this.listBox1.FormattingEnabled = true;
  160. this.listBox1.ItemHeight = 12;
  161. this.listBox1.Location = new System.Drawing.Point(6, 32);
  162. this.listBox1.Name = "listBox1";
  163. this.listBox1.Size = new System.Drawing.Size(1189, 504);
  164. this.listBox1.TabIndex = 1;
  165. this.listBox1.Click += new System.EventHandler(this.listBox1_Click);
  166. //
  167. // button1
  168. //
  169. this.button1.Location = new System.Drawing.Point(6, 6);
  170. this.button1.Name = "button1";
  171. this.button1.Size = new System.Drawing.Size(75, 21);
  172. this.button1.TabIndex = 0;
  173. this.button1.Text = "添加图片";
  174. this.button1.UseVisualStyleBackColor = true;
  175. this.button1.Click += new System.EventHandler(this.button1_Click);
  176. //
  177. // timer1
  178. //
  179. this.timer1.Enabled = true;
  180. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  181. //
  182. // button3
  183. //
  184. this.button3.Enabled = false;
  185. this.button3.Location = new System.Drawing.Point(384, 39);
  186. this.button3.Name = "button3";
  187. this.button3.Size = new System.Drawing.Size(75, 21);
  188. this.button3.TabIndex = 8;
  189. this.button3.Text = "保存";
  190. this.button3.UseVisualStyleBackColor = true;
  191. this.button3.Click += new System.EventHandler(this.button3_Click);
  192. //
  193. // CreateLog
  194. //
  195. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  196. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  197. this.BackgroundImage = global::Archives_Center.Properties.Resources._2_bc3d32a696895f78c19df6c717586a5d_1;
  198. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  199. this.ClientSize = new System.Drawing.Size(784, 379);
  200. this.Controls.Add(this.button3);
  201. this.Controls.Add(this.tabControl1);
  202. this.Controls.Add(this.textBox2);
  203. this.Controls.Add(this.label3);
  204. this.Controls.Add(this.dateTimePicker1);
  205. this.Controls.Add(this.label2);
  206. this.Controls.Add(this.textBox1);
  207. this.Controls.Add(this.label1);
  208. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  209. this.MinimumSize = new System.Drawing.Size(800, 418);
  210. this.Name = "CreateLog";
  211. this.Text = "新建日志";
  212. this.tabControl1.ResumeLayout(false);
  213. this.tabPage1.ResumeLayout(false);
  214. this.tabPage2.ResumeLayout(false);
  215. this.ResumeLayout(false);
  216. this.PerformLayout();
  217. }
  218. #endregion
  219. private System.Windows.Forms.Label label1;
  220. private System.Windows.Forms.TextBox textBox1;
  221. private System.Windows.Forms.Label label2;
  222. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  223. private System.Windows.Forms.TextBox textBox2;
  224. private System.Windows.Forms.Label label3;
  225. private System.Windows.Forms.TabControl tabControl1;
  226. private System.Windows.Forms.TabPage tabPage1;
  227. private System.Windows.Forms.RichTextBox richTextBox1;
  228. private System.Windows.Forms.TabPage tabPage2;
  229. private System.Windows.Forms.Button button1;
  230. private System.Windows.Forms.ListBox listBox1;
  231. private System.Windows.Forms.Timer timer1;
  232. private System.Windows.Forms.Button button3;
  233. }
  234. }