Beispiel #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     CCWin.SkinControl.SkinRollingBarThemeBase      skinRollingBarThemeBase1 = new CCWin.SkinControl.SkinRollingBarThemeBase();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLoading));
     this.rollingBar = new CCWin.SkinControl.SkinRollingBar();
     this.lblState   = new CCWin.SkinControl.SkinLabel();
     this.SuspendLayout();
     //
     // rollingBar
     //
     this.rollingBar.Location              = new System.Drawing.Point(99, 95);
     this.rollingBar.Name                  = "rollingBar";
     this.rollingBar.Radius2               = 24;
     this.rollingBar.Size                  = new System.Drawing.Size(88, 32);
     this.rollingBar.TabIndex              = 0;
     this.rollingBar.TabStop               = false;
     skinRollingBarThemeBase1.BackColor    = System.Drawing.Color.Transparent;
     skinRollingBarThemeBase1.BaseColor    = System.Drawing.Color.Red;
     skinRollingBarThemeBase1.DiamondColor = System.Drawing.Color.White;
     skinRollingBarThemeBase1.PenWidth     = 2F;
     skinRollingBarThemeBase1.Radius1      = 10;
     skinRollingBarThemeBase1.Radius2      = 24;
     skinRollingBarThemeBase1.SpokeNum     = 12;
     this.rollingBar.XTheme                = skinRollingBarThemeBase1;
     //
     // lblState
     //
     this.lblState.AutoSize    = true;
     this.lblState.BackColor   = System.Drawing.Color.Transparent;
     this.lblState.BorderColor = System.Drawing.Color.White;
     this.lblState.Font        = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblState.Location    = new System.Drawing.Point(102, 153);
     this.lblState.Name        = "lblState";
     this.lblState.Size        = new System.Drawing.Size(0, 20);
     this.lblState.TabIndex    = 1;
     //
     // FrmLoading
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(282, 253);
     this.ControlBox          = false;
     this.Controls.Add(this.lblState);
     this.Controls.Add(this.rollingBar);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox  = false;
     this.MinimizeBox  = false;
     this.Name         = "FrmLoading";
     this.Text         = "正在加载";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmLoading_FormClosing);
     this.Load        += new System.EventHandler(this.FrmLoading_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     CCWin.SkinControl.SkinRollingBarThemeBase skinRollingBarThemeBase1 = new CCWin.SkinControl.SkinRollingBarThemeBase();
     this.skinRollingBar1 = new CCWin.SkinControl.SkinRollingBar();
     this.SuspendLayout();
     //
     // skinRollingBar1
     //
     this.skinRollingBar1.BaseColor        = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(163)))), ((int)(((byte)(220)))));
     this.skinRollingBar1.Location         = new System.Drawing.Point(7, 37);
     this.skinRollingBar1.Name             = "skinRollingBar1";
     this.skinRollingBar1.Radius2          = 24;
     this.skinRollingBar1.Size             = new System.Drawing.Size(140, 58);
     this.skinRollingBar1.TabIndex         = 0;
     this.skinRollingBar1.TabStop          = false;
     skinRollingBarThemeBase1.BackColor    = System.Drawing.Color.Transparent;
     skinRollingBarThemeBase1.BaseColor    = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(163)))), ((int)(((byte)(220)))));
     skinRollingBarThemeBase1.DiamondColor = System.Drawing.Color.White;
     skinRollingBarThemeBase1.PenWidth     = 2F;
     skinRollingBarThemeBase1.Radius1      = 10;
     skinRollingBarThemeBase1.Radius2      = 24;
     skinRollingBarThemeBase1.SpokeNum     = 12;
     this.skinRollingBar1.XTheme           = skinRollingBarThemeBase1;
     this.skinRollingBar1.Click           += new System.EventHandler(this.skinRollingBar1_Click);
     //
     // FrmWait
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CanResize           = false;
     this.ClientSize          = new System.Drawing.Size(154, 102);
     this.CloseBoxSize        = new System.Drawing.Size(0, 0);
     this.Controls.Add(this.skinRollingBar1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "FrmWait";
     this.Text        = "请等待";
     this.Load       += new System.EventHandler(this.FrmWait_Load);
     this.ResumeLayout(false);
 }
