Procházet zdrojové kódy

更新版本信息

zhengbingbing %!s(int64=6) %!d(string=před) roky
rodič
revize
8d0b12f673

+ 14 - 20
Code/HySoft.Lecall.SeatFrame/AboutForm.Designer.cs

@@ -40,10 +40,9 @@
40 40
             // pictureBox1
41 41
             // 
42 42
             this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
43
-            this.pictureBox1.Location = new System.Drawing.Point(27, 48);
44
-            this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
43
+            this.pictureBox1.Location = new System.Drawing.Point(20, 38);
45 44
             this.pictureBox1.Name = "pictureBox1";
46
-            this.pictureBox1.Size = new System.Drawing.Size(89, 79);
45
+            this.pictureBox1.Size = new System.Drawing.Size(67, 63);
47 46
             this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
48 47
             this.pictureBox1.TabIndex = 0;
49 48
             this.pictureBox1.TabStop = false;
@@ -51,41 +50,37 @@
51 50
             // label1
52 51
             // 
53 52
             this.label1.AutoSize = true;
54
-            this.label1.Location = new System.Drawing.Point(151, 64);
55
-            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
53
+            this.label1.Location = new System.Drawing.Point(113, 51);
56 54
             this.label1.Name = "label1";
57
-            this.label1.Size = new System.Drawing.Size(127, 15);
55
+            this.label1.Size = new System.Drawing.Size(101, 12);
58 56
             this.label1.TabIndex = 1;
59 57
             this.label1.Text = "呼叫中心坐席框架";
60 58
             // 
61 59
             // label2
62 60
             // 
63 61
             this.label2.AutoSize = true;
64
-            this.label2.Location = new System.Drawing.Point(151, 111);
65
-            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
62
+            this.label2.Location = new System.Drawing.Point(113, 89);
66 63
             this.label2.Name = "label2";
67
-            this.label2.Size = new System.Drawing.Size(203, 15);
64
+            this.label2.Size = new System.Drawing.Size(155, 12);
68 65
             this.label2.TabIndex = 1;
69
-            this.label2.Text = "Copyright © 新天科技 2017";
66
+            this.label2.Text = "Copyright © 加一信息 2019";
70 67
             // 
71 68
             // label3
72 69
             // 
73 70
             this.label3.AutoSize = true;
74
-            this.label3.Location = new System.Drawing.Point(151, 89);
75
-            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
71
+            this.label3.Location = new System.Drawing.Point(113, 71);
76 72
             this.label3.Name = "label3";
77
-            this.label3.Size = new System.Drawing.Size(125, 15);
73
+            this.label3.Size = new System.Drawing.Size(59, 12);
78 74
             this.label3.TabIndex = 1;
79
-            this.label3.Text = "版本 V4.0.0.1.1";
75
+            this.label3.Text = "版本 V4.2";
80 76
             // 
81 77
             // btnOK
82 78
             // 
83 79
             this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
84
-            this.btnOK.Location = new System.Drawing.Point(369, 156);
85
-            this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
80
+            this.btnOK.Location = new System.Drawing.Point(277, 125);
86 81
             this.btnOK.Name = "btnOK";
87 82
             this.btnOK.RoundStyle = HySoft.HYSoftControl.HYButtonEx.RoundStyle.None;
88
-            this.btnOK.Size = new System.Drawing.Size(80, 29);
83
+            this.btnOK.Size = new System.Drawing.Size(60, 23);
89 84
             this.btnOK.TabIndex = 26;
90 85
             this.btnOK.Text = "确定";
91 86
             this.btnOK.UseVisualStyleBackColor = true;
@@ -94,17 +89,16 @@
94 89
             // AboutForm
95 90
             // 
96 91
             this.AcceptButton = this.btnOK;
97
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
92
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
98 93
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
99 94
             this.CancelButton = this.btnOK;
100
-            this.ClientSize = new System.Drawing.Size(480, 206);
95
+            this.ClientSize = new System.Drawing.Size(360, 165);
101 96
             this.Controls.Add(this.btnOK);
102 97
             this.Controls.Add(this.label2);
103 98
             this.Controls.Add(this.label3);
104 99
             this.Controls.Add(this.label1);
105 100
             this.Controls.Add(this.pictureBox1);
106 101
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
107
-            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
108 102
             this.MaximizeBox = false;
109 103
             this.MinimizeBox = false;
110 104
             this.Name = "AboutForm";

+ 4 - 0
Code/HySoft.Lecall.SeatFrame/AboutForm.cs

@@ -14,6 +14,10 @@ namespace HySoft.Lecall.SeatFrame
14 14
         public AboutForm()
15 15
         {
16 16
             InitializeComponent();
17
+            //由V4.1衍生而来,V4.1版本为标准版需要的坐席客户端
18
+            //此版本因Web框架不同而做的相关调整,
19
+            //V4.1 如:webBrowser_Site.Document.Window.Frames["iframeocx"]
20
+            //V4.2 如:webBrowser_Site.Document.Window.Frames["framehead"].Frames["iframeocx"]
17 21
         }
