单文件版本
This commit is contained in:
parent
6d5eb01d4a
commit
a93674be97
1550
AIMS.UI/AIMS.UI.csproj
Normal file
1550
AIMS.UI/AIMS.UI.csproj
Normal file
File diff suppressed because it is too large
Load Diff
@ -393,7 +393,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.ForeColor = System.Drawing.Color.Black;
|
this.tsbAdd.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 56);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -410,7 +410,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.ForeColor = System.Drawing.Color.Black;
|
this.tsbModify.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 56);
|
this.tsbModify.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -427,7 +427,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.ForeColor = System.Drawing.Color.Black;
|
this.tsbCancel.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 56);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -439,7 +439,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.ForeColor = System.Drawing.Color.Black;
|
this.tsbSava.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 56);
|
this.tsbSava.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -451,7 +451,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.ForeColor = System.Drawing.Color.Black;
|
this.tsbExit.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 56);
|
this.tsbExit.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -318,7 +318,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 51);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -334,7 +334,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 51);
|
this.tsbModify.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -350,7 +350,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 51);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -366,7 +366,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 51);
|
this.tsbSava.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -382,7 +382,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 51);
|
this.tsbExit.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -276,7 +276,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 56);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -292,7 +292,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 56);
|
this.tsbModify.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -308,7 +308,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 56);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -324,7 +324,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 56);
|
this.tsbSava.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -340,7 +340,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 56);
|
this.tsbExit.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -197,7 +197,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -324,7 +324,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -335,7 +335,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -351,7 +351,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -367,7 +367,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -267,7 +267,7 @@ namespace AIMS.PublicUI.UI
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 51);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -282,7 +282,7 @@ namespace AIMS.PublicUI.UI
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 51);
|
this.tsbModify.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -297,7 +297,7 @@ namespace AIMS.PublicUI.UI
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 51);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -312,7 +312,7 @@ namespace AIMS.PublicUI.UI
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 51);
|
this.tsbSava.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -327,7 +327,7 @@ namespace AIMS.PublicUI.UI
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 51);
|
this.tsbExit.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -95,7 +95,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -111,7 +111,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -127,7 +127,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -143,7 +143,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -159,7 +159,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -81,7 +81,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -97,7 +97,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -113,7 +113,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -129,7 +129,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -145,7 +145,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -134,7 +134,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -150,7 +150,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -166,7 +166,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -182,7 +182,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -198,7 +198,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -89,7 +89,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -105,7 +105,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -121,7 +121,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -137,7 +137,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -153,7 +153,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -112,7 +112,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -128,7 +128,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -144,7 +144,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -160,7 +160,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -176,7 +176,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -38,14 +38,14 @@ namespace AIMS.PublicUI.UI
|
|||||||
intMenuOrder.Text = "0";
|
intMenuOrder.Text = "0";
|
||||||
|
|
||||||
//资源图片映射
|
//资源图片映射
|
||||||
Properties.Resources res = new Properties.Resources();
|
AIMS.UI.Properties.Resources res = new AIMS.UI.Properties.Resources();
|
||||||
var info = res.GetType()
|
var info = res.GetType()
|
||||||
.GetProperties(BindingFlags.Static | BindingFlags.NonPublic | BindingFlags.Instance)
|
.GetProperties(BindingFlags.Static | BindingFlags.NonPublic | BindingFlags.Instance)
|
||||||
.Where(x => x.PropertyType.Name == "Bitmap" && x.Name.StartsWith("M_"));
|
.Where(x => x.PropertyType.Name == "Bitmap" && x.Name.StartsWith("M_"));
|
||||||
foreach (var item in info)
|
foreach (var item in info)
|
||||||
{
|
{
|
||||||
Image img = null;
|
Image img = null;
|
||||||
img = Properties.Resources.ResourceManager.GetObject(item.Name) as Image;
|
img = AIMS.UI.Properties.Resources.ResourceManager.GetObject(item.Name) as Image;
|
||||||
if (img == null)
|
if (img == null)
|
||||||
continue;
|
continue;
|
||||||
ButtonItem bti = new ButtonItem()
|
ButtonItem bti = new ButtonItem()
|
||||||
@ -82,7 +82,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -98,7 +98,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -114,7 +114,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -130,7 +130,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -146,7 +146,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -84,7 +84,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -100,7 +100,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -116,7 +116,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -132,7 +132,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -148,7 +148,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -84,7 +84,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -100,7 +100,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -116,7 +116,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -132,7 +132,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -148,7 +148,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -111,7 +111,7 @@
|
|||||||
//
|
//
|
||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新增;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新增;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(41, 54);
|
this.tsbAdd.Size = new System.Drawing.Size(41, 54);
|
||||||
@ -127,7 +127,7 @@
|
|||||||
//
|
//
|
||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(41, 54);
|
this.tsbModify.Size = new System.Drawing.Size(41, 54);
|
||||||
@ -142,7 +142,7 @@
|
|||||||
//
|
//
|
||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(41, 54);
|
this.tsbCancel.Size = new System.Drawing.Size(41, 54);
|
||||||
@ -157,7 +157,7 @@
|
|||||||
//
|
//
|
||||||
// tsbSave
|
// tsbSave
|
||||||
//
|
//
|
||||||
this.tsbSave.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSave.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSave.Name = "tsbSave";
|
this.tsbSave.Name = "tsbSave";
|
||||||
this.tsbSave.Size = new System.Drawing.Size(41, 54);
|
this.tsbSave.Size = new System.Drawing.Size(41, 54);
|
||||||
@ -172,7 +172,7 @@
|
|||||||
//
|
//
|
||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(41, 54);
|
this.tsbExit.Size = new System.Drawing.Size(41, 54);
|
||||||
@ -80,7 +80,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.ForeColor = System.Drawing.Color.Black;
|
this.tsbAdd.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -97,7 +97,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.ForeColor = System.Drawing.Color.Black;
|
this.tsbModify.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -114,7 +114,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.ForeColor = System.Drawing.Color.Black;
|
this.tsbCancel.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -131,7 +131,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.ForeColor = System.Drawing.Color.Black;
|
this.tsbSava.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -148,7 +148,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.ForeColor = System.Drawing.Color.Black;
|
this.tsbExit.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -81,7 +81,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -97,7 +97,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -113,7 +113,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -129,7 +129,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -145,7 +145,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -676,7 +676,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -697,7 +697,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -728,7 +728,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -744,7 +744,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -760,7 +760,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -82,7 +82,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -98,7 +98,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -114,7 +114,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -130,7 +130,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -146,7 +146,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -80,7 +80,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -96,7 +96,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -112,7 +112,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -128,7 +128,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -144,7 +144,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -77,7 +77,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_手术申请;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_手术申请;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -93,7 +93,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_申请修改;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_申请修改;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -109,7 +109,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -125,7 +125,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -141,7 +141,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -201,7 +201,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -222,7 +222,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_手术申请;
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_手术申请;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -233,7 +233,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.Properties.Resources.图标_申请修改;
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_申请修改;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -269,7 +269,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -285,7 +285,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user