コード例 #1
0
ファイル: TCScaleControl.cs プロジェクト: fire-eggs/GEDKeeper
 public TCScaleControl(TreeChartBox chart) : base(chart)
 {
     fControlsImage = Bitmap.FromResource("Resources.chart_controls.png");
 }
コード例 #2
0
 public TCPersonControl(TreeChartBox chart) : base(chart)
 {
     fCtlPen   = new Pen(Colors.Black, 2.0f);
     fCtlBrush = new SolidBrush(Color.FromArgb(128, 128, 128, 128));
 }
コード例 #3
0
ファイル: TCScaleControl.cs プロジェクト: fire-eggs/GEDKeeper
 public TCScaleControl(TreeChartBox chart) : base(chart)
 {
     fControlsImage = GKResources.iChartControls;
 }
コード例 #4
0
 public TCGenerationsControl(TreeChartBox chart) : base(chart)
 {
 }