xstaxis.dfm

来自「企业商品管理系统」· DFM 代码 · 共 148 行

DFM
148
字号
object Frm_XStaxis: TFrm_XStaxis
  Left = 238
  Top = 148
  Width = 696
  Height = 480
  Caption = #38144#21806#25490#34892
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 153
    Height = 453
    Align = alLeft
    BevelOuter = bvNone
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 72
      Top = 296
      Width = 73
      Height = 31
      Caption = #25191#34892
      OnClick = SpeedButton1Click
    end
    object GroupBox1: TGroupBox
      Left = 0
      Top = 185
      Width = 153
      Height = 97
      Align = alTop
      Caption = #25490#24207#35760#24405#25968
      TabOrder = 0
      object Edit1: TEdit
        Left = 29
        Top = 40
        Width = 83
        Height = 21
        TabOrder = 0
        Text = '30'
      end
      object UpDown1: TUpDown
        Left = 112
        Top = 40
        Width = 15
        Height = 21
        Associate = Edit1
        Position = 30
        TabOrder = 1
      end
    end
    object RadioGroup1: TRadioGroup
      Left = 0
      Top = 0
      Width = 153
      Height = 185
      Align = alTop
      Caption = #26085#26399#35774#32622
      Items.Strings = (
        #25353#22825
        #25353#21608
        #25353#26376
        #25353#23395
        #25353#24180)
      TabOrder = 1
    end
  end
  object DBGrid1: TDBGrid
    Left = 153
    Top = 0
    Width = 535
    Height = 453
    Align = alClient
    DataSource = DSTaxis
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'MR_Code'
        Title.Caption = #21830#21697#32534#21495
        Width = 68
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Name'
        Title.Caption = #21830#21697#21517#31216
        Width = 72
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Spce'
        Title.Caption = #35268#26684
        Width = 62
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Unit'
        Title.Caption = #35745#37327#21333#20301
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Cards'
        Title.Caption = #20135#22320'/'#21697#29260
        Width = 63
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Count'
        Title.Caption = #25968#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Sum'
        Title.Caption = #24635#37329#39069
        Visible = True
      end>
  end
  object ADOTaxis: TADODataSet
    Connection = FDM.ADOCon
    CursorType = ctStatic
    Parameters = <>
    Left = 216
    Top = 128
  end
  object DSTaxis: TDataSource
    DataSet = ADOTaxis
    Left = 248
    Top = 128
  end
end

⌨️ 快捷键说明

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