CN111538496A - Operation method of application interface - Google Patents

Operation method of application interface Download PDF

Info

Publication number
CN111538496A
CN111538496A CN202010054261.7A CN202010054261A CN111538496A CN 111538496 A CN111538496 A CN 111538496A CN 202010054261 A CN202010054261 A CN 202010054261A CN 111538496 A CN111538496 A CN 111538496A
Authority
CN
China
Prior art keywords
interface
application interface
operating
computer code
computer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010054261.7A
Other languages
Chinese (zh)
Inventor
李国成
黄勇达
张广洁
王光辉
刘顺孝
洪玉祥
曾德湖
王朋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shangrao Weston Digital Technology Co ltd
Original Assignee
Shangrao Weston Digital Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shangrao Weston Digital Technology Co ltd filed Critical Shangrao Weston Digital Technology Co ltd
Priority to CN202010054261.7A priority Critical patent/CN111538496A/en
Publication of CN111538496A publication Critical patent/CN111538496A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses an operation method of an application interface, which has the technical scheme key points that the method comprises the following steps: step 1: computer code for creating an application interface; step 2: importing the computer code into the computer; and step 3: the method can efficiently help a user to create an efficient and beautiful desktop application interface.

Description

Operation method of application interface
Technical Field
The invention relates to an operation method of an application interface.
Background
Generally, it is difficult for people to make efficient and beautiful desktop application interfaces, and especially when a complicated configuration interface and a control panel interface are needed, the professional frontends of the technologies are rare, so that an integrated interface is urgently needed to effectively improve the efficiency of interface formation.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide an operation method of an application interface, which can efficiently help a user to create an efficient and beautiful desktop application interface.
In order to achieve the purpose, the invention provides the following technical scheme: an operation method of an application interface comprises the following steps:
step 1: computer code for creating an application interface;
step 2: importing the computer code into the computer;
and step 3: and setting the component configuration of the integrated development environment according to the computer code, taking the set integrated development environment as a user interface generation tool, and using the set component configuration to generate an interface template used by a user in the development environment.
Further, step 1 further comprises:
step 11: creating a winform interface project, and specifying a target frame, net 4.5.2;
step 12: add winform's reference using numet;
step 13: add x64 or x86 in the compilation configuration manager.
Further, step 2 further comprises:
step 21: html is created as the web front end interface helloworld.
Further, step 31: html is edited;
step 32: modifying the initialization code of the browser control;
step 33: and operating a program pop-up window and displaying the local interface.
The invention has the beneficial effects that:
1. the integration is fast, and the required functions can be completed by using the most basic static interface + js + interface Handler;
2. the development is fast, and the web front-end technology is the interface technology with the lowest threshold and the most libraries;
3. the method is beneficial to developing various complex interfaces, and can be easily realized for the design of art designing and individual ideas;
4. introducing a number of excellent web properties.
Drawings
FIG. 1 is a flow chart of a method of operation of an application interface.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. In which like parts are designated by like reference numerals. It should be noted that the terms "front," "back," "left," "right," "upper" and "lower" used in the following description refer to directions in the drawings, and the terms "bottom" and "top," "inner" and "outer" refer to directions toward and away from, respectively, the geometric center of a particular component.
Referring to fig. 1, an operation method of an application interface according to the embodiment includes the following steps:
step 1: computer code for creating an application interface;
step 2: importing the computer code into the computer;
and step 3: and setting the component configuration of the integrated development environment according to the computer code, taking the set integrated development environment as a user interface generation tool, and using the set component configuration to generate an interface template used by a user in the development environment.
The improvement is as follows: the computer codes of the application interface are written by professional technicians, then the codes of the application interface are imported into a computer, finally, a template of the user interface is generated, the user can directly input data after the generation, and the system can automatically generate a new interface according to the input data, so that the system is superior to the prior art and can efficiently complete the desktop application interface.
On the basis of the above embodiment, step 1 further includes:
step 11: creating a winform interface project, and specifying a target frame, net 4.5.2;
step 12: add winform's reference using numet;
step 13: add x64 or x86 in the compilation configuration manager.
The improvement is as follows: the winform refers to a login interface (similar to a QQ login interface), after a visual interface is created, a data packet is used for adding a reference script of the login interface, and 32 bits and 64 bits are added in a compiling configuration manager, so that the login interface can be simultaneously suitable for a 32-bit computer and a 64-bit computer.
On the basis of the above embodiment, step 2 further includes:
step 21: html is created as the web front end interface helloworld.
The improvement is as follows: the computer code is imported into the computer to create an edit page for web front-end development.
On the basis of the above embodiment, step 31: html is edited;
step 32: modifying the initialization code of the browser control;
step 33: and operating a program pop-up window and displaying the local interface.
The improvement is as follows: and after the page is edited, modifying the initialization code of the browser control, operating to enable the operating program to pop up a window, and finally displaying the local interface.
The above description is only a preferred embodiment of the present invention, and the protection scope of the present invention is not limited to the above embodiments, and all technical solutions belonging to the idea of the present invention belong to the protection scope of the present invention. It should be noted that modifications and embellishments within the scope of the invention may occur to those skilled in the art without departing from the principle of the invention, and are considered to be within the scope of the invention.

Claims (4)

1. An operation method of an application interface is characterized in that: the method comprises the following steps:
step 1: computer code for creating an application interface;
step 2: importing the computer code into the computer;
and step 3: and setting the component configuration of the integrated development environment according to the computer code, taking the set integrated development environment as a user interface generation tool, and using the set component configuration to generate an interface template used by a user in the development environment.
2. The method for operating an application interface according to claim 1, wherein: wherein step 1 further comprises:
step 11: creating a winform interface project, and specifying a target frame, net 4.5.2;
step 12: add winform's reference using numet;
step 13: add x64 or x86 in the compilation configuration manager.
3. The method for operating an application interface according to claim 1, wherein: wherein step 2 further comprises:
step 21: html is created as the web front end interface helloworld.
4. The method for operating an application interface according to claim 1, wherein:
step 31: html is edited;
step 32: modifying the initialization code of the browser control;
step 33: and operating a program pop-up window and displaying the local interface.
CN202010054261.7A 2020-01-17 2020-01-17 Operation method of application interface Pending CN111538496A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010054261.7A CN111538496A (en) 2020-01-17 2020-01-17 Operation method of application interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010054261.7A CN111538496A (en) 2020-01-17 2020-01-17 Operation method of application interface

Publications (1)

Publication Number Publication Date
CN111538496A true CN111538496A (en) 2020-08-14

Family

ID=71974804

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010054261.7A Pending CN111538496A (en) 2020-01-17 2020-01-17 Operation method of application interface

Country Status (1)

Country Link
CN (1) CN111538496A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180239601A1 (en) * 2017-02-22 2018-08-23 Sap Se Interactive Software Development Kit Documentation Tool
CN108595177A (en) * 2018-04-28 2018-09-28 广东电网有限责任公司 interface development method and device
CN110134378A (en) * 2018-02-08 2019-08-16 腾讯科技(深圳)有限公司 Application program creation method and device, computer equipment and storage medium
CN110457020A (en) * 2019-07-05 2019-11-15 苏宁云计算有限公司 Generation method, device and the computer equipment of user interface Core Generator

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180239601A1 (en) * 2017-02-22 2018-08-23 Sap Se Interactive Software Development Kit Documentation Tool
CN110134378A (en) * 2018-02-08 2019-08-16 腾讯科技(深圳)有限公司 Application program creation method and device, computer equipment and storage medium
CN108595177A (en) * 2018-04-28 2018-09-28 广东电网有限责任公司 interface development method and device
CN110457020A (en) * 2019-07-05 2019-11-15 苏宁云计算有限公司 Generation method, device and the computer equipment of user interface Core Generator

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
HOLD ON!: ""C#自定义控件 制作和使用实例(Winform)"", 《HTTPS://BLOG.CSDN.NET/CXU123321/ARTICLE/DETAILS/91652763》 *
武林大皮虾: ""winform自定义窗体边框样式模板(支持四周边框拖拽改变窗体大小,支持鼠标拖动头部移动窗体)"", 《HTTPS://BLOG.CSDN.NET/QQ_42063091/ARTICLE/DETAILS/93889165》 *

Similar Documents

Publication Publication Date Title
CN105824787B (en) A kind of control method and system of html template dynamic configuration
US8701082B2 (en) Method and apparatus for generating a model-driven development user interface
CN110851134A (en) Low-code page design device and page design method
CN111062864B (en) Animation model scaling method and device, electronic equipment and storage medium
JP5244194B2 (en) System, method, and computer program for converting business processes into reusable services
CN110968305A (en) Applet visualization generation method, device, equipment and storage medium
JP2000003274A (en) Method for generating text element of editor executable on computer and device therefor and computer-readable storing medium for storing program constituted for generating text element on editor
CN109445786B (en) Method for realizing universal popup page based on JavaScript
CN103809983A (en) Method for modifying BIOS SETUP interface
CN111142862A (en) System and method for automatically generating code
CN104980801A (en) Method and device for processing audio data/video data
CN105095568A (en) Rapid modeling method for large draft fan
CN102681861B (en) Method and device for installing software
CN109086040A (en) A kind of method and system quickly generating html code
US7992111B1 (en) Conversion of a high-level graphical circuit design block to a high-level language program
CN111538496A (en) Operation method of application interface
CN103391537B (en) Method and device for writing international mobile equipment identify (IMEI) number through mobile terminal
CN108920143A (en) A kind of quick development method for interactive software
Camposano Design process model in the yorktown silicon compiler
CN103902295A (en) Cursor drawing method and related terminal equipment
CN111190587A (en) Method and system for automatically generating engineering front-end code based on JDBC
CN111126012B (en) Custom generation expression method and device
US20040205703A1 (en) Playing in scenarios of system behavior
CN110516280B (en) Real-time simulation method of MATLAB
CN106815003A (en) The interactive system and exchange method of a kind of computer language

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200814

RJ01 Rejection of invention patent application after publication