⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uni_tieinsetup.dfm

📁 一个非常不错的经费报销管理软件
💻 DFM
字号:
object Frm_TieinSetup: TFrm_TieinSetup
  Left = 68
  Top = 52
  Width = 650
  Height = 400
  Caption = #25509#21475#35774#32622
  Color = 14803425
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Splitter1: TSplitter
    Left = 0
    Top = 145
    Width = 642
    Height = 3
    Cursor = crVSplit
    Align = alTop
  end
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 642
    Height = 39
    AutoSize = True
    Bands = <
      item
        Control = TB_Main
        ImageIndex = -1
        MinHeight = 35
        Width = 638
      end>
    Color = 14803425
    ParentColor = False
    object TB_Main: TToolBar
      Left = 9
      Top = 0
      Width = 625
      Height = 35
      AutoSize = True
      ButtonHeight = 35
      ButtonWidth = 31
      Color = 14803425
      EdgeInner = esNone
      EdgeOuter = esNone
      Flat = True
      Images = DM.ImageList1
      ParentColor = False
      ShowCaptions = True
      TabOrder = 0
      object TB_Insert: TToolButton
        Left = 0
        Top = 0
        AutoSize = True
        Caption = #26032#22686
        ImageIndex = 2
        OnClick = TB_InsertClick
      end
      object TB_Update: TToolButton
        Left = 35
        Top = 0
        AutoSize = True
        Caption = #20462#25913
        ImageIndex = 3
        OnClick = TB_UpdateClick
      end
      object TB_Delete: TToolButton
        Left = 70
        Top = 0
        AutoSize = True
        Caption = #21024#38500
        ImageIndex = 15
        OnClick = TB_DeleteClick
      end
      object ToolButton1: TToolButton
        Left = 105
        Top = 0
        Width = 8
        Caption = 'ToolButton1'
        ImageIndex = 11
        Style = tbsSeparator
      end
      object TB_Post: TToolButton
        Left = 113
        Top = 0
        AutoSize = True
        Caption = #20445#23384
        Enabled = False
        ImageIndex = 5
        OnClick = TB_PostClick
      end
      object TB_Cancel: TToolButton
        Left = 148
        Top = 0
        AutoSize = True
        Caption = #21462#28040
        Enabled = False
        ImageIndex = 6
        OnClick = TB_CancelClick
      end
      object ToolButton2: TToolButton
        Left = 183
        Top = 0
        Width = 8
        Caption = 'ToolButton2'
        ImageIndex = 12
        Style = tbsSeparator
      end
      object TB_Refresh: TToolButton
        Left = 191
        Top = 0
        AutoSize = True
        Caption = #21047#26032
        ImageIndex = 26
        OnClick = TB_RefreshClick
      end
      object ToolButton3: TToolButton
        Left = 226
        Top = 0
        Width = 8
        Caption = 'ToolButton3'
        ImageIndex = 11
        Style = tbsSeparator
      end
      object TB_Net: TToolButton
        Left = 234
        Top = 0
        Caption = #27979#35797
        ImageIndex = 32
        OnClick = TB_NetClick
      end
      object ToolButton4: TToolButton
        Left = 265
        Top = 0
        Width = 8
        Caption = 'ToolButton4'
        ImageIndex = 11
        Style = tbsSeparator
      end
      object TB_Help: TToolButton
        Left = 273
        Top = 0
        AutoSize = True
        Caption = #24110#21161
        ImageIndex = 9
      end
      object ToolButton5: TToolButton
        Left = 308
        Top = 0
        Width = 8
        Caption = 'ToolButton5'
        ImageIndex = 11
        Style = tbsSeparator
      end
      object TB_Close: TToolButton
        Left = 316
        Top = 0
        AutoSize = True
        Caption = #36864#20986
        ImageIndex = 10
        OnClick = TB_CloseClick
      end
    end
  end
  object P_Edit: TPanel
    Left = 0
    Top = 39
    Width = 642
    Height = 106
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Color = 14803425
    TabOrder = 1
    Visible = False
    object Label1: TLabel
      Left = 18
      Top = 15
      Width = 39
      Height = 13
      AutoSize = False
      Caption = #24080#22871#21495':'
      FocusControl = DBEdit1
    end
    object Label2: TLabel
      Left = 234
      Top = 15
      Width = 39
      Height = 13
      AutoSize = False
      Caption = #24080#22871#21517':'
      FocusControl = DBEdit2
    end
    object Label3: TLabel
      Left = 18
      Top = 47
      Width = 39
      Height = 13
      AutoSize = False
      Caption = #26381#21153#22120':'
      FocusControl = DBEdit3
    end
    object Label4: TLabel
      Left = 234
      Top = 47
      Width = 39
      Height = 13
      AutoSize = False
      Caption = #25968#25454#24211':'
      FocusControl = DBEdit4
    end
    object Label5: TLabel
      Left = 30
      Top = 79
      Width = 27
      Height = 13
      AutoSize = False
      Caption = #29992#25143':'
      FocusControl = DBEdit5
    end
    object Label6: TLabel
      Left = 246
      Top = 79
      Width = 27
      Height = 13
      AutoSize = False
      Caption = #23494#30721':'
      FocusControl = DBEdit6
    end
    object DBEdit1: TDBEdit
      Left = 64
      Top = 11
      Width = 134
      Height = 20
      DataField = 'Ztbm'
      DataSource = dsbsTieinSetup
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 280
      Top = 11
      Width = 134
      Height = 20
      DataField = 'Ztmc'
      DataSource = dsbsTieinSetup
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 64
      Top = 43
      Width = 134
      Height = 20
      DataField = 'Server'
      DataSource = dsbsTieinSetup
      TabOrder = 2
    end
    object DBEdit4: TDBEdit
      Left = 280
      Top = 43
      Width = 134
      Height = 20
      DataField = 'DataBase'
      DataSource = dsbsTieinSetup
      TabOrder = 3
    end
    object DBEdit5: TDBEdit
      Left = 64
      Top = 75
      Width = 134
      Height = 20
      DataField = 'User'
      DataSource = dsbsTieinSetup
      TabOrder = 4
    end
    object DBEdit6: TDBEdit
      Left = 280
      Top = 75
      Width = 134
      Height = 20
      DataField = 'Password'
      DataSource = dsbsTieinSetup
      PasswordChar = '*'
      TabOrder = 5
    end
  end
  object DBGridEh1: TDBGridEh
    Left = 0
    Top = 148
    Width = 642
    Height = 206
    FixGridlinecolor = clGray
    Gridlinecolor = clGray
    FooterDisplayStyle = False
    ShowBmp = False
    UseMenu = True
    RowTwoColor = clCream
    CurDeciNumber = 2
    CurShowNegativeFont = True
    CurShowNegativeColor = False
    CurShowNegativeSign = False
    CurDeciSeparatColor = clRed
    CurrencySymBol = #65509
    CurrencySymBolAlained = False
    CurGridLineColor = clSilver
    CurGridLineWidth = 1
    CurKilobitColor = clGreen
    CurrencyFont.Charset = DEFAULT_CHARSET
    CurrencyFont.Color = clWindowText
    CurrencyFont.Height = -11
    CurrencyFont.Name = 'MS Sans Serif'
    CurrencyFont.Style = []
    CurNegativeFont.Charset = DEFAULT_CHARSET
    CurNegativeFont.Color = clRed
    CurNegativeFont.Height = -11
    CurNegativeFont.Name = 'MS Sans Serif'
    CurNegativeFont.Style = []
    CurNegativeColor = clRed
    CurTextLayout = tlCenter
    CurZeroEmpty = True
    Align = alClient
    DataSource = dsbsTieinSetup
    FixedColor = 14803425
    Flat = True
    FooterColor = clWindow
    FooterFont.Charset = GB2312_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -12
    FooterFont.Name = #23435#20307
    FooterFont.Style = []
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    OptionsEh = [dghFixed3D, dghHighlightFocus, dghClearSelection]
    TabOrder = 2
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    Columns = <
      item
        EditButtons = <>
        FieldName = 'Ztbm'
        Footers = <>
        Title.Caption = #24080#22871#21495
        DisplayNullIfZero = False
        IsCurrency = False
      end
      item
        EditButtons = <>
        FieldName = 'Ztmc'
        Footers = <>
        Title.Caption = #24080#22871#21517
        DisplayNullIfZero = False
        IsCurrency = False
      end
      item
        EditButtons = <>
        FieldName = 'Server'
        Footers = <>
        Title.Caption = #26381#21153#22120
        DisplayNullIfZero = False
        IsCurrency = False
      end
      item
        EditButtons = <>
        FieldName = 'DataBase'
        Footers = <>
        Title.Caption = #25968#25454#24211
        DisplayNullIfZero = False
        IsCurrency = False
      end
      item
        EditButtons = <>
        FieldName = 'User'
        Footers = <>
        Title.Caption = #29992#25143#21517
        DisplayNullIfZero = False
        IsCurrency = False
      end>
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 354
    Width = 642
    Height = 19
    Color = 14803425
    Panels = <>
  end
  object PopupMenu1: TPopupMenu
    OwnerDraw = True
    Left = 460
    Top = 6
    object N_State: TMenuItem
      Caption = #24037#20855#26639#29366#24577
      OnClick = N_StateClick
    end
  end
  object dsbsTieinSetup: TDataSource
    DataSet = DM.bsTieinSetup
    Left = 424
    Top = 6
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = False
    Active = True
    ControlUseTrueXPStyle = True
    BtnRoundArc = 5
    BtnOutLineBorderColor = 7552000
    BtnInnerBorderMoveColor = 3257087
    BtnInnerBorderFocusColor = 15183500
    BtnSurfaceNormalColor = 16251903
    BtnSurfaceDownColor = 14608359
    BtnSurfaceBottomLineColor = 14608359
    BtnSurfaceDownBottomLineColor = 15199215
    RdoChkControlChkColor = 41472
    ComboBoxChkColor = 9201994
    ComboboxSurfaceMoveColor = 16771030
    ControlDisabledBorderColor = 11913158
    Left = 496
    Top = 6
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -