/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.btnClose = new System.Windows.Forms.Button(); this.btnHelp = new System.Windows.Forms.Button(); this.btnCloseOpen = new System.Windows.Forms.Button(); this.btnSelectPeriod = new System.Windows.Forms.Button(); this.dtmToDate = new C1.Win.C1Input.C1DateEdit(); this.dtmFromDate = new C1.Win.C1Input.C1DateEdit(); this.lblToDate = new System.Windows.Forms.Label(); this.lblFromDate = new System.Windows.Forms.Label(); this.lblMonth = new System.Windows.Forms.Label(); this.lblYear = new System.Windows.Forms.Label(); this.txtYear = new System.Windows.Forms.TextBox(); this.txtMonth = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.dtmToDate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtmFromDate)).BeginInit(); this.SuspendLayout(); // // btnClose // this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Location = new System.Drawing.Point(345, 118); this.btnClose.Name = "btnClose"; this.btnClose.TabIndex = 11; this.btnClose.Text = "&Close"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnHelp // this.btnHelp.Location = new System.Drawing.Point(268, 118); this.btnHelp.Name = "btnHelp"; this.btnHelp.TabIndex = 10; this.btnHelp.Text = "&Help"; // // btnCloseOpen // this.btnCloseOpen.Location = new System.Drawing.Point(110, 118); this.btnCloseOpen.Name = "btnCloseOpen"; this.btnCloseOpen.Size = new System.Drawing.Size(104, 23); this.btnCloseOpen.TabIndex = 9; this.btnCloseOpen.Text = "C&lose Period"; this.btnCloseOpen.Click += new System.EventHandler(this.btnCloseOpen_Click); // // btnSelectPeriod // this.btnSelectPeriod.Location = new System.Drawing.Point(4, 118); this.btnSelectPeriod.Name = "btnSelectPeriod"; this.btnSelectPeriod.Size = new System.Drawing.Size(104, 23); this.btnSelectPeriod.TabIndex = 8; this.btnSelectPeriod.Text = "&Select Period"; this.btnSelectPeriod.Click += new System.EventHandler(this.btnSelectPeriod_Click); // // dtmToDate // // // dtmToDate.Calendar // this.dtmToDate.Calendar.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.dtmToDate.CustomFormat = "dd-MM-yyyy"; this.dtmToDate.EmptyAsNull = true; this.dtmToDate.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat; this.dtmToDate.Location = new System.Drawing.Point(76, 26); this.dtmToDate.Name = "dtmToDate"; this.dtmToDate.ReadOnly = true; this.dtmToDate.Size = new System.Drawing.Size(112, 20); this.dtmToDate.TabIndex = 3; this.dtmToDate.Tag = null; this.dtmToDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.dtmToDate.VisibleButtons = C1.Win.C1Input.DropDownControlButtonFlags.None; // // dtmFromDate // // // dtmFromDate.Calendar // this.dtmFromDate.Calendar.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.dtmFromDate.CustomFormat = "dd-MM-yyyy"; this.dtmFromDate.EmptyAsNull = true; this.dtmFromDate.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat; this.dtmFromDate.Location = new System.Drawing.Point(76, 4); this.dtmFromDate.Name = "dtmFromDate"; this.dtmFromDate.ReadOnly = true; this.dtmFromDate.Size = new System.Drawing.Size(112, 20); this.dtmFromDate.TabIndex = 1; this.dtmFromDate.Tag = null; this.dtmFromDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.dtmFromDate.VisibleButtons = C1.Win.C1Input.DropDownControlButtonFlags.None; // // lblToDate // this.lblToDate.ForeColor = System.Drawing.Color.Maroon; this.lblToDate.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblToDate.Location = new System.Drawing.Point(4, 26); this.lblToDate.Name = "lblToDate"; this.lblToDate.Size = new System.Drawing.Size(70, 20); this.lblToDate.TabIndex = 2; this.lblToDate.Text = "To Date"; this.lblToDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblFromDate // this.lblFromDate.ForeColor = System.Drawing.Color.Maroon; this.lblFromDate.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblFromDate.Location = new System.Drawing.Point(4, 4); this.lblFromDate.Name = "lblFromDate"; this.lblFromDate.Size = new System.Drawing.Size(70, 20); this.lblFromDate.TabIndex = 0; this.lblFromDate.Text = "From Date"; this.lblFromDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblMonth // this.lblMonth.ForeColor = System.Drawing.Color.Maroon; this.lblMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblMonth.Location = new System.Drawing.Point(4, 70); this.lblMonth.Name = "lblMonth"; this.lblMonth.Size = new System.Drawing.Size(70, 20); this.lblMonth.TabIndex = 6; this.lblMonth.Text = "Month"; this.lblMonth.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblYear // this.lblYear.ForeColor = System.Drawing.Color.Maroon; this.lblYear.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblYear.Location = new System.Drawing.Point(4, 48); this.lblYear.Name = "lblYear"; this.lblYear.Size = new System.Drawing.Size(70, 20); this.lblYear.TabIndex = 4; this.lblYear.Text = "Year"; this.lblYear.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtYear // this.txtYear.Location = new System.Drawing.Point(76, 48); this.txtYear.Name = "txtYear"; this.txtYear.ReadOnly = true; this.txtYear.Size = new System.Drawing.Size(112, 20); this.txtYear.TabIndex = 5; this.txtYear.Text = ""; // // txtMonth // this.txtMonth.Location = new System.Drawing.Point(76, 70); this.txtMonth.Name = "txtMonth"; this.txtMonth.ReadOnly = true; this.txtMonth.Size = new System.Drawing.Size(112, 20); this.txtMonth.TabIndex = 7; this.txtMonth.Text = ""; // // OpenAndClosePeriod // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(424, 144); this.Controls.Add(this.txtYear); this.Controls.Add(this.dtmToDate); this.Controls.Add(this.dtmFromDate); this.Controls.Add(this.lblToDate); this.Controls.Add(this.lblFromDate); this.Controls.Add(this.btnCloseOpen); this.Controls.Add(this.btnHelp); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSelectPeriod); this.Controls.Add(this.lblMonth); this.Controls.Add(this.lblYear); this.Controls.Add(this.txtMonth); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.KeyPreview = true; this.MaximizeBox = false; this.Name = "OpenAndClosePeriod"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Open And Close Period"; this.Load += new System.EventHandler(this.OpenAndClosePeriod_Load); ((System.ComponentModel.ISupportInitialize)(this.dtmToDate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtmFromDate)).EndInit(); this.ResumeLayout(false); }
protected void InitializeComponent() { this.YearNum = new C1.Win.C1Input.C1NumericEdit(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.MonthNum = new C1.Win.C1Input.C1NumericEdit(); this.DayNum = new C1.Win.C1Input.C1NumericEdit(); this.HourNum = new C1.Win.C1Input.C1NumericEdit(); this.MinutesNum = new C1.Win.C1Input.C1NumericEdit(); this.SpecifiedDate = new C1.Win.C1Input.C1DateEdit(); this.NotSpecifiedRadio = new System.Windows.Forms.RadioButton(); this.SpecifiedRadio = new System.Windows.Forms.RadioButton(); this.NowDateRadio = new System.Windows.Forms.RadioButton(); this.PastRadio = new System.Windows.Forms.RadioButton(); this.FutureRadio = new System.Windows.Forms.RadioButton(); this.DiffTimeGroup = new System.Windows.Forms.GroupBox(); this.NoneRadio = new System.Windows.Forms.RadioButton(); this.CancelButton1 = new System.Windows.Forms.Button(); this.OKButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.YearNum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MonthNum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DayNum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.HourNum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MinutesNum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SpecifiedDate)).BeginInit(); this.DiffTimeGroup.SuspendLayout(); this.SuspendLayout(); // // YearNum // this.YearNum.CharCategory = C1.Win.C1Input.CharCategory.Number; this.YearNum.CustomFormat = "##0"; this.YearNum.DataType = typeof(int); this.YearNum.EmptyAsNull = true; this.YearNum.ErrorInfo.ShowErrorMessage = false; this.YearNum.FormatType = C1.Win.C1Input.FormatTypeEnum.Integer; this.YearNum.ImagePadding = new System.Windows.Forms.Padding(0); this.YearNum.Location = new System.Drawing.Point(6, 39); this.YearNum.Name = "YearNum"; this.YearNum.ShowFocusRectangle = true; this.YearNum.Size = new System.Drawing.Size(60, 17); this.YearNum.TabIndex = 3; this.YearNum.Tag = null; this.YearNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.YearNum.VisibleButtons = C1.Win.C1Input.DropDownControlButtonFlags.UpDown; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("MS UI Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.label1.Location = new System.Drawing.Point(67, 43); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(20, 13); this.label1.TabIndex = 4; this.label1.Text = "年"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("MS UI Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.label2.Location = new System.Drawing.Point(149, 43); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(28, 13); this.label2.TabIndex = 6; this.label2.Text = "ヵ月"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("MS UI Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.label3.Location = new System.Drawing.Point(236, 43); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(20, 13); this.label3.TabIndex = 8; this.label3.Text = "日"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("MS UI Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.label4.Location = new System.Drawing.Point(318, 43); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(33, 13); this.label4.TabIndex = 10; this.label4.Text = "時間"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("MS UI Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.label5.Location = new System.Drawing.Point(411, 43); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(20, 13); this.label5.TabIndex = 12; this.label5.Text = "分"; // // MonthNum // this.MonthNum.CharCategory = C1.Win.C1Input.CharCategory.Number; this.MonthNum.DataType = typeof(int); this.MonthNum.EmptyAsNull = true; this.MonthNum.ErrorInfo.ShowErrorMessage = false; this.MonthNum.FormatType = C1.Win.C1Input.FormatTypeEnum.Integer; this.MonthNum.ImagePadding = new System.Windows.Forms.Padding(0); this.MonthNum.Location = new System.Drawing.Point(88, 39); this.MonthNum.Name = "MonthNum"; this.MonthNum.ShowFocusRectangle = true; this.MonthNum.Size = new System.Drawing.Size(60, 17); this.MonthNum.TabIndex = 5; this.MonthNum.Tag = null; this.MonthNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.MonthNum.VisibleButtons = C1.Win.C1Input.DropDownControlButtonFlags.UpDown; // // DayNum // this.DayNum.CharCategory = C1.Win.C1Input.CharCategory.Number; this.DayNum.DataType = typeof(int); this.DayNum.EmptyAsNull = true; this.DayNum.ErrorInfo.ShowErrorMessage = false; this.DayNum.FormatType = C1.Win.C1Input.FormatTypeEnum.Integer; this.DayNum.ImagePadding = new System.Windows.Forms.Padding(0); this.DayNum.Location = new System.Drawing.Point(175, 39); this.DayNum.Name = "DayNum"; this.DayNum.ShowFocusRectangle = true; this.DayNum.Size = new System.Drawing.Size(60, 17); this.DayNum.TabIndex = 7; this.DayNum.Tag = null; this.DayNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.DayNum.VisibleButtons = C1.Win.C1Input.DropDownControlButtonFlags.UpDown; // // HourNum // this.HourNum.CharCategory = C1.Win.C1Input.CharCategory.Number; this.HourNum.DataType = typeof(int); this.HourNum.EmptyAsNull = true; this.HourNum.ErrorInfo.ShowErrorMessage = false; this.HourNum.FormatType = C1.Win.C1Input.FormatTypeEnum.Integer; this.HourNum.ImagePadding = new System.Windows.Forms.Padding(0); this.HourNum.Location = new System.Drawing.Point(257, 39); this.HourNum.Name = "HourNum"; this.HourNum.ShowFocusRectangle = true; this.HourNum.Size = new System.Drawing.Size(60, 17); this.HourNum.TabIndex = 9; this.HourNum.Tag = null; this.HourNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.HourNum.VisibleButtons = C1.Win.C1Input.DropDownControlButtonFlags.UpDown; // // MinutesNum // this.MinutesNum.CharCategory = C1.Win.C1Input.CharCategory.Number; this.MinutesNum.DataType = typeof(int); this.MinutesNum.EmptyAsNull = true; this.MinutesNum.ErrorInfo.ShowErrorMessage = false; this.MinutesNum.FormatType = C1.Win.C1Input.FormatTypeEnum.Integer; this.MinutesNum.ImagePadding = new System.Windows.Forms.Padding(0); this.MinutesNum.Location = new System.Drawing.Point(350, 39); this.MinutesNum.Name = "MinutesNum"; this.MinutesNum.ShowFocusRectangle = true; this.MinutesNum.Size = new System.Drawing.Size(60, 17); this.MinutesNum.TabIndex = 11; this.MinutesNum.Tag = null; this.MinutesNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.MinutesNum.VisibleButtons = C1.Win.C1Input.DropDownControlButtonFlags.UpDown; // // SpecifiedDate // this.SpecifiedDate.AllowSpinLoop = false; // // // this.SpecifiedDate.Calendar.DayNameLength = 1; this.SpecifiedDate.Calendar.VisualStyle = C1.Win.C1Input.VisualStyle.System; this.SpecifiedDate.CustomFormat = "yyyy/MM/dd HH:mm"; this.SpecifiedDate.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat; this.SpecifiedDate.ImagePadding = new System.Windows.Forms.Padding(0); this.SpecifiedDate.Location = new System.Drawing.Point(86, 49); this.SpecifiedDate.Name = "SpecifiedDate"; this.SpecifiedDate.ShowFocusRectangle = true; this.SpecifiedDate.Size = new System.Drawing.Size(154, 17); this.SpecifiedDate.TabIndex = 3; this.SpecifiedDate.Tag = null; // // NotSpecifiedRadio // this.NotSpecifiedRadio.AutoSize = true; this.NotSpecifiedRadio.Location = new System.Drawing.Point(14, 7); this.NotSpecifiedRadio.Name = "NotSpecifiedRadio"; this.NotSpecifiedRadio.Size = new System.Drawing.Size(59, 16); this.NotSpecifiedRadio.TabIndex = 0; this.NotSpecifiedRadio.Text = "未設定"; this.NotSpecifiedRadio.UseVisualStyleBackColor = true; this.NotSpecifiedRadio.CheckedChanged += new System.EventHandler(this.NotSpecifiedRadio_CheckedChanged); // // SpecifiedRadio // this.SpecifiedRadio.AutoSize = true; this.SpecifiedRadio.Location = new System.Drawing.Point(14, 49); this.SpecifiedRadio.Name = "SpecifiedRadio"; this.SpecifiedRadio.Size = new System.Drawing.Size(71, 16); this.SpecifiedRadio.TabIndex = 2; this.SpecifiedRadio.Text = "指定日時"; this.SpecifiedRadio.UseVisualStyleBackColor = true; // // NowDateRadio // this.NowDateRadio.AutoSize = true; this.NowDateRadio.Location = new System.Drawing.Point(14, 27); this.NowDateRadio.Name = "NowDateRadio"; this.NowDateRadio.Size = new System.Drawing.Size(71, 16); this.NowDateRadio.TabIndex = 1; this.NowDateRadio.Text = "現在日時"; this.NowDateRadio.UseVisualStyleBackColor = true; // // PastRadio // this.PastRadio.AutoSize = true; this.PastRadio.Location = new System.Drawing.Point(83, 18); this.PastRadio.Name = "PastRadio"; this.PastRadio.Size = new System.Drawing.Size(47, 16); this.PastRadio.TabIndex = 1; this.PastRadio.Text = "過去"; this.PastRadio.UseVisualStyleBackColor = true; // // FutureRadio // this.FutureRadio.AutoSize = true; this.FutureRadio.Location = new System.Drawing.Point(129, 18); this.FutureRadio.Name = "FutureRadio"; this.FutureRadio.Size = new System.Drawing.Size(47, 16); this.FutureRadio.TabIndex = 2; this.FutureRadio.Text = "未来"; this.FutureRadio.UseVisualStyleBackColor = true; // // DiffTimeGroup // this.DiffTimeGroup.Controls.Add(this.NoneRadio); this.DiffTimeGroup.Controls.Add(this.FutureRadio); this.DiffTimeGroup.Controls.Add(this.PastRadio); this.DiffTimeGroup.Controls.Add(this.YearNum); this.DiffTimeGroup.Controls.Add(this.label1); this.DiffTimeGroup.Controls.Add(this.label2); this.DiffTimeGroup.Controls.Add(this.MinutesNum); this.DiffTimeGroup.Controls.Add(this.label3); this.DiffTimeGroup.Controls.Add(this.HourNum); this.DiffTimeGroup.Controls.Add(this.label4); this.DiffTimeGroup.Controls.Add(this.DayNum); this.DiffTimeGroup.Controls.Add(this.label5); this.DiffTimeGroup.Controls.Add(this.MonthNum); this.DiffTimeGroup.Location = new System.Drawing.Point(12, 81); this.DiffTimeGroup.Name = "DiffTimeGroup"; this.DiffTimeGroup.Size = new System.Drawing.Size(433, 73); this.DiffTimeGroup.TabIndex = 4; this.DiffTimeGroup.TabStop = false; this.DiffTimeGroup.Text = "差分指定"; // // NoneRadio // this.NoneRadio.AutoSize = true; this.NoneRadio.Location = new System.Drawing.Point(7, 18); this.NoneRadio.Name = "NoneRadio"; this.NoneRadio.Size = new System.Drawing.Size(66, 16); this.NoneRadio.TabIndex = 0; this.NoneRadio.Text = "差分なし"; this.NoneRadio.UseVisualStyleBackColor = true; this.NoneRadio.CheckedChanged += new System.EventHandler(this.NoneRadio_CheckedChanged); // // CancelButton1 // this.CancelButton1.BackColor = System.Drawing.SystemColors.Control; this.CancelButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CancelButton1.Location = new System.Drawing.Point(299, 43); this.CancelButton1.Name = "CancelButton1"; this.CancelButton1.Size = new System.Drawing.Size(140, 35); this.CancelButton1.TabIndex = 6; this.CancelButton1.Text = "キャンセル(&C)"; this.CancelButton1.UseVisualStyleBackColor = false; // // OKButton // this.OKButton.BackColor = System.Drawing.SystemColors.Control; this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.OKButton.Location = new System.Drawing.Point(299, 8); this.OKButton.Name = "OKButton"; this.OKButton.Size = new System.Drawing.Size(140, 35); this.OKButton.TabIndex = 5; this.OKButton.Text = "OK"; this.OKButton.UseVisualStyleBackColor = false; // // DateInitConfControl // this.ClientSize = new System.Drawing.Size(452, 164); this.Controls.Add(this.CancelButton1); this.Controls.Add(this.OKButton); this.Controls.Add(this.DiffTimeGroup); this.Controls.Add(this.NowDateRadio); this.Controls.Add(this.SpecifiedRadio); this.Controls.Add(this.NotSpecifiedRadio); this.Controls.Add(this.SpecifiedDate); this.FocusControl = this.OKButton; this.Name = "DateInitConfControl"; this.PostChanges += new System.EventHandler(this.DateInitConfControl_PostChanges); this.Open += new System.EventHandler(this.DateInitConfControl_Open); this.Load += new System.EventHandler(this.DateInitConfControl_Load); ((System.ComponentModel.ISupportInitialize)(this.YearNum)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MonthNum)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DayNum)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.HourNum)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MinutesNum)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SpecifiedDate)).EndInit(); this.DiffTimeGroup.ResumeLayout(false); this.DiffTimeGroup.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }