📄 hisformitemform.designer.cs
字号:
namespace HPIResource.HisForm
{
partial class HisFormItemForm
{
/// <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.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.btn_Save = new System.Windows.Forms.Button();
this.btn_Cancel = new System.Windows.Forms.Button();
this.dw_item = new Sybase.DataWindow.DataWindowControl();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.nUD_X = new System.Windows.Forms.NumericUpDown();
this.nUD_Y = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.nUD_Width = new System.Windows.Forms.NumericUpDown();
this.nUD_Height = new System.Windows.Forms.NumericUpDown();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.cbB_font = new System.Windows.Forms.ComboBox();
this.cbB_Size = new System.Windows.Forms.ComboBox();
this.cbx_Font_B = new System.Windows.Forms.CheckBox();
this.cbx_Font_I = new System.Windows.Forms.CheckBox();
this.cbx_Font_L = new System.Windows.Forms.CheckBox();
this.cbx_Visible = new System.Windows.Forms.CheckBox();
this.cbx_Protect = new System.Windows.Forms.CheckBox();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nUD_X)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Y)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Width)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Height)).BeginInit();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(653, 331);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.dw_item);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(645, 306);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "常规";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.cbx_Protect);
this.tabPage2.Controls.Add(this.cbx_Visible);
this.tabPage2.Controls.Add(this.groupBox2);
this.tabPage2.Controls.Add(this.groupBox1);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(645, 306);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "其他";
this.tabPage2.UseVisualStyleBackColor = true;
//
// btn_Save
//
this.btn_Save.Location = new System.Drawing.Point(505, 360);
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_Cancel
//
this.btn_Cancel.Location = new System.Drawing.Point(586, 360);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(75, 23);
this.btn_Cancel.TabIndex = 2;
this.btn_Cancel.Text = "取消";
this.btn_Cancel.UseVisualStyleBackColor = true;
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// dw_item
//
this.dw_item.BorderStyle = Sybase.DataWindow.DataWindowBorderStyle.None;
this.dw_item.DataWindowObject = "";
this.dw_item.LibraryList = "";
this.dw_item.Location = new System.Drawing.Point(6, 6);
this.dw_item.Name = "dw_item";
this.dw_item.Size = new System.Drawing.Size(633, 294);
this.dw_item.TabIndex = 0;
this.dw_item.Text = "dataWindowControl1";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.nUD_Height);
this.groupBox1.Controls.Add(this.nUD_Width);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.nUD_Y);
this.groupBox1.Controls.Add(this.nUD_X);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(6, 16);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(387, 115);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "位置";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(20, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "X坐标:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(20, 62);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "Y坐标:";
//
// nUD_X
//
this.nUD_X.Location = new System.Drawing.Point(67, 30);
this.nUD_X.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nUD_X.Name = "nUD_X";
this.nUD_X.Size = new System.Drawing.Size(88, 21);
this.nUD_X.TabIndex = 3;
//
// nUD_Y
//
this.nUD_Y.Location = new System.Drawing.Point(67, 60);
this.nUD_Y.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nUD_Y.Name = "nUD_Y";
this.nUD_Y.Size = new System.Drawing.Size(88, 21);
this.nUD_Y.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(176, 32);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 12);
this.label3.TabIndex = 5;
this.label3.Text = "宽度:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(176, 62);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -