📄 transaction.xfm
字号:
inherited TransactionFrame: TTransactionFrame Width = 879 HorzScrollBar.Range = 860 VertScrollBar.Range = 49 object Splitter1: TSplitter Left = 289 Top = 49 Height = 255 Beveled = True Color = 170 end object ToolBar: TPanel Left = 0 Top = 0 Width = 879 Height = 49 Align = alTop BevelOuter = bvNone TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 0 Width = 860 Height = 47 BevelOuter = bvNone Color = 170 ParentColor = False TabOrder = 1 object btOpen: TSpeedButton Left = 1 Top = 1 Width = 70 Height = 22 Caption = 'Open' Flat = True Transparent = False OnClick = btOpenClick end object btClose: TSpeedButton Left = 72 Top = 1 Width = 69 Height = 22 Caption = 'Close' Flat = True Transparent = False OnClick = btCloseClick end object btRefresh: TSpeedButton Left = 142 Top = 1 Width = 69 Height = 22 Caption = 'Refresh' Flat = True Transparent = False OnClick = btRefreshClick end object btStartTransaction: TSpeedButton Left = 1 Top = 24 Width = 96 Height = 22 Caption = 'Start Transaction' Flat = True Transparent = False OnClick = btStartTransactionClick end object btCommit: TSpeedButton Left = 98 Top = 24 Width = 70 Height = 22 Caption = 'Commit' Flat = True Transparent = False OnClick = btCommitClick end object btRollback: TSpeedButton Left = 169 Top = 24 Width = 70 Height = 22 Caption = 'Rollback' Flat = True Transparent = False OnClick = btRollbackClick end object btDetach: TSpeedButton Left = 240 Top = 24 Width = 70 Height = 22 Caption = 'Detach' Flat = True Transparent = False OnClick = btDetachClick end object btResume: TSpeedButton Left = 311 Top = 24 Width = 70 Height = 22 Caption = 'Resume' Flat = True Transparent = False OnClick = btResumeClick end object Panel3: TPanel Left = 212 Top = 1 Width = 208 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 0 object Label1: TLabel Left = 8 Top = 5 Width = 86 Height = 13 Caption = 'GlobalCoordinator' end object cbGlobalCoordinator: TComboBox Left = 96 Top = 1 Width = 105 Height = 21 ItemHeight = 15 Items.Strings = ( 'Internal' 'MTS') TabOrder = 0 OnChange = cbGlobalCoordinatorChange end end object Panel4: TPanel Left = 421 Top = 1 Width = 208 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 1 object Label2: TLabel Left = 8 Top = 5 Width = 63 Height = 13 Caption = 'IsolationLevel' end object cbIsolationLevel: TComboBox Left = 96 Top = 1 Width = 105 Height = 21 ItemHeight = 15 Items.Strings = ( 'ReadCommited' 'Serializable' 'ReadOnly') TabOrder = 0 OnChange = cbIsolationLevelChange end end object Panel5: TPanel Left = 382 Top = 24 Width = 477 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 2 end object Panel6: TPanel Left = 630 Top = 1 Width = 229 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 3 object Label3: TLabel Left = 16 Top = 5 Width = 73 Height = 13 Caption = 'InactiveTimeOut' end object Label4: TLabel Left = 206 Top = 5 Width = 15 Height = 13 Caption = 'sec' end end object edtInactiveTimeOut: TEdit Left = 748 Top = 1 Width = 81 Height = 21 TabOrder = 4 Text = '60' end end object Panel2: TPanel Left = 0 Top = 49 Width = 289 Height = 255 Align = alLeft BevelOuter = bvNone TabOrder = 2 object DBGrid1: TDBGrid Left = 0 Top = 47 Width = 289 Height = 208 Align = alClient DataSource = DataSource1 TabOrder = 0 TitleFont.Color = clBlack TitleFont.Height = 11 TitleFont.Name = 'helvetica' TitleFont.Pitch = fpVariable TitleFont.Style = [] end object ToolBar1: TPanel Left = 0 Top = 0 Width = 289 Height = 47 Align = alTop BevelOuter = bvNone TabOrder = 1 object Label6: TLabel Left = 6 Top = 4 Width = 58 Height = 20 Caption = 'Session 1' Font.Color = clMaroon Font.Height = 13 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [fsBold] ParentFont = False end object Panel8: TPanel Left = 1 Top = 22 Width = 232 Height = 24 BevelOuter = bvNone Color = 170 ParentColor = False TabOrder = 0 object DBNavigator2: TDBNavigator Left = 1 Top = 1 Width = 230 Height = 22 DataSource = DataSource1 Flat = True TabOrder = 0 end end end end object Panel9: TPanel Left = 292 Top = 49 Width = 587 Height = 255 Align = alClient BevelOuter = bvNone Caption = 'Panel2' TabOrder = 3 object DBGrid2: TDBGrid Left = 0 Top = 47 Width = 587 Height = 208 Align = alClient DataSource = DataSource2 TabOrder = 0 TitleFont.Color = clBlack TitleFont.Height = 11 TitleFont.Name = 'helvetica' TitleFont.Pitch = fpVariable TitleFont.Style = [] end object ToolBar2: TPanel Left = 0 Top = 0 Width = 587 Height = 47 Align = alTop BevelOuter = bvNone TabOrder = 1 object Label7: TLabel Left = 6 Top = 3 Width = 58 Height = 20 Caption = 'Session 2' Font.Color = clMaroon Font.Height = 13 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [fsBold] ParentFont = False end object Panel10: TPanel Left = 1 Top = 22 Width = 232 Height = 24 BevelOuter = bvNone Color = 170 ParentColor = False TabOrder = 0 object DBNavigator3: TDBNavigator Left = 1 Top = 1 Width = 230 Height = 22 DataSource = DataSource2 Flat = True TabOrder = 0 end end end end object Query1: TOraQuery Session = ODACForm.OraSession SQL.Strings = ( 'SELECT D.*, RowId FROM Dept D') Debug = True Left = 24 Top = 199 end object DataSource1: TDataSource DataSet = Query1 Left = 56 Top = 199 end object OraSession2: TOraSession Left = 313 Top = 200 end object Query2: TOraQuery Session = OraSession2 SQL.Strings = ( 'SELECT D.*, RowId FROM Dept D') Debug = True Left = 352 Top = 199 end object DataSource2: TDataSource DataSet = Query2 Left = 384 Top = 199 end object OraTransaction: TOraTransaction Left = 24 Top = 160 endend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -