ad_enter_usestatus.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 120 行

DFM
120
字号
inherited Frm_Ad_Enter_UseStatus: TFrm_Ad_Enter_UseStatus
  Left = -4
  Top = -4
  Caption = '使用状态'
  ClientHeight = 553
  ClientWidth = 800
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 800
  end
  inherited Pnl_Title: TPanel
    Width = 800
    Caption = '使用状态'
  end
  inherited Pnl_Head: TPanel
    Width = 800
    inherited Lbl_Order: TLabel
      Width = 72
      Caption = '使用状态代码'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 540
    Width = 800
    Height = 13
  end
  inherited Pnl_Body: TPanel
    Width = 800
    Height = 443
    inherited DBGridEh: TDBGridEh
      Width = 800
      Height = 443
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      Columns = <
        Item
          FieldName = 'UseStatusCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '使用状态代码'
          Width = 100
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UseStatusName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '使用状态名称'
          Width = 259
          KeyList.Strings = ()
        end
        Item
          FieldName = 'IsDepreciation'
          PickList.Strings = (
            '0 否'
            '1 是')
          Title.Alignment = taCenter
          Title.Caption = '是否计提折旧'
          Width = 82
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'RemArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 310
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 533
    Top = 49
  end
  inherited ActionList: TActionList
    Left = 398
    Top = 59
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=Mrpii_Standard;Data Source=192.1' +
      '68.0.151;Use procedure for Prepare=1;Auto Translate=True;Packet ' +
      'Size=4096;Workstation ID=XYB'
    CurSorType = ctStatic
    SQL.Strings = (
      'select * from Ad_UseStatus')
    Left = 442
    Top = 36
    object AdoQry_MainUseStatusCode: TStringField
      FieldName = 'UseStatusCode'
      Origin = 'Ad_UseStatus'
      Size = 4
    end
    object AdoQry_MainUseStatusName: TStringField
      FieldName = 'UseStatusName'
      Origin = 'Ad_UseStatus'
      Size = 60
    end
    object AdoQry_MainIsDepreciation: TIntegerField
      FieldName = 'IsDepreciation'
    end
    object AdoQry_MainRemArk: TStringField
      FieldName = 'RemArk'
      Origin = 'Ad_UseStatus'
      Size = 60
    end
  end
  inherited DataSource: TDataSource
    Left = 494
    Top = 41
  end
  inherited ExtPrintReport: TExtPrintReport
    Title1 = '人员主文件列表'
  end
end

⌨️ 快捷键说明

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