410 lines
20 KiB
C#
410 lines
20 KiB
C#
namespace AntdUIDemo.Views
|
||
{
|
||
partial class TimePickerDemo
|
||
{
|
||
/// <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()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TimePickerDemo));
|
||
this.stackPanel1 = new AntdUI.StackPanel();
|
||
this.flowPanel4 = new AntdUI.FlowPanel();
|
||
this.timePicker13 = new AntdUI.TimePicker();
|
||
this.timePicker12 = new AntdUI.TimePicker();
|
||
this.timePicker11 = new AntdUI.TimePicker();
|
||
this.timePicker10 = new AntdUI.TimePicker();
|
||
this.timePicker8 = new AntdUI.TimePicker();
|
||
this.timePicker9 = new AntdUI.TimePicker();
|
||
this.label6 = new AntdUI.Label();
|
||
this.flowPanel3 = new AntdUI.FlowPanel();
|
||
this.timePicker6 = new AntdUI.TimePicker();
|
||
this.timePicker5 = new AntdUI.TimePicker();
|
||
this.label5 = new AntdUI.Label();
|
||
this.flowPanel2 = new AntdUI.FlowPanel();
|
||
this.timePicker4 = new AntdUI.TimePicker();
|
||
this.timePicker3 = new AntdUI.TimePicker();
|
||
this.timePicker2 = new AntdUI.TimePicker();
|
||
this.label4 = new AntdUI.Label();
|
||
this.flowPanel1 = new AntdUI.FlowPanel();
|
||
this.timePicker7 = new AntdUI.TimePicker();
|
||
this.timePicker1 = new AntdUI.TimePicker();
|
||
this.label3 = new AntdUI.Label();
|
||
this.divider1 = new AntdUI.Divider();
|
||
this.label2 = new AntdUI.Label();
|
||
this.label1 = new AntdUI.Label();
|
||
this.stackPanel1.SuspendLayout();
|
||
this.flowPanel4.SuspendLayout();
|
||
this.flowPanel3.SuspendLayout();
|
||
this.flowPanel2.SuspendLayout();
|
||
this.flowPanel1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// stackPanel1
|
||
//
|
||
this.stackPanel1.Controls.Add(this.flowPanel4);
|
||
this.stackPanel1.Controls.Add(this.label6);
|
||
this.stackPanel1.Controls.Add(this.flowPanel3);
|
||
this.stackPanel1.Controls.Add(this.label5);
|
||
this.stackPanel1.Controls.Add(this.flowPanel2);
|
||
this.stackPanel1.Controls.Add(this.label4);
|
||
this.stackPanel1.Controls.Add(this.flowPanel1);
|
||
this.stackPanel1.Controls.Add(this.label3);
|
||
this.stackPanel1.Controls.Add(this.divider1);
|
||
this.stackPanel1.Controls.Add(this.label2);
|
||
this.stackPanel1.Controls.Add(this.label1);
|
||
this.stackPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.stackPanel1.Location = new System.Drawing.Point(0, 0);
|
||
this.stackPanel1.Name = "stackPanel1";
|
||
this.stackPanel1.Size = new System.Drawing.Size(750, 466);
|
||
this.stackPanel1.TabIndex = 0;
|
||
this.stackPanel1.Text = "stackPanel1";
|
||
this.stackPanel1.Vertical = true;
|
||
//
|
||
// flowPanel4
|
||
//
|
||
this.flowPanel4.Controls.Add(this.timePicker13);
|
||
this.flowPanel4.Controls.Add(this.timePicker12);
|
||
this.flowPanel4.Controls.Add(this.timePicker11);
|
||
this.flowPanel4.Controls.Add(this.timePicker10);
|
||
this.flowPanel4.Controls.Add(this.timePicker8);
|
||
this.flowPanel4.Controls.Add(this.timePicker9);
|
||
this.flowPanel4.Gap = 6;
|
||
this.flowPanel4.Location = new System.Drawing.Point(3, 349);
|
||
this.flowPanel4.Name = "flowPanel4";
|
||
this.flowPanel4.Size = new System.Drawing.Size(744, 38);
|
||
this.flowPanel4.TabIndex = 30;
|
||
this.flowPanel4.Text = "flowPanel4";
|
||
//
|
||
// timePicker13
|
||
//
|
||
this.timePicker13.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.timePicker13.Location = new System.Drawing.Point(513, 3);
|
||
this.timePicker13.Name = "timePicker13";
|
||
this.timePicker13.PlaceholderText = "请选择时间";
|
||
this.timePicker13.Placement = AntdUI.TAlignFrom.TL;
|
||
this.timePicker13.Size = new System.Drawing.Size(90, 32);
|
||
this.timePicker13.TabIndex = 5;
|
||
this.timePicker13.Text = "08:00:00";
|
||
this.timePicker13.Value = System.TimeSpan.Parse("08:00:00");
|
||
this.timePicker13.WaveSize = 0;
|
||
//
|
||
// timePicker12
|
||
//
|
||
this.timePicker12.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.timePicker12.Location = new System.Drawing.Point(411, 3);
|
||
this.timePicker12.Name = "timePicker12";
|
||
this.timePicker12.PlaceholderText = "请选择时间";
|
||
this.timePicker12.Placement = AntdUI.TAlignFrom.Top;
|
||
this.timePicker12.Size = new System.Drawing.Size(90, 32);
|
||
this.timePicker12.TabIndex = 4;
|
||
this.timePicker12.Text = "08:00:00";
|
||
this.timePicker12.Value = System.TimeSpan.Parse("08:00:00");
|
||
this.timePicker12.WaveSize = 0;
|
||
//
|
||
// timePicker11
|
||
//
|
||
this.timePicker11.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.timePicker11.Location = new System.Drawing.Point(309, 3);
|
||
this.timePicker11.Name = "timePicker11";
|
||
this.timePicker11.PlaceholderText = "请选择时间";
|
||
this.timePicker11.Placement = AntdUI.TAlignFrom.TR;
|
||
this.timePicker11.Size = new System.Drawing.Size(90, 32);
|
||
this.timePicker11.TabIndex = 3;
|
||
this.timePicker11.Text = "08:00:00";
|
||
this.timePicker11.Value = System.TimeSpan.Parse("08:00:00");
|
||
this.timePicker11.WaveSize = 0;
|
||
//
|
||
// timePicker10
|
||
//
|
||
this.timePicker10.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.timePicker10.Location = new System.Drawing.Point(207, 3);
|
||
this.timePicker10.Name = "timePicker10";
|
||
this.timePicker10.PlaceholderText = "请选择时间";
|
||
this.timePicker10.Placement = AntdUI.TAlignFrom.BR;
|
||
this.timePicker10.Size = new System.Drawing.Size(90, 32);
|
||
this.timePicker10.TabIndex = 2;
|
||
this.timePicker10.Text = "08:00:00";
|
||
this.timePicker10.Value = System.TimeSpan.Parse("08:00:00");
|
||
this.timePicker10.WaveSize = 0;
|
||
//
|
||
// timePicker8
|
||
//
|
||
this.timePicker8.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.timePicker8.Location = new System.Drawing.Point(105, 3);
|
||
this.timePicker8.Name = "timePicker8";
|
||
this.timePicker8.PlaceholderText = "请选择时间";
|
||
this.timePicker8.Placement = AntdUI.TAlignFrom.Bottom;
|
||
this.timePicker8.Size = new System.Drawing.Size(90, 32);
|
||
this.timePicker8.TabIndex = 1;
|
||
this.timePicker8.Text = "08:00:00";
|
||
this.timePicker8.Value = System.TimeSpan.Parse("08:00:00");
|
||
this.timePicker8.WaveSize = 0;
|
||
//
|
||
// timePicker9
|
||
//
|
||
this.timePicker9.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.timePicker9.Location = new System.Drawing.Point(3, 3);
|
||
this.timePicker9.Name = "timePicker9";
|
||
this.timePicker9.PlaceholderText = "请选择时间";
|
||
this.timePicker9.Size = new System.Drawing.Size(90, 32);
|
||
this.timePicker9.TabIndex = 0;
|
||
this.timePicker9.Text = "08:00:00";
|
||
this.timePicker9.Value = System.TimeSpan.Parse("08:00:00");
|
||
this.timePicker9.WaveSize = 0;
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label6.Location = new System.Drawing.Point(3, 319);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(744, 24);
|
||
this.label6.TabIndex = 29;
|
||
this.label6.Text = "弹出位置";
|
||
//
|
||
// flowPanel3
|
||
//
|
||
this.flowPanel3.Controls.Add(this.timePicker6);
|
||
this.flowPanel3.Controls.Add(this.timePicker5);
|
||
this.flowPanel3.Gap = 6;
|
||
this.flowPanel3.Location = new System.Drawing.Point(3, 275);
|
||
this.flowPanel3.Name = "flowPanel3";
|
||
this.flowPanel3.Size = new System.Drawing.Size(744, 38);
|
||
this.flowPanel3.TabIndex = 28;
|
||
this.flowPanel3.Text = "flowPanel3";
|
||
//
|
||
// timePicker6
|
||
//
|
||
this.timePicker6.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.timePicker6.Format = "hh:mm:ss";
|
||
this.timePicker6.Location = new System.Drawing.Point(215, 3);
|
||
this.timePicker6.Name = "timePicker6";
|
||
this.timePicker6.PlaceholderText = "12小时计时";
|
||
this.timePicker6.Size = new System.Drawing.Size(200, 32);
|
||
this.timePicker6.TabIndex = 1;
|
||
this.timePicker6.Text = "08:00:00";
|
||
this.timePicker6.Value = System.TimeSpan.Parse("08:00:00");
|
||
this.timePicker6.WaveSize = 0;
|
||
//
|
||
// timePicker5
|
||
//
|
||
this.timePicker5.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.timePicker5.Format = "HH:mm";
|
||
this.timePicker5.Location = new System.Drawing.Point(3, 3);
|
||
this.timePicker5.Name = "timePicker5";
|
||
this.timePicker5.PlaceholderText = "时分";
|
||
this.timePicker5.Size = new System.Drawing.Size(200, 32);
|
||
this.timePicker5.TabIndex = 0;
|
||
this.timePicker5.Text = "08:00";
|
||
this.timePicker5.Value = System.TimeSpan.Parse("08:00:00");
|
||
this.timePicker5.WaveSize = 0;
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label5.Location = new System.Drawing.Point(3, 245);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(744, 24);
|
||
this.label5.TabIndex = 27;
|
||
this.label5.Text = "时间格式化";
|
||
//
|
||
// flowPanel2
|
||
//
|
||
this.flowPanel2.Controls.Add(this.timePicker4);
|
||
this.flowPanel2.Controls.Add(this.timePicker3);
|
||
this.flowPanel2.Controls.Add(this.timePicker2);
|
||
this.flowPanel2.Gap = 6;
|
||
this.flowPanel2.Location = new System.Drawing.Point(3, 201);
|
||
this.flowPanel2.Name = "flowPanel2";
|
||
this.flowPanel2.Size = new System.Drawing.Size(744, 38);
|
||
this.flowPanel2.TabIndex = 26;
|
||
this.flowPanel2.Text = "flowPanel2";
|
||
//
|
||
// timePicker4
|
||
//
|
||
this.timePicker4.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.timePicker4.Location = new System.Drawing.Point(427, 3);
|
||
this.timePicker4.Name = "timePicker4";
|
||
this.timePicker4.PlaceholderText = "文字";
|
||
this.timePicker4.PrefixText = "+";
|
||
this.timePicker4.ShowIcon = false;
|
||
this.timePicker4.Size = new System.Drawing.Size(200, 32);
|
||
this.timePicker4.SuffixText = "时分秒";
|
||
this.timePicker4.TabIndex = 2;
|
||
this.timePicker4.Text = "08:00:00";
|
||
this.timePicker4.Value = System.TimeSpan.Parse("08:00:00");
|
||
this.timePicker4.WaveSize = 0;
|
||
//
|
||
// timePicker3
|
||
//
|
||
this.timePicker3.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.timePicker3.Location = new System.Drawing.Point(215, 3);
|
||
this.timePicker3.Name = "timePicker3";
|
||
this.timePicker3.PlaceholderText = "Svg图标";
|
||
this.timePicker3.PrefixSvg = resources.GetString("timePicker3.PrefixSvg");
|
||
this.timePicker3.Size = new System.Drawing.Size(200, 32);
|
||
this.timePicker3.SuffixSvg = resources.GetString("timePicker3.SuffixSvg");
|
||
this.timePicker3.TabIndex = 1;
|
||
this.timePicker3.Text = "08:00:00";
|
||
this.timePicker3.Value = System.TimeSpan.Parse("08:00:00");
|
||
this.timePicker3.WaveSize = 0;
|
||
//
|
||
// timePicker2
|
||
//
|
||
this.timePicker2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.timePicker2.Location = new System.Drawing.Point(3, 3);
|
||
this.timePicker2.Name = "timePicker2";
|
||
this.timePicker2.PlaceholderText = "无图标";
|
||
this.timePicker2.ShowIcon = false;
|
||
this.timePicker2.Size = new System.Drawing.Size(200, 32);
|
||
this.timePicker2.TabIndex = 0;
|
||
this.timePicker2.Text = "08:00:00";
|
||
this.timePicker2.Value = System.TimeSpan.Parse("08:00:00");
|
||
this.timePicker2.WaveSize = 0;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label4.Location = new System.Drawing.Point(3, 171);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(744, 24);
|
||
this.label4.TabIndex = 25;
|
||
this.label4.Text = "前/后标签";
|
||
//
|
||
// flowPanel1
|
||
//
|
||
this.flowPanel1.Controls.Add(this.timePicker7);
|
||
this.flowPanel1.Controls.Add(this.timePicker1);
|
||
this.flowPanel1.Gap = 6;
|
||
this.flowPanel1.Location = new System.Drawing.Point(3, 127);
|
||
this.flowPanel1.Name = "flowPanel1";
|
||
this.flowPanel1.Size = new System.Drawing.Size(744, 38);
|
||
this.flowPanel1.TabIndex = 24;
|
||
this.flowPanel1.Text = "flowPanel1";
|
||
//
|
||
// timePicker7
|
||
//
|
||
this.timePicker7.AllowClear = true;
|
||
this.timePicker7.DropDownArrow = true;
|
||
this.timePicker7.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.timePicker7.Location = new System.Drawing.Point(215, 3);
|
||
this.timePicker7.Name = "timePicker7";
|
||
this.timePicker7.PlaceholderText = "支持清除";
|
||
this.timePicker7.Size = new System.Drawing.Size(200, 32);
|
||
this.timePicker7.TabIndex = 1;
|
||
this.timePicker7.Text = "08:00:00";
|
||
this.timePicker7.Value = System.TimeSpan.Parse("08:00:00");
|
||
this.timePicker7.WaveSize = 0;
|
||
//
|
||
// timePicker1
|
||
//
|
||
this.timePicker1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.timePicker1.Location = new System.Drawing.Point(3, 3);
|
||
this.timePicker1.Name = "timePicker1";
|
||
this.timePicker1.PlaceholderText = "请选择时间";
|
||
this.timePicker1.Size = new System.Drawing.Size(200, 32);
|
||
this.timePicker1.TabIndex = 0;
|
||
this.timePicker1.Text = "08:00:00";
|
||
this.timePicker1.Value = System.TimeSpan.Parse("08:00:00");
|
||
this.timePicker1.WaveSize = 0;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label3.Location = new System.Drawing.Point(3, 97);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(744, 24);
|
||
this.label3.TabIndex = 23;
|
||
this.label3.Text = "基本用法";
|
||
//
|
||
// divider1
|
||
//
|
||
this.divider1.Location = new System.Drawing.Point(3, 79);
|
||
this.divider1.Name = "divider1";
|
||
this.divider1.Size = new System.Drawing.Size(744, 12);
|
||
this.divider1.TabIndex = 22;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label2.Location = new System.Drawing.Point(3, 49);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(744, 24);
|
||
this.label2.TabIndex = 21;
|
||
this.label2.Text = "输入或选择时间的控件。";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label1.Location = new System.Drawing.Point(3, 3);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(744, 40);
|
||
this.label1.TabIndex = 20;
|
||
this.label1.Text = "TimePicker 时间选择框";
|
||
//
|
||
// TimePickerDemo
|
||
//
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
||
this.Controls.Add(this.stackPanel1);
|
||
this.Name = "TimePickerDemo";
|
||
this.Size = new System.Drawing.Size(750, 466);
|
||
this.stackPanel1.ResumeLayout(false);
|
||
this.flowPanel4.ResumeLayout(false);
|
||
this.flowPanel3.ResumeLayout(false);
|
||
this.flowPanel2.ResumeLayout(false);
|
||
this.flowPanel1.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private AntdUI.StackPanel stackPanel1;
|
||
private AntdUI.Divider divider1;
|
||
private AntdUI.Label label2;
|
||
private AntdUI.Label label1;
|
||
private AntdUI.Label label3;
|
||
private AntdUI.FlowPanel flowPanel1;
|
||
private AntdUI.TimePicker timePicker1;
|
||
private AntdUI.Label label4;
|
||
private AntdUI.FlowPanel flowPanel2;
|
||
private AntdUI.TimePicker timePicker2;
|
||
private AntdUI.TimePicker timePicker3;
|
||
private AntdUI.TimePicker timePicker4;
|
||
private AntdUI.FlowPanel flowPanel3;
|
||
private AntdUI.TimePicker timePicker5;
|
||
private AntdUI.Label label5;
|
||
private AntdUI.TimePicker timePicker6;
|
||
private AntdUI.TimePicker timePicker7;
|
||
private AntdUI.FlowPanel flowPanel4;
|
||
private AntdUI.TimePicker timePicker13;
|
||
private AntdUI.TimePicker timePicker12;
|
||
private AntdUI.TimePicker timePicker11;
|
||
private AntdUI.TimePicker timePicker10;
|
||
private AntdUI.TimePicker timePicker8;
|
||
private AntdUI.TimePicker timePicker9;
|
||
private AntdUI.Label label6;
|
||
}
|
||
}
|