Subversion Repositories winbugtracker

Rev

Rev 6 | Rev 8 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 7
Line 1... Line 1...
1
object frmBugtracker: TfrmBugtracker
1
object frmBugtracker: TfrmBugtracker
2
  Left = 0
2
  Left = 0
3
  Top = 0
3
  Top = 0
-
 
4
  Align = alClient
4
  Caption = 'ViaThinkSoft Bugtracker f'#252'r Windows'
5
  Caption = 'ViaThinkSoft Bugtracker f'#252'r Windows'
5
  ClientHeight = 596
6
  ClientHeight = 596
6
  ClientWidth = 763
7
  ClientWidth = 763
7
  Color = clBtnFace
8
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Charset = DEFAULT_CHARSET
Line 29... Line 30...
29
    Top = 0
30
    Top = 0
30
    Width = 249
31
    Width = 249
31
    Height = 596
32
    Height = 596
32
    Align = alLeft
33
    Align = alLeft
33
    TabOrder = 0
34
    TabOrder = 0
34
    ExplicitHeight = 498
-
 
35
    DesignSize = (
35
    DesignSize = (
36
      249
36
      249
37
      596)
37
      596)
38
    object DBGrid1: TDBGrid
38
    object DBGrid1: TDBGrid
39
      Left = 8
39
      Left = 8
Line 95... Line 95...
95
      Height = 25
95
      Height = 25
96
      DataSource = dsBugs
96
      DataSource = dsBugs
97
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
97
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
98
      Anchors = [akLeft, akRight, akBottom]
98
      Anchors = [akLeft, akRight, akBottom]
99
      TabOrder = 2
99
      TabOrder = 2
100
      ExplicitTop = 456
-
 
101
    end
100
    end
102
  end
101
  end
103
  object Panel2: TPanel
102
  object Panel2: TPanel
104
    Left = 252
103
    Left = 252
105
    Top = 0
104
    Top = 0
106
    Width = 511
105
    Width = 511
107
    Height = 596
106
    Height = 596
108
    Align = alClient
107
    Align = alClient
109
    TabOrder = 1
108
    TabOrder = 1
110
    ExplicitWidth = 499
-
 
111
    ExplicitHeight = 498
-
 
112
    DesignSize = (
109
    DesignSize = (
113
      511
110
      511
114
      596)
111
      596)
115
    object Label1: TLabel
112
    object Label1: TLabel
116
      Left = 16
113
      Left = 16
Line 206... Line 203...
206
      Height = 299
203
      Height = 299
207
      Anchors = [akLeft, akTop, akRight, akBottom]
204
      Anchors = [akLeft, akTop, akRight, akBottom]
208
      DataField = 'beschreibung'
205
      DataField = 'beschreibung'
209
      DataSource = dsBugs
206
      DataSource = dsBugs
210
      TabOrder = 9
207
      TabOrder = 9
211
      ExplicitWidth = 736
-
 
212
    end
208
    end
213
    object DBEdit1: TDBEdit
209
    object DBEdit1: TDBEdit
214
      Left = 15
210
      Left = 15
215
      Top = 208
211
      Top = 208
216
      Width = 186
212
      Width = 186