namespace NotePad { partial class NotePadForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotePadForm)); this.BackImageTimer = new System.Windows.Forms.Timer(this.components); this.Save = new CCWin.SkinControl.SkinButton(); this.NoteList = new CCWin.SkinControl.SkinListBox(); this.LastWriteTime = new CCWin.SkinControl.SkinLabel(); this.NoteTimerPicker = new System.Windows.Forms.DateTimePicker(); this.MusicPlayer = new AxWMPLib.AxWindowsMediaPlayer(); this.FontPanel = new NotePad.CustomerControls.RoundPanel(); this.skinLabel1 = new CCWin.SkinControl.SkinLabel(); this.ColorPicker = new CCWin.SkinControl.SkinPictureBox(); this.FontPicker = new CCWin.SkinControl.SkinPictureBox(); this.NotePadTextArea = new NotePad.CustomerControls.AutoButtomRichTextBox(); ((System.ComponentModel.ISupportInitialize)(this.MusicPlayer)).BeginInit(); this.FontPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ColorPicker)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.FontPicker)).BeginInit(); this.SuspendLayout(); // // Save // this.Save.BackColor = System.Drawing.Color.Transparent; this.Save.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))); this.Save.ControlState = CCWin.SkinClass.ControlState.Normal; this.Save.DownBack = null; this.Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Save.Location = new System.Drawing.Point(486, 510); this.Save.MouseBack = null; this.Save.Name = "Save"; this.Save.NormlBack = null; this.Save.Size = new System.Drawing.Size(75, 35); this.Save.TabIndex = 1; this.Save.Text = "保存"; this.Save.UseVisualStyleBackColor = false; this.Save.Click += new System.EventHandler(this.Save_Click); // // NoteList // this.NoteList.Back = null; this.NoteList.BackColor = System.Drawing.Color.Transparent; this.NoteList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.NoteList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.NoteList.FormattingEnabled = true; this.NoteList.ItemHeight = 30; this.NoteList.Location = new System.Drawing.Point(32, 107); this.NoteList.MouseColor = System.Drawing.Color.DeepSkyBlue; this.NoteList.Name = "NoteList"; this.NoteList.RowBackColor2 = System.Drawing.Color.SkyBlue; this.NoteList.Size = new System.Drawing.Size(183, 394); this.NoteList.TabIndex = 3; this.NoteList.SelectedIndexChanged += new System.EventHandler(this.NoteList_SelectedIndexChanged); // // LastWriteTime // this.LastWriteTime.AutoSize = true; this.LastWriteTime.BackColor = System.Drawing.Color.Transparent; this.LastWriteTime.BorderColor = System.Drawing.Color.White; this.LastWriteTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LastWriteTime.Location = new System.Drawing.Point(255, 75); this.LastWriteTime.Name = "LastWriteTime"; this.LastWriteTime.Size = new System.Drawing.Size(0, 20); this.LastWriteTime.TabIndex = 4; // // NoteTimerPicker // this.NoteTimerPicker.CustomFormat = "yyyy-MM-dd"; this.NoteTimerPicker.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right; this.NoteTimerPicker.Location = new System.Drawing.Point(32, 71); this.NoteTimerPicker.Name = "NoteTimerPicker"; this.NoteTimerPicker.Size = new System.Drawing.Size(183, 25); this.NoteTimerPicker.TabIndex = 6; this.NoteTimerPicker.ValueChanged += new System.EventHandler(this.NoteTimerPicker_ValueChanged); // // MusicPlayer // this.MusicPlayer.Enabled = true; this.MusicPlayer.Location = new System.Drawing.Point(383, 50); this.MusicPlayer.Name = "MusicPlayer"; this.MusicPlayer.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("MusicPlayer.OcxState"))); this.MusicPlayer.Size = new System.Drawing.Size(222, 45); this.MusicPlayer.TabIndex = 7; // // FontPanel // this.FontPanel.BackColor = System.Drawing.Color.Transparent; this.FontPanel.BorderColor = System.Drawing.Color.CornflowerBlue; this.FontPanel.Controls.Add(this.skinLabel1); this.FontPanel.Controls.Add(this.ColorPicker); this.FontPanel.Controls.Add(this.FontPicker); this.FontPanel.Location = new System.Drawing.Point(611, 50); this.FontPanel.Name = "FontPanel"; this.FontPanel.RoundeStyle = NotePad.CustomerControls.RoundPanel.RoundStyle.All; this.FontPanel.Size = new System.Drawing.Size(180, 45); this.FontPanel.TabIndex = 2; // // skinLabel1 // this.skinLabel1.AutoSize = true; this.skinLabel1.BackColor = System.Drawing.Color.Transparent; this.skinLabel1.BorderColor = System.Drawing.Color.White; this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.skinLabel1.Location = new System.Drawing.Point(6, 12); this.skinLabel1.Name = "skinLabel1"; this.skinLabel1.Size = new System.Drawing.Size(88, 25); this.skinLabel1.TabIndex = 7; this.skinLabel1.Text = "字体设置"; // // ColorPicker // this.ColorPicker.BackColor = System.Drawing.Color.Transparent; this.ColorPicker.Cursor = System.Windows.Forms.Cursors.Hand; this.ColorPicker.Image = global::NotePad.Properties.Resources.colorpicker; this.ColorPicker.Location = new System.Drawing.Point(138, 7); this.ColorPicker.Name = "ColorPicker"; this.ColorPicker.Size = new System.Drawing.Size(33, 31); this.ColorPicker.TabIndex = 5; this.ColorPicker.TabStop = false; this.ColorPicker.Click += new System.EventHandler(this.ColorPicker_Click); // // FontPicker // this.FontPicker.BackColor = System.Drawing.Color.Transparent; this.FontPicker.Cursor = System.Windows.Forms.Cursors.Hand; this.FontPicker.Image = global::NotePad.Properties.Resources.fontpicker; this.FontPicker.Location = new System.Drawing.Point(94, 7); this.FontPicker.Name = "FontPicker"; this.FontPicker.Size = new System.Drawing.Size(33, 31); this.FontPicker.TabIndex = 6; this.FontPicker.TabStop = false; this.FontPicker.Click += new System.EventHandler(this.FontPicker_Click); // // NotePadTextArea // this.NotePadTextArea.AcceptsTab = true; this.NotePadTextArea.BackColor = System.Drawing.SystemColors.MenuHighlight; this.NotePadTextArea.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.NotePadTextArea.Location = new System.Drawing.Point(250, 107); this.NotePadTextArea.Name = "NotePadTextArea"; this.NotePadTextArea.Size = new System.Drawing.Size(539, 394); this.NotePadTextArea.TabIndex = 0; this.NotePadTextArea.Text = ""; // // NotePadForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(838, 554); this.Controls.Add(this.MusicPlayer); this.Controls.Add(this.NoteTimerPicker); this.Controls.Add(this.LastWriteTime); this.Controls.Add(this.NoteList); this.Controls.Add(this.FontPanel); this.Controls.Add(this.Save); this.Controls.Add(this.NotePadTextArea); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "NotePadForm"; this.Text = "NCHU-NotePad"; this.Load += new System.EventHandler(this.NotePad_Load); ((System.ComponentModel.ISupportInitialize)(this.MusicPlayer)).EndInit(); this.FontPanel.ResumeLayout(false); this.FontPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ColorPicker)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.FontPicker)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Timer BackImageTimer; private CustomerControls.AutoButtomRichTextBox NotePadTextArea; private CCWin.SkinControl.SkinButton Save; private CustomerControls.RoundPanel FontPanel; private CCWin.SkinControl.SkinLabel skinLabel1; private CCWin.SkinControl.SkinPictureBox ColorPicker; private CCWin.SkinControl.SkinPictureBox FontPicker; private CCWin.SkinControl.SkinListBox NoteList; private CCWin.SkinControl.SkinLabel LastWriteTime; private System.Windows.Forms.DateTimePicker NoteTimerPicker; private AxWMPLib.AxWindowsMediaPlayer MusicPlayer; } }