📄 hisformmodelmanageform.designer.cs
字号:
this.dw_form_view.ItemChanged += new Sybase.DataWindow.ItemChangedEventHandler(this.dw_form_view_ItemChanged);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.btn_AddItemF);
this.tabPage1.Controls.Add(this.dw_item_f);
this.tabPage1.Controls.Add(this.btn_NewItem);
this.tabPage1.Controls.Add(this.tv_form_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(405, 434);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "申请单项目";
this.tabPage1.UseVisualStyleBackColor = true;
//
// btn_NewItem
//
this.btn_NewItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btn_NewItem.Location = new System.Drawing.Point(7, 405);
this.btn_NewItem.Name = "btn_NewItem";
this.btn_NewItem.Size = new System.Drawing.Size(149, 23);
this.btn_NewItem.TabIndex = 1;
this.btn_NewItem.Text = "添加申请单项目";
this.btn_NewItem.UseVisualStyleBackColor = true;
this.btn_NewItem.Click += new System.EventHandler(this.btn_NewItem_Click);
//
// tv_form_item
//
this.tv_form_item.AllowDrop = true;
this.tv_form_item.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.tv_form_item.ImageIndex = 0;
this.tv_form_item.ImageList = this.imageList2;
this.tv_form_item.Location = new System.Drawing.Point(7, 7);
this.tv_form_item.Name = "tv_form_item";
this.tv_form_item.SelectedImageIndex = 0;
this.tv_form_item.Size = new System.Drawing.Size(392, 260);
this.tv_form_item.TabIndex = 0;
this.tv_form_item.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tv_form_item_NodeMouseDoubleClick);
this.tv_form_item.DragDrop += new System.Windows.Forms.DragEventHandler(this.tv_form_item_DragDrop);
this.tv_form_item.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tv_form_item_AfterSelect);
this.tv_form_item.DragEnter += new System.Windows.Forms.DragEventHandler(this.tv_form_item_DragEnter);
this.tv_form_item.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.tv_form_item_ItemDrag);
//
// imageList2
//
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
this.imageList2.Images.SetKeyName(0, "RightArrowHS.png");
this.imageList2.Images.SetKeyName(1, "CheckBoxHS.png");
this.imageList2.Images.SetKeyName(2, "FontHS.png");
this.imageList2.Images.SetKeyName(3, "AttachmentHS.png");
this.imageList2.Images.SetKeyName(4, "pageNumberHS.png");
//
// dw_item_f
//
this.dw_item_f.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dw_item_f.DataWindowObject = "";
this.dw_item_f.LibraryList = "";
this.dw_item_f.Location = new System.Drawing.Point(7, 274);
this.dw_item_f.Name = "dw_item_f";
this.dw_item_f.ScrollBars = Sybase.DataWindow.DataWindowScrollBars.Both;
this.dw_item_f.Size = new System.Drawing.Size(392, 125);
this.dw_item_f.TabIndex = 2;
this.dw_item_f.Text = "dataWindowControl1";
//
// btn_AddItemF
//
this.btn_AddItemF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btn_AddItemF.Enabled = false;
this.btn_AddItemF.Location = new System.Drawing.Point(163, 406);
this.btn_AddItemF.Name = "btn_AddItemF";
this.btn_AddItemF.Size = new System.Drawing.Size(128, 23);
this.btn_AddItemF.TabIndex = 3;
this.btn_AddItemF.Text = "添加费用";
this.btn_AddItemF.UseVisualStyleBackColor = true;
this.btn_AddItemF.Click += new System.EventHandler(this.btn_AddItemF_Click);
//
// dw_form_f
//
this.dw_form_f.AllowDrop = true;
this.dw_form_f.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dw_form_f.DataWindowObject = "";
this.dw_form_f.LibraryList = "";
this.dw_form_f.Location = new System.Drawing.Point(7, 259);
this.dw_form_f.Name = "dw_form_f";
this.dw_form_f.ScrollBars = Sybase.DataWindow.DataWindowScrollBars.Both;
this.dw_form_f.Size = new System.Drawing.Size(392, 140);
this.dw_form_f.TabIndex = 4;
this.dw_form_f.Text = "dataWindowControl1";
//
// btn_FormF
//
this.btn_FormF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btn_FormF.Location = new System.Drawing.Point(89, 405);
this.btn_FormF.Name = "btn_FormF";
this.btn_FormF.Size = new System.Drawing.Size(75, 23);
this.btn_FormF.TabIndex = 5;
this.btn_FormF.Text = "计算费用";
this.btn_FormF.UseVisualStyleBackColor = true;
this.btn_FormF.Click += new System.EventHandler(this.btn_FormF_Click);
//
// HisFormModelManageForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(740, 484);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.tv_form_list);
this.Name = "HisFormModelManageForm";
this.Text = "申请单模版管理";
this.Load += new System.EventHandler(this.FormModelManageForm_Load);
this.cMenu_form.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TreeView tv_form_list;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ContextMenuStrip cMenu_form;
private System.Windows.Forms.ToolStripMenuItem MenuItem_newForm;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TreeView tv_form_item;
private Sybase.DataWindow.DataWindowControl dw_form_view;
private System.Windows.Forms.ImageList imageList2;
private System.Windows.Forms.Button btn_NewItem;
private System.Windows.Forms.Button btn_Print;
private Sybase.DataWindow.DataWindowControl dw_item_f;
private System.Windows.Forms.Button btn_AddItemF;
private Sybase.DataWindow.DataWindowControl dw_form_f;
private System.Windows.Forms.Button btn_FormF;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -