Esempio n. 1
0
 private void InitializeComponent()
 {
     this.history = new System.Windows.Forms.ListBox();
     this.Panel = new SS.Ynote.Engine.Controls.A1Panel();
     this.button2 = new SS.Ynote.Engine.Controls.Button();
     this.Monitor = new SS.Ynote.Classic.ClipboardMonitor();
     this.Panel.SuspendLayout();
     this.SuspendLayout();
     //
     // history
     //
     this.history.Dock = System.Windows.Forms.DockStyle.Fill;
     this.history.FormattingEnabled = true;
     this.history.Location = new System.Drawing.Point(0, 0);
     this.history.Name = "history";
     this.history.Size = new System.Drawing.Size(284, 329);
     this.history.TabIndex = 0;
     this.history.DoubleClick += new System.EventHandler(this.history_DoubleClick);
     //
     // Panel
     //
     this.Panel.BorderColor = System.Drawing.Color.Gray;
     this.Panel.Controls.Add(this.button2);
     this.Panel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.Panel.GradientEndColor = System.Drawing.Color.DarkGray;
     this.Panel.GradientStartColor = System.Drawing.SystemColors.ActiveCaption;
     this.Panel.Image = null;
     this.Panel.ImageLocation = new System.Drawing.Point(4, 4);
     this.Panel.Location = new System.Drawing.Point(0, 341);
     this.Panel.Name = "Panel";
     this.Panel.Size = new System.Drawing.Size(284, 75);
     this.Panel.TabIndex = 2;
     //
     // button2
     //
     this.button2.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button2.Location = new System.Drawing.Point(78, 16);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(129, 38);
     this.button2.TabIndex = 1;
     this.button2.Text = "Clear History";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // Monitor
     //
     this.Monitor.BackColor = System.Drawing.Color.Red;
     this.Monitor.Location = new System.Drawing.Point(0, 30);
     this.Monitor.Name = "Monitor";
     this.Monitor.Size = new System.Drawing.Size(284, 110);
     this.Monitor.TabIndex = 1;
     this.Monitor.Visible = false;
     //
     // ClipboardHistory
     //
     this.ClientSize = new System.Drawing.Size(284, 416);
     this.Controls.Add(this.Monitor);
     this.Controls.Add(this.history);
     this.Controls.Add(this.Panel);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "ClipboardHistory";
     this.Text = "Clipboard History";
     this.Panel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.button1 = new SS.Ynote.Engine.Controls.Button();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Image = global::SS.Ynote.Classic.Properties.Resources.Ynote_classic_favicon;
     this.pictureBox1.Location = new System.Drawing.Point(12, 12);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(32, 33);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(50, 19);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(106, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "SS Ynote Classic 2.5";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 58);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(124, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "Author : Samarjeet Singh";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 81);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(178, 13);
     this.label3.TabIndex = 3;
     this.label3.Text = "Home Page : http://www.sscorps.tk";
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.Color.White;
     this.textBox1.Location = new System.Drawing.Point(15, 110);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(432, 162);
     this.textBox1.TabIndex = 4;
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location = new System.Drawing.Point(189, 330);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 5;
     this.button1.Text = "OK";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.linkLabel1.Location = new System.Drawing.Point(32, 290);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(68, 13);
     this.linkLabel1.TabIndex = 6;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "Visit Website";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Cursor = System.Windows.Forms.Cursors.Hand;
     this.linkLabel3.Location = new System.Drawing.Point(118, 290);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(107, 13);
     this.linkLabel3.TabIndex = 8;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "Like us on Facebook";
     this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Cursor = System.Windows.Forms.Cursors.Hand;
     this.linkLabel4.Location = new System.Drawing.Point(320, 290);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(127, 13);
     this.linkLabel4.TabIndex = 9;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "Download More Products";
     this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.linkLabel2.Location = new System.Drawing.Point(246, 290);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(45, 13);
     this.linkLabel2.TabIndex = 10;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "Help Us";
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // About
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(482, 365);
     this.Controls.Add(this.linkLabel2);
     this.Controls.Add(this.linkLabel4);
     this.Controls.Add(this.linkLabel3);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox1);
     this.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "About";
     this.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "About";
     this.Load += new System.EventHandler(this.About_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 3
0
 private void InitializeComponent()
 {
     this.history = new System.Windows.Forms.ListBox();
     this.Panel   = new SS.Ynote.Engine.Controls.A1Panel();
     this.button2 = new SS.Ynote.Engine.Controls.Button();
     this.Monitor = new SS.Ynote.Classic.ClipboardMonitor();
     this.Panel.SuspendLayout();
     this.SuspendLayout();
     //
     // history
     //
     this.history.Dock = System.Windows.Forms.DockStyle.Fill;
     this.history.FormattingEnabled = true;
     this.history.Location          = new System.Drawing.Point(0, 0);
     this.history.Name         = "history";
     this.history.Size         = new System.Drawing.Size(284, 329);
     this.history.TabIndex     = 0;
     this.history.DoubleClick += new System.EventHandler(this.history_DoubleClick);
     //
     // Panel
     //
     this.Panel.BorderColor = System.Drawing.Color.Gray;
     this.Panel.Controls.Add(this.button2);
     this.Panel.Dock               = System.Windows.Forms.DockStyle.Bottom;
     this.Panel.GradientEndColor   = System.Drawing.Color.DarkGray;
     this.Panel.GradientStartColor = System.Drawing.SystemColors.ActiveCaption;
     this.Panel.Image              = null;
     this.Panel.ImageLocation      = new System.Drawing.Point(4, 4);
     this.Panel.Location           = new System.Drawing.Point(0, 341);
     this.Panel.Name               = "Panel";
     this.Panel.Size               = new System.Drawing.Size(284, 75);
     this.Panel.TabIndex           = 2;
     //
     // button2
     //
     this.button2.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button2.Location  = new System.Drawing.Point(78, 16);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(129, 38);
     this.button2.TabIndex  = 1;
     this.button2.Text      = "Clear History";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // Monitor
     //
     this.Monitor.BackColor = System.Drawing.Color.Red;
     this.Monitor.Location  = new System.Drawing.Point(0, 30);
     this.Monitor.Name      = "Monitor";
     this.Monitor.Size      = new System.Drawing.Size(284, 110);
     this.Monitor.TabIndex  = 1;
     this.Monitor.Visible   = false;
     //
     // ClipboardHistory
     //
     this.ClientSize = new System.Drawing.Size(284, 416);
     this.Controls.Add(this.Monitor);
     this.Controls.Add(this.history);
     this.Controls.Add(this.Panel);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "ClipboardHistory";
     this.Text = "Clipboard History";
     this.Panel.ResumeLayout(false);
     this.ResumeLayout(false);
 }