|
@@ -35,16 +35,19 @@
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
+ this.button1.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.button1.AutoSize = true;
|
|
|
this.button1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
|
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(247)))), ((int)(((byte)(111)))));
|
|
|
this.button1.FlatAppearance.BorderSize = 0;
|
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
- this.button1.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.button1.Font = new System.Drawing.Font("微软雅黑", 22.125F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(99)))), ((int)(((byte)(62)))));
|
|
|
- this.button1.Location = new System.Drawing.Point(940, 621);
|
|
|
+ this.button1.Location = new System.Drawing.Point(1340, 865);
|
|
|
this.button1.Name = "button1";
|
|
|
- this.button1.Size = new System.Drawing.Size(272, 74);
|
|
|
+ this.button1.Size = new System.Drawing.Size(333, 88);
|
|
|
this.button1.TabIndex = 0;
|
|
|
this.button1.Text = "停 留 片 刻";
|
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
@@ -56,11 +59,11 @@
|
|
|
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(199)))), ((int)(((byte)(240)))));
|
|
|
this.button2.FlatAppearance.BorderSize = 0;
|
|
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
- this.button2.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.button2.Font = new System.Drawing.Font("微软雅黑", 22.125F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(235)))), ((int)(((byte)(205)))));
|
|
|
- this.button2.Location = new System.Drawing.Point(1313, 630);
|
|
|
+ this.button2.Location = new System.Drawing.Point(1840, 865);
|
|
|
this.button2.Name = "button2";
|
|
|
- this.button2.Size = new System.Drawing.Size(272, 74);
|
|
|
+ this.button2.Size = new System.Drawing.Size(333, 88);
|
|
|
this.button2.TabIndex = 1;
|
|
|
this.button2.Text = "确 认 退 出";
|
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
@@ -77,6 +80,8 @@
|
|
|
this.Controls.Add(this.button2);
|
|
|
this.Controls.Add(this.button1);
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
+ this.MaximizeBox = false;
|
|
|
+ this.MinimizeBox = false;
|
|
|
this.Name = "CloseForm";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "领教云课堂";
|