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