亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? qistripchart.pas

?? Iocomp Ultra Pack v3.0.2 Sources.For.Delphi 數據顯示編程插件,可用于工業控制
?? PAS
?? 第 1 頁 / 共 5 頁
字號:
    FPrinterMarginBottom          : Double;
    FPrinterMarginTop             : Double;
    FPrinterMarginLeft            : Double;
    FOnCursorIndexChange          : TNotifyEvent;
    FMaxBufferSize                : Integer;
    FMinBufferSize                : Integer;
    FPrinterCommentLinesFont      : TFont;
    FPrinterCommentLineSpacing    : Double;
    FCursorHideAllOtherChannels   : Boolean;
    FEnableDataDrawMinMax         : Boolean;
    FAutoScaleMinAdjustEnabled    : Boolean;
    FAutoScaleMaxAdjustEnabled    : Boolean;
    FDiscontinuousDataEnabled     : Boolean;
    FAutoScrollFirstStyle         : TiAutoScrollFirstStyle;
    FPrecisionStyle               : TiPrecisionStyle;
    FInterpolateMissingDataPoints : Boolean;
    FPrinterShowDialog            : Boolean;

    function GetLabelChannelCount                            : Integer;
    function GetChannelCount                                 : Integer;
    function GetIndexCount                                   : Integer;
    function GetChannelTitle       (Index: Integer)          : String;
    function GetChannelColor       (Index: Integer)          : TColor;
    function GetChannelLineStyle   (Index: Integer)          : TiChannelLineStyle;
    function GetChannelLineWidth   (Index: Integer)          : Integer;
    function GetChannelVisible     (Index: Integer)          : Boolean;
    function GetChannelData        (Channel, Index: Integer) : Double;
    function GetChannelUseFixedAxis(Index: Integer)          : Boolean;
    function GetIndexTime          (Index: Integer)          : Double;

    procedure SetXAxisMax                    (const Value: Double);
    procedure SetXAxisMin                    (const Value: Double);
    procedure SetXAxisDateTimeEnabled        (const Value: Boolean);
    procedure SetXAxisDateTimeFormatString   (const Value: String);
    procedure SetXAxisTickMajorCount         (const Value: Integer);
    procedure SetXAxisTickMinorCount         (const Value: Integer);
    procedure SetYAxisMax                    (const Value: Double);
    procedure SetYAxisMin                    (const Value: Double);
    procedure SetYAxisTickMajorCount         (const Value: Integer);
    procedure SetYAxisTickMinorCount         (const Value: Integer);
    procedure SetXAxisLabelFont              (const Value: TFont);
    procedure SetXAxisLabelMargin            (const Value: Integer);
    procedure SetXAxisMargin                 (const Value: Integer);
    procedure SetYAxisLabelFont              (const Value: TFont);
    procedure SetYAxisLabelMargin            (const Value: Integer);
    procedure SetYAxisMargin                 (const Value: Integer);
    procedure SetXAxisTickMajorLength        (const Value: Integer);
    procedure SetXAxisTickMinorLength        (const Value: Integer);
    procedure SetYAxisTickMajorLength        (const Value: Integer);
    procedure SetYAxisTickMinorLength        (const Value: Integer);
    procedure SetXAxisLabelPrecision         (const Value: Integer);
    procedure SetYAxisLabelPrecision         (const Value: Integer);
    procedure SetOuterMarginBottom           (const Value: Integer);
    procedure SetOuterMarginLeft             (const Value: Integer);
    procedure SetOuterMarginRight            (const Value: Integer);
    procedure SetOuterMarginTop              (const Value: Integer);
    procedure SetXAxisTickMajorColor         (const Value: TColor);
    procedure SetXAxisTickMinorColor         (const Value: TColor);
    procedure SetYAxisTickMajorColor         (const Value: TColor);
    procedure SetYAxisTickMinorColor         (const Value: TColor);
    procedure SetAxisGridColor               (const Value: TColor);
    procedure SetGridLineStyle               (const Value: TiChannelLineStyle);
    procedure SetShowGrid                    (const Value: Boolean);
    procedure SetShowLegend                  (const Value: Boolean);
    procedure SetLegendWidth                 (const Value: Integer);
    procedure SetLegendMargin                (const Value: Integer);
    procedure SetShowToolBar                 (const Value: Boolean);
    procedure SetLegendFont                  (const Value: TFont);
    procedure SetXAxisTitle                  (const Value: String);
    procedure SetXAxisTitleFont              (const Value: TFont);
    procedure SetXAxisTitleMargin            (const Value: Integer);
    procedure SetYAxisTitle                  (const Value: String);
    procedure SetYAxisTitleFont              (const Value: TFont);
    procedure SetYAxisTitleMargin            (const Value: Integer);
    procedure SetTitleText                   (const Value: String);
    procedure SetTitleFont                   (const Value: TFont);
    procedure SetTitleMargin                 (const Value: Integer);
    procedure SetAutoScrollEnabled           (const Value: Boolean);
    procedure SetAutoScrollType              (const Value: TiAutoScroll);
    procedure SetAutoScrollStepSize          (const Value: Double);
    procedure SetAutoScaleEnabled            (const Value: Boolean);
    procedure SetAutoScaleHysterisis         (const Value: Double);
    procedure SetToolBarActiveModeFont       (const Value: TFont);
    procedure SetToolBarInactiveModeFont     (const Value: TFont);
    procedure SetToolBarMode                 (const Value: TiStripChartMode);
    procedure SetCursorChannel               (const Value: Integer);
    procedure SetCursorColor                 (const Value: TColor);
    procedure SetCursorChannelBackGroundColor(const Value: TColor);
    procedure SetCursorChannelFontColor      (const Value: TColor);
    procedure SetXAxisShow                   (const Value: Boolean);

    procedure SetChannelColor                (Index: Integer; const Value: TColor);
    procedure SetChannelLineStyle            (Index: Integer; const Value: TiChannelLineStyle);
    procedure SetChannelTitle                (Index: Integer; const Value: String);
    procedure SetChannelLineWidth            (Index: Integer; const Value: Integer);
    procedure SetChannelVisible              (Index: Integer; const Value: Boolean);
    procedure SetChannelData                 (Channel, Index: Integer; const Value: Double);
    procedure SetChannelUseFixedAxis         (Index: Integer; const Value: Boolean);

    procedure SetGridBackGroundColor         (const Value: TColor);
    procedure SetMaxBufferSize               (const Value: Integer);
    procedure SetMinBufferSize               (const Value: Integer);
    procedure SetCursorIndex                 (const Value: Integer);
    procedure SetPrinterCommentLinesFont     (const Value: TFont);
    procedure SetCursorHideAllOtherChannels  (const Value: Boolean);
    procedure SetEnableDataDrawMinMax        (const Value: Boolean);
    function GetChannelMax                   (Index: Integer): Double;
    function GetChannelMean                  (Index: Integer): Double;
    function GetChannelMin                   (Index: Integer): Double;

    //Kylix TODO
    {$ifndef iCLX}
    function GetSnapShotPicture: TPicture;
    {$endif}
    
    function GetLabelChannelText(Channel, Index: Integer): String;
    function GetLabelYPosition           (Index: Integer): Double;
    function GetLabelChannelFontName     (Index: Integer): String;
    function GetLabelChannelFontSize     (Index: Integer): Integer;
    function GetLabelChannelFontColor    (Index: Integer): TColor;
    function GetLabelChannelFontBold     (Index: Integer): Boolean;
    function GetLabelChannelFontItalic   (Index: Integer): Boolean;
    function GetLabelChannelFontUnderLine(Index: Integer): Boolean;
    function GetLabelChannelFontStrikeOut(Index: Integer): Boolean;

    procedure SetLabelChannelText(Channel, Index: Integer; const Value: String);
    procedure SetLabelYPosition           (Index: Integer; const Value: Double);
    procedure SetLabelChannelFontName     (Index: Integer; const Value: String);
    procedure SetLabelChannelFontSize     (Index: Integer; const Value: Integer);
    procedure SetLabelChannelFontColor    (Index: Integer; const Value: TColor);
    procedure SetLabelChannelFontBold     (Index: Integer; const Value: Boolean);
    procedure SetLabelChannelFontItalic   (Index: Integer; const Value: Boolean);
    procedure SetLabelChannelFontUnderLine(Index: Integer; const Value: Boolean);
    procedure SetLabelChannelFontStrikeOut(Index: Integer; const Value: Boolean);

    procedure SetChannelControlLimitUpperShow     (Index: Integer; const Value: Boolean);
    procedure SetChannelControlLimitUpperValue    (Index: Integer; const Value: Double);
    procedure SetChannelControlLimitUpperColor    (Index: Integer; const Value: TColor);
    procedure SetChannelControlLimitUpperLineStyle(Index: Integer; const Value: TiChannelLineStyle);

    procedure SetChannelControlLimitLowerShow     (Index: Integer; const Value: Boolean);
    procedure SetChannelControlLimitLowerValue    (Index: Integer; const Value: Double);
    procedure SetChannelControlLimitLowerColor    (Index: Integer; const Value: TColor);
    procedure SetChannelControlLimitLowerLineStyle(Index: Integer; const Value: TiChannelLineStyle);

    procedure SetChannelWarningLimitUpperShow     (Index: Integer; const Value: Boolean);
    procedure SetChannelWarningLimitUpperValue    (Index: Integer; const Value: Double);
    procedure SetChannelWarningLimitUpperColor    (Index: Integer; const Value: TColor);
    procedure SetChannelWarningLimitUpperLineStyle(Index: Integer; const Value: TiChannelLineStyle);

    procedure SetChannelWarningLimitLowerShow     (Index: Integer; const Value: Boolean);
    procedure SetChannelWarningLimitLowerValue    (Index: Integer; const Value: Double);
    procedure SetChannelWarningLimitLowerColor    (Index: Integer; const Value: TColor);
    procedure SetChannelWarningLimitLowerLineStyle(Index: Integer; const Value: TiChannelLineStyle);

    function  GetChannelControlLimitUpperShow     (Index: Integer): Boolean;
    function  GetChannelControlLimitUpperValue    (Index: Integer): Double;
    function  GetChannelControlLimitUpperColor    (Index: Integer): TColor;
    function  GetChannelControlLimitUpperLineStyle(Index: Integer): TiChannelLineStyle;

    function  GetChannelControlLimitLowerShow     (Index: Integer): Boolean;
    function  GetChannelControlLimitLowerValue    (Index: Integer): Double;
    function  GetChannelControlLimitLowerColor    (Index: Integer): TColor;
    function  GetChannelControlLimitLowerLineStyle(Index: Integer): TiChannelLineStyle;

    function  GetChannelWarningLimitUpperShow     (Index: Integer): Boolean;
    function  GetChannelWarningLimitUpperValue    (Index: Integer): Double;
    function  GetChannelWarningLimitUpperColor    (Index: Integer): TColor;
    function  GetChannelWarningLimitUpperLineStyle(Index: Integer): TiChannelLineStyle;

    function  GetChannelWarningLimitLowerShow     (Index: Integer): Boolean;
    function  GetChannelWarningLimitLowerValue    (Index: Integer): Double;
    function  GetChannelWarningLimitLowerColor    (Index: Integer): TColor;
    function  GetChannelWarningLimitLowerLineStyle(Index: Integer): TiChannelLineStyle;

    procedure SetAutoScaleMaxAdjustEnabled(const Value: Boolean);
    procedure SetAutoScaleMinAdjustEnabled(const Value: Boolean);
    procedure SetDiscontinuousDataEnabled (const Value: Boolean);
    procedure SetPrecisionStyle(const Value: TiPrecisionStyle);
    procedure SetInterpolateMissingDataPoints(const Value: Boolean);
    procedure SetYAxisShow(const Value: Boolean);
    function GetChannelVisibleInLegend(Index: Integer): Boolean;
    procedure SetChannelVisibleInLegend(Index: Integer; const Value: Boolean);
    procedure SetYAxisLabelWidth(const Value: Integer);
    procedure SetYAxisLabelWidthFixed(const Value: Boolean);
    procedure SetYAxisReverseScale(const Value: Boolean);
    function GetChannelControlLimitLowerLineWidth(Index: Integer): Integer;
    function GetChannelControlLimitUpperLineWidth(Index: Integer): Integer;
    function GetChannelWarningLimitLowerLineWidth(Index: Integer): Integer;
    function GetChannelWarningLimitUpperLineWidth(Index: Integer): Integer;
    procedure SetChannelControlLimitLowerLineWidth(Index: Integer; const Value: Integer);
    procedure SetChannelControlLimitUpperLineWidth(Index: Integer; const Value: Integer);
    procedure SetChannelWarningLimitLowerLineWidth(Index: Integer; const Value: Integer);
    procedure SetChannelWarningLimitUpperLineWidth(Index: Integer; const Value: Integer);
  private
    function GetAddYChannel1Now: Double;
    procedure SetAddYChannel1Now(const Value: Double);
  protected
    procedure iWantSpecialKey(var CharCode: Word; var Result: Longint);            override;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
