You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
163 lines
8.2 KiB
163 lines
8.2 KiB
1 year ago
|
namespace CK.SCP.GrupUniApi
|
||
|
{
|
||
|
partial class CktUniApiButton
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// 必需的设计器变量。
|
||
|
/// </summary>
|
||
|
private System.ComponentModel.IContainer components = null;
|
||
|
|
||
|
/// <summary>
|
||
|
/// 清理所有正在使用的资源。
|
||
|
/// </summary>
|
||
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
|
protected override void Dispose(bool disposing)
|
||
|
{
|
||
|
if (disposing && (components != null))
|
||
|
{
|
||
|
components.Dispose();
|
||
|
}
|
||
|
base.Dispose(disposing);
|
||
|
}
|
||
|
|
||
|
#region 组件设计器生成的代码
|
||
|
|
||
|
/// <summary>
|
||
|
/// 设计器支持所需的方法 - 不要修改
|
||
|
/// 使用代码编辑器修改此方法的内容。
|
||
|
/// </summary>
|
||
|
private void InitializeComponent()
|
||
|
{
|
||
|
this.groupPanel = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||
|
this.ButtonManual = new DevComponents.DotNetBar.ButtonX();
|
||
|
this.IntCounter = new DevComponents.Editors.IntegerInput();
|
||
|
this.Switch = new DevComponents.DotNetBar.Controls.SwitchButton();
|
||
|
this.groupPanel.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.IntCounter)).BeginInit();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// groupPanel
|
||
|
//
|
||
|
this.groupPanel.CanvasColor = System.Drawing.SystemColors.Control;
|
||
|
this.groupPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||
|
this.groupPanel.Controls.Add(this.ButtonManual);
|
||
|
this.groupPanel.Controls.Add(this.IntCounter);
|
||
|
this.groupPanel.Controls.Add(this.Switch);
|
||
|
this.groupPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
||
|
this.groupPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.groupPanel.Location = new System.Drawing.Point(2, 2);
|
||
|
this.groupPanel.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.groupPanel.Name = "groupPanel";
|
||
|
this.groupPanel.Padding = new System.Windows.Forms.Padding(2);
|
||
|
this.groupPanel.Size = new System.Drawing.Size(156, 46);
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.groupPanel.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||
|
this.groupPanel.Style.BackColorGradientAngle = 90;
|
||
|
this.groupPanel.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||
|
this.groupPanel.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||
|
this.groupPanel.Style.BorderBottomWidth = 1;
|
||
|
this.groupPanel.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||
|
this.groupPanel.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||
|
this.groupPanel.Style.BorderLeftWidth = 1;
|
||
|
this.groupPanel.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||
|
this.groupPanel.Style.BorderRightWidth = 1;
|
||
|
this.groupPanel.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||
|
this.groupPanel.Style.BorderTopWidth = 1;
|
||
|
this.groupPanel.Style.CornerDiameter = 4;
|
||
|
this.groupPanel.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||
|
this.groupPanel.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||
|
this.groupPanel.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||
|
this.groupPanel.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.groupPanel.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.groupPanel.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||
|
this.groupPanel.TabIndex = 18;
|
||
|
this.groupPanel.Text = "标题";
|
||
|
//
|
||
|
// ButtonManual
|
||
|
//
|
||
|
this.ButtonManual.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||
|
this.ButtonManual.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
|
||
|
this.ButtonManual.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.ButtonManual.Location = new System.Drawing.Point(52, 2);
|
||
|
this.ButtonManual.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.ButtonManual.Name = "ButtonManual";
|
||
|
this.ButtonManual.Size = new System.Drawing.Size(62, 18);
|
||
|
this.ButtonManual.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||
|
this.ButtonManual.TabIndex = 4;
|
||
|
this.ButtonManual.Text = "手动执行";
|
||
|
this.ButtonManual.Click += new System.EventHandler(this.ButtonManual_Click);
|
||
|
//
|
||
|
// IntCounter
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.IntCounter.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(227)))), ((int)(((byte)(231)))));
|
||
|
this.IntCounter.BackgroundStyle.Class = "DateTimeInputBackground";
|
||
|
this.IntCounter.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||
|
this.IntCounter.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
|
||
|
this.IntCounter.Dock = System.Windows.Forms.DockStyle.Right;
|
||
|
this.IntCounter.IsInputReadOnly = true;
|
||
|
this.IntCounter.Location = new System.Drawing.Point(114, 2);
|
||
|
this.IntCounter.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.IntCounter.MinValue = 0;
|
||
|
this.IntCounter.Name = "IntCounter";
|
||
|
this.IntCounter.Size = new System.Drawing.Size(34, 21);
|
||
|
this.IntCounter.TabIndex = 13;
|
||
|
//
|
||
|
// Switch
|
||
|
//
|
||
|
this.Switch.AnimationEnabled = false;
|
||
|
this.Switch.BackColor = System.Drawing.Color.Transparent;
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.Switch.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||
|
this.Switch.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.Switch.Dock = System.Windows.Forms.DockStyle.Left;
|
||
|
this.Switch.Location = new System.Drawing.Point(2, 2);
|
||
|
this.Switch.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.Switch.Name = "Switch";
|
||
|
this.Switch.OffBackColor = System.Drawing.Color.DarkRed;
|
||
|
this.Switch.OffTextColor = System.Drawing.Color.White;
|
||
|
this.Switch.OnBackColor = System.Drawing.Color.Lime;
|
||
|
this.Switch.OnTextColor = System.Drawing.Color.Black;
|
||
|
this.Switch.ReadOnlyMarkerColor = System.Drawing.Color.Teal;
|
||
|
this.Switch.Size = new System.Drawing.Size(50, 18);
|
||
|
this.Switch.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||
|
this.Switch.SwitchWidth = 20;
|
||
|
this.Switch.TabIndex = 11;
|
||
|
this.Switch.ValueChanged += new System.EventHandler(this.Switch_ValueChanged);
|
||
|
//
|
||
|
// CktUniApiButton
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.Controls.Add(this.groupPanel);
|
||
|
this.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.Name = "CktUniApiButton";
|
||
|
this.Padding = new System.Windows.Forms.Padding(2);
|
||
|
this.Size = new System.Drawing.Size(160, 50);
|
||
|
this.groupPanel.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.IntCounter)).EndInit();
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel;
|
||
|
private DevComponents.DotNetBar.ButtonX ButtonManual;
|
||
|
private DevComponents.DotNetBar.Controls.SwitchButton Switch;
|
||
|
private DevComponents.Editors.IntegerInput IntCounter;
|
||
|
}
|
||
|
}
|