Oracle Data Access Components Source Code ODAC v.6.70.0.45

源代码在线查看: fetch.nfm

软件大小: 5061 K
上传用户: babydog00
关键词: Components Oracle Access Source
下载地址: 免注册下载 普通下载 VIP

相关代码

				object FetchForm: TFetchForm
				  Left = 215
				  Top = 179
				  BorderIcons = [biSystemMenu]
				  BorderStyle = bsDialog
				  Caption = 'Fetching'
				  ClientHeight = 87
				  ClientWidth = 290
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'Tahoma'
				  Font.Style = []
				  FormStyle = fsStayOnTop
				  KeyPreview = True
				  OldCreateOrder = False
				  Position = poMainFormCenter
				  OnKeyDown = FormKeyDown
				  PixelsPerInch = 96
				  TextHeight = 13
				  object Label1: TLabel
				    Left = 8
				    Top = 16
				    Width = 275
				    Height = 13
				    Caption = 'Press Cancel button to interrupt fetch operation.'
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWindowText
				    Font.Height = -11
				    Font.Name = 'Tahoma'
				    Font.Style = [fsBold]
				    ParentFont = False
				  end
				  object btCancel: TButton
				    Left = 108
				    Top = 56
				    Width = 75
				    Height = 25
				    Caption = 'Cancel'
				    TabOrder = 0
				    OnClick = btCancelClick
				  end
				end
							

相关资源