美女精品自拍一二三四| 亚洲免费看黄网站| 欧美日韩国产天堂| 欧美午夜在线一二页| 国产亚洲一区二区三区在线观看| 欧美乱妇20p| 91精品婷婷国产综合久久竹菊| 欧美三级电影精品| 欧美妇女性影城| 欧美丰满美乳xxx高潮www| 欧美日韩激情在线| 欧美一级艳片视频免费观看| 日韩精品一区国产麻豆| 欧美mv日韩mv| 国产欧美一区二区在线| 国产精品不卡一区二区三区| 亚洲精品视频免费观看| 亚洲最色的网站| 日韩av在线发布| 国产精品一区二区久久不卡| 成人一道本在线| 欧美亚洲综合久久| 日韩欧美亚洲一区二区| 久久精品欧美一区二区三区麻豆| 国产精品丝袜一区| 亚洲黄色录像片| 免费高清在线视频一区·| 国产一区二区三区美女| 99re在线精品| 欧美一区2区视频在线观看| 国产日本欧洲亚洲| 亚洲午夜羞羞片| 激情都市一区二区| 99精品视频在线观看| 在线播放中文字幕一区| 久久久久亚洲综合| 亚洲一区av在线| 国产精一区二区三区| 在线观看视频一区二区| 久久综合狠狠综合久久激情 | 一区二区三区日韩精品视频| 日韩高清不卡一区二区| 国产成人丝袜美腿| 欧美日本在线观看| 久久欧美中文字幕| 亚洲图片欧美一区| 大尺度一区二区| 欧美日韩成人一区二区| 中文字幕精品一区二区精品绿巨人| 一区二区三区**美女毛片| 精品一区二区三区久久久| 91一区在线观看| 日韩免费视频一区| 一区二区三区免费看视频| 国产一区欧美二区| 欧美日韩精品一区二区三区蜜桃 | 天堂久久久久va久久久久| 国产v综合v亚洲欧| 欧美一二三四在线| av在线不卡电影| 日韩视频一区在线观看| 亚洲精品少妇30p| 国产成人免费av在线| 日韩三区在线观看| 亚洲精品乱码久久久久久黑人| 极品少妇一区二区| 欧美福利电影网| 一区二区三区在线观看国产| 国产精品99久久久久久久女警| 88在线观看91蜜桃国自产| 国产精品久久久久9999吃药| 韩国毛片一区二区三区| 欧美精品丝袜久久久中文字幕| 亚洲日韩欧美一区二区在线| 国产精品亚洲第一区在线暖暖韩国| 欧美乱妇15p| 亚洲资源中文字幕| 色婷婷精品久久二区二区蜜臀av| 国产亚洲精品久| 国产真实乱偷精品视频免| 91精品国产综合久久国产大片| 一区二区三区欧美在线观看| 99精品国产视频| 欧美激情艳妇裸体舞| 国产伦精品一区二区三区免费迷| 欧美一区二区在线看| 图片区小说区区亚洲影院| 91福利视频在线| 亚洲乱码日产精品bd| 91在线视频观看| 成人免费视频在线观看| 99久久久精品| 国产精品理伦片| 成人福利电影精品一区二区在线观看| 337p粉嫩大胆色噜噜噜噜亚洲| 日本不卡免费在线视频| 91精品福利在线一区二区三区| 亚洲成a人v欧美综合天堂下载| 欧美性一二三区| 亚洲国产成人高清精品| 欧美日韩亚洲综合一区| 亚洲成人激情av| 制服丝袜av成人在线看| 日本一道高清亚洲日美韩| 日韩一级片在线观看| 免费日本视频一区| 欧美电影免费观看高清完整版在线观看 | 日韩一区二区三| 久热成人在线视频| 久久久精品国产免费观看同学| 国产乱色国产精品免费视频| 精品国产91乱码一区二区三区 | 欧美成人三级电影在线| 蜜臀av性久久久久蜜臀aⅴ流畅| 日韩一区二区三区视频在线| 日韩精品福利网| xf在线a精品一区二区视频网站| 国产精品1区二区.| 综合久久给合久久狠狠狠97色| 色综合久久综合网97色综合| 一区二区三区在线视频观看 | 亚洲一区二区av电影| 欧美乱妇20p| 精品一区二区三区免费播放| 国产欧美一区二区三区沐欲| 91在线丨porny丨国产| 天天综合色天天综合| 欧美一级片在线| 国产成+人+日韩+欧美+亚洲 | 99国产欧美久久久精品| 亚洲一区在线观看网站| 日韩免费看的电影| 成人激情动漫在线观看| 一区二区激情视频| 日韩三级精品电影久久久| 国产成人精品亚洲午夜麻豆| 一区二区高清免费观看影视大全| 538prom精品视频线放| 国产资源在线一区| 亚洲激情校园春色| 日韩欧美亚洲国产另类| 粉嫩aⅴ一区二区三区四区五区| 一区二区三区视频在线看| 日韩欧美亚洲国产另类| 97aⅴ精品视频一二三区| 免费在线观看一区| 中文字幕第一区| 欧美日韩国产三级| 成人一级片网址| 日韩精品电影一区亚洲| 国产精品国产精品国产专区不蜜| 欧美日韩精品专区| 菠萝蜜视频在线观看一区| 日韩avvvv在线播放| 国产精品久久久久久久第一福利| 欧美日韩亚洲综合在线| 大陆成人av片| 蜜乳av一区二区| 夜夜嗨av一区二区三区中文字幕 | 久久欧美一区二区| 欧美日本国产一区| 不卡一卡二卡三乱码免费网站| 日韩电影免费一区| 亚洲免费在线观看| 26uuu精品一区二区在线观看| 欧美视频精品在线| 成年人国产精品| 国产在线精品不卡| 日韩中文字幕av电影| 亚洲图片另类小说| 久久影院电视剧免费观看| 7777精品伊人久久久大香线蕉最新版 | 国产精品123| 免费美女久久99| 亚洲第一福利视频在线| 国产精品家庭影院| 久久99国内精品| 天天影视涩香欲综合网| 综合久久给合久久狠狠狠97色| 久久久欧美精品sm网站| 日韩欧美中文字幕一区| 欧美人动与zoxxxx乱| 色噜噜狠狠一区二区三区果冻| 福利视频网站一区二区三区| 久久精品国产第一区二区三区| 亚洲福利一二三区| 一区二区三区美女| 亚洲人成人一区二区在线观看| 国产日韩欧美精品在线| 久久亚洲一区二区三区四区| 欧美精品777| 欧美系列日韩一区| 在线一区二区三区做爰视频网站| 91在线视频免费观看| 成人avav影音| 99这里只有久久精品视频| 丰满亚洲少妇av| 成人久久18免费网站麻豆| 国产精品一区二区免费不卡| 国产精品一区二区在线看|