1 write to dateTimePicker1
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
82
this.
dateTimePicker1
= new System.Windows.Forms.DateTimePicker();
13 references to dateTimePicker1
Accessibility_Core_App (13)
CommonControl1.Designer.cs (13)
632
this.groupBox8.Controls.Add(this.
dateTimePicker1
);
664
this.
dateTimePicker1
.AccessibleName = "DTP1";
665
this.
dateTimePicker1
.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
666
this.
dateTimePicker1
.CalendarMonthBackground = System.Drawing.Color.Yellow;
667
this.
dateTimePicker1
.CalendarTitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
668
this.
dateTimePicker1
.CalendarTitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
669
this.
dateTimePicker1
.CalendarTrailingForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
670
this.
dateTimePicker1
.Location = new System.Drawing.Point(37, 47);
671
this.
dateTimePicker1
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
672
this.
dateTimePicker1
.Name = "dateTimePicker1";
673
this.
dateTimePicker1
.ShowCheckBox = true;
674
this.
dateTimePicker1
.Size = new System.Drawing.Size(457, 39);
675
this.
dateTimePicker1
.TabIndex = 0;