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

📄 unit_get_kh.dfm

📁 为某绣花厂做的管理系统源码
💻 DFM
字号:
object Form_get_kh: TForm_get_kh
  Left = 254
  Top = 157
  Width = 650
  Height = 522
  Caption = #24471#21040#23458#25143
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 642
    Height = 41
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 20
      Top = 13
      Width = 65
      Height = 13
      Caption = #21517#31216#26597#35810#65306
    end
    object Edit_query: TEdit
      Left = 80
      Top = 9
      Width = 257
      Height = 21
      Color = 16572566
      TabOrder = 0
      OnChange = Edit_queryChange
      OnKeyDown = Edit_queryKeyDown
    end
    object BitBtn_reshow: TBitBtn
      Left = 456
      Top = 8
      Width = 67
      Height = 25
      Caption = #21047#26032
      TabOrder = 1
      OnClick = BitBtn_reshowClick
    end
    object BitBtn_select: TBitBtn
      Left = 384
      Top = 8
      Width = 67
      Height = 25
      Caption = #36873#20013
      TabOrder = 2
      OnClick = BitBtn_selectClick
    end
    object BitBtn_quit: TBitBtn
      Left = 528
      Top = 8
      Width = 67
      Height = 25
      Caption = #36864#20986
      TabOrder = 3
      OnClick = BitBtn_quitClick
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 41
    Width = 642
    Height = 454
    Align = alClient
    Color = 16382446
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    Columns = <
      item
        Expanded = False
        FieldName = 't0202'
        Title.Alignment = taCenter
        Title.Caption = #23458#25143#21517#31216
        Width = 200
        Visible = True
      end
      item
        Expanded = False
        FieldName = 't0203'
        Title.Alignment = taCenter
        Title.Caption = #32852#31995#20154
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 't0204'
        Title.Alignment = taCenter
        Title.Caption = #30005#35805
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 't0205'
        Title.Alignment = taCenter
        Title.Caption = #20256#30495
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 't0206'
        Title.Alignment = taCenter
        Title.Caption = #22320#22336
        Width = 140
        Visible = True
      end>
  end
  object ADOQuery1: TADOQuery
    Connection = Form_main.ADOCn
    CursorType = ctStatic
    Filtered = True
    Parameters = <>
    SQL.Strings = (
      'select * from t02')
    Left = 208
    Top = 168
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 168
    Top = 168
  end
end

⌨️ 快捷键说明

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