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

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

?? tntstdactns.pas

?? TNT Components Source
?? PAS
?? 第 1 頁 / 共 4 頁
字號:
  TntAction_SetHint(Self, Value);
end;

function TTntFileOpen.GetDialog: TTntOpenDialog;
begin
  Result := inherited Dialog as TTntOpenDialog;
end;

function TTntFileOpen.GetDialogClass: TCommonDialogClass;
begin
  Result := TTntOpenDialog;
end;

{ TTntFileOpenWith }

procedure TTntFileOpenWith.Assign(Source: TPersistent);
begin
  inherited;
  TntStdActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntFileOpenWith.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntFileOpenWith.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntFileOpenWith.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntFileOpenWith.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntFileOpenWith.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

function TTntFileOpenWith.GetDialog: TTntOpenDialog;
begin
  Result := inherited Dialog as TTntOpenDialog;
end;

function TTntFileOpenWith.GetDialogClass: TCommonDialogClass;
begin
  Result := TTntOpenDialog;
end;

{ TTntFileSaveAs }

procedure TTntFileSaveAs.Assign(Source: TPersistent);
begin
  inherited;
  TntStdActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntFileSaveAs.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntFileSaveAs.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntFileSaveAs.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntFileSaveAs.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntFileSaveAs.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

function TTntFileSaveAs.GetDialog: TTntSaveDialog;
begin
  Result := TOpenDialog(inherited Dialog) as TTntSaveDialog;
end;

function TTntFileSaveAs.GetDialogClass: TCommonDialogClass;
begin
  Result := TTntSaveDialog;
end;

{ TTntFilePrintSetup }

procedure TTntFilePrintSetup.Assign(Source: TPersistent);
begin
  inherited;
  TntStdActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntFilePrintSetup.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntFilePrintSetup.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntFilePrintSetup.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntFilePrintSetup.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntFilePrintSetup.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

 {$IFDEF COMPILER_7_UP}

{ TTntFilePageSetup }

procedure TTntFilePageSetup.Assign(Source: TPersistent);
begin
  inherited;
  TntStdActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntFilePageSetup.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntFilePageSetup.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntFilePageSetup.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntFilePageSetup.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntFilePageSetup.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;
 {$ENDIF}

{ TTntFileExit }

procedure TTntFileExit.Assign(Source: TPersistent);
begin
  inherited;
  TntStdActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntFileExit.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntFileExit.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntFileExit.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntFileExit.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntFileExit.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntSearchAction }

procedure TTntSearchAction.Assign(Source: TPersistent);
begin
  inherited;
  TntStdActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntSearchAction.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntSearchAction.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntSearchAction.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntSearchAction.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntSearchAction.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntSearchFind }

procedure TTntSearchFind.Assign(Source: TPersistent);
begin
  inherited;
  TntStdActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntSearchFind.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntSearchFind.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntSearchFind.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntSearchFind.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntSearchFind.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntSearchReplace }

procedure TTntSearchReplace.Assign(Source: TPersistent);
begin
  inherited;
  TntStdActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntSearchReplace.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntSearchReplace.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntSearchReplace.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntSearchReplace.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntSearchReplace.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntSearchFindFirst }

procedure TTntSearchFindFirst.Assign(Source: TPersistent);
begin
  inherited;
  TntStdActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntSearchFindFirst.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntSearchFindFirst.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntSearchFindFirst.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntSearchFindFirst.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntSearchFindFirst.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntSearchFindNext }

procedure TTntSearchFindNext.Assign(Source: TPersistent);
begin
  inherited;
  TntStdActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntSearchFindNext.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntSearchFindNext.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntSearchFindNext.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntSearchFindNext.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntSearchFindNext.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntFontEdit }

procedure TTntFontEdit.Assign(Source: TPersistent);
begin
  inherited;
  TntStdActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntFontEdit.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntFontEdit.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntFontEdit.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntFontEdit.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntFontEdit.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntColorSelect }

procedure TTntColorSelect.Assign(Source: TPersistent);
begin
  inherited;
  TntStdActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntColorSelect.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntColorSelect.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntColorSelect.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntColorSelect.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntColorSelect.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntPrintDlg }

procedure TTntPrintDlg.Assign(Source: TPersistent);
begin
  inherited;
  TntStdActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntPrintDlg.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntPrintDlg.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntPrintDlg.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntPrintDlg.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntPrintDlg.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

