微调
This commit is contained in:
parent
b07d24202e
commit
1b74fcde2f
@ -117,12 +117,16 @@ def DisabledAndEnbled(choose):
|
||||
a = userChoose[choose]
|
||||
combobox1.configure(state=a)
|
||||
combobox2.configure(state=a)
|
||||
combobox3.configure(state=a)
|
||||
checkButton1.configure(state=a)
|
||||
button1.configure(state=a)
|
||||
button2.configure(state=a)
|
||||
button3.configure(state=a)
|
||||
button4.configure(state=a)
|
||||
button5.configure(state=a)
|
||||
button6.configure(state=a)
|
||||
button7.configure(state=a)
|
||||
button8.configure(state=a)
|
||||
|
||||
# 需引入 subprocess
|
||||
def GetCommandReturn(cmd):
|
||||
|
4
main.py
4
main.py
@ -117,12 +117,16 @@ def DisabledAndEnbled(choose):
|
||||
a = userChoose[choose]
|
||||
combobox1.configure(state=a)
|
||||
combobox2.configure(state=a)
|
||||
combobox3.configure(state=a)
|
||||
checkButton1.configure(state=a)
|
||||
button1.configure(state=a)
|
||||
button2.configure(state=a)
|
||||
button3.configure(state=a)
|
||||
button4.configure(state=a)
|
||||
button5.configure(state=a)
|
||||
button6.configure(state=a)
|
||||
button7.configure(state=a)
|
||||
button8.configure(state=a)
|
||||
|
||||
# 需引入 subprocess
|
||||
def GetCommandReturn(cmd):
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user