Index: ActiviteitenOpvolging/ProductiePitching/ProductiePitchingForm.Designer.vb =================================================================== diff -u -r1759 -r1787 --- ActiviteitenOpvolging/ProductiePitching/ProductiePitchingForm.Designer.vb (.../ProductiePitchingForm.Designer.vb) (revision 1759) +++ ActiviteitenOpvolging/ProductiePitching/ProductiePitchingForm.Designer.vb (.../ProductiePitchingForm.Designer.vb) (revision 1787) @@ -37,6 +37,7 @@ Me.DatagridViewControlsFlowLayoutPanel.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.DatagridViewControlsFlowLayoutPanel.BackColor = System.Drawing.SystemColors.Window Me.DatagridViewControlsFlowLayoutPanel.Location = New System.Drawing.Point(12, 46) Me.DatagridViewControlsFlowLayoutPanel.Name = "DatagridViewControlsFlowLayoutPanel" Me.DatagridViewControlsFlowLayoutPanel.Size = New System.Drawing.Size(1240, 590) @@ -76,12 +77,10 @@ ' 'EmployeesControlsFlowLayoutPanel ' - Me.EmployeesControlsFlowLayoutPanel.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ - Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.EmployeesControlsFlowLayoutPanel.Location = New System.Drawing.Point(12, 664) + Me.EmployeesControlsFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Bottom + Me.EmployeesControlsFlowLayoutPanel.Location = New System.Drawing.Point(0, 676) Me.EmployeesControlsFlowLayoutPanel.Name = "EmployeesControlsFlowLayoutPanel" - Me.EmployeesControlsFlowLayoutPanel.Size = New System.Drawing.Size(1240, 310) + Me.EmployeesControlsFlowLayoutPanel.Size = New System.Drawing.Size(1264, 310) Me.EmployeesControlsFlowLayoutPanel.TabIndex = 6 ' 'RefreshTimer Index: ActiviteitenOpvolging/ProductiePitching/ProductiePitchingForm.vb =================================================================== diff -u -r1786 -r1787 --- ActiviteitenOpvolging/ProductiePitching/ProductiePitchingForm.vb (.../ProductiePitchingForm.vb) (revision 1786) +++ ActiviteitenOpvolging/ProductiePitching/ProductiePitchingForm.vb (.../ProductiePitchingForm.vb) (revision 1787) @@ -155,6 +155,8 @@ .Size = New System.Drawing.Size(250, 300) 'todo make configurable End With + EmployeesControlsFlowLayoutPanel.Height = 300 + 5 'todo make configurable + 'Add to list of user controls. _employeeUserControls.Add(userControl) 'Add to layout panel. Index: ActiviteitenOpvolging/ProductiePitching/KCA-W10_DynamicConfigs.txt =================================================================== diff -u -r1784 -r1787 --- ActiviteitenOpvolging/ProductiePitching/KCA-W10_DynamicConfigs.txt (.../KCA-W10_DynamicConfigs.txt) (revision 1784) +++ ActiviteitenOpvolging/ProductiePitching/KCA-W10_DynamicConfigs.txt (.../KCA-W10_DynamicConfigs.txt) (revision 1787) @@ -1,45 +1,35 @@ % Zichtbare naam van de applicatie (Voormontage, Matten, Karton, Zijkanten, Onderdelen, ...) -AppName=Lijnen LBX&TBX +AppName=Voormontage % Gebruikt voor webservice (Voormontage, Matten, Karton, Zijkanten, Onderdelen, ...) -AppID=Lijnen LBX&TBX +AppID=Voormontage LBX&TBX % Grootte scherm van de applicatie breedte x hoogte (in pixels) AppDimension=1280x1024 % Aantal grids -NumberOfGrids=4 +NumberOfGrids=2 % Zichtbare naam voor grid 1 tot AantalGrid -GridLabel1=Lijn 1 -GridLabel2=Lijn 2 -GridLabel3=Lijn 3 -GridLabel4=Lijn 4 +GridLabel1=Lijn +GridLabel2=Klantorder % Afmetingen grids breedte x hoogte (in pixels) -DimensionsGrid1=300x550 -DimensionsGrid2=300x550 -DimensionsGrid3=300x550 -DimensionsGrid4=300x550 +DimensionsGrid1=725x550 +DimensionsGrid2=500x550 % Kolom header namen voor elke grid. '-' betekent onzichtbaar. % De kolommen zijn: Batch, DueOut, Product, Naar, Opmerking -ColumnHeaderGrid1=Batch,DueOut,Product,-,- -ColumnHeaderGrid2=Batch,Tijd,-,-,- -ColumnHeaderGrid3=Batch,Tijd,-,-,- -ColumnHeaderGrid4=Batch,Tijd,-,-,- +ColumnHeaderGrid1=Batch,DueOut,Product,Naar,- +ColumnHeaderGrid2=Batch,Tijd,Product,Naar,- % Aantal activiteiten per grid -NumberOfActivitiesGrid1=1 -NumberOfActivitiesGrid2=1 -NumberOfActivitiesGrid3=1 -NumberOfActivitiesGrid4=1 +NumberOfActivitiesGrid1=5 +NumberOfActivitiesGrid2=2 % Definitie van de SQL query voor grid 1 tot AantalGrid -SQL1=LIJN1 -SQL2=LIJN2 -SQL3=LIJN3 -SQL4=LIJN4 +SQL1=SQL1 +SQL2=SQL2 % Aantal gebruikers die acties kunnen uitvoeren -NumberOfEmployees=0 \ No newline at end of file +NumberOfEmployees=2 \ No newline at end of file