end.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
豆国产96在线|亚洲| 欧美不卡一二三| 国产不卡免费视频| 国产一区福利在线| 强制捆绑调教一区二区| 亚洲777理论| 国产日韩精品一区二区三区| 蜜臀精品久久久久久蜜臀| 久久蜜桃一区二区| 懂色一区二区三区免费观看| 国产亚洲欧洲997久久综合| 麻豆精品久久精品色综合| 日韩精品一区二区三区视频 | 成人激情文学综合网| 国产精品三级av在线播放| 成人免费三级在线| 亚洲亚洲人成综合网络| 在线91免费看| 久久夜色精品国产噜噜av| 国产成人精品网址| 奇米影视一区二区三区| 欧美日韩高清在线| 亚洲乱码精品一二三四区日韩在线| 日韩你懂的电影在线观看| 中文在线一区二区 | 日本成人在线电影网| 成人污污视频在线观看| 亚洲国产精品嫩草影院| 国产精品久久久久久久久久久免费看 | 欧美精品777| 99国产精品国产精品久久| 麻豆国产一区二区| 一区二区成人在线观看| 26uuu色噜噜精品一区| 久久精品国产精品亚洲红杏| 一区二区三区美女| 国产欧美一区二区精品性| 91精品国产综合久久久蜜臀粉嫩 | 亚洲视频免费在线观看| 欧美高清一级片在线| 日韩精品成人一区二区三区| 成人在线视频首页| 国产尤物一区二区| 乱一区二区av| 精品va天堂亚洲国产| 欧美日韩国产美女| 欧美日韩久久久一区| 欧美三级电影在线看| 欧美精品自拍偷拍动漫精品| 色婷婷亚洲综合| 91久久香蕉国产日韩欧美9色| 国产在线国偷精品产拍免费yy| 亚洲精品视频在线观看免费| 中文字幕不卡在线观看| 日韩一区二区三区精品视频| 91精品国产综合久久婷婷香蕉| 91精品啪在线观看国产60岁| 日韩美女视频一区二区在线观看| 精品免费99久久| 久久综合成人精品亚洲另类欧美| 亚洲综合色丁香婷婷六月图片| 日韩一区二区三区视频在线| 欧美专区亚洲专区| 欧美卡1卡2卡| 91搞黄在线观看| 欧美精品三级日韩久久| 成人午夜电影网站| 欧美疯狂性受xxxxx喷水图片| 精品粉嫩aⅴ一区二区三区四区| 国产精品福利一区二区三区| 日韩国产一区二| 91蜜桃婷婷狠狠久久综合9色| 91精品国产91热久久久做人人| 国产精品丝袜91| 国产麻豆视频一区| 一本到不卡免费一区二区| 久久婷婷久久一区二区三区| 亚洲a一区二区| 色av一区二区| 中国色在线观看另类| 五月天亚洲精品| 91官网在线观看| 亚洲国产美国国产综合一区二区| 成人免费视频caoporn| 国产欧美精品日韩区二区麻豆天美 | 99久久精品国产导航| 欧美国产精品专区| 在线观看免费成人| 蜜臀久久99精品久久久久宅男 | 欧美日韩国产片| 精品一区二区三区的国产在线播放| 久久免费看少妇高潮| 高清国产一区二区三区| 亚洲国产精品一区二区www| 欧美一区二区三区在线看| 精品综合久久久久久8888| 欧美激情综合在线| 91精选在线观看| 91社区在线播放| 国产九色sp调教91| 一区二区三区在线免费观看| 精品少妇一区二区三区在线播放| 成人精品国产一区二区4080| 中文字幕av一区二区三区高| 国产不卡视频在线播放| 亚洲成人av电影| 亚洲人成人一区二区在线观看 | 欧美日韩免费高清一区色橹橹| 国产成人aaaa| 亚洲激情中文1区| 久久综合九色欧美综合狠狠| 欧美电影影音先锋| 91久久精品网| 色婷婷国产精品| 菠萝蜜视频在线观看一区| 亚洲福利视频一区| 亚洲精品视频在线看| 欧美韩国日本综合| 欧美国产一区二区在线观看| 日韩限制级电影在线观看| 91精品视频网| 日韩欧美一二区| 国产午夜一区二区三区| 国产精品国产a级| 一区二区三区四区在线| 久久无码av三级| 欧美激情一区二区三区全黄| 亚洲国产成人自拍| 亚洲品质自拍视频网站| 日日摸夜夜添夜夜添精品视频| 日韩二区在线观看| 99久久er热在这里只有精品15| 国产麻豆精品在线| 国产91精品欧美| 欧美日韩一区小说| 日韩精品最新网址| 国产精品国产a级| 青青草国产精品亚洲专区无| 国产丶欧美丶日本不卡视频| 91在线视频播放| 日韩美女天天操| 亚洲视频小说图片| 麻豆91在线看| 欧美色倩网站大全免费| 国产欧美日韩综合精品一区二区 | 国产亚洲欧洲一区高清在线观看| 成人欧美一区二区三区小说| 国产在线播放一区| 自拍偷拍欧美激情| 久久国产精品色婷婷| 欧美绝品在线观看成人午夜影视| 久久看人人爽人人| 九九九精品视频| 欧美一区二区三区日韩| 亚洲小少妇裸体bbw| 99精品视频一区| 777精品伊人久久久久大香线蕉| 久久久久国产精品人| 亚洲电影一区二区| 色8久久精品久久久久久蜜| 国产精品久久久久久久久图文区 | 国产视频视频一区| 亚洲大片一区二区三区| 欧美三级中文字幕| 午夜精品久久久| 欧美日韩aaaaa| 日本亚洲欧美天堂免费| 欧美伊人久久久久久午夜久久久久| 中文字幕欧美日韩一区| 成人综合在线观看| 中文字幕在线一区二区三区| 91丨九色丨蝌蚪丨老版| 亚洲人亚洲人成电影网站色| 欧美在线高清视频| 久色婷婷小香蕉久久| 国产精品免费视频观看| 在线观看日韩电影| 蜜桃91丨九色丨蝌蚪91桃色| 4438x亚洲最大成人网| 亚洲一区在线免费观看| 欧美日韩国产123区| 国产成人精品综合在线观看| 亚洲视频在线一区二区| 日韩一级二级三级| 丰满岳乱妇一区二区三区 | 亚洲色欲色欲www在线观看| 91黄色免费看| thepron国产精品| 日韩av午夜在线观看| 亚洲色图欧美激情| 精品福利视频一区二区三区| 91精品91久久久中77777| 激情欧美一区二区| 全国精品久久少妇| 一区二区三区不卡视频在线观看| 日本一区二区三区免费乱视频| 日韩一级片在线观看| 欧美日韩久久久| 欧美日韩国产a| 69p69国产精品|