bottle_type.dfm

来自「EasyGasDpr 瓶装液化气 钢瓶 SQL,用户名:SYSTEM 密码:空」· DFM 代码 · 共 106 行

DFM
106
字号
object BOTTLETYPE: TBOTTLETYPE
  Left = 439
  Top = 223
  BorderStyle = bsDialog
  Caption = #38050#29942#31867#22411#35774#32622
  ClientHeight = 345
  ClientWidth = 404
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 12
  object BitBtn1: TBitBtn
    Left = 120
    Top = 312
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 204
    Top = 312
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    Kind = bkCancel
  end
  object DBG: TDBGridEh
    Left = 0
    Top = 25
    Width = 404
    Height = 272
    Align = alTop
    AllowedOperations = [alopUpdateEh]
    DataSource = DataSource1
    Flat = True
    FooterColor = clWindow
    FooterFont.Charset = GB2312_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -12
    FooterFont.Name = 'MS Sans Serif'
    FooterFont.Style = []
    FooterRowCount = 1
    Options = [dgEditing, dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    OptionsEh = [dghFixed3D, dghHighlightFocus, dghClearSelection, dghAutoSortMarking, dghRowHighlight, dghDialogFind]
    SumList.Active = True
    TabOrder = 2
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    UseMultiTitle = True
    Columns = <
      item
        EditButtons = <>
        FieldName = #24207#21495
        Footers = <>
      end
      item
        EditButtons = <>
        FieldName = #38050#29942#31867#22411
        Footers = <>
      end
      item
        ButtonStyle = cbsDropDown
        EditButtons = <>
        FieldName = #28748#35013#35268#26684
        Footers = <>
      end>
  end
  object DBNavigator1: TDBNavigator
    Left = 0
    Top = 0
    Width = 404
    Height = 25
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost]
    Align = alTop
    Flat = True
    TabOrder = 3
  end
  object TYPES: TADODataSet
    Active = True
    Connection = MAINFORM.ADOC
    CursorType = ctStatic
    CommandText = 'select * from GAS_BOTTLE_TYPE'
    Parameters = <>
    Left = 224
    Top = 176
  end
  object DataSource1: TDataSource
    DataSet = TYPES
    Left = 192
    Top = 176
  end
end

⌨️ 快捷键说明

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