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

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

?? wwintl.pas

?? 本系統為病歷管理系統
?? PAS
?? 第 1 頁 / 共 5 頁
字號:
     property ItalicCaption : string read FItalicCaption write FItalicCaption;
     property UnderlineCaption : string read FUnderlineCaption write FUnderlineCaption;
     property ParagraphCaption : string read FParagraphCaption write FParagraphCaption;
     property TabsCaption : string read FTabsCaption write FTabsCaption;
     property FindCaption : string read FFindCaption write FFindCaption;
     property ReplaceCaption : string read FReplaceCaption write FReplaceCaption;
     property InsertObjectCaption : string read FInsertObjectCaption write FInsertObjectCaption;
     property ObjectPropertiesCaption : string read FObjectPropertiesCaption write FObjectPropertiesCaption;
     property SpellCheckCaption : string read FSpellCheckCaption write FSpellCheckCaption;
  end;

  TwwRichEditParagraphDlg = class(TPersistent)
  private
     FParagraphDlgCaption: string;
     FIndentationGroupBoxCaption: string;
     FLeftEditCaption: string;
     FRightEditCaption: string;
     FFirstLineEditCaption: string;
     FAlignmentCaption: string;
     FLeftEditHint: string;
     FRightEditHint: string;
     FFirstLineEditHint: string;
     FSpacingGroupCaption: string;
     FBeforeParagraphCaption: string;
     FAfterParagraphCaption: string;
     FWithinParagraphCaption: string;
     FWithinParagraphAtCaption: string;
     FAlignmentHint: string;
     FAlignLeft:string;
     FAlignRight:string;
     FAlignCenter:string;
     FAlignJustify:string;
     {$ifdef wwdelphi4up}
     FSpacingSingle,
     FSpacing1_5,
     FSpacingDouble,
     FSpacingAtLeast,
     FSpacingExactly,
     FSpacingMultiple: string;
     {$endif}
     FHelpContext: integer;
  published
     property ParagraphDlgCaption : string read FParagraphDlgCaption write FParagraphDlgCaption;
     property IndentationGroupBoxCaption : string read FIndentationGroupBoxCaption
                                                 write FIndentationGroupBoxCaption;
     property LeftEditHint : string read FLeftEditHint write FLeftEditHint;
     property RightEditHint : string read FRightEditHint write FRightEditHint;
     property FirstLineEditHint : string read FFirstLineEditHint write FFirstLineEditHint;
     property AlignmentHint : string read FAlignmentHint write FAlignmentHint;
     property LeftEditCaption : string read FLeftEditCaption write FLeftEditCaption;
     property RightEditCaption : string read FRightEditCaption write FRightEditCaption;
     property FirstLineEditCaption : string read FFirstLineEditCaption write FFirstLineEditCaption;
     property SpacingGroupCaption: string read FSpacingGroupCaption write FSpacingGroupCaption;
     property BeforeParagraphCaption: string read FBeforeParagraphCaption write FBeforeParagraphCaption;
     property AfterParagraphCaption: string read FAfterParagraphCaption write FAfterParagraphCaption;
     property WithinParagraphCaption: string read FWithinParagraphCaption write FWithinParagraphCaption;
     property WithinParagraphAtCaption: string read FWithinParagraphAtCaption write FWithinParagraphAtCaption;
     property AlignmentCaption : string read FAlignmentCaption write FAlignmentCaption;
     property AlignLeft : string read FAlignLeft write FAlignLeft;
     property AlignRight : string read FAlignRight write FAlignRight;
     property AlignCenter : string read FAlignCenter write FAlignCenter;
     property AlignJustify : string read FAlignJustify write FAlignJustify;
     {$ifdef wwdelphi4up}
     property SpacingSingle: string read FSpacingSingle write FSpacingSingle;
     property Spacing1_5: string read FSpacing1_5 write FSpacing1_5;
     property SpacingDouble : string read FSpacingDouble write FSpacingDouble;
     property SpacingAtLeast: string read FSpacingAtLeast write FSpacingAtLeast;
     property SpacingExactly : string read FSpacingExactly write FSpacingExactly;
     property SpacingMultiple: string read FSpacingMultiple write FSpacingMultiple;
     {$endif}
     property HelpContext: integer read FHelpContext write FHelpContext default 0;
  end;

  TwwRichEditTabDlg = class(TPersistent)
  private
     FTabDlgCaption: string;
     FTabGroupBoxCaption: string;
     FSetTabButtonCaption: string;
     FClearTabButtonCaption: string;
     FClearAllButtonCaption: string;

     FTabPositionEditHint: string;
     FListBoxHint: string;
     FSetButtonHint: string;
     FClearButtonHint: string;
     FClearAllButtonHint:string;
     FHelpContext: integer;
  published
     property TabDlgCaption : string read FTabDlgCaption write FTabDlgCaption;
     property HelpContext: integer read FHelpContext write FHelpContext default 0;
     property TabGroupBoxCaption : string read FTabGroupBoxCaption write FTabGroupBoxCaption;
     property SetTabButtonCaption : string read FSetTabButtonCaption write FSetTabButtonCaption;
     property ClearTabButtonCaption : string read FClearTabButtonCaption write FClearTabButtonCaption;
     property ClearAllButtonCaption : string read FClearAllButtonCaption write FClearAllButtonCaption;
     property TabPositionEditHint : string read FTabPositionEditHint write FTabPositionEditHint;
     property ListBoxHint : string read FListBoxHint write FListBoxHint;
     property SetButtonHint : string read FSetButtonHint write FSetButtonHint;
     property ClearButtonHint : string read FClearButtonHint write FClearButtonHint;
     property ClearAllButtonHint : string read FClearAllButtonHint write FClearAllButtonHint;
  end;


  TwwDBRichEditIntl = class(TPersistent)
  private
      FFontNameComboHint : string;
      FFontSizeComboHint : string;

      FNewButtonHint : string;
      FLoadButtonHint : string;
      FSaveAsButtonHint : string;
      FPrintButtonHint : string;
      FFindButtonHint : string;
      FCutButtonHint : string;
      FCopyButtonHint : string;
      FUndoButtonHint : string;
      {$ifdef wwDelphi4Up}
      FRedoButtonHint : string;
      {$endif}
      FPasteButtonHint : string;
      FBoldButtonHint :string;
      FColorButtonHint : string;
      FUnderlineButtonHint : string;
      FItalicButtonHint : string;
      FLeftButtonHint : string;
      FCenterButtonHint : string;
      FRightButtonHint : string;
      FJustifyButtonHint : string;
      FBulletButtonHint : string;
      FHighlightButtonHint: string;

      FSaveExitHint : string;
      FPageSetupHint: string;
      FExitHint: string;

      FClearHint: string;
      FSelectAllHint: string;
      FFindNextHint: string;
      FReplaceHint: string;
      FInsertObjectHint: string;
      FSpellCheckHint: string;

      FToolbarHint: string;
      FFormatBarHint: string;
      FViewStatusBarHint : string;
      FOptionsHint: string;

      FFontHint: string;
      FParagraphHint: string;
      FTabsHint: string;

      FMenuLabels: TwwRichEditMenuLabels;
      FPopupMenuLabels:TwwRichEditPopupMenuLabels;
      FParagraphDialog:TwwRichEditParagraphDlg;
      FTabDialog:TwwRichEditTabDlg;

      FCAPLockCaption: string;
      FNUMLockCaption: string;

  public
      destructor Destroy; override;
  published
      property FontNameComboHint : string read FFontNameComboHint write FFontNameComboHint;
      property FontSizeComboHint : string read FFontSizeComboHint write FFontSizeComboHint;

      property NewButtonHint : string read FNewButtonHint write FNewButtonHint;
      property LoadButtonHint : string read FLoadButtonHint write FLoadButtonHint ;
      property SaveAsButtonHint : string read FSaveAsButtonHint write FSaveAsButtonHint ;
      property PrintButtonHint : string read FPrintButtonHint write FPrintButtonHint;
      property FindButtonHint : string read FFindButtonHint write FFindButtonHint;
      property CutButtonHint : string read FCutButtonHint write FCutButtonHint;
      property CopyButtonHint : string read FCopyButtonHint write FCopyButtonHint;
      property UndoButtonHint : string read FUndoButtonHint write FUndoButtonHint;
      {$ifdef wwDelphi4Up}
      property RedoButtonHint : string read FRedoButtonHint write FRedoButtonHint;
      {$endif}
      property PasteButtonHint : string read FPasteButtonHint write FPasteButtonHint;
      property BoldButtonHint : string read FBoldButtonHint write FBoldButtonHint;
      property ColorButtonHint : string read FColorButtonHint write FColorButtonHint;
      property UnderlineButtonHint : string read FUnderlineButtonHint write FUnderlineButtonHint;
      property ItalicButtonHint : string read FItalicButtonHint write FItalicButtonHint;
      property LeftButtonHint : string read FLeftButtonHint write FLeftButtonHint;
      property CenterButtonHint : string read FCenterButtonHint write FCenterButtonHint;
      property RightButtonHint : string read FRightButtonHint write FRightButtonHint;
      property JustifyButtonHint : string read FJustifyButtonHint write FJustifyButtonHint;
      property BulletButtonHint : string read FBulletButtonHint write FBulletButtonHint;
      property HighlightButtonHint : string read FHighlightButtonHint write FHighlightButtonHint;

      property SaveExitHint : string read FSaveExitHint write FSaveExitHint;
      property PageSetupHint : string read FPageSetupHint write FPageSetupHint;
      property ExitHint : string read FExitHint write FExitHint;

      property ClearHint : string read FClearHint write FClearHint ;
      property SelectAllHint : string read FSelectAllHint write FSelectAllHint;
      property FindNextHint : string read FFindNextHint write FFindNextHint;
      property ReplaceHint : string read FReplaceHint write FReplaceHint;
      property InsertObjectHint : string read FInsertObjectHint write FInsertObjectHint;
      property SpellCheckHint : string read FSpellCheckHint write FSpellCheckHint;

      property ToolbarHint : string read FToolbarHint write FToolbarHint;
      property FormatBarHint : string read FFormatBarHint write FFormatBarHint;
      property ViewStatusBarHint : string read FViewStatusBarHint write FViewStatusBarHint;
      property OptionsHint : string read FOptionsHint write FOptionsHint;

      property FontHint : string read FFontHint write FFontHint;
      property ParagraphHint : string read FParagraphHint write FParagraphHint;
      property TabsHint : string read FTabsHint write FTabsHint;

      property CAPLockCaption : string read FCAPLockCaption write FCAPLockCaption;
      property NUMLockCaption : string read FNUMLockCaption write FNUMLockCaption;

      property MenuLabels : TwwRichEditMenuLabels read FMenuLabels write FMenuLabels;
      property PopupMenuLabels : TwwRichEditPopupMenuLabels read FPopupMenuLabels write FPopupMenuLabels;
      property ParagraphDialog : TwwRichEditParagraphDlg read FParagraphDialog write FParagraphDialog;
      property TabDialog : TwwRichEditTabDlg read FTabDialog write FTabDialog;

  end;

  TwwSearchDialogIntl = class(TPersistent)
  private
    FSearchCharLabel: string;
    FSearchCharShortLabel: string;
    FSearchByLabel: string;
    FStatusRecLabel: string;
    FStatusOfLabel: string;
    FSearchCharHint: string;
    FSearchByHint: string;
  published
    property SearchCharLabel: string read FSearchCharLabel write FSearchCharLabel;
    property SearchCharShortLabel: string read FSearchCharShortLabel write FSearchCharShortLabel;
    property SearchByLabel: string read FSearchByLabel write FSearchByLabel;
    property StatusRecLabel: string read FStatusRecLabel write FStatusRecLabel;
    property StatusOfLabel : string read FStatusOfLabel write FStatusOfLabel;
    property SearchCharHint: string read FSearchCharHint write FSearchCharHint;
    property SearchByHint: string read FSearchByHint write FSearchByHint;
  end;

  TwwMonthCalendarIntl = class(TPersistent)
  private
    FPopupYearLabel: string;
    FEnterYearPrompt : string;
  published
    property PopupYearLabel: string read FPopupYearLabel write FPopupYearLabel;
    property EnterYearPrompt: string read FEnterYearPrompt write FEnterYearPrompt;
  end;


  TwwLocateDialogIntl = class(TPersistent)
  private
    FFieldValueLabel: string;
    FSearchTypeLabel: string;
    FCaseSensitiveLabel: string;
    FMatchExactLabel: string;
    FMatchStartLabel: string;
    FMatchAnyLabel: string;
    FFieldsLabel: string;
    FButtonFirst: string;
    FButtonNext: string;
    FButtonCancel: string;
    FButtonClose: string;
    FFieldValueHint: string;
    FCaseSensitiveHint: string;
    FMatchExactHint: string;
    FMatchStartHint: string;
    FMatchAnyHint: string;
    FButtonFirstHint: string;
    FButtonNextHint: string;
    FFieldNameHint: string;
  published
    property FieldValueLabel: string read FFieldValueLabel write FFieldValueLabel;
    property SearchTypeLabel: string read FSearchTypeLabel write FSearchTypeLabel;
    property CaseSensitiveLabel: string read FCaseSensitiveLabel write FCaseSensitiveLabel;
    property MatchExactLabel: string read FMatchExactLabel write FMatchExactlabel;
    property MatchStartLabel: string read FMatchStartLabel write FMatchStartLabel;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美日韩精品二区第二页| 精品一区二区三区在线播放| 国产午夜久久久久| 欧美成人伊人久久综合网| 91精品国产综合久久蜜臀| 欧美色综合网站| 欧美性感一类影片在线播放| 欧美亚洲禁片免费| 欧美精品久久天天躁| 69p69国产精品| 欧美精品一区二区三区蜜臀| 久久综合久久99| 国产三级精品在线| 亚洲色图欧美偷拍| 亚洲一区二区三区中文字幕 | 国产一区二区三区最好精华液| 男女男精品视频网| 国产精品综合网| 成人av网在线| 欧美日韩在线亚洲一区蜜芽| 9191国产精品| 国产亚洲精品7777| 亚洲综合久久久久| 激情伊人五月天久久综合| 国产99久久久国产精品| 色老头久久综合| 日韩丝袜情趣美女图片| 国产精品麻豆视频| 丝袜亚洲精品中文字幕一区| 国产一区二区剧情av在线| 91免费国产视频网站| 欧美一区二区三区电影| 中文字幕中文字幕在线一区 | 国产在线一区二区| 欧美丰满高潮xxxx喷水动漫| 日韩精品一区二区三区视频播放| 久久夜色精品国产欧美乱极品| 国产精品久久99| 人人爽香蕉精品| 成年人网站91| 欧美成人一区二区三区| 亚洲女爱视频在线| 久久精品国产99国产| 99精品视频在线播放观看| 91精品国产福利在线观看| 国产精品系列在线| 精品一区二区三区在线观看| 在线观看国产91| 国产精品国产精品国产专区不蜜 | 精品日产卡一卡二卡麻豆| 亚洲欧洲av一区二区三区久久| 免费成人av资源网| 91久久国产综合久久| 日本一区二区动态图| 蜜臀久久久99精品久久久久久| 91天堂素人约啪| 国产精品久久久久久久久免费相片 | 制服丝袜国产精品| 有坂深雪av一区二区精品| 国产精品自在在线| 日韩欧美国产wwwww| 一区二区三区四区蜜桃| 国产99一区视频免费| 日韩一区二区麻豆国产| 婷婷开心激情综合| 欧美日韩情趣电影| 伊人色综合久久天天人手人婷| 成人国产在线观看| 国产日产精品一区| 91成人在线免费观看| 最新久久zyz资源站| 成人av午夜电影| 国产精品伦理一区二区| 国产91精品一区二区麻豆网站 | 日本韩国一区二区三区| 成人欧美一区二区三区视频网页 | 色综合久久综合网欧美综合网| 国产亚洲精品aa| 粗大黑人巨茎大战欧美成人| 国产色产综合产在线视频| 狠狠色综合日日| 精品国产免费久久| 国产精品一级片| 国产精品久久久久久久午夜片| 大胆欧美人体老妇| 亚洲靠逼com| 欧美日韩在线播放三区| 天天综合网 天天综合色| 欧美日本一区二区| 久久 天天综合| 亚洲国产激情av| 91香蕉视频在线| 亚洲国产精品久久人人爱| 欧美日韩亚洲综合一区| 蜜臀av性久久久久蜜臀aⅴ| 精品国产污污免费网站入口| 韩国三级电影一区二区| 欧美国产国产综合| 欧美性xxxxx极品少妇| 美女一区二区视频| 欧美国产乱子伦| 在线精品视频一区二区| 风间由美一区二区av101| 国产精品久久综合| 欧美日韩dvd在线观看| 国产综合色精品一区二区三区| 久久久久成人黄色影片| 91成人在线精品| 久久精品99国产精品| 亚洲欧洲av色图| 日韩片之四级片| 99免费精品在线观看| 琪琪久久久久日韩精品| 国产精品网曝门| 91精品视频网| 99久久精品一区二区| 蜜臀av一区二区在线观看| 中文字幕中文字幕一区二区| 日韩午夜小视频| 色菇凉天天综合网| 国精产品一区一区三区mba视频| 亚洲综合一区二区三区| 国产日韩欧美麻豆| 欧美一级黄色大片| 91网上在线视频| 国产成人午夜视频| 蜜桃视频第一区免费观看| 亚洲另类在线视频| 国产欧美一区二区精品婷婷| 欧美一区三区二区| 欧洲亚洲国产日韩| 成人午夜激情影院| 国产一区啦啦啦在线观看| 调教+趴+乳夹+国产+精品| 中文字幕一区二区不卡| 精品久久人人做人人爽| 欧美一区二区三区四区久久| 日本韩国欧美一区| 不卡av电影在线播放| 久久电影网电视剧免费观看| 一区二区三区视频在线观看| 国产精品久久免费看| 精品人在线二区三区| 欧美一二三区精品| 69久久夜色精品国产69蝌蚪网| 欧洲一区二区三区免费视频| 91日韩精品一区| 91浏览器在线视频| 日韩美女在线视频| 8v天堂国产在线一区二区| 欧美综合久久久| 欧美日韩专区在线| 欧美色爱综合网| 欧美年轻男男videosbes| 欧美自拍丝袜亚洲| 欧美日韩一卡二卡三卡| 欧美日韩亚州综合| 欧美一区二区精品在线| 精品国产自在久精品国产| 欧美大片日本大片免费观看| 精品国产乱码久久久久久免费| 久久综合九色综合97婷婷女人| 精品久久久久久久一区二区蜜臀| 久久综合九色综合97_久久久 | 成人性生交大合| 成人久久久精品乱码一区二区三区| 国产成人超碰人人澡人人澡| 成人午夜激情视频| 在线视频欧美精品| 欧美精品久久99久久在免费线 | 国产精品免费视频网站| 自拍偷拍欧美精品| 亚洲狠狠爱一区二区三区| 日韩黄色在线观看| 麻豆91精品91久久久的内涵| 国产精品中文字幕一区二区三区| 成人一区二区三区| 日本乱码高清不卡字幕| 欧美乱妇一区二区三区不卡视频| 日韩女同互慰一区二区| 中文字幕一区二区5566日韩| 亚洲大片在线观看| 黄页网站大全一区二区| 99re热视频这里只精品| 欧美日韩中文字幕精品| 亚洲精品在线电影| 亚洲欧美一区二区久久| 日韩成人一级大片| 福利一区福利二区| 884aa四虎影成人精品一区| 久久综合国产精品| 一区二区三区四区在线| 精品一区二区精品| 91在线免费看| 911精品国产一区二区在线| 国产欧美日韩亚州综合| 日韩精品一级二级| 91在线播放网址| 久久免费看少妇高潮| 亚洲一级二级三级|