1 Star 0 Fork 0

fjcyit/seleniumProject

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
AutoRegistFrame.py 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
fjcyit 提交于 2024-03-07 04:07 . Init
# -*- coding: utf-8 -*-
###########################################################################
## Python code generated with wxFormBuilder (version 4.1.0-0-g733bf3d)
## http://www.wxformbuilder.org/
##
## PLEASE DO *NOT* EDIT THIS FILE!
###########################################################################
import wx
import wx.xrc
###########################################################################
## Class MyFrame3
###########################################################################
class MyFrame3 ( wx.Frame ):
def __init__( self, parent ):
wx.Frame.__init__ ( self, parent, id = wx.ID_ANY, title = wx.EmptyString, pos = wx.DefaultPosition, size = wx.Size( 500,300 ), style = wx.DEFAULT_FRAME_STYLE|wx.TAB_TRAVERSAL )
self.SetSizeHints( wx.DefaultSize, wx.DefaultSize )
sbSizer2 = wx.StaticBoxSizer( wx.StaticBox( self, wx.ID_ANY, u"自动注册" ), wx.VERTICAL )
self.m_filePicker1 = wx.FilePickerCtrl( sbSizer2.GetStaticBox(), wx.ID_ANY, wx.EmptyString, u"Select a file", u"*.*", wx.DefaultPosition, wx.DefaultSize, wx.FLP_DEFAULT_STYLE )
sbSizer2.Add( self.m_filePicker1, 0, wx.ALL|wx.EXPAND, 5 )
self.m_button2 = wx.Button( sbSizer2.GetStaticBox(), wx.ID_ANY, u"查询", wx.DefaultPosition, wx.DefaultSize, 0 )
sbSizer2.Add( self.m_button2, 0, wx.ALL|wx.EXPAND, 5 )
self.SetSizer( sbSizer2 )
self.Layout()
self.Centre( wx.BOTH )
# Connect Events
self.m_button2.Bind( wx.EVT_BUTTON, self.m_button2OnButtonClick )
def __del__( self ):
pass
# Virtual event handlers, override them in your derived class
def m_button2OnButtonClick( self, event ):
event.Skip()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fjcyit/selenium-project.git
git@gitee.com:fjcyit/selenium-project.git
fjcyit
selenium-project
seleniumProject
master

搜索帮助