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

📄 unit_managerachives.dfm

📁 delphi开发的中国移动大客户管理系统,后台数据库为oracle
💻 DFM
📖 第 1 页 / 共 4 页
字号:
object Frm_ManagerAchives: TFrm_ManagerAchives
  Left = 249
  Top = 170
  Width = 670
  Height = 450
  Caption = '客户经理管理'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIChild
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  ShowHint = True
  Visible = True
  OnClose = FormClose
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 196
    Height = 416
    Align = alLeft
    BevelOuter = bvNone
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 0
      Top = 157
      Width = 196
      Height = 259
      Align = alClient
      DataSource = DSManager
      ImeName = '中文 (简体) - 智能 ABC'
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -14
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'WK_NO'
          Title.Caption = '工号'
          Width = 80
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'NAME'
          Title.Caption = '姓名'
          Width = 80
          Visible = True
        end>
    end
    object Panel5: TPanel
      Left = 0
      Top = 0
      Width = 196
      Height = 157
      Align = alTop
      BevelInner = bvLowered
      BevelOuter = bvNone
      TabOrder = 1
      object Label92: TLabel
        Left = 7
        Top = 83
        Width = 35
        Height = 14
        Caption = '工号:'
      end
      object Label48: TLabel
        Left = 8
        Top = 105
        Width = 35
        Height = 14
        Caption = '姓名:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlack
        Font.Height = -14
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label49: TLabel
        Left = 9
        Top = 12
        Width = 42
        Height = 14
        Caption = '地市:'
      end
      object Label50: TLabel
        Left = 9
        Top = 36
        Width = 42
        Height = 14
        Caption = '局向:'
      end
      object Label51: TLabel
        Left = 9
        Top = 60
        Width = 42
        Height = 14
        Caption = '系室:'
      end
      object ed_wk_no_b: TFlatEdit
        Left = 49
        Top = 80
        Width = 138
        Height = 20
        ColorFlat = clWindow
        MaxLength = 10
        TabOrder = 0
      end
      object ed_name_b: TFlatEdit
        Left = 49
        Top = 102
        Width = 138
        Height = 20
        ColorFlat = clWindow
        MaxLength = 11
        TabOrder = 1
      end
      object Btn_Query_Normal: TFlatButton
        Left = 116
        Top = 126
        Width = 70
        Height = 25
        Caption = '查询'
        Glyph.Data = {
          76010000424D7601000000000000760000002800000020000000100000000100
          04000000000000010000130B0000130B00001000000000000000000000000000
          800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
          FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
          333333333333333FF3FF3333333333CC30003333333333773777333333333C33
          3000333FF33337F33777339933333C3333333377F33337F3333F339933333C33
          33003377333337F33377333333333C333300333F333337F33377339333333C33
          3333337FF3333733333F33993333C33333003377FF33733333773339933C3333
          330033377FF73F33337733339933C33333333FF377F373F3333F993399333C33
          330077F377F337F33377993399333C33330077FF773337F33377399993333C33
          33333777733337F333FF333333333C33300033333333373FF7773333333333CC
          3000333333333377377733333333333333333333333333333333}
        Layout = blGlyphLeft
        NumGlyphs = 2
        TabOrder = 2
        OnClick = Btn_Query_NormalClick
      end
      object FlatComboBoxCity: TFlatComboBox
        Tag = 50
        Left = 49
        Top = 8
        Width = 138
        Height = 22
        Style = csDropDownList
        Color = clWindow
        ItemHeight = 14
        TabOrder = 3
        ItemIndex = -1
        OnChange = FlatComboBoxCityChange
      end
      object FlatComboBoxCounty: TFlatComboBox
        Tag = 51
        Left = 49
        Top = 32
        Width = 138
        Height = 22
        Style = csDropDownList
        Color = clWindow
        ItemHeight = 14
        TabOrder = 4
        ItemIndex = -1
        OnChange = FlatComboBoxCountyChange
      end
      object FlatComboBoxRoom: TFlatComboBox
        Left = 49
        Top = 56
        Width = 138
        Height = 22
        Style = csDropDownList
        Color = clWindow
        ItemHeight = 14
        TabOrder = 5
        ItemIndex = -1
      end
    end
  end
  object Panel3: TPanel
    Left = 196
    Top = 0
    Width = 466
    Height = 416
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 1
    object pcstuffinfo: TPageControl
      Left = 0
      Top = 0
      Width = 466
      Height = 376
      ActivePage = tsbaseinfo
      Align = alClient
      Style = tsFlatButtons
      TabOrder = 0
      OnChange = pcstuffinfoChange
      OnChanging = pcstuffinfoChanging
      object tsbaseinfo: TTabSheet
        Caption = '基本资料'
        object panel_ts_stuff: TPanel
          Left = 0
          Top = 0
          Width = 458
          Height = 344
          Align = alClient
          BevelOuter = bvLowered
          TabOrder = 0
          object Label15: TLabel
            Left = 233
            Top = 150
            Width = 56
            Height = 14
            Caption = 'E-Mail:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label14: TLabel
            Left = 37
            Top = 81
            Width = 42
            Height = 14
            Caption = '职务:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label16: TLabel
            Left = 233
            Top = 129
            Width = 70
            Height = 14
            Caption = '主修专业:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label18: TLabel
            Left = 9
            Top = 151
            Width = 70
            Height = 14
            Caption = '手机号码:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label20: TLabel
            Left = 9
            Top = 256
            Width = 70
            Height = 14
            Caption = '上级工号:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label17: TLabel
            Left = 233
            Top = 105
            Width = 70
            Height = 14
            Caption = '工作时间:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label13: TLabel
            Left = 9
            Top = 105
            Width = 70
            Height = 14
            Caption = '出生日期:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label10: TLabel
            Left = 233
            Top = 255
            Width = 70
            Height = 14
            Caption = '使用状态:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label6: TLabel
            Left = 181
            Top = 57
            Width = 42
            Height = 14
            Caption = '学历:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label7: TLabel
            Left = 312
            Top = 81
            Width = 42
            Height = 14
            Caption = '级别:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label9: TLabel
            Left = 312
            Top = 32
            Width = 42
            Height = 14
            Caption = '性别:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label3: TLabel
            Left = 303
            Top = 9
            Width = 42
            Height = 14
            Caption = '业务室'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label2: TLabel
            Left = 181
            Top = 9
            Width = 42
            Height = 14
            Caption = '局向:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label1: TLabel
            Left = 37
            Top = 9
            Width = 42
            Height = 14
            Caption = '地市:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label4: TLabel
            Left = 36
            Top = 32
            Width = 42
            Height = 14
            Caption = '工号:'
            Color = clBtnFace
            Font.Charset = GB2312_CHARSET
            Font.Color = clMaroon
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentColor = False
            ParentFont = False
          end
          object p: TLabel
            Left = 37
            Top = 56
            Width = 42
            Height = 14
            Caption = '密码:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label11: TLabel
            Left = 153
            Top = 82
            Width = 70
            Height = 14
            Caption = '政治面貌:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label12: TLabel
            Left = 9
            Top = 128
            Width = 70
            Height = 14
            Caption = '证件号码:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label21: TLabel
            Left = 9
            Top = 192
            Width = 70
            Height = 14
            Caption = '家庭地址:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label22: TLabel
            Left = 233
            Top = 170
            Width = 70
            Height = 14
            Caption = '家庭邮编:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label23: TLabel
            Left = 9
            Top = 278
            Width = 70
            Height = 14
            Caption = '兴趣爱好:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -14
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label24: TLabel
            Left = 9
            Top = 299
            Width = 70
            Height = 14
            Caption = '个人特长:'

⌨️ 快捷键说明

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