Files
lserp_cs_6.0/插件库/Lskj.PubTaskPlan.dll/Control/MonthControl.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

270 lines
14 KiB
C#

namespace Lskj.PubTaskPlan.Control
{
partial class MonthControl
{
/// <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.radio_monthDay = new System.Windows.Forms.RadioButton();
this.radio_monthWeek = new System.Windows.Forms.RadioButton();
this.lb_monthDay1 = new System.Windows.Forms.Label();
this.spin_MonthDayM = new DevExpress.XtraEditors.SpinEdit();
this.lb_monthDay2 = new System.Windows.Forms.Label();
this.spin_MonthDayD = new DevExpress.XtraEditors.SpinEdit();
this.lb_monthDay3 = new System.Windows.Forms.Label();
this.lb_monthWeek2 = new System.Windows.Forms.Label();
this.spin_MonthWeekM = new DevExpress.XtraEditors.SpinEdit();
this.lb_monthWeek1 = new System.Windows.Forms.Label();
this.comboBox_dayOfWeek = new DevExpress.XtraEditors.ComboBoxEdit();
this.comboBox_weekCount = new DevExpress.XtraEditors.ComboBoxEdit();
((System.ComponentModel.ISupportInitialize)(this.spin_MonthDayM.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.spin_MonthDayD.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.spin_MonthWeekM.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboBox_dayOfWeek.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboBox_weekCount.Properties)).BeginInit();
this.SuspendLayout();
//
// radio_monthDay
//
this.radio_monthDay.AutoSize = true;
this.radio_monthDay.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.radio_monthDay.ForeColor = System.Drawing.Color.Black;
this.radio_monthDay.Location = new System.Drawing.Point(3, 1);
this.radio_monthDay.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.radio_monthDay.Name = "radio_monthDay";
this.radio_monthDay.Size = new System.Drawing.Size(66, 22);
this.radio_monthDay.TabIndex = 1;
this.radio_monthDay.TabStop = true;
this.radio_monthDay.Text = "天(Y)";
this.radio_monthDay.UseVisualStyleBackColor = true;
//
// radio_monthWeek
//
this.radio_monthWeek.AutoSize = true;
this.radio_monthWeek.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.radio_monthWeek.ForeColor = System.Drawing.Color.Black;
this.radio_monthWeek.Location = new System.Drawing.Point(3, 28);
this.radio_monthWeek.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.radio_monthWeek.Name = "radio_monthWeek";
this.radio_monthWeek.Size = new System.Drawing.Size(66, 22);
this.radio_monthWeek.TabIndex = 2;
this.radio_monthWeek.TabStop = true;
this.radio_monthWeek.Text = "在(H)";
this.radio_monthWeek.UseVisualStyleBackColor = true;
//
// lb_monthDay1
//
this.lb_monthDay1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lb_monthDay1.Location = new System.Drawing.Point(93, 3);
this.lb_monthDay1.Name = "lb_monthDay1";
this.lb_monthDay1.Size = new System.Drawing.Size(49, 18);
this.lb_monthDay1.TabIndex = 3;
this.lb_monthDay1.Text = "每(R):";
//
// spin_MonthDayM
//
this.spin_MonthDayM.EditValue = new decimal(new int[] {
1,
0,
0,
0});
this.spin_MonthDayM.Location = new System.Drawing.Point(148, 0);
this.spin_MonthDayM.Name = "spin_MonthDayM";
this.spin_MonthDayM.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.spin_MonthDayM.Properties.IsFloatValue = false;
this.spin_MonthDayM.Properties.Mask.EditMask = "N00";
this.spin_MonthDayM.Properties.MaxValue = new decimal(new int[] {
12,
0,
0,
0});
this.spin_MonthDayM.Properties.MinValue = new decimal(new int[] {
1,
0,
0,
0});
this.spin_MonthDayM.Size = new System.Drawing.Size(47, 24);
this.spin_MonthDayM.TabIndex = 10;
//
// lb_monthDay2
//
this.lb_monthDay2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lb_monthDay2.Location = new System.Drawing.Point(201, 3);
this.lb_monthDay2.Name = "lb_monthDay2";
this.lb_monthDay2.Size = new System.Drawing.Size(84, 18);
this.lb_monthDay2.TabIndex = 11;
this.lb_monthDay2.Text = "个月-第(R):";
//
// spin_MonthDayD
//
this.spin_MonthDayD.EditValue = new decimal(new int[] {
1,
0,
0,
0});
this.spin_MonthDayD.Location = new System.Drawing.Point(290, 0);
this.spin_MonthDayD.Name = "spin_MonthDayD";
this.spin_MonthDayD.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.spin_MonthDayD.Properties.IsFloatValue = false;
this.spin_MonthDayD.Properties.Mask.EditMask = "N00";
this.spin_MonthDayD.Properties.MaxValue = new decimal(new int[] {
31,
0,
0,
0});
this.spin_MonthDayD.Properties.MinValue = new decimal(new int[] {
1,
0,
0,
0});
this.spin_MonthDayD.Size = new System.Drawing.Size(47, 24);
this.spin_MonthDayD.TabIndex = 13;
//
// lb_monthDay3
//
this.lb_monthDay3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lb_monthDay3.Location = new System.Drawing.Point(343, 3);
this.lb_monthDay3.Name = "lb_monthDay3";
this.lb_monthDay3.Size = new System.Drawing.Size(43, 18);
this.lb_monthDay3.TabIndex = 14;
this.lb_monthDay3.Text = "天";
//
// lb_monthWeek2
//
this.lb_monthWeek2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lb_monthWeek2.Location = new System.Drawing.Point(201, 30);
this.lb_monthWeek2.Name = "lb_monthWeek2";
this.lb_monthWeek2.Size = new System.Drawing.Size(83, 18);
this.lb_monthWeek2.TabIndex = 17;
this.lb_monthWeek2.Text = "个月-第(F):";
//
// spin_MonthWeekM
//
this.spin_MonthWeekM.EditValue = new decimal(new int[] {
1,
0,
0,
0});
this.spin_MonthWeekM.Location = new System.Drawing.Point(148, 27);
this.spin_MonthWeekM.Name = "spin_MonthWeekM";
this.spin_MonthWeekM.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.spin_MonthWeekM.Properties.IsFloatValue = false;
this.spin_MonthWeekM.Properties.Mask.EditMask = "N00";
this.spin_MonthWeekM.Properties.MaxValue = new decimal(new int[] {
12,
0,
0,
0});
this.spin_MonthWeekM.Properties.MinValue = new decimal(new int[] {
1,
0,
0,
0});
this.spin_MonthWeekM.Size = new System.Drawing.Size(47, 24);
this.spin_MonthWeekM.TabIndex = 16;
//
// lb_monthWeek1
//
this.lb_monthWeek1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lb_monthWeek1.Location = new System.Drawing.Point(93, 30);
this.lb_monthWeek1.Name = "lb_monthWeek1";
this.lb_monthWeek1.Size = new System.Drawing.Size(48, 18);
this.lb_monthWeek1.TabIndex = 15;
this.lb_monthWeek1.Text = "每(F):";
//
// comboBox_dayOfWeek
//
this.comboBox_dayOfWeek.Location = new System.Drawing.Point(392, 27);
this.comboBox_dayOfWeek.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.comboBox_dayOfWeek.Name = "comboBox_dayOfWeek";
this.comboBox_dayOfWeek.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBox_dayOfWeek.Properties.DropDownRows = 8;
this.comboBox_dayOfWeek.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.comboBox_dayOfWeek.Size = new System.Drawing.Size(96, 24);
this.comboBox_dayOfWeek.TabIndex = 35;
//
// comboBox_weekCount
//
this.comboBox_weekCount.Location = new System.Drawing.Point(290, 27);
this.comboBox_weekCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.comboBox_weekCount.Name = "comboBox_weekCount";
this.comboBox_weekCount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBox_weekCount.Properties.DropDownRows = 8;
this.comboBox_weekCount.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.comboBox_weekCount.Size = new System.Drawing.Size(96, 24);
this.comboBox_weekCount.TabIndex = 36;
//
// MonthControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.comboBox_weekCount);
this.Controls.Add(this.comboBox_dayOfWeek);
this.Controls.Add(this.lb_monthWeek2);
this.Controls.Add(this.spin_MonthWeekM);
this.Controls.Add(this.lb_monthWeek1);
this.Controls.Add(this.lb_monthDay3);
this.Controls.Add(this.spin_MonthDayD);
this.Controls.Add(this.lb_monthDay2);
this.Controls.Add(this.spin_MonthDayM);
this.Controls.Add(this.lb_monthDay1);
this.Controls.Add(this.radio_monthWeek);
this.Controls.Add(this.radio_monthDay);
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "MonthControl";
this.Size = new System.Drawing.Size(557, 73);
((System.ComponentModel.ISupportInitialize)(this.spin_MonthDayM.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.spin_MonthDayD.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.spin_MonthWeekM.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboBox_dayOfWeek.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboBox_weekCount.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lb_monthDay1;
private System.Windows.Forms.Label lb_monthDay2;
private System.Windows.Forms.Label lb_monthDay3;
private System.Windows.Forms.Label lb_monthWeek2;
private System.Windows.Forms.Label lb_monthWeek1;
public System.Windows.Forms.RadioButton radio_monthDay;
public System.Windows.Forms.RadioButton radio_monthWeek;
public DevExpress.XtraEditors.SpinEdit spin_MonthDayM;
public DevExpress.XtraEditors.SpinEdit spin_MonthDayD;
public DevExpress.XtraEditors.SpinEdit spin_MonthWeekM;
public DevExpress.XtraEditors.ComboBoxEdit comboBox_dayOfWeek;
public DevExpress.XtraEditors.ComboBoxEdit comboBox_weekCount;
}
}