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

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

?? tntstdactns.pas

?? TNT Components Source
?? PAS
?? 第 1 頁 / 共 4 頁
字號:
  Result := TntAction_GetHint(Self);
end;

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

{ TTntWindowClose }

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

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

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

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

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

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

{ TTntWindowCascade }

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

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

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

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

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

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

{ TTntWindowTileHorizontal }

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

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

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

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

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

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

{ TTntWindowTileVertical }

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

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

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

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

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

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

{ TTntWindowMinimizeAll }

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

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

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

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

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

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

{ TTntWindowArrange }

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

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

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

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

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

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

{ TTntHelpAction }

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

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

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

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

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

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

{ TTntHelpContents }

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

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

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

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

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

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

{ TTntHelpTopicSearch }

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

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

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

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

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

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

{ TTntHelpOnHelp }

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

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

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

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

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

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

{ TTntHelpContextAction }

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

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

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

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

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

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

{ TTntCommonDialogAction }

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

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

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

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

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

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

{ TTntFileAction }

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

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

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

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

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

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

{ TTntFileOpen }

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

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

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

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

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

procedure TTntFileOpen.SetHint(const Value: WideString);
begin

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
99视频精品在线| 3d动漫精品啪啪| 日本免费在线视频不卡一不卡二| 欧美va亚洲va| 在线精品视频免费播放| 黄网站免费久久| 亚洲伦理在线精品| 久久久777精品电影网影网| 欧美午夜在线一二页| 国产精品小仙女| 视频一区二区中文字幕| 最新国产精品久久精品| 精品国产髙清在线看国产毛片| 欧美三日本三级三级在线播放| 大桥未久av一区二区三区中文| 日韩电影在线免费观看| 自拍av一区二区三区| 久久久综合激的五月天| 日韩欧美国产午夜精品| 欧美日韩在线播放| 色94色欧美sute亚洲线路二 | 国产一区二区按摩在线观看| 亚洲一区二区影院| 亚洲欧美日韩人成在线播放| 欧美激情综合五月色丁香| 日韩免费在线观看| 666欧美在线视频| 欧美揉bbbbb揉bbbbb| 日本久久一区二区三区| 99久久国产综合精品女不卡| 国产91色综合久久免费分享| 久草这里只有精品视频| 久久精品理论片| 久久精品国产在热久久| 奇米精品一区二区三区在线观看| 亚洲国产aⅴ天堂久久| 亚洲午夜在线视频| 夜夜精品视频一区二区| 悠悠色在线精品| 亚洲制服丝袜在线| 亚洲成人高清在线| 五月天中文字幕一区二区| 午夜a成v人精品| 日本欧美在线观看| 美女视频网站久久| 国产在线一区二区| 国产激情视频一区二区在线观看 | 午夜精品久久久久久久久久久| 一区av在线播放| 亚洲国产aⅴ成人精品无吗| 亚洲图片欧美视频| 日韩成人免费电影| 免费高清视频精品| 国产在线视频一区二区三区| 国产呦萝稀缺另类资源| 国产高清无密码一区二区三区| 成人免费毛片嘿嘿连载视频| av资源网一区| 在线免费观看日本一区| 欧美日韩一区二区在线观看| 欧美高清激情brazzers| 日韩欧美色综合网站| 久久久蜜臀国产一区二区| 国产精品亲子乱子伦xxxx裸| 亚洲美女一区二区三区| 丝袜美腿亚洲色图| 激情欧美一区二区三区在线观看| 国产高清亚洲一区| 在线亚洲高清视频| 日韩一卡二卡三卡| 国产午夜精品美女毛片视频| ...中文天堂在线一区| 亚洲电影一区二区三区| 麻豆成人久久精品二区三区小说| 国产精品69久久久久水密桃 | 日韩精品中文字幕一区| 中文字幕av一区二区三区免费看| 亚洲欧美乱综合| 日本中文字幕不卡| 菠萝蜜视频在线观看一区| 欧美少妇性性性| 久久综合一区二区| 一区二区三区在线免费观看| 青青草国产精品亚洲专区无| 成人天堂资源www在线| 欧美日韩黄视频| 国产女主播视频一区二区| 亚洲国产一二三| 国产精品一区二区久久不卡| 日本高清不卡在线观看| 久久综合久久综合久久| 一区二区在线观看视频| 国产一区高清在线| 色94色欧美sute亚洲线路二| 久久久久亚洲蜜桃| 亚洲午夜久久久久久久久电影网| 国产一区二区福利| 欧美日韩在线不卡| 国产精品大尺度| 久久97超碰色| 欧美视频在线观看一区二区| 国产日韩欧美激情| 蜜桃久久久久久久| 在线免费观看日本一区| 国产精品沙发午睡系列990531| 日韩精品一二三| 99re66热这里只有精品3直播 | 中文字幕一区在线观看视频| 日本欧美一区二区三区乱码| 色狠狠一区二区| 国产欧美一区二区精品性色 | 久久精品免视看| 偷拍一区二区三区| 在线观看日韩电影| 亚洲国产成人一区二区三区| 久久精品国产999大香线蕉| 在线看国产日韩| 亚洲精品高清在线| 91影院在线观看| 国产精品女上位| 福利一区二区在线| 久久久精品人体av艺术| 免费观看91视频大全| 欧美精品九九99久久| 一区二区在线观看不卡| 91麻豆精品秘密| 亚洲欧美综合在线精品| 懂色av一区二区三区蜜臀| 久久先锋影音av鲁色资源| 激情另类小说区图片区视频区| 日韩欧美亚洲另类制服综合在线| 人妖欧美一区二区| 3751色影院一区二区三区| 视频一区二区欧美| 91麻豆精品国产91久久久 | 国产成人亚洲精品狼色在线| 制服丝袜日韩国产| 一区二区三区波多野结衣在线观看| 99精品视频在线免费观看| 中文字幕亚洲一区二区av在线| 成人av手机在线观看| 中文字幕一区二区三区在线播放| 国内精品第一页| 久久久91精品国产一区二区精品 | 在线看国产日韩| 蜜桃av一区二区三区| 久久蜜桃一区二区| 欧美日韩成人一区| 久久福利视频一区二区| 国产精品天天摸av网| 亚洲综合色噜噜狠狠| 国产一区亚洲一区| 国产欧美日韩综合| 亚洲精品成人a在线观看| 国产亚洲一区二区三区四区| 国产日韩精品一区二区三区在线| 91小视频在线免费看| 国产不卡在线播放| 色吊一区二区三区| 国产精品久久久久三级| 午夜日韩在线电影| 精品一区二区三区日韩| 国产精品1区二区.| 婷婷六月综合亚洲| 久久精品一区二区三区不卡牛牛| 91网站黄www| 精品国产乱子伦一区| 紧缚奴在线一区二区三区| 日韩视频中午一区| 激情综合色播五月| 久久久久久一二三区| 色综合一区二区三区| 欧美猛男gaygay网站| 麻豆精品在线播放| 久久青草国产手机看片福利盒子| 韩日欧美一区二区三区| 中文字幕在线一区免费| 色婷婷久久综合| 美女一区二区三区在线观看| 91国产免费观看| 美女一区二区在线观看| 337p粉嫩大胆噜噜噜噜噜91av| 成人综合婷婷国产精品久久 | 国产无遮挡一区二区三区毛片日本| 国产乱码精品一区二区三 | 国产精品私人自拍| 欧美三级电影在线看| 秋霞国产午夜精品免费视频| 国产亚洲一区二区三区四区| 欧美日韩一二三| 国产一区二区视频在线播放| 亚洲人成网站在线| 精品欧美黑人一区二区三区| 亚洲1区2区3区视频| 美女网站一区二区| 91福利视频在线| 午夜av区久久| 制服丝袜中文字幕一区| 亚洲电影一级黄| 菠萝蜜视频在线观看一区|