18 22
 
19 23
         private void btnOK_Click(object sender, EventArgs e)

+ 1 - 1
Code/HySoft.Lecall.SeatFrame/AboutForm.resx

@@ -121,7 +121,7 @@
121 121
   <data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
122 122
     <value>
123 123
         iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
124
-        wgAADsIBFShKgAAABjBJREFUaEPtmFuIlkUYx70Noi46QXjTRV3VVQXVRRcFHSgIQimwCCSttaKTu8qK
124
+        wAAADsABataJCQAABjBJREFUaEPtmFuIlkUYx70Noi46QXjTRV3VVQXVRRcFHSgIQimwCCSttaKTu8qK
125 125
         msdYTBQXozJMRQJryQrdkHYXN3NdWRc3bBOPoa0WuZaZii7bTvsb5/nm2fme97AqKeEDP2bed5535j8z
126 126
         zxy+b8z/1n44OOC6959xnXuHKqnOl01H65OWC0FWsfXs+d1t6T3rWnYNVdK8/H8FbaItyLSNnn69Y+iK
127 127
         Jki1DYd1nZeQbQrr2cBrCOWV/DCSz+xEW1efW/3d4GXno5azVc8I1ylag+xon2352xdeDI3Np9zcpn5X

+ 6 - 6
Code/HySoft.Lecall.SeatFrame/SeatFrame.designer.cs

@@ -943,7 +943,7 @@
943 943
             this.基础设置ToolStripMenuItem.Image = global::HySoft.Lecall.SeatFrame.Properties.Resources.cog;
944 944
             this.基础设置ToolStripMenuItem.Name = "基础设置ToolStripMenuItem";
945 945
             this.基础设置ToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2;
946
-            this.基础设置ToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
946
+            this.基础设置ToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
947 947
             this.基础设置ToolStripMenuItem.Text = "基础设置";
948 948
             this.基础设置ToolStripMenuItem.Click += new System.EventHandler(this.BaseConfigToolStripMenuItem_Click);
949 949
             // 
@@ -952,7 +952,7 @@
952 952
             this.日志管理ToolStripMenuItem.Image = global::HySoft.Lecall.SeatFrame.Properties.Resources.paste_plain;
953 953
             this.日志管理ToolStripMenuItem.Name = "日志管理ToolStripMenuItem";
954 954
             this.日志管理ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
955
-            this.日志管理ToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
955
+            this.日志管理ToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
956 956
             this.日志管理ToolStripMenuItem.Text = "系统调试";
957 957
             this.日志管理ToolStripMenuItem.Click += new System.EventHandler(this.DebugInfoToolStripMenuItem_Click);
958 958
             // 
@@ -961,19 +961,19 @@
961 961
             this.启动设置ToolStripMenuItem.Image = global::HySoft.Lecall.SeatFrame.Properties.Resources.about;
962 962
             this.启动设置ToolStripMenuItem.Name = "启动设置ToolStripMenuItem";
963 963
             this.启动设置ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
964
-            this.启动设置ToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
964
+            this.启动设置ToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
965 965
             this.启动设置ToolStripMenuItem.Text = "关于";
966 966
             this.启动设置ToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
967 967
             // 
968 968
             // toolStripSeparator1
969 969
             // 
970 970
             this.toolStripSeparator1.Name = "toolStripSeparator1";
971
-            this.toolStripSeparator1.Size = new System.Drawing.Size(170, 6);
971
+            this.toolStripSeparator1.Size = new System.Drawing.Size(166, 6);
972 972
             // 
973 973
             // 重置ToolStripMenuItem
974 974
             // 
975 975
             this.重置ToolStripMenuItem.Name = "重置ToolStripMenuItem";
976
-            this.重置ToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
976
+            this.重置ToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
977 977
             this.重置ToolStripMenuItem.Text = "重置";
978 978
             this.重置ToolStripMenuItem.Click += new System.EventHandler(this.重置ToolStripMenuItem_Click);
979 979
             // 
@@ -1001,7 +1001,7 @@
1001 1001
             this.MinimizeBoxSize = new System.Drawing.Size(32, 22);
1002 1002
             this.Name = "SeatFrame";
1003 1003
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
1004
-            this.Text = "呼叫中心智能客服系统V4.1";
1004
+            this.Text = "呼叫中心智能客服系统V4.2";
1005 1005
             this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
1006 1006
             this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SeatFrame_FormClosed);
1007 1007
             this.Load += new System.EventHandler(this.SeatFrame_Load);

+ 4 - 0
版本信息.txt

@@ -0,0 +1,4 @@
1
+//由V4.1衍生而来,V4.1版本为标准版需要的坐席客户端
2
+//此版本因Web框架不同而做的相关调整,
3
+//V4.1 如:webBrowser_Site.Document.Window.Frames["iframeocx"]
4
+//V4.2 如:webBrowser_Site.Document.Window.Frames["framehead"].Frames["iframeocx"]