NotePad.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. namespace NotePad
  2. {
  3. partial class NotePadForm
  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(NotePadForm));
  30. this.BackImageTimer = new System.Windows.Forms.Timer(this.components);
  31. this.Save = new CCWin.SkinControl.SkinButton();
  32. this.NoteList = new CCWin.SkinControl.SkinListBox();
  33. this.LastWriteTime = new CCWin.SkinControl.SkinLabel();
  34. this.NoteTimerPicker = new System.Windows.Forms.DateTimePicker();
  35. this.MusicPlayer = new AxWMPLib.AxWindowsMediaPlayer();
  36. this.FontPanel = new NotePad.CustomerControls.RoundPanel();
  37. this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
  38. this.ColorPicker = new CCWin.SkinControl.SkinPictureBox();
  39. this.FontPicker = new CCWin.SkinControl.SkinPictureBox();
  40. this.NotePadTextArea = new NotePad.CustomerControls.AutoButtomRichTextBox();
  41. ((System.ComponentModel.ISupportInitialize)(this.MusicPlayer)).BeginInit();
  42. this.FontPanel.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.ColorPicker)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.FontPicker)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // Save
  48. //
  49. this.Save.BackColor = System.Drawing.Color.Transparent;
  50. this.Save.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  51. this.Save.ControlState = CCWin.SkinClass.ControlState.Normal;
  52. this.Save.DownBack = null;
  53. this.Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.Save.Location = new System.Drawing.Point(486, 510);
  55. this.Save.MouseBack = null;
  56. this.Save.Name = "Save";
  57. this.Save.NormlBack = null;
  58. this.Save.Size = new System.Drawing.Size(75, 35);
  59. this.Save.TabIndex = 1;
  60. this.Save.Text = "保存";
  61. this.Save.UseVisualStyleBackColor = false;
  62. this.Save.Click += new System.EventHandler(this.Save_Click);
  63. //
  64. // NoteList
  65. //
  66. this.NoteList.Back = null;
  67. this.NoteList.BackColor = System.Drawing.Color.Transparent;
  68. this.NoteList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  69. this.NoteList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.NoteList.FormattingEnabled = true;
  71. this.NoteList.ItemHeight = 30;
  72. this.NoteList.Location = new System.Drawing.Point(32, 107);
  73. this.NoteList.MouseColor = System.Drawing.Color.DeepSkyBlue;
  74. this.NoteList.Name = "NoteList";
  75. this.NoteList.RowBackColor2 = System.Drawing.Color.SkyBlue;
  76. this.NoteList.Size = new System.Drawing.Size(183, 394);
  77. this.NoteList.TabIndex = 3;
  78. this.NoteList.SelectedIndexChanged += new System.EventHandler(this.NoteList_SelectedIndexChanged);
  79. //
  80. // LastWriteTime
  81. //
  82. this.LastWriteTime.AutoSize = true;
  83. this.LastWriteTime.BackColor = System.Drawing.Color.Transparent;
  84. this.LastWriteTime.BorderColor = System.Drawing.Color.White;
  85. this.LastWriteTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.LastWriteTime.Location = new System.Drawing.Point(255, 75);
  87. this.LastWriteTime.Name = "LastWriteTime";
  88. this.LastWriteTime.Size = new System.Drawing.Size(0, 20);
  89. this.LastWriteTime.TabIndex = 4;
  90. //
  91. // NoteTimerPicker
  92. //
  93. this.NoteTimerPicker.CustomFormat = "yyyy-MM-dd";
  94. this.NoteTimerPicker.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right;
  95. this.NoteTimerPicker.Location = new System.Drawing.Point(32, 71);
  96. this.NoteTimerPicker.Name = "NoteTimerPicker";
  97. this.NoteTimerPicker.Size = new System.Drawing.Size(183, 25);
  98. this.NoteTimerPicker.TabIndex = 6;
  99. this.NoteTimerPicker.ValueChanged += new System.EventHandler(this.NoteTimerPicker_ValueChanged);
  100. //
  101. // MusicPlayer
  102. //
  103. this.MusicPlayer.Enabled = true;
  104. this.MusicPlayer.Location = new System.Drawing.Point(383, 50);
  105. this.MusicPlayer.Name = "MusicPlayer";
  106. this.MusicPlayer.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("MusicPlayer.OcxState")));
  107. this.MusicPlayer.Size = new System.Drawing.Size(222, 45);
  108. this.MusicPlayer.TabIndex = 7;
  109. //
  110. // FontPanel
  111. //
  112. this.FontPanel.BackColor = System.Drawing.Color.Transparent;
  113. this.FontPanel.BorderColor = System.Drawing.Color.CornflowerBlue;
  114. this.FontPanel.Controls.Add(this.skinLabel1);
  115. this.FontPanel.Controls.Add(this.ColorPicker);
  116. this.FontPanel.Controls.Add(this.FontPicker);
  117. this.FontPanel.Location = new System.Drawing.Point(611, 50);
  118. this.FontPanel.Name = "FontPanel";
  119. this.FontPanel.RoundeStyle = NotePad.CustomerControls.RoundPanel.RoundStyle.All;
  120. this.FontPanel.Size = new System.Drawing.Size(180, 45);
  121. this.FontPanel.TabIndex = 2;
  122. //
  123. // skinLabel1
  124. //
  125. this.skinLabel1.AutoSize = true;
  126. this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
  127. this.skinLabel1.BorderColor = System.Drawing.Color.White;
  128. this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.skinLabel1.Location = new System.Drawing.Point(6, 12);
  130. this.skinLabel1.Name = "skinLabel1";
  131. this.skinLabel1.Size = new System.Drawing.Size(88, 25);
  132. this.skinLabel1.TabIndex = 7;
  133. this.skinLabel1.Text = "字体设置";
  134. //
  135. // ColorPicker
  136. //
  137. this.ColorPicker.BackColor = System.Drawing.Color.Transparent;
  138. this.ColorPicker.Cursor = System.Windows.Forms.Cursors.Hand;
  139. this.ColorPicker.Image = global::NotePad.Properties.Resources.colorpicker;
  140. this.ColorPicker.Location = new System.Drawing.Point(138, 7);
  141. this.ColorPicker.Name = "ColorPicker";
  142. this.ColorPicker.Size = new System.Drawing.Size(33, 31);
  143. this.ColorPicker.TabIndex = 5;
  144. this.ColorPicker.TabStop = false;
  145. this.ColorPicker.Click += new System.EventHandler(this.ColorPicker_Click);
  146. //
  147. // FontPicker
  148. //
  149. this.FontPicker.BackColor = System.Drawing.Color.Transparent;
  150. this.FontPicker.Cursor = System.Windows.Forms.Cursors.Hand;
  151. this.FontPicker.Image = global::NotePad.Properties.Resources.fontpicker;
  152. this.FontPicker.Location = new System.Drawing.Point(94, 7);
  153. this.FontPicker.Name = "FontPicker";
  154. this.FontPicker.Size = new System.Drawing.Size(33, 31);
  155. this.FontPicker.TabIndex = 6;
  156. this.FontPicker.TabStop = false;
  157. this.FontPicker.Click += new System.EventHandler(this.FontPicker_Click);
  158. //
  159. // NotePadTextArea
  160. //
  161. this.NotePadTextArea.AcceptsTab = true;
  162. this.NotePadTextArea.BackColor = System.Drawing.SystemColors.MenuHighlight;
  163. this.NotePadTextArea.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.NotePadTextArea.Location = new System.Drawing.Point(250, 107);
  165. this.NotePadTextArea.Name = "NotePadTextArea";
  166. this.NotePadTextArea.Size = new System.Drawing.Size(539, 394);
  167. this.NotePadTextArea.TabIndex = 0;
  168. this.NotePadTextArea.Text = "";
  169. //
  170. // NotePadForm
  171. //
  172. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  173. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  174. this.BackColor = System.Drawing.Color.White;
  175. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  176. this.ClientSize = new System.Drawing.Size(838, 554);
  177. this.Controls.Add(this.MusicPlayer);
  178. this.Controls.Add(this.NoteTimerPicker);
  179. this.Controls.Add(this.LastWriteTime);
  180. this.Controls.Add(this.NoteList);
  181. this.Controls.Add(this.FontPanel);
  182. this.Controls.Add(this.Save);
  183. this.Controls.Add(this.NotePadTextArea);
  184. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  185. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  186. this.MaximizeBox = false;
  187. this.Name = "NotePadForm";
  188. this.Text = "NCHU-NotePad";
  189. this.Load += new System.EventHandler(this.NotePad_Load);
  190. ((System.ComponentModel.ISupportInitialize)(this.MusicPlayer)).EndInit();
  191. this.FontPanel.ResumeLayout(false);
  192. this.FontPanel.PerformLayout();
  193. ((System.ComponentModel.ISupportInitialize)(this.ColorPicker)).EndInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.FontPicker)).EndInit();
  195. this.ResumeLayout(false);
  196. this.PerformLayout();
  197. }
  198. #endregion
  199. private System.Windows.Forms.Timer BackImageTimer;
  200. private CustomerControls.AutoButtomRichTextBox NotePadTextArea;
  201. private CCWin.SkinControl.SkinButton Save;
  202. private CustomerControls.RoundPanel FontPanel;
  203. private CCWin.SkinControl.SkinLabel skinLabel1;
  204. private CCWin.SkinControl.SkinPictureBox ColorPicker;
  205. private CCWin.SkinControl.SkinPictureBox FontPicker;
  206. private CCWin.SkinControl.SkinListBox NoteList;
  207. private CCWin.SkinControl.SkinLabel LastWriteTime;
  208. private System.Windows.Forms.DateTimePicker NoteTimerPicker;
  209. private AxWMPLib.AxWindowsMediaPlayer MusicPlayer;
  210. }
  211. }