2020-06-05 21:48:58 +08:00
|
|
|
|
namespace Sunny.UI.Demo
|
|
|
|
|
{
|
|
|
|
|
partial class FCombobox
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
this.uiLine8 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiDatetimePicker1 = new Sunny.UI.UIDatetimePicker();
|
|
|
|
|
this.uiColorPicker1 = new Sunny.UI.UIColorPicker();
|
|
|
|
|
this.uiLine7 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiLine6 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiTimePicker1 = new Sunny.UI.UITimePicker();
|
|
|
|
|
this.uiLine3 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiLine2 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiDatePicker1 = new Sunny.UI.UIDatePicker();
|
|
|
|
|
this.uiComboBox2 = new Sunny.UI.UIComboBox();
|
|
|
|
|
this.uiComboBox1 = new Sunny.UI.UIComboBox();
|
|
|
|
|
this.PagePanel.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// PagePanel
|
|
|
|
|
//
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiLine8);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiDatetimePicker1);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiColorPicker1);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiLine7);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiLine6);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiTimePicker1);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiLine3);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiLine2);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiDatePicker1);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiComboBox2);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiComboBox1);
|
|
|
|
|
//
|
|
|
|
|
// uiLine8
|
|
|
|
|
//
|
|
|
|
|
this.uiLine8.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLine8.Location = new System.Drawing.Point(388, 102);
|
|
|
|
|
this.uiLine8.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine8.Name = "uiLine8";
|
|
|
|
|
this.uiLine8.Size = new System.Drawing.Size(306, 20);
|
|
|
|
|
this.uiLine8.TabIndex = 42;
|
|
|
|
|
this.uiLine8.Text = "UIDatetimePicker";
|
|
|
|
|
this.uiLine8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiDatetimePicker1
|
|
|
|
|
//
|
2020-06-08 22:22:35 +08:00
|
|
|
|
this.uiDatetimePicker1.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
|
2020-06-05 21:48:58 +08:00
|
|
|
|
this.uiDatetimePicker1.FillColor = System.Drawing.Color.White;
|
|
|
|
|
this.uiDatetimePicker1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiDatetimePicker1.Location = new System.Drawing.Point(388, 136);
|
|
|
|
|
this.uiDatetimePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiDatetimePicker1.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
|
|
this.uiDatetimePicker1.Name = "uiDatetimePicker1";
|
|
|
|
|
this.uiDatetimePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
|
|
|
|
|
this.uiDatetimePicker1.Size = new System.Drawing.Size(306, 29);
|
|
|
|
|
this.uiDatetimePicker1.TabIndex = 41;
|
|
|
|
|
this.uiDatetimePicker1.Text = "2020-06-02 17:57:28";
|
|
|
|
|
this.uiDatetimePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiDatetimePicker1.Value = new System.DateTime(2020, 6, 2, 17, 57, 28, 203);
|
|
|
|
|
//
|
|
|
|
|
// uiColorPicker1
|
|
|
|
|
//
|
|
|
|
|
this.uiColorPicker1.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
|
|
|
|
|
this.uiColorPicker1.FillColor = System.Drawing.Color.White;
|
|
|
|
|
this.uiColorPicker1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiColorPicker1.Location = new System.Drawing.Point(388, 54);
|
|
|
|
|
this.uiColorPicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiColorPicker1.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
|
|
this.uiColorPicker1.Name = "uiColorPicker1";
|
|
|
|
|
this.uiColorPicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
|
|
|
|
|
this.uiColorPicker1.Size = new System.Drawing.Size(150, 29);
|
|
|
|
|
this.uiColorPicker1.TabIndex = 40;
|
|
|
|
|
this.uiColorPicker1.Text = "uiColorPicker1";
|
|
|
|
|
this.uiColorPicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiColorPicker1.Value = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(159)))), ((int)(((byte)(254)))));
|
|
|
|
|
//
|
|
|
|
|
// uiLine7
|
|
|
|
|
//
|
|
|
|
|
this.uiLine7.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLine7.Location = new System.Drawing.Point(388, 20);
|
|
|
|
|
this.uiLine7.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine7.Name = "uiLine7";
|
|
|
|
|
this.uiLine7.Size = new System.Drawing.Size(306, 20);
|
|
|
|
|
this.uiLine7.TabIndex = 39;
|
|
|
|
|
this.uiLine7.Text = "UIColorPicker";
|
|
|
|
|
this.uiLine7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiLine6
|
|
|
|
|
//
|
|
|
|
|
this.uiLine6.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLine6.Location = new System.Drawing.Point(188, 102);
|
|
|
|
|
this.uiLine6.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine6.Name = "uiLine6";
|
|
|
|
|
this.uiLine6.Size = new System.Drawing.Size(150, 20);
|
|
|
|
|
this.uiLine6.TabIndex = 38;
|
|
|
|
|
this.uiLine6.Text = "UITimePicker";
|
|
|
|
|
this.uiLine6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiTimePicker1
|
|
|
|
|
//
|
|
|
|
|
this.uiTimePicker1.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
|
|
|
|
|
this.uiTimePicker1.FillColor = System.Drawing.Color.White;
|
|
|
|
|
this.uiTimePicker1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiTimePicker1.Location = new System.Drawing.Point(188, 136);
|
|
|
|
|
this.uiTimePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiTimePicker1.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
|
|
this.uiTimePicker1.Name = "uiTimePicker1";
|
|
|
|
|
this.uiTimePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
|
|
|
|
|
this.uiTimePicker1.Size = new System.Drawing.Size(150, 29);
|
|
|
|
|
this.uiTimePicker1.SymbolDropDown = 61555;
|
|
|
|
|
this.uiTimePicker1.SymbolNormal = 61555;
|
|
|
|
|
this.uiTimePicker1.TabIndex = 37;
|
|
|
|
|
this.uiTimePicker1.Text = "23:41:39";
|
|
|
|
|
this.uiTimePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiTimePicker1.Value = new System.DateTime(2020, 5, 29, 23, 41, 39, 684);
|
|
|
|
|
//
|
|
|
|
|
// uiLine3
|
|
|
|
|
//
|
|
|
|
|
this.uiLine3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLine3.Location = new System.Drawing.Point(30, 102);
|
|
|
|
|
this.uiLine3.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine3.Name = "uiLine3";
|
|
|
|
|
this.uiLine3.Size = new System.Drawing.Size(150, 20);
|
|
|
|
|
this.uiLine3.TabIndex = 36;
|
|
|
|
|
this.uiLine3.Text = "UIDatePicker";
|
|
|
|
|
this.uiLine3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiLine2
|
|
|
|
|
//
|
|
|
|
|
this.uiLine2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLine2.Location = new System.Drawing.Point(30, 20);
|
|
|
|
|
this.uiLine2.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine2.Name = "uiLine2";
|
|
|
|
|
this.uiLine2.Size = new System.Drawing.Size(308, 20);
|
|
|
|
|
this.uiLine2.TabIndex = 35;
|
|
|
|
|
this.uiLine2.Text = "UIComboBox";
|
|
|
|
|
this.uiLine2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiDatePicker1
|
|
|
|
|
//
|
|
|
|
|
this.uiDatePicker1.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
|
|
|
|
|
this.uiDatePicker1.FillColor = System.Drawing.Color.White;
|
|
|
|
|
this.uiDatePicker1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiDatePicker1.Location = new System.Drawing.Point(30, 136);
|
|
|
|
|
this.uiDatePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiDatePicker1.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
|
|
this.uiDatePicker1.Name = "uiDatePicker1";
|
|
|
|
|
this.uiDatePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
|
|
|
|
|
this.uiDatePicker1.Size = new System.Drawing.Size(150, 29);
|
|
|
|
|
this.uiDatePicker1.SymbolDropDown = 61555;
|
|
|
|
|
this.uiDatePicker1.SymbolNormal = 61555;
|
|
|
|
|
this.uiDatePicker1.TabIndex = 34;
|
|
|
|
|
this.uiDatePicker1.Text = "2020-04-16";
|
|
|
|
|
this.uiDatePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiDatePicker1.Value = new System.DateTime(2020, 4, 16, 0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiComboBox2
|
|
|
|
|
//
|
|
|
|
|
this.uiComboBox2.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
|
|
|
|
|
this.uiComboBox2.FillColor = System.Drawing.Color.White;
|
|
|
|
|
this.uiComboBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiComboBox2.Items.AddRange(new object[] {
|
|
|
|
|
"1",
|
|
|
|
|
"2",
|
|
|
|
|
"3",
|
|
|
|
|
"4",
|
|
|
|
|
"5",
|
|
|
|
|
"6"});
|
|
|
|
|
this.uiComboBox2.Location = new System.Drawing.Point(188, 54);
|
|
|
|
|
this.uiComboBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiComboBox2.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
|
|
this.uiComboBox2.Name = "uiComboBox2";
|
|
|
|
|
this.uiComboBox2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
|
|
|
|
|
this.uiComboBox2.Size = new System.Drawing.Size(150, 29);
|
|
|
|
|
this.uiComboBox2.TabIndex = 33;
|
|
|
|
|
this.uiComboBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiComboBox1
|
|
|
|
|
//
|
|
|
|
|
this.uiComboBox1.FillColor = System.Drawing.Color.White;
|
|
|
|
|
this.uiComboBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiComboBox1.Items.AddRange(new object[] {
|
|
|
|
|
"1",
|
|
|
|
|
"2",
|
|
|
|
|
"3",
|
|
|
|
|
"4",
|
|
|
|
|
"5",
|
|
|
|
|
"6"});
|
|
|
|
|
this.uiComboBox1.Location = new System.Drawing.Point(30, 54);
|
|
|
|
|
this.uiComboBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiComboBox1.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
|
|
this.uiComboBox1.Name = "uiComboBox1";
|
|
|
|
|
this.uiComboBox1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
|
|
|
|
|
this.uiComboBox1.Size = new System.Drawing.Size(150, 29);
|
|
|
|
|
this.uiComboBox1.TabIndex = 32;
|
|
|
|
|
this.uiComboBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiComboBox1.Watermark = "水印文字";
|
|
|
|
|
//
|
|
|
|
|
// FCombobox
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
|
|
this.Name = "FCombobox";
|
2020-06-09 20:15:39 +08:00
|
|
|
|
this.Symbol = 61776;
|
2020-06-05 21:48:58 +08:00
|
|
|
|
this.Text = "Combobox";
|
|
|
|
|
this.PagePanel.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private UILine uiLine8;
|
|
|
|
|
private UIDatetimePicker uiDatetimePicker1;
|
|
|
|
|
private UIColorPicker uiColorPicker1;
|
|
|
|
|
private UILine uiLine7;
|
|
|
|
|
private UILine uiLine6;
|
|
|
|
|
private UITimePicker uiTimePicker1;
|
|
|
|
|
private UILine uiLine3;
|
|
|
|
|
private UILine uiLine2;
|
|
|
|
|
private UIDatePicker uiDatePicker1;
|
|
|
|
|
private UIComboBox uiComboBox2;
|
|
|
|
|
private UIComboBox uiComboBox1;
|
|
|
|
|
}
|
|
|
|
|
}
|