First version of the Main form that is able to pull all the required data from the SQL database. Holiday detection is disabled for this build. Fixed some bugs with the debug database conversion code. Still missing Ad Special data in the conversion code.
This commit is contained in:
+2
-1
@@ -41,6 +41,7 @@
|
||||
this.existingDatesListBox.ItemHeight = 24;
|
||||
this.existingDatesListBox.Location = new System.Drawing.Point(59, 84);
|
||||
this.existingDatesListBox.Name = "existingDatesListBox";
|
||||
this.existingDatesListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
||||
this.existingDatesListBox.Size = new System.Drawing.Size(254, 316);
|
||||
this.existingDatesListBox.TabIndex = 0;
|
||||
//
|
||||
@@ -62,7 +63,7 @@
|
||||
this.moveOverButton.TabIndex = 2;
|
||||
this.moveOverButton.Text = "Move Selected";
|
||||
this.moveOverButton.UseVisualStyleBackColor = true;
|
||||
this.moveOverButton.Click += new System.EventHandler(this.moveOverButton_Click);
|
||||
this.moveOverButton.Click += new System.EventHandler(this.MoveOverButton_Click);
|
||||
//
|
||||
// openFileDialog1
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user