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

📄 gysset.dfm

📁 售后服务系统优质的售后服务是企业生存和市场竞争的保障
💻 DFM
字号:
object GysSetForm: TGysSetForm
  Left = 78
  Top = 167
  Width = 673
  Height = 312
  Caption = '供应商信息设置'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object GroupBox3: TGroupBox
    Left = 368
    Top = 8
    Width = 289
    Height = 265
    Caption = '供应商选择'
    TabOrder = 0
    object DBGrid2: TDBGrid
      Left = 8
      Top = 16
      Width = 273
      Height = 185
      DataSource = DataSourcegysxx
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -14
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'mc'
          Title.Alignment = taCenter
          Title.Caption = '供应商名称'
          Width = 234
          Visible = True
        end>
    end
    object Button10: TButton
      Left = 16
      Top = 216
      Width = 65
      Height = 33
      Caption = '增加'
      TabOrder = 1
      OnClick = Button10Click
    end
    object Button11: TButton
      Left = 80
      Top = 216
      Width = 65
      Height = 33
      Caption = '修改'
      TabOrder = 2
      OnClick = Button11Click
    end
    object Button14: TButton
      Left = 144
      Top = 216
      Width = 65
      Height = 33
      Caption = '删除'
      TabOrder = 3
      OnClick = Button14Click
    end
    object Button9: TButton
      Left = 208
      Top = 216
      Width = 65
      Height = 33
      Caption = '退出'
      TabOrder = 4
      OnClick = Button7Click
    end
  end
  object GroupBox4: TGroupBox
    Left = 8
    Top = 8
    Width = 353
    Height = 265
    Caption = '详细信息'
    TabOrder = 1
    object Label3: TLabel
      Left = 16
      Top = 32
      Width = 28
      Height = 14
      Caption = '名称'
    end
    object Label4: TLabel
      Left = 16
      Top = 74
      Width = 28
      Height = 14
      Caption = '地址'
    end
    object Label5: TLabel
      Left = 16
      Top = 124
      Width = 42
      Height = 14
      Caption = '联系人'
    end
    object Label6: TLabel
      Left = 16
      Top = 174
      Width = 56
      Height = 14
      Caption = '联系电话'
    end
    object Label7: TLabel
      Left = 16
      Top = 224
      Width = 35
      Height = 14
      Caption = 'FAX:'
    end
    object DBEdit1: TDBEdit
      Left = 80
      Top = 32
      Width = 257
      Height = 22
      DataField = 'mc'
      DataSource = DataSourcegysxx
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 80
      Top = 74
      Width = 257
      Height = 22
      DataField = 'dz'
      DataSource = DataSourcegysxx
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 80
      Top = 124
      Width = 137
      Height = 22
      DataField = 'lxr'
      DataSource = DataSourcegysxx
      TabOrder = 2
    end
    object DBEdit4: TDBEdit
      Left = 80
      Top = 174
      Width = 137
      Height = 22
      DataField = 'lxdh1'
      DataSource = DataSourcegysxx
      TabOrder = 3
    end
    object DBEdit5: TDBEdit
      Left = 80
      Top = 224
      Width = 137
      Height = 22
      DataField = 'lxdh2'
      DataSource = DataSourcegysxx
      TabOrder = 4
    end
    object Button12: TButton
      Left = 240
      Top = 168
      Width = 89
      Height = 33
      Caption = '保存'
      TabOrder = 5
      OnClick = Button12Click
    end
    object Button13: TButton
      Left = 240
      Top = 216
      Width = 89
      Height = 33
      Caption = '放弃'
      TabOrder = 6
      OnClick = Button13Click
    end
  end
  object ADOTablegysxx: TADOTable
    Connection = MainForm.ADOConnection1
    AfterInsert = ADOTablegysxxAfterInsert
    BeforePost = ADOTablegysxxBeforePost
    TableName = 'gysxx'
    Left = 372
    Top = 129
  end
  object DataSourcegysxx: TDataSource
    DataSet = ADOTablegysxx
    OnStateChange = DataSourcegysxxStateChange
    Left = 420
    Top = 129
  end
  object ADOQuerytmp: TADOQuery
    Connection = MainForm.ADOConnection1
    Parameters = <>
    Left = 404
    Top = 81
  end
end

⌨️ 快捷键说明

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