namespace JwKdsV.Component { partial class DateTimePickerEx2 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DateTimePickerEx2)); this.mainPanel = new System.Windows.Forms.Panel(); this.dgv_Dates = new System.Windows.Forms.DataGridView(); this.pn_TrackBar = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.lbl_Today = new System.Windows.Forms.Label(); this.pn_Controls = new System.Windows.Forms.Panel(); this.cmb_Months = new System.Windows.Forms.ComboBox(); this.cmb_Years = new System.Windows.Forms.ComboBox(); this.btn_NextMonth = new System.Windows.Forms.Button(); this.btn_PrevMonth = new System.Windows.Forms.Button(); this.tr_Secs = new JwKdsV.Component.NumSpinnersV(); this.tr_Mins = new JwKdsV.Component.NumSpinnersV(); this.tr_Hrs = new JwKdsV.Component.NumSpinnersV(); this.label2 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.mainPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Dates)).BeginInit(); this.pn_TrackBar.SuspendLayout(); this.panel3.SuspendLayout(); this.pn_Controls.SuspendLayout(); this.SuspendLayout(); // // mainPanel // this.mainPanel.Controls.Add(this.dgv_Dates); this.mainPanel.Controls.Add(this.pn_TrackBar); this.mainPanel.Controls.Add(this.panel3); this.mainPanel.Controls.Add(this.pn_Controls); this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.mainPanel.Location = new System.Drawing.Point(0, 0); this.mainPanel.Name = "mainPanel"; this.mainPanel.Padding = new System.Windows.Forms.Padding(5); this.mainPanel.Size = new System.Drawing.Size(445, 280); this.mainPanel.TabIndex = 0; // // dgv_Dates // this.dgv_Dates.AllowUserToAddRows = false; this.dgv_Dates.AllowUserToDeleteRows = false; this.dgv_Dates.AllowUserToResizeColumns = false; this.dgv_Dates.AllowUserToResizeRows = false; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.dgv_Dates.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgv_Dates.BackgroundColor = System.Drawing.Color.White; this.dgv_Dates.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgv_Dates.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(192)))), ((int)(((byte)(234))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_Dates.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgv_Dates.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_Dates.DefaultCellStyle = dataGridViewCellStyle3; this.dgv_Dates.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv_Dates.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.dgv_Dates.EnableHeadersVisualStyles = false; this.dgv_Dates.Location = new System.Drawing.Point(5, 39); this.dgv_Dates.MultiSelect = false; this.dgv_Dates.Name = "dgv_Dates"; this.dgv_Dates.ReadOnly = true; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_Dates.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgv_Dates.RowHeadersVisible = false; this.dgv_Dates.RowHeadersWidth = 31; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgv_Dates.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgv_Dates.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dgv_Dates.Size = new System.Drawing.Size(260, 207); this.dgv_Dates.TabIndex = 27; this.dgv_Dates.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDates_CellEnter); // // pn_TrackBar // this.pn_TrackBar.AutoSize = true; this.pn_TrackBar.Controls.Add(this.label5); this.pn_TrackBar.Controls.Add(this.label2); this.pn_TrackBar.Controls.Add(this.tr_Secs); this.pn_TrackBar.Controls.Add(this.tr_Mins); this.pn_TrackBar.Controls.Add(this.tr_Hrs); this.pn_TrackBar.Controls.Add(this.label1); this.pn_TrackBar.Controls.Add(this.label4); this.pn_TrackBar.Controls.Add(this.label3); this.pn_TrackBar.Dock = System.Windows.Forms.DockStyle.Right; this.pn_TrackBar.Location = new System.Drawing.Point(265, 39); this.pn_TrackBar.Name = "pn_TrackBar"; this.pn_TrackBar.Size = new System.Drawing.Size(175, 207); this.pn_TrackBar.TabIndex = 26; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(131, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(28, 19); this.label1.TabIndex = 23; this.label1.Text = "秒"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(73, 17); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(28, 19); this.label4.TabIndex = 18; this.label4.Text = "分"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(16, 17); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(28, 19); this.label3.TabIndex = 17; this.label3.Text = "时"; // // panel3 // this.panel3.BackColor = System.Drawing.Color.Transparent; this.panel3.Controls.Add(this.lbl_Today); this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panel3.Location = new System.Drawing.Point(5, 246); this.panel3.Name = "panel3"; this.panel3.Padding = new System.Windows.Forms.Padding(1); this.panel3.Size = new System.Drawing.Size(435, 29); this.panel3.TabIndex = 21; // // lbl_Today // this.lbl_Today.Cursor = System.Windows.Forms.Cursors.Hand; this.lbl_Today.Dock = System.Windows.Forms.DockStyle.Left; this.lbl_Today.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbl_Today.Location = new System.Drawing.Point(1, 1); this.lbl_Today.Name = "lbl_Today"; this.lbl_Today.Size = new System.Drawing.Size(409, 27); this.lbl_Today.TabIndex = 12; this.lbl_Today.Text = "今天:"; this.lbl_Today.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lbl_Today.Click += new System.EventHandler(this.lbl_Today_Click); // // pn_Controls // this.pn_Controls.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(192)))), ((int)(((byte)(234))))); this.pn_Controls.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pn_Controls.Controls.Add(this.cmb_Months); this.pn_Controls.Controls.Add(this.cmb_Years); this.pn_Controls.Controls.Add(this.btn_NextMonth); this.pn_Controls.Controls.Add(this.btn_PrevMonth); this.pn_Controls.Dock = System.Windows.Forms.DockStyle.Top; this.pn_Controls.Location = new System.Drawing.Point(5, 5); this.pn_Controls.Name = "pn_Controls"; this.pn_Controls.Size = new System.Drawing.Size(435, 34); this.pn_Controls.TabIndex = 20; // // cmb_Months // this.cmb_Months.BackColor = System.Drawing.Color.White; this.cmb_Months.Dock = System.Windows.Forms.DockStyle.Fill; this.cmb_Months.DropDownHeight = 170; this.cmb_Months.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_Months.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmb_Months.FormattingEnabled = true; this.cmb_Months.IntegralHeight = false; this.cmb_Months.ItemHeight = 24; this.cmb_Months.Location = new System.Drawing.Point(124, 0); this.cmb_Months.MaxDropDownItems = 10; this.cmb_Months.Name = "cmb_Months"; this.cmb_Months.Size = new System.Drawing.Size(274, 32); this.cmb_Months.TabIndex = 14; this.cmb_Months.SelectedIndexChanged += new System.EventHandler(this.cmb_Months_SelectedIndexChanged); // // cmb_Years // this.cmb_Years.BackColor = System.Drawing.Color.White; this.cmb_Years.Dock = System.Windows.Forms.DockStyle.Left; this.cmb_Years.DropDownHeight = 170; this.cmb_Years.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_Years.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmb_Years.FormattingEnabled = true; this.cmb_Years.IntegralHeight = false; this.cmb_Years.ItemHeight = 24; this.cmb_Years.Location = new System.Drawing.Point(35, 0); this.cmb_Years.MaxDropDownItems = 12; this.cmb_Years.Name = "cmb_Years"; this.cmb_Years.Size = new System.Drawing.Size(89, 32); this.cmb_Years.TabIndex = 13; this.cmb_Years.SelectedIndexChanged += new System.EventHandler(this.cmb_Years_SelectedIndexChanged); // // btn_NextMonth // this.btn_NextMonth.BackColor = System.Drawing.Color.White; this.btn_NextMonth.BackgroundImage = global::JwKdsV.Properties.Resources.right; this.btn_NextMonth.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btn_NextMonth.Dock = System.Windows.Forms.DockStyle.Right; this.btn_NextMonth.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_NextMonth.Location = new System.Drawing.Point(398, 0); this.btn_NextMonth.Name = "btn_NextMonth"; this.btn_NextMonth.Size = new System.Drawing.Size(35, 32); this.btn_NextMonth.TabIndex = 12; this.btn_NextMonth.UseVisualStyleBackColor = false; this.btn_NextMonth.Click += new System.EventHandler(this.btn_NextMonth_Click); // // btn_PrevMonth // this.btn_PrevMonth.BackColor = System.Drawing.Color.White; this.btn_PrevMonth.BackgroundImage = global::JwKdsV.Properties.Resources.left; this.btn_PrevMonth.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btn_PrevMonth.Dock = System.Windows.Forms.DockStyle.Left; this.btn_PrevMonth.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_PrevMonth.Location = new System.Drawing.Point(0, 0); this.btn_PrevMonth.Name = "btn_PrevMonth"; this.btn_PrevMonth.Size = new System.Drawing.Size(35, 32); this.btn_PrevMonth.TabIndex = 1; this.btn_PrevMonth.UseVisualStyleBackColor = false; this.btn_PrevMonth.Click += new System.EventHandler(this.btn_PrevMonth_Click); // // tr_Secs // this.tr_Secs.Circle = false; this.tr_Secs.DefaultValue = new decimal(new int[] { 0, 0, 0, 0}); this.tr_Secs.Location = new System.Drawing.Point(119, 48); this.tr_Secs.MaxValue = new decimal(new int[] { 59, 0, 0, 0}); this.tr_Secs.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.tr_Secs.Name = "tr_Secs"; this.tr_Secs.NumValue = new decimal(new int[] { 0, 0, 0, 0}); this.tr_Secs.Size = new System.Drawing.Size(53, 137); this.tr_Secs.StepValue = new decimal(new int[] { 1, 0, 0, 0}); this.tr_Secs.TabIndex = 30; this.tr_Secs.OnNumChanged += new JwKdsV.Component.NumSpinnersV.EventHandler(this.OnSecChanged); // // tr_Mins // this.tr_Mins.Circle = false; this.tr_Mins.DefaultValue = new decimal(new int[] { 0, 0, 0, 0}); this.tr_Mins.Location = new System.Drawing.Point(63, 48); this.tr_Mins.MaxValue = new decimal(new int[] { 59, 0, 0, 0}); this.tr_Mins.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.tr_Mins.Name = "tr_Mins"; this.tr_Mins.NumValue = new decimal(new int[] { 0, 0, 0, 0}); this.tr_Mins.Size = new System.Drawing.Size(53, 137); this.tr_Mins.StepValue = new decimal(new int[] { 1, 0, 0, 0}); this.tr_Mins.TabIndex = 29; this.tr_Mins.OnNumChanged += new JwKdsV.Component.NumSpinnersV.EventHandler(this.OnMinsNumChanged); // // tr_Hrs // this.tr_Hrs.Circle = false; this.tr_Hrs.DefaultValue = new decimal(new int[] { 0, 0, 0, 0}); this.tr_Hrs.Location = new System.Drawing.Point(4, 48); this.tr_Hrs.MaxValue = new decimal(new int[] { 23, 0, 0, 0}); this.tr_Hrs.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.tr_Hrs.Name = "tr_Hrs"; this.tr_Hrs.NumValue = new decimal(new int[] { 0, 0, 0, 0}); this.tr_Hrs.Size = new System.Drawing.Size(53, 137); this.tr_Hrs.StepValue = new decimal(new int[] { 1, 0, 0, 0}); this.tr_Hrs.TabIndex = 28; this.tr_Hrs.OnNumChanged += new JwKdsV.Component.NumSpinnersV.EventHandler(this.OnHourNumChanged); // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(51, 96); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(18, 37); this.label2.TabIndex = 31; this.label2.Text = ":"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label5 // this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(109, 96); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(18, 37); this.label5.TabIndex = 32; this.label5.Text = ":"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // DateTimePickerEx2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(445, 280); this.ControlBox = false; this.Controls.Add(this.mainPanel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; //this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "DateTimePickerEx2"; this.ShowInTaskbar = false; this.Text = "DateTimePickerEx"; this.Load += new System.EventHandler(this.DateTimePickerEx_Load); this.Paint += new System.Windows.Forms.PaintEventHandler(this.DateTimePickerEx_Paint); this.mainPanel.ResumeLayout(false); this.mainPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Dates)).EndInit(); this.pn_TrackBar.ResumeLayout(false); this.pn_TrackBar.PerformLayout(); this.panel3.ResumeLayout(false); this.pn_Controls.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel mainPanel; private System.Windows.Forms.Panel pn_Controls; private System.Windows.Forms.Button btn_NextMonth; private System.Windows.Forms.Button btn_PrevMonth; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label lbl_Today; private System.Windows.Forms.ComboBox cmb_Months; private System.Windows.Forms.ComboBox cmb_Years; private System.Windows.Forms.DataGridView dgv_Dates; private System.Windows.Forms.Panel pn_TrackBar; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private NumSpinnersV tr_Hrs; private NumSpinnersV tr_Secs; private NumSpinnersV tr_Mins; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label5; } }