📄 regtypemanageform.designer.cs
字号:
namespace HPIResource.Register
{
partial class RegtypeManageForm
{
/// <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_1 = new Sybase.DataWindow.DataWindowControl();
this.bnt_New = new System.Windows.Forms.Button();
this.btn_sts_1 = new System.Windows.Forms.Button();
this.btn_sts_0 = new System.Windows.Forms.Button();
this.btn_SetPrice = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// dw_1
//
this.dw_1.DataWindowObject = "";
this.dw_1.LibraryList = "";
this.dw_1.Location = new System.Drawing.Point(12, 12);
this.dw_1.Name = "dw_1";
this.dw_1.Size = new System.Drawing.Size(657, 337);
this.dw_1.TabIndex = 0;
this.dw_1.Text = "dataWindowControl1";
this.dw_1.RowFocusChanged += new Sybase.DataWindow.RowFocusChangedEventHandler(this.dw_1_RowFocusChanged);
//
// bnt_New
//
this.bnt_New.Location = new System.Drawing.Point(271, 368);
this.bnt_New.Name = "bnt_New";
this.bnt_New.Size = new System.Drawing.Size(75, 23);
this.bnt_New.TabIndex = 1;
this.bnt_New.Text = "新增";
this.bnt_New.UseVisualStyleBackColor = true;
this.bnt_New.Click += new System.EventHandler(this.bnt_New_Click);
//
// btn_sts_1
//
this.btn_sts_1.Location = new System.Drawing.Point(353, 368);
this.btn_sts_1.Name = "btn_sts_1";
this.btn_sts_1.Size = new System.Drawing.Size(75, 23);
this.btn_sts_1.TabIndex = 2;
this.btn_sts_1.Text = "禁用";
this.btn_sts_1.UseVisualStyleBackColor = true;
//
// btn_sts_0
//
this.btn_sts_0.Location = new System.Drawing.Point(435, 368);
this.btn_sts_0.Name = "btn_sts_0";
this.btn_sts_0.Size = new System.Drawing.Size(75, 23);
this.btn_sts_0.TabIndex = 3;
this.btn_sts_0.Text = "启用";
this.btn_sts_0.UseVisualStyleBackColor = true;
//
// btn_SetPrice
//
this.btn_SetPrice.Location = new System.Drawing.Point(517, 368);
this.btn_SetPrice.Name = "btn_SetPrice";
this.btn_SetPrice.Size = new System.Drawing.Size(75, 23);
this.btn_SetPrice.TabIndex = 4;
this.btn_SetPrice.Text = "设置价格";
this.btn_SetPrice.UseVisualStyleBackColor = true;
//
// RegtypeManageForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(681, 409);
this.Controls.Add(this.btn_SetPrice);
this.Controls.Add(this.btn_sts_0);
this.Controls.Add(this.btn_sts_1);
this.Controls.Add(this.bnt_New);
this.Controls.Add(this.dw_1);
this.Name = "RegtypeManageForm";
this.Text = "诊别维护";
this.Load += new System.EventHandler(this.RegtypeManageForm_Load);
this.ResumeLayout(false);
}
#endregion
private Sybase.DataWindow.DataWindowControl dw_1;
private System.Windows.Forms.Button bnt_New;
private System.Windows.Forms.Button btn_sts_1;
private System.Windows.Forms.Button btn_sts_0;
private System.Windows.Forms.Button btn_SetPrice;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -