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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? wwintl.pas

?? 病歷管理系統(tǒng)
?? PAS
?? 第 1 頁 / 共 5 頁
字號(hào):
     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;

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人理论电影网| 狠狠狠色丁香婷婷综合激情 | 欧美精品一区二区三区很污很色的| 国产美女精品人人做人人爽| 亚洲综合免费观看高清在线观看| 日韩精品一区二区三区swag| 99riav久久精品riav| 免费久久精品视频| 亚洲午夜一区二区| 日韩理论电影院| 国产日韩精品一区二区三区在线| 3d动漫精品啪啪一区二区竹菊| 精品国产精品网麻豆系列| 色欧美日韩亚洲| 成人av网站免费| 国产乱码精品1区2区3区| 亚洲欧美视频在线观看| 精品乱码亚洲一区二区不卡| 婷婷久久综合九色综合绿巨人| 国产精品区一区二区三区| 欧美不卡一区二区三区四区| 欧美午夜片在线看| 色综合久久久久综合体| 成人激情校园春色| 国产精品一线二线三线精华| 美女视频黄频大全不卡视频在线播放 | 韩国欧美国产1区| 日韩av不卡一区二区| 亚洲综合色自拍一区| 亚洲日本在线a| 国产精品你懂的| 日本一区二区成人| 国产欧美日韩精品一区| 久久久久久一二三区| 精品国产网站在线观看| 精品日韩一区二区三区免费视频| 在线成人小视频| 欧美一区二区黄色| 日韩一卡二卡三卡四卡| 日韩欧美精品三级| 欧美大片免费久久精品三p| 日韩欧美国产不卡| 精品久久人人做人人爽| 精品1区2区在线观看| 精品国产一区二区三区久久久蜜月 | 国产成人自拍高清视频在线免费播放| 精品亚洲aⅴ乱码一区二区三区| 蜜臀av在线播放一区二区三区| 日韩精品亚洲一区二区三区免费| 日日摸夜夜添夜夜添国产精品 | 日韩免费高清av| 精品久久久久久亚洲综合网 | 国产婷婷色一区二区三区四区 | 日本一区二区成人| 亚洲欧美影音先锋| 亚洲精品日日夜夜| 午夜精品久久久久影视| 美国欧美日韩国产在线播放| 国产在线视频一区二区三区| 丁香激情综合五月| 色综合中文综合网| 国产精品久线在线观看| 成人欧美一区二区三区黑人麻豆| 亚洲精品视频自拍| 免费一级欧美片在线观看| 狠狠色丁香婷综合久久| 波多野结衣的一区二区三区| 91福利在线导航| 日韩一区二区在线观看视频| 国产欧美一区二区精品性| 一区二区三区免费网站| 美女一区二区三区在线观看| 国产91精品欧美| 91精品办公室少妇高潮对白| 日韩一区二区三区电影在线观看 | 精品成人私密视频| 国产精品全国免费观看高清 | 日韩一级高清毛片| 国产精品天干天干在观线| 亚洲一区二区三区影院| 狠狠色综合日日| 欧美日韩精品电影| 国产精品久久久久三级| 亚洲6080在线| 成人性生交大合| 欧美一区二区日韩一区二区| 国产午夜精品久久| 日韩黄色免费网站| 99久久er热在这里只有精品15 | 韩日欧美一区二区三区| 色噜噜久久综合| 久久伊99综合婷婷久久伊| 亚洲人123区| 国内外精品视频| 欧美日韩高清不卡| 国产精品福利一区二区| 老司机免费视频一区二区| 91国产丝袜在线播放| 国产蜜臀av在线一区二区三区| 天天综合天天做天天综合| 99精品久久免费看蜜臀剧情介绍| 日韩欧美在线1卡| 亚洲成人在线观看视频| 成人免费视频免费观看| 日韩精品一区二区三区四区| 夜夜精品视频一区二区| 懂色一区二区三区免费观看| 欧美草草影院在线视频| 午夜精品一区二区三区电影天堂| 97超碰欧美中文字幕| 久久精品夜色噜噜亚洲aⅴ| 日一区二区三区| 91国产免费观看| 中文字幕亚洲欧美在线不卡| 狠狠色狠狠色合久久伊人| 欧美一卡二卡三卡四卡| 亚洲制服欧美中文字幕中文字幕| 成人一区二区三区视频 | 亚洲一区二区精品久久av| 成人av在线影院| 国产丝袜在线精品| 蜜桃传媒麻豆第一区在线观看| 欧美性xxxxxx少妇| 亚洲欧美偷拍另类a∨色屁股| youjizz国产精品| 国产精品免费视频观看| 成人午夜av影视| 国产精品视频一区二区三区不卡 | 欧美日韩一区二区三区四区| 亚洲男人的天堂网| 色婷婷av久久久久久久| 亚洲人123区| 日本乱人伦一区| 亚洲福利视频导航| 欧美在线免费观看视频| 亚洲自拍偷拍麻豆| 欧美日韩一区二区三区在线看 | 99国产精品久| 中文字幕精品一区二区精品绿巨人 | 国产精品伦理一区二区| 成人少妇影院yyyy| 国产精品久久久久久久久果冻传媒| 成人精品一区二区三区四区| 国产精品美女久久久久高潮| www.欧美日韩| 一区二区三区四区高清精品免费观看| 色偷偷久久一区二区三区| 亚洲自拍都市欧美小说| 91精品国产一区二区三区| 久久电影网站中文字幕| 国产片一区二区| 色综合久久中文综合久久牛| 亚洲综合免费观看高清完整版在线 | 日韩vs国产vs欧美| 精品国产伦理网| av资源网一区| 亚洲国产cao| 日韩欧美国产三级电影视频| 国产美女在线观看一区| 中文字幕一区二区三| 欧美视频一区二区三区在线观看 | 中文字幕精品—区二区四季| 9久草视频在线视频精品| 亚洲综合久久av| 欧美变态tickle挠乳网站| 国产精品一区二区久激情瑜伽| 国产精品成人一区二区艾草 | 国产精品麻豆网站| 欧美在线|欧美| 精品一区二区三区蜜桃| 日本一区二区高清| 欧美人妇做爰xxxⅹ性高电影| 精品一区二区三区在线播放视频| 国产精品国产a| 在线不卡的av| 成人黄色av电影| 日韩综合小视频| 欧美国产成人精品| 日韩午夜在线影院| 91免费版在线| 激情文学综合丁香| 一区二区三区日韩精品| 337p粉嫩大胆噜噜噜噜噜91av| 91麻豆自制传媒国产之光| 久久精品国产一区二区三| 日韩美女精品在线| 精品国产一区二区亚洲人成毛片| 色哟哟一区二区在线观看| 麻豆国产一区二区| 亚洲激情五月婷婷| 国产亚洲精品超碰| 91麻豆精品91久久久久同性| 波多野结衣视频一区| 另类专区欧美蜜桃臀第一页| 亚洲美女视频在线观看| 精品日本一线二线三线不卡| 欧美一a一片一级一片| 高清不卡一二三区| 久久精品噜噜噜成人88aⅴ| 亚洲在线中文字幕|