Changeset 16240 for branches/2915-AbsoluteSymbol/HeuristicLab.Clients.Hive.Administrator/3.3/Views/Recurrence.Designer.cs
- Timestamp:
- 10/18/18 16:16:31 (6 years ago)
- Location:
- branches/2915-AbsoluteSymbol
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2915-AbsoluteSymbol
- Property svn:mergeinfo changed
-
branches/2915-AbsoluteSymbol/HeuristicLab.Clients.Hive.Administrator
- Property svn:mergeinfo changed
-
branches/2915-AbsoluteSymbol/HeuristicLab.Clients.Hive.Administrator/3.3/Views/Recurrence.Designer.cs
r15583 r16240 48 48 this.chbade = new System.Windows.Forms.CheckBox(); 49 49 this.dtpEnd = new System.Windows.Forms.DateTimePicker(); 50 this.dtpToTime = new System.Windows.Forms.DateTimePicker();51 50 this.label5 = new System.Windows.Forms.Label(); 52 51 this.dtpStart = new System.Windows.Forms.DateTimePicker(); 53 this.dtpFromTime = new System.Windows.Forms.DateTimePicker();54 52 this.label6 = new System.Windows.Forms.Label(); 55 53 this.btSaveRecurrence = new System.Windows.Forms.Button(); … … 74 72 this.gbAppointment.Controls.Add(this.chbade); 75 73 this.gbAppointment.Controls.Add(this.dtpEnd); 76 this.gbAppointment.Controls.Add(this.dtpToTime);77 74 this.gbAppointment.Controls.Add(this.label5); 78 75 this.gbAppointment.Controls.Add(this.dtpStart); 79 this.gbAppointment.Controls.Add(this.dtpFromTime);80 76 this.gbAppointment.Controls.Add(this.label6); 81 77 this.gbAppointment.Location = new System.Drawing.Point(2, 2); … … 98 94 // dtpEnd 99 95 // 100 this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short; 96 this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 97 this.dtpEnd.CustomFormat = "ddd, dd.MM.yyyy, HH:mm:ss"; 101 98 this.dtpEnd.Location = new System.Drawing.Point(113, 56); 102 99 this.dtpEnd.Name = "dtpEnd"; 103 this.dtpEnd.Size = new System.Drawing.Size( 91, 20);100 this.dtpEnd.Size = new System.Drawing.Size(175, 20); 104 101 this.dtpEnd.TabIndex = 29; 105 //106 // dtpToTime107 //108 this.dtpToTime.CustomFormat = "HH:mm";109 this.dtpToTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;110 this.dtpToTime.Location = new System.Drawing.Point(226, 56);111 this.dtpToTime.Name = "dtpToTime";112 this.dtpToTime.ShowUpDown = true;113 this.dtpToTime.Size = new System.Drawing.Size(73, 20);114 this.dtpToTime.TabIndex = 38;115 102 // 116 103 // label5 … … 126 113 // 127 114 this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 115 this.dtpStart.CustomFormat = "ddd, dd.MM.yyyy, HH:mm:ss"; 128 116 this.dtpStart.Location = new System.Drawing.Point(113, 19); 129 117 this.dtpStart.Name = "dtpStart"; 130 this.dtpStart.Size = new System.Drawing.Size( 89, 20);118 this.dtpStart.Size = new System.Drawing.Size(175, 20); 131 119 this.dtpStart.TabIndex = 28; 132 //133 // dtpFromTime134 //135 this.dtpFromTime.CustomFormat = "HH:mm";136 this.dtpFromTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;137 this.dtpFromTime.Location = new System.Drawing.Point(226, 19);138 this.dtpFromTime.Name = "dtpFromTime";139 this.dtpFromTime.ShowUpDown = true;140 this.dtpFromTime.Size = new System.Drawing.Size(73, 20);141 this.dtpFromTime.TabIndex = 30;142 120 // 143 121 // label6 … … 307 285 private System.Windows.Forms.Button btSaveRecurrence; 308 286 private System.Windows.Forms.Button btCancelRecurrence; 309 private System.Windows.Forms.DateTimePicker dtpFromTime;310 private System.Windows.Forms.DateTimePicker dtpToTime;311 287 private System.Windows.Forms.CheckBox chbade; 312 288 private System.Windows.Forms.GroupBox gbWeekly;
Note: See TracChangeset
for help on using the changeset viewer.