-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSetCommentForSQLServer.dfm
More file actions
90 lines (90 loc) · 1.67 KB
/
SetCommentForSQLServer.dfm
File metadata and controls
90 lines (90 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
object Form1: TForm1
Left = 1247
Top = 496
Caption = 'SetCommentForSQLServer'
ClientHeight = 500
ClientWidth = 500
object lblHint: TLabel
Left = 16
Height = 25
Top = 10
Width = 50
Caption = '論理名\t物理名 or 物理名\t論理名のように入力してください'
ParentColor = False
end
object lblTable: TLabel
Left = 10
Height = 20
Top = 40
Width = 400
Caption = '対象テーブル'
ParentColor = False
end
object txtTables: TEdit
Left = 80
Height = 26
Top = 37
Width = 200
end
object lblColumnInfo: TLabel
Left = 10
Height = 20
Top = 73
Width = 400
Caption = 'カラムの順番'
ParentColor = False
end
object cboLP: TRadioButton
Left = 80
Height = 26
Top = 67
Width = 200
end
object lblLP: TLabel
Left = 100
Height = 26
Top = 73
Width = 400
Caption = '論理名\t物理名'
ParentColor = False
end
object cboPL: TRadioButton
Left = 200
Height = 26
Top = 67
Width = 200
end
object lblPL: TLabel
Left = 220
Height = 26
Top = 73
Width = 400
Caption = '物理名\t論理名'
ParentColor = False
end
object lblSource: TLabel
Left = 10
Height = 12
Top = 100
Width = 37
Caption = '入力内容'
ParentColor = False
end
object txtSource: TMemo
Left = 80
Height = 350
Top = 100
Width = 400
ScrollBars = ssVertical
Hint = '反映(&G)'
end
object btnGenerate: TButton
Left = 400
Height = 25
Top = 460
Width = 75
Caption = '反映(&G)'
ModalResult = 1
TabOrder = 0
end
end