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

📄 ucreatgroup.dfm

📁 港口货物管理系统
💻 DFM
字号:
object fmcreatgroup: Tfmcreatgroup
  Left = 216
  Top = 129
  BorderStyle = bsDialog
  Caption = #35774#32622#29992#25143#20998#32452
  ClientHeight = 331
  ClientWidth = 604
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox2: TGroupBox
    Left = 105
    Top = 263
    Width = 393
    Height = 57
    TabOrder = 4
  end
  object GroupBox1: TGroupBox
    Left = 21
    Top = 8
    Width = 561
    Height = 249
    Caption = #35774#32622#29992#25143#32452#31867#22411
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object DBGrid1: TDBGrid
    Left = 41
    Top = 28
    Width = 521
    Height = 223
    DataSource = DataSource1
    Font.Charset = ANSI_CHARSET
    Font.Color = clOlive
    Font.Height = -16
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'Auid'
        Font.Charset = ANSI_CHARSET
        Font.Color = clRed
        Font.Height = -19
        Font.Name = 'Times New Roman'
        Font.Style = []
        Title.Alignment = taCenter
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clNavy
        Title.Font.Height = -19
        Title.Font.Name = 'Times New Roman'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Auname'
        Font.Charset = ANSI_CHARSET
        Font.Color = clRed
        Font.Height = -19
        Font.Name = 'Times New Roman'
        Font.Style = []
        Title.Alignment = taCenter
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clNavy
        Title.Font.Height = -19
        Title.Font.Name = 'Times New Roman'
        Title.Font.Style = []
        Width = 113
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Agroup'
        Font.Charset = ANSI_CHARSET
        Font.Color = clRed
        Font.Height = -19
        Font.Name = 'Times New Roman'
        Font.Style = []
        PickList.Strings = (
          #29992#25143#32452'A'
          #29992#25143#32452'B'
          #29992#25143#32452'C'
          #29992#25143#32452'D'
          #29992#25143#32452'E'
          #29992#25143#32452'F'
          #29992#25143#32452'G'
          #29992#25143#32452'H')
        Title.Alignment = taCenter
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clNavy
        Title.Font.Height = -19
        Title.Font.Name = 'Times New Roman'
        Title.Font.Style = []
        Width = 148
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Agroupowner'
        Font.Charset = ANSI_CHARSET
        Font.Color = clRed
        Font.Height = -19
        Font.Name = 'Times New Roman'
        Font.Style = []
        PickList.Strings = (
          'True'
          'False')
        Title.Alignment = taCenter
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clNavy
        Title.Font.Height = -19
        Title.Font.Name = 'Times New Roman'
        Title.Font.Style = []
        Width = 126
        Visible = True
      end>
  end
  object BitBtn1: TBitBtn
    Left = 129
    Top = 277
    Width = 114
    Height = 35
    Caption = #30830#35748#20462#25913
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 361
    Top = 277
    Width = 114
    Height = 35
    Caption = #36864'  '#20986
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'port'
    TableName = 'pUser.DB'
    Left = 48
    Top = 8
    object Table1Auid: TStringField
      Alignment = taCenter
      DisplayLabel = #29992#25143#24080#21495
      FieldName = 'Auid'
      Size = 10
    end
    object Table1Auname: TStringField
      Alignment = taCenter
      DisplayLabel = #29992#25143#22995#21517
      FieldName = 'Auname'
      Size = 8
    end
    object Table1Agroup: TStringField
      Alignment = taCenter
      DisplayLabel = #29992#25143#32452#21517
      FieldName = 'Agroup'
      LookupResultField = 'agroup'
      Size = 8
    end
    object Table1Agroupowner: TBooleanField
      Alignment = taCenter
      DisplayLabel = #29992#25143#32452#38271
      FieldName = 'Agroupowner'
    end
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 24
    Top = 16
  end
end

⌨️ 快捷键说明

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