⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 connect_dialog.glade

📁 本程序为linux下的mysql数据库辅助开发软件,很容易地管理mysql数据库,是一个不错的软件
💻 GLADE
📖 第 1 页 / 共 3 页
字号:
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--><!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"><glade-interface><widget class="GtkWindow" id="connect_dialog">  <property name="width_request">418</property>  <property name="title" translatable="yes">Connect MySQL Database</property>  <property name="type">GTK_WINDOW_TOPLEVEL</property>  <property name="window_position">GTK_WIN_POS_CENTER</property>  <property name="modal">True</property>  <property name="resizable">False</property>  <property name="destroy_with_parent">False</property>  <property name="decorated">True</property>  <property name="skip_taskbar_hint">False</property>  <property name="skip_pager_hint">False</property>  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>  <child>    <widget class="GtkVBox" id="vbox2">      <property name="visible">True</property>      <property name="homogeneous">False</property>      <property name="spacing">0</property>      <child>	<widget class="GtkImage" id="header_image">	  <property name="visible">True</property>	  <property name="xalign">0.5</property>	  <property name="yalign">0.5</property>	  <property name="xpad">0</property>	  <property name="ypad">0</property>	</widget>	<packing>	  <property name="padding">0</property>	  <property name="expand">True</property>	  <property name="fill">True</property>	</packing>      </child>      <child>	<widget class="GtkVBox" id="vbox1">	  <property name="border_width">12</property>	  <property name="visible">True</property>	  <property name="homogeneous">False</property>	  <property name="spacing">12</property>	  <child>	    <widget class="GtkFrame" id="frame1">	      <property name="visible">True</property>	      <property name="label_xalign">0</property>	      <property name="label_yalign">0.5</property>	      <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>	      <child>		<widget class="GtkTable" id="table1">		  <property name="border_width">8</property>		  <property name="visible">True</property>		  <property name="n_rows">6</property>		  <property name="n_columns">4</property>		  <property name="homogeneous">False</property>		  <property name="row_spacing">12</property>		  <property name="column_spacing">6</property>		  <child>		    <widget class="GtkLabel" id="label1">		      <property name="visible">True</property>		      <property name="label" translatable="yes">Stored Connection:</property>		      <property name="use_underline">False</property>		      <property name="use_markup">False</property>		      <property name="justify">GTK_JUSTIFY_LEFT</property>		      <property name="wrap">False</property>		      <property name="selectable">False</property>		      <property name="xalign">1</property>		      <property name="yalign">0.5</property>		      <property name="xpad">0</property>		      <property name="ypad">0</property>		    </widget>		    <packing>		      <property name="left_attach">0</property>		      <property name="right_attach">1</property>		      <property name="top_attach">0</property>		      <property name="bottom_attach">1</property>		      <property name="x_options">fill</property>		      <property name="y_options"></property>		    </packing>		  </child>		  <child>		    <widget class="GtkLabel" id="label2">		      <property name="visible">True</property>		      <property name="label" translatable="yes">Username:</property>		      <property name="use_underline">False</property>		      <property name="use_markup">False</property>		      <property name="justify">GTK_JUSTIFY_LEFT</property>		      <property name="wrap">False</property>		      <property name="selectable">False</property>		      <property name="xalign">1</property>		      <property name="yalign">0.5</property>		      <property name="xpad">0</property>		      <property name="ypad">0</property>		    </widget>		    <packing>		      <property name="left_attach">0</property>		      <property name="right_attach">1</property>		      <property name="top_attach">3</property>		      <property name="bottom_attach">4</property>		      <property name="x_options">fill</property>		      <property name="y_options"></property>		    </packing>		  </child>		  <child>		    <widget class="GtkLabel" id="label3">		      <property name="visible">True</property>		      <property name="label" translatable="yes">Password:</property>		      <property name="use_underline">False</property>		      <property name="use_markup">False</property>		      <property name="justify">GTK_JUSTIFY_LEFT</property>		      <property name="wrap">False</property>		      <property name="selectable">False</property>		      <property name="xalign">1</property>		      <property name="yalign">0.5</property>		      <property name="xpad">0</property>		      <property name="ypad">0</property>		    </widget>		    <packing>		      <property name="left_attach">0</property>		      <property name="right_attach">1</property>		      <property name="top_attach">4</property>		      <property name="bottom_attach">5</property>		      <property name="x_options">fill</property>		      <property name="y_options"></property>		    </packing>		  </child>		  <child>		    <widget class="GtkLabel" id="schema_label">		      <property name="label" translatable="yes">Default Schema:</property>		      <property name="use_underline">False</property>		      <property name="use_markup">False</property>		      <property name="justify">GTK_JUSTIFY_LEFT</property>		      <property name="wrap">False</property>		      <property name="selectable">False</property>		      <property name="xalign">1</property>		      <property name="yalign">0.5</property>		      <property name="xpad">0</property>		      <property name="ypad">0</property>		    </widget>		    <packing>		      <property name="left_attach">0</property>		      <property name="right_attach">1</property>		      <property name="top_attach">5</property>		      <property name="bottom_attach">6</property>		      <property name="x_options">fill</property>		      <property name="y_options"></property>		    </packing>		  </child>		  <child>		    <widget class="GtkOptionMenu" id="connection_list">		      <property name="visible">True</property>		      <property name="can_focus">True</property>		      <property name="history">-1</property>		      <signal name="changed" handler="on_connection_list_changed" last_modification_time="Fri, 12 Dec 2003 00:09:32 GMT"/>		      <child>			<widget class="GtkMenu" id="connection_menu">			</widget>		      </child>		    </widget>		    <packing>		      <property name="left_attach">1</property>		      <property name="right_attach">4</property>		      <property name="top_attach">0</property>		      <property name="bottom_attach">1</property>		      <property name="x_options">fill</property>		      <property name="y_options"></property>		    </packing>		  </child>		  <child>		    <widget class="GtkHSeparator" id="hseparator1">		      <property name="visible">True</property>		    </widget>		    <packing>		      <property name="left_attach">0</property>		      <property name="right_attach">4</property>		      <property name="top_attach">1</property>		      <property name="bottom_attach">2</property>		      <property name="x_options">fill</property>		      <property name="y_options">fill</property>		    </packing>		  </child>		  <child>		    <widget class="GtkLabel" id="label4">		      <property name="visible">True</property>		      <property name="label" translatable="yes">Server Hostname:</property>		      <property name="use_underline">False</property>		      <property name="use_markup">True</property>		      <property name="justify">GTK_JUSTIFY_LEFT</property>		      <property name="wrap">False</property>		      <property name="selectable">False</property>		      <property name="xalign">1</property>		      <property name="yalign">0.5</property>		      <property name="xpad">0</property>		      <property name="ypad">0</property>		    </widget>		    <packing>		      <property name="left_attach">0</property>		      <property name="right_attach">1</property>		      <property name="top_attach">2</property>		      <property name="bottom_attach">3</property>		      <property name="x_options">fill</property>		      <property name="y_options"></property>		    </packing>		  </child>		  <child>		    <widget class="GtkLabel" id="label5">		      <property name="visible">True</property>		      <property name="label" translatable="yes">Port:</property>		      <property name="use_underline">False</property>		      <property name="use_markup">False</property>		      <property name="justify">GTK_JUSTIFY_LEFT</property>		      <property name="wrap">False</property>		      <property name="selectable">False</property>		      <property name="xalign">1</property>		      <property name="yalign">0.5</property>		      <property name="xpad">0</property>		      <property name="ypad">0</property>		    </widget>		    <packing>		      <property name="left_attach">2</property>		      <property name="right_attach">3</property>		      <property name="top_attach">2</property>		      <property name="bottom_attach">3</property>		      <property name="x_options">fill</property>		      <property name="y_options"></property>		    </packing>		  </child>		  <child>		    <widget class="GtkSpinButton" id="port_spin">		      <property name="width_request">60</property>		      <property name="visible">True</property>		      <property name="tooltip" translatable="yes">Enter the port where the database server is running.</property>		      <property name="can_focus">True</property>		      <property name="climb_rate">1</property>		      <property name="digits">0</property>		      <property name="numeric">False</property>		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>		      <property name="snap_to_ticks">False</property>		      <property name="wrap">False</property>		      <property name="adjustment">3306 0 65535 1 10 10</property>		      <signal name="changed" handler="on_entry_changed" last_modification_time="Tue, 09 Dec 2003 23:28:17 GMT"/>		    </widget>		    <packing>		      <property name="left_attach">3</property>		      <property name="right_attach">4</property>		      <property name="top_attach">2</property>		      <property name="bottom_attach">3</property>		      <property name="y_options"></property>		    </packing>		  </child>		  <child>		    <widget class="GtkEntry" id="hostname_entry">		      <property name="width_request">145</property>		      <property name="visible">True</property>		      <property name="tooltip" translatable="yes">Enter the host name for the database server.</property>		      <property name="can_focus">True</property>		      <property name="editable">True</property>		      <property name="visibility">True</property>		      <property name="max_length">0</property>		      <property name="text" translatable="yes"></property>		      <property name="has_frame">True</property>		      <property name="invisible_char" translatable="yes">*</property>		      <property name="activates_default">False</property>		      <signal name="changed" handler="on_entry_changed" last_modification_time="Tue, 09 Dec 2003 23:28:04 GMT"/>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -