Einzelnen Beitrag anzeigen

Chris211183

Registriert seit: 19. Sep 2013
Ort: Braunschweig
204 Beiträge
 
Delphi 6 Professional
 
#4

AW: Range mit InRange- function auslesen ?

  Alt 16. Jan 2014, 10:58
Delphi-Quellcode:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 783
  Height = 540
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object HixBarGraph1: THixBarGraph
    Left = 184
    Top = 216
    Width = 281
    Height = 73
    Barwidth = 10
    Color = clBtnFace
    BarColor = clBtnFace
    BevelColor1 = clBtnShadow
    BevelColor2 = clBtnHighlight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Kind = sbHorizontal
    LabelingStyle = lbsNone
    LabelingFont.Charset = DEFAULT_CHARSET
    LabelingFont.Color = clWindowText
    LabelingFont.Height = -11
    LabelingFont.Name = 'Arial'
    LabelingFont.Style = []
    AutoConfig = False
    ValueMax = 100
    RangeColor = clBlack
    RangeCurrent = 1
    RangeLimit = 100
    RangeNumber = 0
    Visible = True
    OffsetLower = 8
    OffsetUpper = 8
    LabelingGap = 5
    LabelingDecimals = 1
    LabelingOrientation = lboAbove
    TabOrder = 0
    BevelOuter = bvNone
    Caption = 'HixBarGraph'
    DockOrientation = doNoOrient
  end
end
So sieht es aus, wenn ich meine Komponente auf dem Formular habe und mich rechtsklick "Ansicht als Text" wähle...
Nun soll dort aber noch ein Range angezeigt werden...
Christian
  Mit Zitat antworten Zitat