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

📄 hisformmodelmanageform.designer.cs

📁 .net 开发的基础框架
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace HPIResource.HisForm
{
    partial class HisFormModelManageForm
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HisFormModelManageForm));
            this.tv_form_list = new System.Windows.Forms.TreeView();
            this.cMenu_form = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.MenuItem_newForm = new System.Windows.Forms.ToolStripMenuItem();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.btn_Print = new System.Windows.Forms.Button();
            this.dw_form_view = new Sybase.DataWindow.DataWindowControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.btn_NewItem = new System.Windows.Forms.Button();
            this.tv_form_item = new System.Windows.Forms.TreeView();
            this.imageList2 = new System.Windows.Forms.ImageList(this.components);
            this.dw_item_f = new Sybase.DataWindow.DataWindowControl();
            this.btn_AddItemF = new System.Windows.Forms.Button();
            this.dw_form_f = new Sybase.DataWindow.DataWindowControl();
            this.btn_FormF = new System.Windows.Forms.Button();
            this.cMenu_form.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tv_form_list
            // 
            this.tv_form_list.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.tv_form_list.ContextMenuStrip = this.cMenu_form;
            this.tv_form_list.ImageIndex = 0;
            this.tv_form_list.ImageList = this.imageList1;
            this.tv_form_list.Location = new System.Drawing.Point(12, 12);
            this.tv_form_list.Name = "tv_form_list";
            this.tv_form_list.SelectedImageIndex = 0;
            this.tv_form_list.Size = new System.Drawing.Size(296, 460);
            this.tv_form_list.TabIndex = 0;
            this.tv_form_list.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tv_form_list_AfterSelect);
            // 
            // cMenu_form
            // 
            this.cMenu_form.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuItem_newForm});
            this.cMenu_form.Name = "cMenu_form";
            this.cMenu_form.Size = new System.Drawing.Size(135, 26);
            // 
            // MenuItem_newForm
            // 
            this.MenuItem_newForm.Name = "MenuItem_newForm";
            this.MenuItem_newForm.Size = new System.Drawing.Size(134, 22);
            this.MenuItem_newForm.Text = "创建新模版";
            this.MenuItem_newForm.Click += new System.EventHandler(this.MenuItem_newForm_Click);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "PlayHS.png");
            this.imageList1.Images.SetKeyName(1, "search.ico");
            this.imageList1.Images.SetKeyName(2, "Folder.ico");
            this.imageList1.Images.SetKeyName(3, "textdoc.ico");
            this.imageList1.Images.SetKeyName(4, "Code_CodeFile.ico");
            this.imageList1.Images.SetKeyName(5, "otheroptions.ico");
            // 
            // tabControl1
            // 
            this.tabControl1.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.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Location = new System.Drawing.Point(315, 13);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(413, 459);
            this.tabControl1.TabIndex = 2;
            this.tabControl1.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected);
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.btn_FormF);
            this.tabPage2.Controls.Add(this.dw_form_f);
            this.tabPage2.Controls.Add(this.btn_Print);
            this.tabPage2.Controls.Add(this.dw_form_view);
            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(405, 434);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "预览";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // btn_Print
            // 
            this.btn_Print.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btn_Print.Location = new System.Drawing.Point(7, 405);
            this.btn_Print.Name = "btn_Print";
            this.btn_Print.Size = new System.Drawing.Size(75, 23);
            this.btn_Print.TabIndex = 3;
            this.btn_Print.Text = "打印";
            this.btn_Print.UseVisualStyleBackColor = true;
            this.btn_Print.Click += new System.EventHandler(this.btn_Print_Click);
            // 
            // dw_form_view
            // 
            this.dw_form_view.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_form_view.DataWindowObject = "";
            this.dw_form_view.LibraryList = "";
            this.dw_form_view.Location = new System.Drawing.Point(7, 7);
            this.dw_form_view.Name = "dw_form_view";
            this.dw_form_view.ScrollBars = Sybase.DataWindow.DataWindowScrollBars.Both;
            this.dw_form_view.Size = new System.Drawing.Size(392, 245);
            this.dw_form_view.TabIndex = 2;
            this.dw_form_view.Text = "dataWindowControl1";

⌨️ 快捷键说明

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