88 lines
3.5 KiB
C#
88 lines
3.5 KiB
C#
namespace Check.Main.UI
|
|
{
|
|
partial class FormControlPanel
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <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(FormControlPanel));
|
|
uiTableLayoutPanel1 = new Sunny.UI.UITableLayoutPanel();
|
|
btnStartDevice = new Sunny.UI.UIButton();
|
|
btnStartCheck = new Sunny.UI.UIButton();
|
|
uiTableLayoutPanel1.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// uiTableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(uiTableLayoutPanel1, "uiTableLayoutPanel1");
|
|
uiTableLayoutPanel1.Controls.Add(btnStartDevice, 0, 1);
|
|
uiTableLayoutPanel1.Controls.Add(btnStartCheck, 0, 3);
|
|
uiTableLayoutPanel1.Name = "uiTableLayoutPanel1";
|
|
uiTableLayoutPanel1.TagString = null;
|
|
//
|
|
// btnStartDevice
|
|
//
|
|
uiTableLayoutPanel1.SetColumnSpan(btnStartDevice, 2);
|
|
btnStartDevice.Cursor = Cursors.Hand;
|
|
resources.ApplyResources(btnStartDevice, "btnStartDevice");
|
|
btnStartDevice.FillPressColor = Color.LimeGreen;
|
|
btnStartDevice.FillSelectedColor = Color.LimeGreen;
|
|
btnStartDevice.Name = "btnStartDevice";
|
|
btnStartDevice.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
btnStartDevice.Click += btnStartDevice_Click;
|
|
//
|
|
// btnStartCheck
|
|
//
|
|
uiTableLayoutPanel1.SetColumnSpan(btnStartCheck, 2);
|
|
btnStartCheck.Cursor = Cursors.Hand;
|
|
resources.ApplyResources(btnStartCheck, "btnStartCheck");
|
|
btnStartCheck.FillPressColor = Color.FromArgb(0, 192, 0);
|
|
btnStartCheck.FillSelectedColor = Color.FromArgb(0, 192, 0);
|
|
btnStartCheck.Name = "btnStartCheck";
|
|
btnStartCheck.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
btnStartCheck.Click += btnStartCheck_Click;
|
|
//
|
|
// FormControlPanel
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ControlBox = false;
|
|
Controls.Add(uiTableLayoutPanel1);
|
|
MaximizeBox = false;
|
|
MinimizeBox = false;
|
|
Name = "FormControlPanel";
|
|
uiTableLayoutPanel1.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1;
|
|
private Sunny.UI.UIButton btnStartDevice;
|
|
private Sunny.UI.UIButton btnStartCheck;
|
|
}
|
|
} |