Commit 28d87bb7 HZH

修改logo

1 个父辈 262f1cac
...@@ -48,6 +48,7 @@ namespace HZH_Controls.Forms ...@@ -48,6 +48,7 @@ namespace HZH_Controls.Forms
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAnchorTips));
this.SuspendLayout(); this.SuspendLayout();
// //
// FrmAnchorTips // FrmAnchorTips
...@@ -56,6 +57,7 @@ namespace HZH_Controls.Forms ...@@ -56,6 +57,7 @@ namespace HZH_Controls.Forms
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(226, 83); this.ClientSize = new System.Drawing.Size(226, 83);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmAnchorTips"; this.Name = "FrmAnchorTips";
this.ShowIcon = false; this.ShowIcon = false;
this.ShowInTaskbar = false; this.ShowInTaskbar = false;
......
...@@ -98,6 +98,7 @@ namespace HZH_Controls.Forms ...@@ -98,6 +98,7 @@ namespace HZH_Controls.Forms
this.btnBack1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.btnBack1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
this.btnBack1.Image = ((System.Drawing.Image)(resources.GetObject("btnBack1.Image"))); this.btnBack1.Image = ((System.Drawing.Image)(resources.GetObject("btnBack1.Image")));
this.btnBack1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnBack1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnBack1.ImageFontIcons = null;
this.btnBack1.IsRadius = true; this.btnBack1.IsRadius = true;
this.btnBack1.IsShowRect = true; this.btnBack1.IsShowRect = true;
this.btnBack1.IsShowTips = false; this.btnBack1.IsShowTips = false;
...@@ -110,6 +111,7 @@ namespace HZH_Controls.Forms ...@@ -110,6 +111,7 @@ namespace HZH_Controls.Forms
this.btnBack1.TabIndex = 0; this.btnBack1.TabIndex = 0;
this.btnBack1.TabStop = false; this.btnBack1.TabStop = false;
this.btnBack1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnBack1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnBack1.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
this.btnBack1.TipsText = ""; this.btnBack1.TipsText = "";
this.btnBack1.BtnClick += new System.EventHandler(this.btnBack1_btnClick); this.btnBack1.BtnClick += new System.EventHandler(this.btnBack1_btnClick);
// //
......
...@@ -124,6 +124,7 @@ namespace HZH_Controls.Forms ...@@ -124,6 +124,7 @@ namespace HZH_Controls.Forms
this.btnCancel.Size = new System.Drawing.Size(213, 64); this.btnCancel.Size = new System.Drawing.Size(213, 64);
this.btnCancel.TabIndex = 1; this.btnCancel.TabIndex = 1;
this.btnCancel.TabStop = false; this.btnCancel.TabStop = false;
this.btnCancel.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
this.btnCancel.TipsText = ""; this.btnCancel.TipsText = "";
this.btnCancel.BtnClick += new System.EventHandler(this.btnCancel_BtnClick); this.btnCancel.BtnClick += new System.EventHandler(this.btnCancel_BtnClick);
// //
...@@ -162,6 +163,7 @@ namespace HZH_Controls.Forms ...@@ -162,6 +163,7 @@ namespace HZH_Controls.Forms
this.btnOK.Size = new System.Drawing.Size(213, 64); this.btnOK.Size = new System.Drawing.Size(213, 64);
this.btnOK.TabIndex = 0; this.btnOK.TabIndex = 0;
this.btnOK.TabStop = false; this.btnOK.TabStop = false;
this.btnOK.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
this.btnOK.TipsText = ""; this.btnOK.TipsText = "";
this.btnOK.BtnClick += new System.EventHandler(this.btnOK_BtnClick); this.btnOK.BtnClick += new System.EventHandler(this.btnOK_BtnClick);
// //
......
...@@ -48,6 +48,7 @@ namespace HZH_Controls.Forms ...@@ -48,6 +48,7 @@ namespace HZH_Controls.Forms
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmInputs));
this.SuspendLayout(); this.SuspendLayout();
// //
// FrmInputs // FrmInputs
...@@ -55,6 +56,7 @@ namespace HZH_Controls.Forms ...@@ -55,6 +56,7 @@ namespace HZH_Controls.Forms
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(427, 310); this.ClientSize = new System.Drawing.Size(427, 310);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmInputs"; this.Name = "FrmInputs";
this.Text = "FrmInputs"; this.Text = "FrmInputs";
this.ResumeLayout(false); this.ResumeLayout(false);
......
...@@ -67,7 +67,7 @@ namespace HZH_Controls.Forms ...@@ -67,7 +67,7 @@ namespace HZH_Controls.Forms
this.btnOK.BtnText = "确定"; this.btnOK.BtnText = "确定";
this.btnOK.ConerRadius = 5; this.btnOK.ConerRadius = 5;
this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand; this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnOK.Dock = System.Windows.Forms.DockStyle.Fill; this.btnOK.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnOK.FillColor = System.Drawing.Color.White; this.btnOK.FillColor = System.Drawing.Color.White;
this.btnOK.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.btnOK.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.btnOK.IsRadius = false; this.btnOK.IsRadius = false;
...@@ -81,6 +81,7 @@ namespace HZH_Controls.Forms ...@@ -81,6 +81,7 @@ namespace HZH_Controls.Forms
this.btnOK.Size = new System.Drawing.Size(213, 62); this.btnOK.Size = new System.Drawing.Size(213, 62);
this.btnOK.TabIndex = 0; this.btnOK.TabIndex = 0;
this.btnOK.TabStop = false; this.btnOK.TabStop = false;
this.btnOK.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
this.btnOK.TipsText = ""; this.btnOK.TipsText = "";
this.btnOK.BtnClick += new System.EventHandler(this.btnOK_BtnClick); this.btnOK.BtnClick += new System.EventHandler(this.btnOK_BtnClick);
// //
...@@ -107,6 +108,7 @@ namespace HZH_Controls.Forms ...@@ -107,6 +108,7 @@ namespace HZH_Controls.Forms
this.btnCancel.Size = new System.Drawing.Size(213, 62); this.btnCancel.Size = new System.Drawing.Size(213, 62);
this.btnCancel.TabIndex = 1; this.btnCancel.TabIndex = 1;
this.btnCancel.TabStop = false; this.btnCancel.TabStop = false;
this.btnCancel.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
this.btnCancel.TipsText = ""; this.btnCancel.TipsText = "";
this.btnCancel.BtnClick += new System.EventHandler(this.btnCancel_BtnClick); this.btnCancel.BtnClick += new System.EventHandler(this.btnCancel_BtnClick);
// //
......
...@@ -141,6 +141,7 @@ namespace HZH_Controls.Forms ...@@ -141,6 +141,7 @@ namespace HZH_Controls.Forms
this.btnOK.Size = new System.Drawing.Size(100, 64); this.btnOK.Size = new System.Drawing.Size(100, 64);
this.btnOK.TabIndex = 0; this.btnOK.TabIndex = 0;
this.btnOK.TabStop = false; this.btnOK.TabStop = false;
this.btnOK.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
this.btnOK.TipsText = ""; this.btnOK.TipsText = "";
this.btnOK.BtnClick += new System.EventHandler(this.btnOK_BtnClick); this.btnOK.BtnClick += new System.EventHandler(this.btnOK_BtnClick);
// //
...@@ -167,6 +168,7 @@ namespace HZH_Controls.Forms ...@@ -167,6 +168,7 @@ namespace HZH_Controls.Forms
this.btnCancel.Size = new System.Drawing.Size(100, 64); this.btnCancel.Size = new System.Drawing.Size(100, 64);
this.btnCancel.TabIndex = 1; this.btnCancel.TabIndex = 1;
this.btnCancel.TabStop = false; this.btnCancel.TabStop = false;
this.btnCancel.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
this.btnCancel.TipsText = ""; this.btnCancel.TipsText = "";
this.btnCancel.BtnClick += new System.EventHandler(this.btnCancel_BtnClick); this.btnCancel.BtnClick += new System.EventHandler(this.btnCancel_BtnClick);
// //
......
...@@ -95,6 +95,7 @@ ...@@ -95,6 +95,7 @@
this.Controls.Add(this.panControl); this.Controls.Add(this.panControl);
this.Controls.Add(this.ucSplitLine_V1); this.Controls.Add(this.ucSplitLine_V1);
this.Controls.Add(this.tvMenu); this.Controls.Add(this.tvMenu);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsFullSize = true; this.IsFullSize = true;
this.IsShowCloseBtn = true; this.IsShowCloseBtn = true;
this.Name = "FrmMain"; this.Name = "FrmMain";
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOKCancel1Test));
this.SuspendLayout(); this.SuspendLayout();
// //
// panel3 // panel3
...@@ -39,6 +40,7 @@ ...@@ -39,6 +40,7 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(528, 445); this.ClientSize = new System.Drawing.Size(528, 445);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmOKCancel1Test"; this.Name = "FrmOKCancel1Test";
this.Text = "FrmOKCancelTest"; this.Text = "FrmOKCancelTest";
this.Title = "测试修改密码"; this.Title = "测试修改密码";
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOKCancel2Test));
this.SuspendLayout(); this.SuspendLayout();
// //
// FrmOKCancel2Test // FrmOKCancel2Test
...@@ -35,6 +36,7 @@ ...@@ -35,6 +36,7 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(427, 310); this.ClientSize = new System.Drawing.Size(427, 310);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmOKCancel2Test"; this.Name = "FrmOKCancel2Test";
this.Text = "FrmOKCancel2Test"; this.Text = "FrmOKCancel2Test";
this.Title = "资料修改"; this.Title = "资料修改";
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTestFrmBack));
this.SuspendLayout(); this.SuspendLayout();
// //
// FrmTestFrmBack // FrmTestFrmBack
...@@ -36,6 +37,7 @@ ...@@ -36,6 +37,7 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(679, 477); this.ClientSize = new System.Drawing.Size(679, 477);
this.FrmTitle = "有返回的窗体"; this.FrmTitle = "有返回的窗体";
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmTestFrmBack"; this.Name = "FrmTestFrmBack";
this.Text = "FrmTestFrmBack"; this.Text = "FrmTestFrmBack";
this.ResumeLayout(false); this.ResumeLayout(false);
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmWithTitleTest));
this.SuspendLayout(); this.SuspendLayout();
// //
// FrmWithTitleTest // FrmWithTitleTest
...@@ -35,6 +36,7 @@ ...@@ -35,6 +36,7 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(427, 310); this.ClientSize = new System.Drawing.Size(427, 310);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsShowCloseBtn = true; this.IsShowCloseBtn = true;
this.Name = "FrmWithTitleTest"; this.Name = "FrmWithTitleTest";
this.Text = "FrmWithTitleTest"; this.Text = "FrmWithTitleTest";
......
...@@ -31,6 +31,9 @@ ...@@ -31,6 +31,9 @@
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<ApplicationIcon>log.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
...@@ -405,6 +408,9 @@ ...@@ -405,6 +408,9 @@
<Name>HZH_Controls</Name> <Name>HZH_Controls</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="log.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
......
此文件类型无法预览
此文件类型无法预览
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!