Commit b85a65b3 几米阳光

主界面修改

1 个父辈 d75c6cd4
...@@ -30,15 +30,32 @@ namespace URSoldering.Client ...@@ -30,15 +30,32 @@ namespace URSoldering.Client
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMenu)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMenu));
this.panel1 = new System.Windows.Forms.Panel();
this.btnExit = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.btnDebug = new System.Windows.Forms.Button(); this.btnDebug = new System.Windows.Forms.Button();
this.btnProduct = new System.Windows.Forms.Button(); this.btnProduct = new System.Windows.Forms.Button();
this.btnWelding = new System.Windows.Forms.Button(); this.btnWelding = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// panel1
//
this.panel1.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.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel1.Controls.Add(this.btnExit);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.btnDebug);
this.panel1.Controls.Add(this.btnProduct);
this.panel1.Controls.Add(this.btnWelding);
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(861, 453);
this.panel1.TabIndex = 15;
//
// btnExit // btnExit
// //
this.btnExit.BackColor = System.Drawing.Color.Goldenrod; this.btnExit.BackColor = System.Drawing.Color.Goldenrod;
...@@ -55,6 +72,22 @@ namespace URSoldering.Client ...@@ -55,6 +72,22 @@ namespace URSoldering.Client
this.btnExit.UseVisualStyleBackColor = false; this.btnExit.UseVisualStyleBackColor = false;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click); this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
// //
// button1
//
this.button1.BackColor = System.Drawing.Color.Transparent;
this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.button1.Enabled = false;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Location = new System.Drawing.Point(23, 23);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(165, 30);
this.button1.TabIndex = 13;
this.button1.UseVisualStyleBackColor = true;
//
// btnDebug // btnDebug
// //
this.btnDebug.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(181)))), ((int)(((byte)(127))))); this.btnDebug.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(181)))), ((int)(((byte)(127)))));
...@@ -64,7 +97,7 @@ namespace URSoldering.Client ...@@ -64,7 +97,7 @@ namespace URSoldering.Client
this.btnDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnDebug.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnDebug.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDebug.ForeColor = System.Drawing.Color.White; this.btnDebug.ForeColor = System.Drawing.Color.White;
this.btnDebug.Location = new System.Drawing.Point(384, 208); this.btnDebug.Location = new System.Drawing.Point(384, 233);
this.btnDebug.Name = "btnDebug"; this.btnDebug.Name = "btnDebug";
this.btnDebug.Size = new System.Drawing.Size(107, 81); this.btnDebug.Size = new System.Drawing.Size(107, 81);
this.btnDebug.TabIndex = 2; this.btnDebug.TabIndex = 2;
...@@ -80,7 +113,7 @@ namespace URSoldering.Client ...@@ -80,7 +113,7 @@ namespace URSoldering.Client
this.btnProduct.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnProduct.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnProduct.ForeColor = System.Drawing.Color.White; this.btnProduct.ForeColor = System.Drawing.Color.White;
this.btnProduct.Location = new System.Drawing.Point(384, 121); this.btnProduct.Location = new System.Drawing.Point(384, 146);
this.btnProduct.Name = "btnProduct"; this.btnProduct.Name = "btnProduct";
this.btnProduct.Size = new System.Drawing.Size(222, 81); this.btnProduct.Size = new System.Drawing.Size(222, 81);
this.btnProduct.TabIndex = 1; this.btnProduct.TabIndex = 1;
...@@ -96,46 +129,13 @@ namespace URSoldering.Client ...@@ -96,46 +129,13 @@ namespace URSoldering.Client
this.btnWelding.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnWelding.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnWelding.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnWelding.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnWelding.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.btnWelding.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.btnWelding.Location = new System.Drawing.Point(187, 121); this.btnWelding.Location = new System.Drawing.Point(210, 146);
this.btnWelding.Name = "btnWelding"; this.btnWelding.Name = "btnWelding";
this.btnWelding.Size = new System.Drawing.Size(191, 261); this.btnWelding.Size = new System.Drawing.Size(168, 168);
this.btnWelding.TabIndex = 0; this.btnWelding.TabIndex = 0;
this.btnWelding.UseVisualStyleBackColor = false; this.btnWelding.UseVisualStyleBackColor = false;
this.btnWelding.Click += new System.EventHandler(this.btnWelding_Click); this.btnWelding.Click += new System.EventHandler(this.btnWelding_Click);
// //
// panel1
//
this.panel1.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.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel1.Controls.Add(this.btnExit);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.btnDebug);
this.panel1.Controls.Add(this.btnProduct);
this.panel1.Controls.Add(this.btnWelding);
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(861, 453);
this.panel1.TabIndex = 15;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Transparent;
this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.button1.Enabled = false;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Location = new System.Drawing.Point(23, 23);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(165, 30);
this.button1.TabIndex = 13;
this.button1.UseVisualStyleBackColor = true;
//
// FrmMenu // FrmMenu
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
......
此文件的差异太大,无法显示。
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!