SVN-Revision: r885
This commit is contained in:
wyf
2025-07-23 08:59:34 +00:00
parent 36299a8b3b
commit 9b6fbeecc6
8 changed files with 89 additions and 74 deletions
+21 -37
View File
@@ -30,8 +30,8 @@ namespace Lskj.Main.Control
private void InitializeComponent()
{
this.picBox = new System.Windows.Forms.PictureBox();
this.circleButton = new Lskj.Control.CircleButton();
this.label = new System.Windows.Forms.Label();
this.cornerLab = new Lskj.Main.Control.CornerLab();
((System.ComponentModel.ISupportInitialize)(this.picBox)).BeginInit();
this.SuspendLayout();
//
@@ -45,42 +45,26 @@ namespace Lskj.Main.Control
this.picBox.TabIndex = 0;
this.picBox.TabStop = false;
//
// circleButton
//
this.circleButton.BackColor = System.Drawing.Color.Red;
this.circleButton.BorderColor = System.Drawing.Color.Transparent;
this.circleButton.BorderThickness = 1F;
this.circleButton.Dock = System.Windows.Forms.DockStyle.Right;
this.circleButton.FlatAppearance.BorderSize = 0;
this.circleButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.circleButton.ForeColor = System.Drawing.Color.White;
this.circleButton.ImageHover = null;
this.circleButton.ImageNormal = null;
this.circleButton.Location = new System.Drawing.Point(162, 0);
this.circleButton.Name = "circleButton";
this.circleButton.Number = 0;
this.circleButton.Radius = 9;
this.circleButton.TabIndex = 4;
this.circleButton.Text = "circleButton1";
this.circleButton.UseVisualStyleBackColor = false;
//
// label
//
this.label.Dock = System.Windows.Forms.DockStyle.Fill;
this.label.Location = new System.Drawing.Point(41, 0);
this.label.Name = "label";
this.label.Size = new System.Drawing.Size(139, 42);
this.label.TabIndex = 3;
this.label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// cornerLab
//
this.cornerLab.BackColor = System.Drawing.SystemColors.Control;
this.cornerLab.Dock = System.Windows.Forms.DockStyle.Right;
this.cornerLab.Location = new System.Drawing.Point(180, 0);
this.cornerLab.Name = "cornerLab";
this.cornerLab.Size = new System.Drawing.Size(24, 42);
this.cornerLab.TabIndex = 2;
//
// SimpleControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoSize = true;
this.Controls.Add(this.label);
this.Controls.Add(this.cornerLab);
this.Controls.Add(this.picBox);
this.Name = "SimpleControl";
this.Size = new System.Drawing.Size(204, 42);
((System.ComponentModel.ISupportInitialize)(this.picBox)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picBox;
private CornerLab cornerLab;
private System.Windows.Forms.Label label;
}
}
thi