📄 pricequeryform.designer.cs
字号:
namespace HPIResource.Price
{
partial class PriceQueryForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.tv_Catalog = new System.Windows.Forms.TreeView();
this.dw_price_list = new Sybase.DataWindow.DataWindowControl();
this.SuspendLayout();
//
// tv_Catalog
//
this.tv_Catalog.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.tv_Catalog.Location = new System.Drawing.Point(12, 12);
this.tv_Catalog.Name = "tv_Catalog";
this.tv_Catalog.Size = new System.Drawing.Size(302, 394);
this.tv_Catalog.TabIndex = 0;
this.tv_Catalog.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tv_Catalog_AfterSelect);
//
// dw_price_list
//
this.dw_price_list.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dw_price_list.DataWindowObject = "";
this.dw_price_list.LibraryList = "";
this.dw_price_list.Location = new System.Drawing.Point(321, 13);
this.dw_price_list.Name = "dw_price_list";
this.dw_price_list.ScrollBars = Sybase.DataWindow.DataWindowScrollBars.Both;
this.dw_price_list.Size = new System.Drawing.Size(374, 393);
this.dw_price_list.TabIndex = 1;
this.dw_price_list.Text = "dataWindowControl1";
this.dw_price_list.RowFocusChanged += new Sybase.DataWindow.RowFocusChangedEventHandler(this.dw_price_list_RowFocusChanged);
//
// PriceQueryForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(707, 418);
this.Controls.Add(this.dw_price_list);
this.Controls.Add(this.tv_Catalog);
this.Name = "PriceQueryForm";
this.Text = "收费标准查询";
this.Load += new System.EventHandler(this.PriceQueryForm_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TreeView tv_Catalog;
private Sybase.DataWindow.DataWindowControl dw_price_list;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -