Subversion Repositories winbugtracker

Rev

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
object frmModule: TfrmModule
2
  Left = 0
3
  Top = 0
4
  BorderIcons = [biSystemMenu]
5
  BorderStyle = bsDialog
6
  Caption = 'Module'
6 daniel-mar 7
  ClientHeight = 280
2 daniel-mar 8
  ClientWidth = 273
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
12
  Font.Height = -11
13
  Font.Name = 'Tahoma'
14
  Font.Style = []
15
  OldCreateOrder = False
16
  Position = poMainFormCenter
17
  PixelsPerInch = 96
18
  TextHeight = 13
19
  object DBGrid1: TDBGrid
20
    Left = 8
21
    Top = 8
22
    Width = 257
23
    Height = 233
3 daniel-mar 24
    DataSource = frmBugtracker.dsModule
2 daniel-mar 25
    TabOrder = 0
26
    TitleFont.Charset = DEFAULT_CHARSET
27
    TitleFont.Color = clWindowText
28
    TitleFont.Height = -11
29
    TitleFont.Name = 'Tahoma'
30
    TitleFont.Style = []
31
    Columns = <
32
      item
33
        Expanded = False
34
        FieldName = 'modul'
35
        Visible = True
36
      end>
37
  end
6 daniel-mar 38
  object DBNavigator1: TDBNavigator
39
    Left = 8
40
    Top = 247
41
    Width = 256
42
    Height = 25
43
    DataSource = frmBugtracker.dsModule
44
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost, nbCancel]
45
    TabOrder = 1
46
  end
2 daniel-mar 47
end