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

📄 hisformitemform.designer.cs

📁 .net 开发的基础框架
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(35, 12);
            this.label4.TabIndex = 6;
            this.label4.Text = "高度:";
            // 
            // nUD_Width
            // 
            this.nUD_Width.Location = new System.Drawing.Point(228, 30);
            this.nUD_Width.Maximum = new decimal(new int[] {
            100000,
            0,
            0,
            0});
            this.nUD_Width.Name = "nUD_Width";
            this.nUD_Width.Size = new System.Drawing.Size(86, 21);
            this.nUD_Width.TabIndex = 7;
            // 
            // nUD_Height
            // 
            this.nUD_Height.Location = new System.Drawing.Point(228, 60);
            this.nUD_Height.Maximum = new decimal(new int[] {
            100000,
            0,
            0,
            0});
            this.nUD_Height.Name = "nUD_Height";
            this.nUD_Height.Size = new System.Drawing.Size(86, 21);
            this.nUD_Height.TabIndex = 8;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cbx_Font_L);
            this.groupBox2.Controls.Add(this.cbx_Font_I);
            this.groupBox2.Controls.Add(this.cbx_Font_B);
            this.groupBox2.Controls.Add(this.cbB_Size);
            this.groupBox2.Controls.Add(this.cbB_font);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Location = new System.Drawing.Point(6, 156);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(387, 127);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "字体";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(20, 34);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(35, 12);
            this.label5.TabIndex = 0;
            this.label5.Text = "字体:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(20, 77);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(35, 12);
            this.label6.TabIndex = 1;
            this.label6.Text = "大小:";
            // 
            // cbB_font
            // 
            this.cbB_font.FormattingEnabled = true;
            this.cbB_font.Items.AddRange(new object[] {
            "宋体",
            "楷体_GB2312",
            "黑体",
            "仿宋_GB2312"});
            this.cbB_font.Location = new System.Drawing.Point(67, 31);
            this.cbB_font.Name = "cbB_font";
            this.cbB_font.Size = new System.Drawing.Size(121, 20);
            this.cbB_font.TabIndex = 2;
            // 
            // cbB_Size
            // 
            this.cbB_Size.FormattingEnabled = true;
            this.cbB_Size.Items.AddRange(new object[] {
            "8",
            "9",
            "10",
            "11",
            "12",
            "14",
            "16",
            "18",
            "22",
            "24"});
            this.cbB_Size.Location = new System.Drawing.Point(67, 74);
            this.cbB_Size.Name = "cbB_Size";
            this.cbB_Size.Size = new System.Drawing.Size(121, 20);
            this.cbB_Size.TabIndex = 3;
            // 
            // cbx_Font_B
            // 
            this.cbx_Font_B.AutoSize = true;
            this.cbx_Font_B.Location = new System.Drawing.Point(228, 30);
            this.cbx_Font_B.Name = "cbx_Font_B";
            this.cbx_Font_B.Size = new System.Drawing.Size(48, 16);
            this.cbx_Font_B.TabIndex = 4;
            this.cbx_Font_B.Text = "粗体";
            this.cbx_Font_B.UseVisualStyleBackColor = true;
            // 
            // cbx_Font_I
            // 
            this.cbx_Font_I.AutoSize = true;
            this.cbx_Font_I.Location = new System.Drawing.Point(228, 53);
            this.cbx_Font_I.Name = "cbx_Font_I";
            this.cbx_Font_I.Size = new System.Drawing.Size(48, 16);
            this.cbx_Font_I.TabIndex = 5;
            this.cbx_Font_I.Text = "斜体";
            this.cbx_Font_I.UseVisualStyleBackColor = true;
            // 
            // cbx_Font_L
            // 
            this.cbx_Font_L.AutoSize = true;
            this.cbx_Font_L.Location = new System.Drawing.Point(228, 77);
            this.cbx_Font_L.Name = "cbx_Font_L";
            this.cbx_Font_L.Size = new System.Drawing.Size(60, 16);
            this.cbx_Font_L.TabIndex = 6;
            this.cbx_Font_L.Text = "下划线";
            this.cbx_Font_L.UseVisualStyleBackColor = true;
            // 
            // cbx_Visible
            // 
            this.cbx_Visible.AutoSize = true;
            this.cbx_Visible.Location = new System.Drawing.Point(423, 43);
            this.cbx_Visible.Name = "cbx_Visible";
            this.cbx_Visible.Size = new System.Drawing.Size(48, 16);
            this.cbx_Visible.TabIndex = 2;
            this.cbx_Visible.Text = "可见";
            this.cbx_Visible.UseVisualStyleBackColor = true;
            // 
            // cbx_Protect
            // 
            this.cbx_Protect.AutoSize = true;
            this.cbx_Protect.Location = new System.Drawing.Point(423, 73);
            this.cbx_Protect.Name = "cbx_Protect";
            this.cbx_Protect.Size = new System.Drawing.Size(60, 16);
            this.cbx_Protect.TabIndex = 3;
            this.cbx_Protect.Text = "可操作";
            this.cbx_Protect.UseVisualStyleBackColor = true;
            // 
            // HisFormItemForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(677, 395);
            this.ControlBox = false;
            this.Controls.Add(this.btn_Cancel);
            this.Controls.Add(this.btn_Save);
            this.Controls.Add(this.tabControl1);
            this.Name = "HisFormItemForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "申请单项目";
            this.Load += new System.EventHandler(this.HisFormItemForm_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nUD_X)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nUD_Y)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nUD_Width)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nUD_Height)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.Button btn_Save;
        private System.Windows.Forms.Button btn_Cancel;
        private Sybase.DataWindow.DataWindowControl dw_item;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.NumericUpDown nUD_Y;
        private System.Windows.Forms.NumericUpDown nUD_X;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.NumericUpDown nUD_Height;
        private System.Windows.Forms.NumericUpDown nUD_Width;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.CheckBox cbx_Font_L;
        private System.Windows.Forms.CheckBox cbx_Font_I;
        private System.Windows.Forms.CheckBox cbx_Font_B;
        private System.Windows.Forms.ComboBox cbB_Size;
        private System.Windows.Forms.ComboBox cbB_font;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.CheckBox cbx_Protect;
        private System.Windows.Forms.CheckBox cbx_Visible;
    }
}

⌨️ 快捷键说明

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