📄 hisformmodel_infoform.designer.cs
字号:
namespace HPIResource.HisForm
{
partial class HisFormModel_InfoForm
{
/// <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.dw_info = new Sybase.DataWindow.DataWindowControl();
this.btn_Save = new System.Windows.Forms.Button();
this.btn_Close = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// dw_info
//
this.dw_info.DataWindowObject = "";
this.dw_info.LibraryList = "";
this.dw_info.Location = new System.Drawing.Point(12, 12);
this.dw_info.Name = "dw_info";
this.dw_info.Size = new System.Drawing.Size(498, 292);
this.dw_info.TabIndex = 0;
this.dw_info.Text = "dataWindowControl1";
//
// btn_Save
//
this.btn_Save.Location = new System.Drawing.Point(165, 318);
this.btn_Save.Name = "btn_Save";
this.btn_Save.Size = new System.Drawing.Size(75, 23);
this.btn_Save.TabIndex = 1;
this.btn_Save.Text = "保存";
this.btn_Save.UseVisualStyleBackColor = true;
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
//
// btn_Close
//
this.btn_Close.Location = new System.Drawing.Point(258, 318);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(75, 23);
this.btn_Close.TabIndex = 2;
this.btn_Close.Text = "取消";
this.btn_Close.UseVisualStyleBackColor = true;
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
//
// HisFormModel_InfoForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(522, 353);
this.ControlBox = false;
this.Controls.Add(this.btn_Close);
this.Controls.Add(this.btn_Save);
this.Controls.Add(this.dw_info);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "HisFormModel_InfoForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "申请单模版信息";
this.Load += new System.EventHandler(this.HisFormModel_InfoForm_Load);
this.ResumeLayout(false);
}
#endregion
private Sybase.DataWindow.DataWindowControl dw_info;
private System.Windows.Forms.Button btn_Save;
private System.Windows.Forms.Button btn_Close;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -