59 : base(handle)
60 {
61 _builder = builder;
62 builder.Autoconnect(this);
64 rBar.Adjustment.Upper = ushort.MaxValue;
65 gBar.Adjustment.Upper = ushort.MaxValue;
66 bBar.Adjustment.Upper = ushort.MaxValue;
67 rBox.Adjustment.Upper = ushort.MaxValue;
68 rBox.Adjustment.StepIncrement = 1;
69 rBox.Adjustment.PageIncrement = 10;
70 gBox.Adjustment.Upper = ushort.MaxValue;
71 gBox.Adjustment.StepIncrement = 1;
72 gBox.Adjustment.PageIncrement = 10;
73 bBox.Adjustment.Upper = ushort.MaxValue;
74 bBox.Adjustment.StepIncrement = 1;
75 bBox.Adjustment.PageIncrement = 10;
76 App.ApplyStyles(this);
77 }
void SetupHandlers()
It sets up the event handlers for the sliders and text boxes.