Beispiel #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     CCWin.SkinControl.SkinRollingBarThemeBase      skinRollingBarThemeBase19 = new CCWin.SkinControl.SkinRollingBarThemeBase();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.skinLabel1      = new CCWin.SkinControl.SkinLabel();
     this.skinLabel2      = new CCWin.SkinControl.SkinLabel();
     this.ID              = new CCWin.SkinControl.SkinLabel();
     this.skinLabel5      = new CCWin.SkinControl.SkinLabel();
     this.skinTextBox1    = new CCWin.SkinControl.SkinTextBox();
     this.skinButton1     = new CCWin.SkinControl.SkinButton();
     this.skinLabel4      = new CCWin.SkinControl.SkinLabel();
     this.skinLabel6      = new CCWin.SkinControl.SkinLabel();
     this.skinLabel3      = new CCWin.SkinControl.SkinLabel();
     this.skinLabel7      = new CCWin.SkinControl.SkinLabel();
     this.timer1          = new System.Windows.Forms.Timer(this.components);
     this.skinLabel8      = new CCWin.SkinControl.SkinLabel();
     this.skinRollingBar1 = new CCWin.SkinControl.SkinRollingBar();
     this.skinLabel9      = new CCWin.SkinControl.SkinLabel();
     this.timer2          = new System.Windows.Forms.Timer(this.components);
     this.listBox1        = new System.Windows.Forms.ListBox();
     this.skinHotKey1     = new CCWin.SkinControl.SkinHotKey(this.components);
     this.SuspendLayout();
     //
     // skinLabel1
     //
     this.skinLabel1.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     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("微软雅黑", 48F);
     this.skinLabel1.ForeColor   = System.Drawing.Color.Red;
     this.skinLabel1.Location    = new System.Drawing.Point(247, 113);
     this.skinLabel1.Name        = "skinLabel1";
     this.skinLabel1.Size        = new System.Drawing.Size(365, 104);
     this.skinLabel1.TabIndex    = 0;
     this.skinLabel1.Text        = "系统锁定";
     //
     // skinLabel2
     //
     this.skinLabel2.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.skinLabel2.AutoSize    = true;
     this.skinLabel2.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel2.BorderColor = System.Drawing.Color.White;
     this.skinLabel2.Font        = new System.Drawing.Font("微软雅黑", 15F);
     this.skinLabel2.Location    = new System.Drawing.Point(259, 217);
     this.skinLabel2.Name        = "skinLabel2";
     this.skinLabel2.Size        = new System.Drawing.Size(147, 32);
     this.skinLabel2.TabIndex    = 1;
     this.skinLabel2.Text        = "你的解锁ID:";
     //
     // ID
     //
     this.ID.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.ID.AutoSize    = true;
     this.ID.BackColor   = System.Drawing.Color.Transparent;
     this.ID.BorderColor = System.Drawing.Color.White;
     this.ID.Font        = new System.Drawing.Font("微软雅黑", 15F);
     this.ID.Location    = new System.Drawing.Point(259, 258);
     this.ID.Name        = "ID";
     this.ID.Size        = new System.Drawing.Size(73, 32);
     this.ID.TabIndex    = 2;
     this.ID.Text        = "#ID#";
     //
     // skinLabel5
     //
     this.skinLabel5.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.skinLabel5.AutoSize    = true;
     this.skinLabel5.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel5.BorderColor = System.Drawing.Color.White;
     this.skinLabel5.Font        = new System.Drawing.Font("微软雅黑", 15F);
     this.skinLabel5.Location    = new System.Drawing.Point(259, 377);
     this.skinLabel5.Name        = "skinLabel5";
     this.skinLabel5.Size        = new System.Drawing.Size(196, 32);
     this.skinLabel5.TabIndex    = 4;
     this.skinLabel5.Text        = "在此键入解锁码:";
     //
     // skinTextBox1
     //
     this.skinTextBox1.Anchor               = System.Windows.Forms.AnchorStyles.Top;
     this.skinTextBox1.BackColor            = System.Drawing.Color.Transparent;
     this.skinTextBox1.BorderStyle          = System.Windows.Forms.BorderStyle.FixedSingle;
     this.skinTextBox1.DownBack             = null;
     this.skinTextBox1.Icon                 = null;
     this.skinTextBox1.IconIsButton         = false;
     this.skinTextBox1.IconMouseState       = CCWin.SkinClass.ControlState.Normal;
     this.skinTextBox1.IsPasswordChat       = '\0';
     this.skinTextBox1.IsSystemPasswordChar = false;
     this.skinTextBox1.Lines                = new string[0];
     this.skinTextBox1.Location             = new System.Drawing.Point(265, 409);
     this.skinTextBox1.Margin               = new System.Windows.Forms.Padding(0);
     this.skinTextBox1.MaxLength            = 32767;
     this.skinTextBox1.MinimumSize          = new System.Drawing.Size(28, 28);
     this.skinTextBox1.MouseBack            = null;
     this.skinTextBox1.MouseState           = CCWin.SkinClass.ControlState.Normal;
     this.skinTextBox1.Multiline            = false;
     this.skinTextBox1.Name                 = "skinTextBox1";
     this.skinTextBox1.NormlBack            = null;
     this.skinTextBox1.Padding              = new System.Windows.Forms.Padding(5);
     this.skinTextBox1.ReadOnly             = false;
     this.skinTextBox1.ScrollBars           = System.Windows.Forms.ScrollBars.None;
     this.skinTextBox1.Size                 = new System.Drawing.Size(780, 28);
     //
     //
     //
     this.skinTextBox1.SkinTxt.Location   = new System.Drawing.Point(0, 0);
     this.skinTextBox1.SkinTxt.Name       = "BaseText";
     this.skinTextBox1.SkinTxt.TabIndex   = 0;
     this.skinTextBox1.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.skinTextBox1.SkinTxt.WaterText  = "";
     this.skinTextBox1.TabIndex           = 5;
     this.skinTextBox1.TextAlign          = System.Windows.Forms.HorizontalAlignment.Left;
     this.skinTextBox1.WaterColor         = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.skinTextBox1.WaterText          = "";
     this.skinTextBox1.WordWrap           = true;
     //
     // skinButton1
     //
     this.skinButton1.Anchor                  = System.Windows.Forms.AnchorStyles.Top;
     this.skinButton1.BackColor               = System.Drawing.Color.Transparent;
     this.skinButton1.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinButton1.DownBack                = null;
     this.skinButton1.Location                = new System.Drawing.Point(532, 458);
     this.skinButton1.MouseBack               = null;
     this.skinButton1.Name                    = "skinButton1";
     this.skinButton1.NormlBack               = null;
     this.skinButton1.Size                    = new System.Drawing.Size(190, 45);
     this.skinButton1.TabIndex                = 7;
     this.skinButton1.Text                    = "确定";
     this.skinButton1.UseVisualStyleBackColor = false;
     this.skinButton1.Click                  += new System.EventHandler(this.skinButton1_Click);
     //
     // skinLabel4
     //
     this.skinLabel4.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.skinLabel4.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel4.BorderColor = System.Drawing.Color.White;
     this.skinLabel4.Font        = new System.Drawing.Font("微软雅黑", 15F);
     this.skinLabel4.Location    = new System.Drawing.Point(189, 915);
     this.skinLabel4.Name        = "skinLabel4";
     this.skinLabel4.Size        = new System.Drawing.Size(982, 32);
     this.skinLabel4.TabIndex    = 3;
     this.skinLabel4.Text        = "不要尝试去重启,如果线程检测到你重启系统,别想开机了";
     this.skinLabel4.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // skinLabel6
     //
     this.skinLabel6.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.skinLabel6.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel6.BorderColor = System.Drawing.Color.White;
     this.skinLabel6.Font        = new System.Drawing.Font("微软雅黑", 15F);
     this.skinLabel6.Location    = new System.Drawing.Point(183, 851);
     this.skinLabel6.Name        = "skinLabel6";
     this.skinLabel6.Size        = new System.Drawing.Size(988, 64);
     this.skinLabel6.TabIndex    = 6;
     this.skinLabel6.Text        = "联系";
     this.skinLabel6.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // skinLabel3
     //
     this.skinLabel3.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.skinLabel3.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel3.BorderColor = System.Drawing.Color.White;
     this.skinLabel3.Font        = new System.Drawing.Font("微软雅黑", 15F);
     this.skinLabel3.ForeColor   = System.Drawing.Color.Red;
     this.skinLabel3.Location    = new System.Drawing.Point(369, 851);
     this.skinLabel3.Name        = "skinLabel3";
     this.skinLabel3.Size        = new System.Drawing.Size(621, 64);
     this.skinLabel3.TabIndex    = 11;
     this.skinLabel3.Text        = "当前网络链接已中断!\r\n请在连接网络后解锁!";
     this.skinLabel3.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.skinLabel3.Visible     = false;
     //
     // skinLabel7
     //
     this.skinLabel7.Anchor      = System.Windows.Forms.AnchorStyles.Left;
     this.skinLabel7.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel7.BorderColor = System.Drawing.Color.White;
     this.skinLabel7.Font        = new System.Drawing.Font("微软雅黑", 15F);
     this.skinLabel7.ForeColor   = System.Drawing.Color.Red;
     this.skinLabel7.Location    = new System.Drawing.Point(189, 915);
     this.skinLabel7.Name        = "skinLabel7";
     this.skinLabel7.Size        = new System.Drawing.Size(982, 32);
     this.skinLabel7.TabIndex    = 10;
     this.skinLabel7.Text        = "不要尝试去重启,如果线程检测到你重启系统,别想开机了";
     this.skinLabel7.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.skinLabel7.Visible     = false;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // skinLabel8
     //
     this.skinLabel8.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.skinLabel8.AutoSize    = true;
     this.skinLabel8.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel8.BorderColor = System.Drawing.Color.White;
     this.skinLabel8.Font        = new System.Drawing.Font("微软雅黑", 15F);
     this.skinLabel8.Location    = new System.Drawing.Point(259, 300);
     this.skinLabel8.Name        = "skinLabel8";
     this.skinLabel8.Size        = new System.Drawing.Size(112, 64);
     this.skinLabel8.TabIndex    = 12;
     this.skinLabel8.Text        = "GUID:\r\n%uuid%";
     //
     // skinRollingBar1
     //
     this.skinRollingBar1.BaseColor         = System.Drawing.Color.OrangeRed;
     this.skinRollingBar1.Location          = new System.Drawing.Point(615, -6);
     this.skinRollingBar1.Name              = "skinRollingBar1";
     this.skinRollingBar1.Radius1           = 82;
     this.skinRollingBar1.Radius2           = 129;
     this.skinRollingBar1.RefleshFrequency  = 1;
     this.skinRollingBar1.Size              = new System.Drawing.Size(370, 193);
     this.skinRollingBar1.TabIndex          = 13;
     this.skinRollingBar1.TabStop           = false;
     skinRollingBarThemeBase19.BackColor    = System.Drawing.Color.Transparent;
     skinRollingBarThemeBase19.BaseColor    = System.Drawing.Color.OrangeRed;
     skinRollingBarThemeBase19.DiamondColor = System.Drawing.Color.White;
     skinRollingBarThemeBase19.PenWidth     = 2F;
     skinRollingBarThemeBase19.Radius1      = 82;
     skinRollingBarThemeBase19.Radius2      = 129;
     skinRollingBarThemeBase19.SpokeNum     = 12;
     this.skinRollingBar1.XTheme            = skinRollingBarThemeBase19;
     //
     // skinLabel9
     //
     this.skinLabel9.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.skinLabel9.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel9.BorderColor = System.Drawing.Color.White;
     this.skinLabel9.Font        = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel9.Location    = new System.Drawing.Point(1028, 9);
     this.skinLabel9.Name        = "skinLabel9";
     this.skinLabel9.Size        = new System.Drawing.Size(318, 20);
     this.skinLabel9.TabIndex    = 14;
     this.skinLabel9.Text        = "当前时间:%time%";
     this.skinLabel9.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // timer2
     //
     this.timer2.Enabled  = true;
     this.timer2.Interval = 1000;
     this.timer2.Tick    += new System.EventHandler(this.timer2_Tick);
     //
     // listBox1
     //
     this.listBox1.Anchor            = System.Windows.Forms.AnchorStyles.Top;
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight        = 15;
     this.listBox1.Location          = new System.Drawing.Point(403, 509);
     this.listBox1.Name     = "listBox1";
     this.listBox1.Size     = new System.Drawing.Size(448, 214);
     this.listBox1.TabIndex = 15;
     //
     // skinHotKey1
     //
     this.skinHotKey1.Enabled        = true;
     this.skinHotKey1.Key            = System.Windows.Forms.Keys.End;
     this.skinHotKey1.KeyModifier    = CCWin.SkinControl.KeyModifiers.Control;
     this.skinHotKey1.Tag            = null;
     this.skinHotKey1.HotKeyTrigger += new System.EventHandler <CCWin.SkinControl.HotKeyEventArgs>(this.skinHotKey1_HotKeyTrigger_1);
     //
     // Form1
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(1358, 956);
     this.Controls.Add(this.skinLabel7);
     this.Controls.Add(this.skinLabel3);
     this.Controls.Add(this.skinRollingBar1);
     this.Controls.Add(this.skinLabel8);
     this.Controls.Add(this.skinButton1);
     this.Controls.Add(this.skinLabel6);
     this.Controls.Add(this.skinTextBox1);
     this.Controls.Add(this.skinLabel5);
     this.Controls.Add(this.skinLabel4);
     this.Controls.Add(this.ID);
     this.Controls.Add(this.skinLabel2);
     this.Controls.Add(this.skinLabel1);
     this.Controls.Add(this.skinLabel9);
     this.Controls.Add(this.listBox1);
     this.Cursor          = System.Windows.Forms.Cursors.PanNW;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.ShowInTaskbar   = false;
     this.Text            = "您的电脑已被锁定!";
     this.TopMost         = true;
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyUp);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("远程");
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     CCWin.SkinControl.SkinRollingBarThemeBase      skinRollingBarThemeBase3 = new CCWin.SkinControl.SkinRollingBarThemeBase();
     this.menuStrip1              = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1      = new System.Windows.Forms.ToolStripMenuItem();
     this.远程ToolStripMenuItem1    = new System.Windows.Forms.ToolStripMenuItem();
     this.远程设置ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.操作说明ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.关于ToolStripMenuItem1    = new System.Windows.Forms.ToolStripMenuItem();
     this.远程ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.新增远程服务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.设置ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.关于ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.treeView1                = new System.Windows.Forms.TreeView();
     this.imageList1               = new System.Windows.Forms.ImageList(this.components);
     this.contextMenuStrip1        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.除服务器ToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip2        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.新增服务器分类ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip3        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.新增服务器ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.除服务器分类ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.重命名ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.skinRollingBar1          = new CCWin.SkinControl.SkinRollingBar();
     this.tabControl1              = new System.Windows.Forms.TabControl();
     this.远程连接双击可ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.断开连接ToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.contextMenuStrip2.SuspendLayout();
     this.contextMenuStrip3.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.远程ToolStripMenuItem1,
         this.关于ToolStripMenuItem1
     });
     this.menuStrip1.Location = new System.Drawing.Point(8, 39);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1292, 25);
     this.menuStrip1.TabIndex = 4;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name   = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size   = new System.Drawing.Size(89, 21);
     this.toolStripMenuItem1.Text   = "+新增服务器";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // 远程ToolStripMenuItem1
     //
     this.远程ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.远程设置ToolStripMenuItem,
         this.操作说明ToolStripMenuItem
     });
     this.远程ToolStripMenuItem1.Name = "远程ToolStripMenuItem1";
     this.远程ToolStripMenuItem1.Size = new System.Drawing.Size(44, 21);
     this.远程ToolStripMenuItem1.Text = "远程";
     //
     // 远程设置ToolStripMenuItem
     //
     this.远程设置ToolStripMenuItem.Name = "远程设置ToolStripMenuItem";
     this.远程设置ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.远程设置ToolStripMenuItem.Text = "远程设置";
     //
     // 操作说明ToolStripMenuItem
     //
     this.操作说明ToolStripMenuItem.Name = "操作说明ToolStripMenuItem";
     this.操作说明ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.操作说明ToolStripMenuItem.Text = "操作说明";
     //
     // 关于ToolStripMenuItem1
     //
     this.关于ToolStripMenuItem1.Name = "关于ToolStripMenuItem1";
     this.关于ToolStripMenuItem1.Size = new System.Drawing.Size(44, 21);
     this.关于ToolStripMenuItem1.Text = "关于";
     //
     // 远程ToolStripMenuItem
     //
     this.远程ToolStripMenuItem.Name = "远程ToolStripMenuItem";
     this.远程ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
     this.远程ToolStripMenuItem.Text = "远程";
     //
     // 新增远程服务ToolStripMenuItem
     //
     this.新增远程服务ToolStripMenuItem.Name = "新增远程服务ToolStripMenuItem";
     this.新增远程服务ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.新增远程服务ToolStripMenuItem.Text = "新增远程服务";
     //
     // 设置ToolStripMenuItem
     //
     this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem";
     this.设置ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
     this.设置ToolStripMenuItem.Text = "设置";
     //
     // 关于ToolStripMenuItem
     //
     this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
     this.关于ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
     this.关于ToolStripMenuItem.Text = "关于";
     //
     // treeView1
     //
     this.treeView1.Dock          = System.Windows.Forms.DockStyle.Left;
     this.treeView1.ImageIndex    = 3;
     this.treeView1.ImageList     = this.imageList1;
     this.treeView1.ItemHeight    = 20;
     this.treeView1.LabelEdit     = true;
     this.treeView1.Location      = new System.Drawing.Point(8, 64);
     this.treeView1.Margin        = new System.Windows.Forms.Padding(0, 3, 3, 3);
     this.treeView1.Name          = "treeView1";
     treeNode1.Checked            = true;
     treeNode1.ImageKey           = "c16.ico";
     treeNode1.Name               = "mainNode";
     treeNode1.NodeFont           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     treeNode1.SelectedImageIndex = 1;
     treeNode1.Text               = "远程";
     this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode1
     });
     this.treeView1.SelectedImageIndex = 3;
     this.treeView1.Size                  = new System.Drawing.Size(238, 778);
     this.treeView1.StateImageList        = this.imageList1;
     this.treeView1.TabIndex              = 7;
     this.treeView1.AfterLabelEdit       += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView1_AfterLabelEdit);
     this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick);
     this.treeView1.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseDown);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "42.ico");
     this.imageList1.Images.SetKeyName(1, "c16.ico");
     this.imageList1.Images.SetKeyName(2, "resizeApi (1).png");
     this.imageList1.Images.SetKeyName(3, "122.png");
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.远程连接双击可ToolStripMenuItem,
         this.除服务器ToolStripMenuItem,
         this.断开连接ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(185, 92);
     //
     // 删除服务器ToolStripMenuItem
     //
     this.除服务器ToolStripMenuItem.Name   = "删除服务器ToolStripMenuItem";
     this.除服务器ToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.除服务器ToolStripMenuItem.Text   = "删除该服务器";
     this.除服务器ToolStripMenuItem.Click += new System.EventHandler(this.除服务器ToolStripMenuItem_Click);
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.新增服务器分类ToolStripMenuItem
     });
     this.contextMenuStrip2.Name = "contextMenuStrip2";
     this.contextMenuStrip2.Size = new System.Drawing.Size(161, 26);
     //
     // 新增服务器分类ToolStripMenuItem
     //
     this.新增服务器分类ToolStripMenuItem.Name   = "新增服务器分类ToolStripMenuItem";
     this.新增服务器分类ToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.新增服务器分类ToolStripMenuItem.Text   = "新增服务器分类";
     this.新增服务器分类ToolStripMenuItem.Click += new System.EventHandler(this.新增服务器分类ToolStripMenuItem_Click);
     //
     // contextMenuStrip3
     //
     this.contextMenuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.新增服务器ToolStripMenuItem,
         this.除服务器分类ToolStripMenuItem,
         this.重命名ToolStripMenuItem
     });
     this.contextMenuStrip3.Name = "contextMenuStrip3";
     this.contextMenuStrip3.Size = new System.Drawing.Size(137, 70);
     //
     // 新增服务器ToolStripMenuItem
     //
     this.新增服务器ToolStripMenuItem.Name   = "新增服务器ToolStripMenuItem";
     this.新增服务器ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.新增服务器ToolStripMenuItem.Text   = "新增服务器";
     this.新增服务器ToolStripMenuItem.Click += new System.EventHandler(this.新增服务器ToolStripMenuItem_Click);
     //
     // 删除服务器分类ToolStripMenuItem
     //
     this.除服务器分类ToolStripMenuItem.Name   = "删除服务器分类ToolStripMenuItem";
     this.除服务器分类ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.除服务器分类ToolStripMenuItem.Text   = "删除该分类";
     this.除服务器分类ToolStripMenuItem.Click += new System.EventHandler(this.除服务器分类ToolStripMenuItem_Click);
     //
     // 重命名ToolStripMenuItem
     //
     this.重命名ToolStripMenuItem.Name   = "重命名ToolStripMenuItem";
     this.重命名ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.重命名ToolStripMenuItem.Text   = "重命名";
     this.重命名ToolStripMenuItem.Click += new System.EventHandler(this.重命名ToolStripMenuItem_Click);
     //
     // skinRollingBar1
     //
     this.skinRollingBar1.BaseColor        = System.Drawing.Color.DodgerBlue;
     this.skinRollingBar1.DiamondColor     = System.Drawing.Color.Transparent;
     this.skinRollingBar1.Location         = new System.Drawing.Point(80, 67);
     this.skinRollingBar1.Name             = "skinRollingBar1";
     this.skinRollingBar1.PenWidth         = 1F;
     this.skinRollingBar1.Radius2          = 24;
     this.skinRollingBar1.Size             = new System.Drawing.Size(22, 19);
     this.skinRollingBar1.SkinBackColor    = System.Drawing.Color.White;
     this.skinRollingBar1.Style            = CCWin.SkinControl.RollingBarStyle.ChromeOneQuarter;
     this.skinRollingBar1.TabIndex         = 8;
     this.skinRollingBar1.TabStop          = false;
     skinRollingBarThemeBase3.BackColor    = System.Drawing.Color.White;
     skinRollingBarThemeBase3.BaseColor    = System.Drawing.Color.DodgerBlue;
     skinRollingBarThemeBase3.DiamondColor = System.Drawing.Color.Transparent;
     skinRollingBarThemeBase3.PenWidth     = 1F;
     skinRollingBarThemeBase3.Radius1      = 10;
     skinRollingBarThemeBase3.Radius2      = 24;
     skinRollingBarThemeBase3.SpokeNum     = 12;
     this.skinRollingBar1.XTheme           = skinRollingBarThemeBase3;
     //
     // tabControl1
     //
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(246, 64);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(1054, 778);
     this.tabControl1.TabIndex      = 9;
     //
     // 远程连接双击可ToolStripMenuItem
     //
     this.远程连接双击可ToolStripMenuItem.Name = "远程连接双击可ToolStripMenuItem";
     this.远程连接双击可ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.远程连接双击可ToolStripMenuItem.Text = "远程连接(或双击)";
     //
     // 断开连接ToolStripMenuItem
     //
     this.断开连接ToolStripMenuItem.Name   = "断开连接ToolStripMenuItem";
     this.断开连接ToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.断开连接ToolStripMenuItem.Text   = "断开连接";
     this.断开连接ToolStripMenuItem.Click += new System.EventHandler(this.断开连接ToolStripMenuItem_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1308, 850);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.skinRollingBar1);
     this.Controls.Add(this.treeView1);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Form1";
     this.Text = "远程桌面管理v1.0.0-【可乐不加冰】";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.contextMenuStrip2.ResumeLayout(false);
     this.contextMenuStrip3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Home));
     CCWin.SkinControl.SkinRollingBarThemeBase      skinRollingBarThemeBase1 = new CCWin.SkinControl.SkinRollingBarThemeBase();
     this.skinEngine1     = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
     this.skinLine1       = new CCWin.SkinControl.SkinLine();
     this.skinRollingBar1 = new CCWin.SkinControl.SkinRollingBar();
     this.skinLabel1      = new CCWin.SkinControl.SkinLabel();
     this.button1         = new System.Windows.Forms.Button();
     this.button2         = new System.Windows.Forms.Button();
     this.button3         = new System.Windows.Forms.Button();
     this.button4         = new System.Windows.Forms.Button();
     this.button5         = new System.Windows.Forms.Button();
     this.button6         = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // skinEngine1
     //
     this.skinEngine1.SerialNumber   = "";
     this.skinEngine1.SkinFile       = null;
     this.skinEngine1.SkinStreamMain = ((System.IO.Stream)(resources.GetObject("skinEngine1.SkinStreamMain")));
     //
     // skinLine1
     //
     this.skinLine1.BackColor  = System.Drawing.Color.Transparent;
     this.skinLine1.LineColor  = System.Drawing.Color.Black;
     this.skinLine1.LineHeight = 1;
     this.skinLine1.Location   = new System.Drawing.Point(50, 86);
     this.skinLine1.Margin     = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.skinLine1.Name       = "skinLine1";
     this.skinLine1.Size       = new System.Drawing.Size(480, 31);
     this.skinLine1.TabIndex   = 5;
     this.skinLine1.Text       = "skinLine1";
     //
     // skinRollingBar1
     //
     this.skinRollingBar1.Location         = new System.Drawing.Point(-11, 74);
     this.skinRollingBar1.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.skinRollingBar1.Name             = "skinRollingBar1";
     this.skinRollingBar1.Radius2          = 24;
     this.skinRollingBar1.Size             = new System.Drawing.Size(75, 23);
     this.skinRollingBar1.TabIndex         = 6;
     this.skinRollingBar1.TabStop          = false;
     skinRollingBarThemeBase1.BackColor    = System.Drawing.Color.Transparent;
     skinRollingBarThemeBase1.BaseColor    = System.Drawing.Color.Red;
     skinRollingBarThemeBase1.DiamondColor = System.Drawing.Color.White;
     skinRollingBarThemeBase1.PenWidth     = 2F;
     skinRollingBarThemeBase1.Radius1      = 10;
     skinRollingBarThemeBase1.Radius2      = 24;
     skinRollingBarThemeBase1.SpokeNum     = 12;
     this.skinRollingBar1.XTheme           = skinRollingBarThemeBase1;
     //
     // 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("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel1.Location    = new System.Drawing.Point(55, 35);
     this.skinLabel1.Name        = "skinLabel1";
     this.skinLabel1.Size        = new System.Drawing.Size(124, 27);
     this.skinLabel1.TabIndex    = 8;
     this.skinLabel1.Text        = "Hi! Teacher!";
     this.skinLabel1.Click      += new System.EventHandler(this.skinLabel1_Click);
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button1.Location = new System.Drawing.Point(400, 26);
     this.button1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(130, 53);
     this.button1.TabIndex = 9;
     this.button1.Text     = "Logout";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button2.Location = new System.Drawing.Point(74, 128);
     this.button2.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(143, 71);
     this.button2.TabIndex = 10;
     this.button2.Text     = "Student";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Font     = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button3.Location = new System.Drawing.Point(373, 128);
     this.button3.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(144, 71);
     this.button3.TabIndex = 11;
     this.button3.Text     = "Rubric";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Font     = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button4.Location = new System.Drawing.Point(223, 236);
     this.button4.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(143, 71);
     this.button4.TabIndex = 12;
     this.button4.Text     = "Evaluate";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Font     = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button5.Location = new System.Drawing.Point(74, 338);
     this.button5.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(143, 71);
     this.button5.TabIndex = 13;
     this.button5.Text     = "Course";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // button6
     //
     this.button6.Font     = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button6.Location = new System.Drawing.Point(373, 338);
     this.button6.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(143, 71);
     this.button6.TabIndex = 14;
     this.button6.Text     = "Final\r\nGrade";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // Home
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(564, 473);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.skinLabel1);
     this.Controls.Add(this.skinRollingBar1);
     this.Controls.Add(this.skinLine1);
     this.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.MaximizeBox     = false;
     this.Name            = "Home";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Home";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #6
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     CCWin.SkinControl.SkinRollingBarThemeBase skinRollingBarThemeBase1 = new CCWin.SkinControl.SkinRollingBarThemeBase();
     this.labelAppName = new CCWin.SkinControl.SkinLabel();
     this.skinLabel2   = new CCWin.SkinControl.SkinLabel();
     this.skinLabel4   = new CCWin.SkinControl.SkinLabel();
     this.skinLabel5   = new CCWin.SkinControl.SkinLabel();
     this.btnLogIn     = new CCWin.SkinControl.SkinButton();
     this.btnLogOut    = new CCWin.SkinControl.SkinButton();
     this.chkSavePWD   = new CCWin.SkinControl.SkinCheckBox();
     this.txbUserName  = new CCWin.SkinControl.SkinTextBox();
     this.txbPassWord  = new CCWin.SkinControl.SkinTextBox();
     this.RollingBar   = new CCWin.SkinControl.SkinRollingBar();
     this.prbLoading   = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // labelAppName
     //
     this.labelAppName.AutoSize    = true;
     this.labelAppName.BackColor   = System.Drawing.Color.Transparent;
     this.labelAppName.BorderColor = System.Drawing.Color.White;
     this.labelAppName.Font        = new System.Drawing.Font("楷体", 26.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelAppName.ForeColor   = System.Drawing.Color.Indigo;
     this.labelAppName.Location    = new System.Drawing.Point(164, 37);
     this.labelAppName.Name        = "labelAppName";
     this.labelAppName.Size        = new System.Drawing.Size(220, 35);
     this.labelAppName.TabIndex    = 0;
     this.labelAppName.Text        = "CDM管理系统";
     //
     // skinLabel2
     //
     this.skinLabel2.AutoSize    = true;
     this.skinLabel2.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel2.BorderColor = System.Drawing.Color.White;
     this.skinLabel2.Font        = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold);
     this.skinLabel2.ForeColor   = System.Drawing.Color.Navy;
     this.skinLabel2.Location    = new System.Drawing.Point(411, 227);
     this.skinLabel2.Name        = "skinLabel2";
     this.skinLabel2.Size        = new System.Drawing.Size(148, 22);
     this.skinLabel2.TabIndex    = 0;
     this.skinLabel2.Text        = "自动化研究所";
     //
     // skinLabel4
     //
     this.skinLabel4.AutoSize    = true;
     this.skinLabel4.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel4.BorderColor = System.Drawing.Color.White;
     this.skinLabel4.Font        = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel4.ForeColor   = System.Drawing.Color.Purple;
     this.skinLabel4.Location    = new System.Drawing.Point(137, 89);
     this.skinLabel4.Name        = "skinLabel4";
     this.skinLabel4.Size        = new System.Drawing.Size(75, 28);
     this.skinLabel4.TabIndex    = 0;
     this.skinLabel4.Text        = "用户名";
     //
     // skinLabel5
     //
     this.skinLabel5.AutoSize    = true;
     this.skinLabel5.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel5.BorderColor = System.Drawing.Color.White;
     this.skinLabel5.Font        = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel5.ForeColor   = System.Drawing.Color.Purple;
     this.skinLabel5.Location    = new System.Drawing.Point(138, 119);
     this.skinLabel5.Name        = "skinLabel5";
     this.skinLabel5.Size        = new System.Drawing.Size(72, 28);
     this.skinLabel5.TabIndex    = 0;
     this.skinLabel5.Text        = "密   码";
     //
     // btnLogIn
     //
     this.btnLogIn.BackColor               = System.Drawing.Color.Transparent;
     this.btnLogIn.BaseColor               = System.Drawing.Color.Gray;
     this.btnLogIn.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.btnLogIn.DownBack                = null;
     this.btnLogIn.Font                    = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnLogIn.ForeColor               = System.Drawing.Color.Purple;
     this.btnLogIn.Location                = new System.Drawing.Point(256, 163);
     this.btnLogIn.MouseBack               = null;
     this.btnLogIn.Name                    = "btnLogIn";
     this.btnLogIn.NormlBack               = null;
     this.btnLogIn.Size                    = new System.Drawing.Size(69, 28);
     this.btnLogIn.TabIndex                = 3;
     this.btnLogIn.Text                    = "登 陆";
     this.btnLogIn.UseVisualStyleBackColor = false;
     this.btnLogIn.Click                  += new System.EventHandler(this.btnLogIn_Click);
     //
     // btnLogOut
     //
     this.btnLogOut.BackColor               = System.Drawing.Color.Transparent;
     this.btnLogOut.BaseColor               = System.Drawing.Color.Gray;
     this.btnLogOut.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.btnLogOut.DownBack                = null;
     this.btnLogOut.Font                    = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnLogOut.ForeColor               = System.Drawing.Color.Purple;
     this.btnLogOut.Location                = new System.Drawing.Point(331, 163);
     this.btnLogOut.MouseBack               = null;
     this.btnLogOut.Name                    = "btnLogOut";
     this.btnLogOut.NormlBack               = null;
     this.btnLogOut.Size                    = new System.Drawing.Size(64, 28);
     this.btnLogOut.TabIndex                = 3;
     this.btnLogOut.Text                    = "退 出";
     this.btnLogOut.UseVisualStyleBackColor = false;
     this.btnLogOut.Click                  += new System.EventHandler(this.btnLogOut_Click);
     //
     // chkSavePWD
     //
     this.chkSavePWD.AutoSize                = true;
     this.chkSavePWD.BackColor               = System.Drawing.Color.Transparent;
     this.chkSavePWD.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.chkSavePWD.DownBack                = null;
     this.chkSavePWD.Font                    = new System.Drawing.Font("微软雅黑", 12F);
     this.chkSavePWD.Location                = new System.Drawing.Point(144, 165);
     this.chkSavePWD.MouseBack               = null;
     this.chkSavePWD.Name                    = "chkSavePWD";
     this.chkSavePWD.NormlBack               = null;
     this.chkSavePWD.SelectedDownBack        = null;
     this.chkSavePWD.SelectedMouseBack       = null;
     this.chkSavePWD.SelectedNormlBack       = null;
     this.chkSavePWD.Size                    = new System.Drawing.Size(93, 25);
     this.chkSavePWD.TabIndex                = 4;
     this.chkSavePWD.Text                    = "记住密码";
     this.chkSavePWD.UseVisualStyleBackColor = false;
     //
     // txbUserName
     //
     this.txbUserName.BackColor            = System.Drawing.Color.Transparent;
     this.txbUserName.DownBack             = null;
     this.txbUserName.Icon                 = null;
     this.txbUserName.IconIsButton         = false;
     this.txbUserName.IconMouseState       = CCWin.SkinClass.ControlState.Normal;
     this.txbUserName.IsPasswordChat       = '\0';
     this.txbUserName.IsSystemPasswordChar = false;
     this.txbUserName.Lines                = new string[0];
     this.txbUserName.Location             = new System.Drawing.Point(210, 89);
     this.txbUserName.Margin               = new System.Windows.Forms.Padding(0);
     this.txbUserName.MaxLength            = 32767;
     this.txbUserName.MinimumSize          = new System.Drawing.Size(28, 28);
     this.txbUserName.MouseBack            = null;
     this.txbUserName.MouseState           = CCWin.SkinClass.ControlState.Normal;
     this.txbUserName.Multiline            = false;
     this.txbUserName.Name                 = "txbUserName";
     this.txbUserName.NormlBack            = null;
     this.txbUserName.Padding              = new System.Windows.Forms.Padding(5);
     this.txbUserName.ReadOnly             = false;
     this.txbUserName.ScrollBars           = System.Windows.Forms.ScrollBars.None;
     this.txbUserName.Size                 = new System.Drawing.Size(185, 28);
     //
     //
     //
     this.txbUserName.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txbUserName.SkinTxt.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.txbUserName.SkinTxt.Font        = new System.Drawing.Font("微软雅黑", 9.75F);
     this.txbUserName.SkinTxt.Location    = new System.Drawing.Point(5, 5);
     this.txbUserName.SkinTxt.Name        = "BaseText";
     this.txbUserName.SkinTxt.Size        = new System.Drawing.Size(175, 18);
     this.txbUserName.SkinTxt.TabIndex    = 0;
     this.txbUserName.SkinTxt.WaterColor  = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.txbUserName.SkinTxt.WaterText   = "请输入用户名";
     this.txbUserName.TabIndex            = 10;
     this.txbUserName.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     this.txbUserName.WaterColor          = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.txbUserName.WaterText           = "请输入用户名";
     this.txbUserName.WordWrap            = true;
     //
     // txbPassWord
     //
     this.txbPassWord.BackColor            = System.Drawing.Color.Transparent;
     this.txbPassWord.DownBack             = null;
     this.txbPassWord.Icon                 = null;
     this.txbPassWord.IconIsButton         = false;
     this.txbPassWord.IconMouseState       = CCWin.SkinClass.ControlState.Normal;
     this.txbPassWord.IsPasswordChat       = '●';
     this.txbPassWord.IsSystemPasswordChar = true;
     this.txbPassWord.Lines                = new string[0];
     this.txbPassWord.Location             = new System.Drawing.Point(210, 119);
     this.txbPassWord.Margin               = new System.Windows.Forms.Padding(0);
     this.txbPassWord.MaxLength            = 32767;
     this.txbPassWord.MinimumSize          = new System.Drawing.Size(28, 28);
     this.txbPassWord.MouseBack            = null;
     this.txbPassWord.MouseState           = CCWin.SkinClass.ControlState.Normal;
     this.txbPassWord.Multiline            = false;
     this.txbPassWord.Name                 = "txbPassWord";
     this.txbPassWord.NormlBack            = null;
     this.txbPassWord.Padding              = new System.Windows.Forms.Padding(5);
     this.txbPassWord.ReadOnly             = false;
     this.txbPassWord.ScrollBars           = System.Windows.Forms.ScrollBars.None;
     this.txbPassWord.Size                 = new System.Drawing.Size(185, 28);
     //
     //
     //
     this.txbPassWord.SkinTxt.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.txbPassWord.SkinTxt.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.txbPassWord.SkinTxt.Font                  = new System.Drawing.Font("微软雅黑", 9.75F);
     this.txbPassWord.SkinTxt.Location              = new System.Drawing.Point(5, 5);
     this.txbPassWord.SkinTxt.Name                  = "BaseText";
     this.txbPassWord.SkinTxt.PasswordChar          = '●';
     this.txbPassWord.SkinTxt.Size                  = new System.Drawing.Size(175, 18);
     this.txbPassWord.SkinTxt.TabIndex              = 0;
     this.txbPassWord.SkinTxt.UseSystemPasswordChar = true;
     this.txbPassWord.SkinTxt.WaterColor            = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.txbPassWord.SkinTxt.WaterText             = "请输入密码";
     this.txbPassWord.TabIndex   = 10;
     this.txbPassWord.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     this.txbPassWord.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.txbPassWord.WaterText  = "请输入密码";
     this.txbPassWord.WordWrap   = true;
     //
     // RollingBar
     //
     this.RollingBar.Location              = new System.Drawing.Point(210, 206);
     this.RollingBar.Name                  = "RollingBar";
     this.RollingBar.Radius2               = 24;
     this.RollingBar.Size                  = new System.Drawing.Size(97, 43);
     this.RollingBar.TabIndex              = 11;
     this.RollingBar.TabStop               = false;
     this.RollingBar.Visible               = false;
     skinRollingBarThemeBase1.BackColor    = System.Drawing.Color.Transparent;
     skinRollingBarThemeBase1.BaseColor    = System.Drawing.Color.Red;
     skinRollingBarThemeBase1.DiamondColor = System.Drawing.Color.White;
     skinRollingBarThemeBase1.PenWidth     = 2F;
     skinRollingBarThemeBase1.Radius1      = 10;
     skinRollingBarThemeBase1.Radius2      = 24;
     skinRollingBarThemeBase1.SpokeNum     = 12;
     this.RollingBar.XTheme                = skinRollingBarThemeBase1;
     //
     // prbLoading
     //
     this.prbLoading.BackColor     = System.Drawing.Color.White;
     this.prbLoading.ForeColor     = System.Drawing.Color.Red;
     this.prbLoading.Location      = new System.Drawing.Point(241, 255);
     this.prbLoading.Name          = "prbLoading";
     this.prbLoading.Size          = new System.Drawing.Size(318, 6);
     this.prbLoading.TabIndex      = 9;
     this.prbLoading.UseWaitCursor = true;
     this.prbLoading.Visible       = false;
     //
     // Form_Splash
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.DarkGray;
     this.ClientSize          = new System.Drawing.Size(558, 262);
     this.ControlBox          = false;
     this.Controls.Add(this.RollingBar);
     this.Controls.Add(this.txbPassWord);
     this.Controls.Add(this.txbUserName);
     this.Controls.Add(this.prbLoading);
     this.Controls.Add(this.chkSavePWD);
     this.Controls.Add(this.btnLogOut);
     this.Controls.Add(this.btnLogIn);
     this.Controls.Add(this.labelAppName);
     this.Controls.Add(this.skinLabel5);
     this.Controls.Add(this.skinLabel4);
     this.Controls.Add(this.skinLabel2);
     this.ForeColor     = System.Drawing.Color.Navy;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "Form_Splash";
     this.Radius        = 1;
     this.ShowDrawIcon  = false;
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "";
     this.Load         += new System.EventHandler(this.Form_Splash_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     CCWin.SkinControl.SkinRollingBarThemeBase skinRollingBarThemeBase1 = new CCWin.SkinControl.SkinRollingBarThemeBase();
     this.skinLabel1      = new CCWin.SkinControl.SkinLabel();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.skinRollingBar1 = new CCWin.SkinControl.SkinRollingBar();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // 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("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel1.Location    = new System.Drawing.Point(225, 39);
     this.skinLabel1.Name        = "skinLabel1";
     this.skinLabel1.Size        = new System.Drawing.Size(56, 17);
     this.skinLabel1.TabIndex    = 1;
     this.skinLabel1.Text        = "正在启动";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image     = global::JGNet.Common.Properties.Resources.A;
     this.pictureBox1.Location  = new System.Drawing.Point(17, 31);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(107, 33);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex  = 13;
     this.pictureBox1.TabStop   = false;
     //
     // skinRollingBar1
     //
     this.skinRollingBar1.BaseColor        = System.Drawing.Color.DeepSkyBlue;
     this.skinRollingBar1.Location         = new System.Drawing.Point(287, 31);
     this.skinRollingBar1.Name             = "skinRollingBar1";
     this.skinRollingBar1.Radius2          = 24;
     this.skinRollingBar1.Size             = new System.Drawing.Size(32, 32);
     this.skinRollingBar1.SkinBackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(250)))), ((int)(((byte)(253)))));
     this.skinRollingBar1.Style            = CCWin.SkinControl.RollingBarStyle.DiamondRing;
     this.skinRollingBar1.TabIndex         = 14;
     this.skinRollingBar1.TabStop          = false;
     skinRollingBarThemeBase1.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(250)))), ((int)(((byte)(253)))));
     skinRollingBarThemeBase1.BaseColor    = System.Drawing.Color.DeepSkyBlue;
     skinRollingBarThemeBase1.DiamondColor = System.Drawing.Color.White;
     skinRollingBarThemeBase1.PenWidth     = 2F;
     skinRollingBarThemeBase1.Radius1      = 10;
     skinRollingBarThemeBase1.Radius2      = 24;
     skinRollingBarThemeBase1.SpokeNum     = 12;
     this.skinRollingBar1.XTheme           = skinRollingBarThemeBase1;
     //
     // LoadingForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(159)))), ((int)(((byte)(215)))));
     this.ClientSize          = new System.Drawing.Size(377, 91);
     this.ControlBox          = false;
     this.Controls.Add(this.skinRollingBar1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.skinLabel1);
     this.Name          = "LoadingForm";
     this.ShowDrawIcon  = false;
     this.ShowInTaskbar = false;
     this.Text          = "";
     this.Load         += new System.EventHandler(this.LoadingForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #8
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     CCWin.SkinControl.SkinRollingBarThemeBase      skinRollingBarThemeBase1 = new CCWin.SkinControl.SkinRollingBarThemeBase();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.label1          = new System.Windows.Forms.Label();
     this.pictureBox2     = new System.Windows.Forms.PictureBox();
     this.label2          = new System.Windows.Forms.Label();
     this.listView1       = new System.Windows.Forms.ListView();
     this.SID             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SXuehao         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SName           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SClass          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.STel            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SQQ             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SEmail          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SXuefen         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.pictureBox3     = new System.Windows.Forms.PictureBox();
     this.label3          = new System.Windows.Forms.Label();
     this.pictureBox4     = new System.Windows.Forms.PictureBox();
     this.label4          = new System.Windows.Forms.Label();
     this.skinRollingBar1 = new CCWin.SkinControl.SkinRollingBar();
     this.label5          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.pictureBox1.Image       = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location    = new System.Drawing.Point(112, 472);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(88, 85);
     this.pictureBox1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex    = 0;
     this.pictureBox1.TabStop     = false;
     this.pictureBox1.Click      += new System.EventHandler(this.pictureBox1_Click);
     this.pictureBox1.MouseEnter += new System.EventHandler(this.pictureBox1_MouseEnter);
     this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
     //
     // label1
     //
     this.label1.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.label1.Font      = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location  = new System.Drawing.Point(112, 573);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(88, 23);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "语音点名";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.pictureBox2.Image       = global::StudentM.Properties.Resources.tiwen;
     this.pictureBox2.Location    = new System.Drawing.Point(339, 472);
     this.pictureBox2.Name        = "pictureBox2";
     this.pictureBox2.Size        = new System.Drawing.Size(88, 85);
     this.pictureBox2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex    = 2;
     this.pictureBox2.TabStop     = false;
     this.pictureBox2.Click      += new System.EventHandler(this.pictureBox2_Click);
     this.pictureBox2.MouseEnter += new System.EventHandler(this.pictureBox2_MouseEnter);
     this.pictureBox2.MouseLeave += new System.EventHandler(this.pictureBox2_MouseLeave);
     //
     // label2
     //
     this.label2.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.label2.Font      = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location  = new System.Drawing.Point(339, 573);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 23);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "随机提问";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // listView1
     //
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.SID,
         this.SXuehao,
         this.SName,
         this.SClass,
         this.STel,
         this.SQQ,
         this.SEmail,
         this.SXuefen
     });
     this.listView1.FullRowSelect = true;
     this.listView1.Location      = new System.Drawing.Point(7, 35);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(938, 412);
     this.listView1.TabIndex      = 4;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View         = System.Windows.Forms.View.Details;
     this.listView1.SizeChanged += new System.EventHandler(this.listView1_SizeChanged);
     this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
     //
     // SID
     //
     this.SID.Text  = "学生ID";
     this.SID.Width = 100;
     //
     // SXuehao
     //
     this.SXuehao.Text = "学生学号";
     //
     // SName
     //
     this.SName.Text = "学生姓名";
     //
     // SClass
     //
     this.SClass.Text  = "所属班级";
     this.SClass.Width = 130;
     //
     // STel
     //
     this.STel.Text  = "联系电话";
     this.STel.Width = 120;
     //
     // SQQ
     //
     this.SQQ.Text  = "QQ号码";
     this.SQQ.Width = 120;
     //
     // SEmail
     //
     this.SEmail.Text  = "邮箱地址";
     this.SEmail.Width = 128;
     //
     // SXuefen
     //
     this.SXuefen.Text  = "当前剩余学分";
     this.SXuefen.Width = 120;
     //
     // pictureBox3
     //
     this.pictureBox3.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.pictureBox3.Image       = global::StudentM.Properties.Resources.problem;
     this.pictureBox3.Location    = new System.Drawing.Point(563, 472);
     this.pictureBox3.Name        = "pictureBox3";
     this.pictureBox3.Size        = new System.Drawing.Size(88, 85);
     this.pictureBox3.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex    = 5;
     this.pictureBox3.TabStop     = false;
     this.pictureBox3.MouseEnter += new System.EventHandler(this.pictureBox3_MouseEnter);
     this.pictureBox3.MouseLeave += new System.EventHandler(this.pictureBox3_MouseLeave);
     //
     // label3
     //
     this.label3.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.label3.Font      = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location  = new System.Drawing.Point(563, 573);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(88, 23);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "学生问题";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureBox4
     //
     this.pictureBox4.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.pictureBox4.Image       = global::StudentM.Properties.Resources.settingandabout;
     this.pictureBox4.Location    = new System.Drawing.Point(789, 472);
     this.pictureBox4.Name        = "pictureBox4";
     this.pictureBox4.Size        = new System.Drawing.Size(88, 85);
     this.pictureBox4.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox4.TabIndex    = 7;
     this.pictureBox4.TabStop     = false;
     this.pictureBox4.Click      += new System.EventHandler(this.pictureBox4_Click);
     this.pictureBox4.MouseEnter += new System.EventHandler(this.pictureBox4_MouseEnter);
     this.pictureBox4.MouseLeave += new System.EventHandler(this.pictureBox4_MouseLeave);
     //
     // label4
     //
     this.label4.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.label4.Font      = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location  = new System.Drawing.Point(791, 573);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(88, 23);
     this.label4.TabIndex  = 8;
     this.label4.Text      = "设置|关于";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // skinRollingBar1
     //
     this.skinRollingBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.skinRollingBar1.Location         = new System.Drawing.Point(420, 199);
     this.skinRollingBar1.Name             = "skinRollingBar1";
     this.skinRollingBar1.PenWidth         = 5F;
     this.skinRollingBar1.Radius1          = 50;
     this.skinRollingBar1.Size             = new System.Drawing.Size(149, 102);
     this.skinRollingBar1.Style            = CCWin.SkinControl.RollingBarStyle.BigGuyLeadsLittleGuys;
     this.skinRollingBar1.TabIndex         = 9;
     this.skinRollingBar1.TabStop          = false;
     skinRollingBarThemeBase1.BackColor    = System.Drawing.Color.Transparent;
     skinRollingBarThemeBase1.BaseColor    = System.Drawing.Color.Red;
     skinRollingBarThemeBase1.DiamondColor = System.Drawing.Color.White;
     skinRollingBarThemeBase1.PenWidth     = 5F;
     skinRollingBarThemeBase1.Radius1      = 50;
     skinRollingBarThemeBase1.Radius2      = 20;
     skinRollingBarThemeBase1.SpokeNum     = 12;
     this.skinRollingBar1.XTheme           = skinRollingBarThemeBase1;
     //
     // label5
     //
     this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label5.Font      = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location  = new System.Drawing.Point(310, 315);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(384, 28);
     this.label5.TabIndex  = 10;
     this.label5.Text      = "数据库连接中";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1006, 624);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.skinRollingBar1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox1);
     this.InheritTheme = true;
     this.MdiBackColor = System.Drawing.Color.White;
     this.MinimumSize  = new System.Drawing.Size(1002, 616);
     this.Name         = "Form1";
     this.Text         = "银河学生信息管理系统";
     this.TitleOffset  = new System.Drawing.Point(20, 4);
     this.Load        += new System.EventHandler(this.Form_Main_Load);
     this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #9
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
     CCWin.SkinControl.SkinRollingBarThemeBase      skinRollingBarThemeBase1 = new CCWin.SkinControl.SkinRollingBarThemeBase();
     CCWin.SkinControl.SkinRollingBarThemeBase      skinRollingBarThemeBase2 = new CCWin.SkinControl.SkinRollingBarThemeBase();
     this.label1          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.skinEngine1     = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.skinLine1       = new CCWin.SkinControl.SkinLine();
     this.skinLine2       = new CCWin.SkinControl.SkinLine();
     this.skinRollingBar1 = new CCWin.SkinControl.SkinRollingBar();
     this.skinRollingBar2 = new CCWin.SkinControl.SkinRollingBar();
     this.button1         = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(39, 299);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(136, 28);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Password:"******"Arial Rounded MT Bold", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(84, 92);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(347, 76);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Teacher Assistance \r\n           System";
     this.label2.Click   += new System.EventHandler(this.label2_Click);
     //
     // skinEngine1
     //
     this.skinEngine1.SerialNumber = "";
     this.skinEngine1.SkinFile     = "C:\\Users\\Stonylix\\Desktop\\大三(下)\\Computer_Graphics\\IrisSkin2sskpages\\皮肤控件\\皮肤\\MacOS" +
                                     "\\MacOS.ssk";
     this.skinEngine1.SkinStreamMain = ((System.IO.Stream)(resources.GetObject("skinEngine1.SkinStreamMain")));
     //
     // textBox1
     //
     this.textBox1.Font         = new System.Drawing.Font("Arial Rounded MT Bold", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location     = new System.Drawing.Point(200, 296);
     this.textBox1.Name         = "textBox1";
     this.textBox1.PasswordChar = '*';
     this.textBox1.Size         = new System.Drawing.Size(219, 34);
     this.textBox1.TabIndex     = 7;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // skinLine1
     //
     this.skinLine1.BackColor  = System.Drawing.Color.Transparent;
     this.skinLine1.LineColor  = System.Drawing.Color.Black;
     this.skinLine1.LineHeight = 1;
     this.skinLine1.Location   = new System.Drawing.Point(44, 192);
     this.skinLine1.Name       = "skinLine1";
     this.skinLine1.Size       = new System.Drawing.Size(421, 24);
     this.skinLine1.TabIndex   = 8;
     this.skinLine1.Text       = "skinLine1";
     //
     // skinLine2
     //
     this.skinLine2.BackColor  = System.Drawing.Color.Transparent;
     this.skinLine2.LineColor  = System.Drawing.Color.Black;
     this.skinLine2.LineHeight = 1;
     this.skinLine2.Location   = new System.Drawing.Point(44, 65);
     this.skinLine2.Name       = "skinLine2";
     this.skinLine2.Size       = new System.Drawing.Size(421, 24);
     this.skinLine2.TabIndex   = 9;
     this.skinLine2.Text       = "skinLine2";
     //
     // skinRollingBar1
     //
     this.skinRollingBar1.Location         = new System.Drawing.Point(-10, 103);
     this.skinRollingBar1.Name             = "skinRollingBar1";
     this.skinRollingBar1.Radius2          = 24;
     this.skinRollingBar1.Size             = new System.Drawing.Size(75, 23);
     this.skinRollingBar1.TabIndex         = 10;
     this.skinRollingBar1.TabStop          = false;
     skinRollingBarThemeBase1.BackColor    = System.Drawing.Color.Transparent;
     skinRollingBarThemeBase1.BaseColor    = System.Drawing.Color.Red;
     skinRollingBarThemeBase1.DiamondColor = System.Drawing.Color.White;
     skinRollingBarThemeBase1.PenWidth     = 2F;
     skinRollingBarThemeBase1.Radius1      = 10;
     skinRollingBarThemeBase1.Radius2      = 24;
     skinRollingBarThemeBase1.SpokeNum     = 12;
     this.skinRollingBar1.XTheme           = skinRollingBarThemeBase1;
     //
     // skinRollingBar2
     //
     this.skinRollingBar2.Location         = new System.Drawing.Point(458, 103);
     this.skinRollingBar2.Name             = "skinRollingBar2";
     this.skinRollingBar2.Radius2          = 24;
     this.skinRollingBar2.Size             = new System.Drawing.Size(75, 23);
     this.skinRollingBar2.TabIndex         = 11;
     this.skinRollingBar2.TabStop          = false;
     skinRollingBarThemeBase2.BackColor    = System.Drawing.Color.Transparent;
     skinRollingBarThemeBase2.BaseColor    = System.Drawing.Color.Red;
     skinRollingBarThemeBase2.DiamondColor = System.Drawing.Color.White;
     skinRollingBarThemeBase2.PenWidth     = 2F;
     skinRollingBarThemeBase2.Radius1      = 10;
     skinRollingBarThemeBase2.Radius2      = 24;
     skinRollingBarThemeBase2.SpokeNum     = 12;
     this.skinRollingBar2.XTheme           = skinRollingBarThemeBase2;
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button1.Location = new System.Drawing.Point(185, 388);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(170, 57);
     this.button1.TabIndex = 12;
     this.button1.Text     = "Login";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // Login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(524, 521);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.skinRollingBar2);
     this.Controls.Add(this.skinRollingBar1);
     this.Controls.Add(this.skinLine2);
     this.Controls.Add(this.skinLine1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "Login";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Login";
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }