Commit 28d87bb7 HZH

修改logo

1 个父辈 262f1cac
......@@ -48,6 +48,7 @@ namespace HZH_Controls.Forms
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAnchorTips));
this.SuspendLayout();
//
// FrmAnchorTips
......@@ -56,6 +57,7 @@ namespace HZH_Controls.Forms
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(226, 83);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmAnchorTips";
this.ShowIcon = false;
this.ShowInTaskbar = false;
......
......@@ -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.Image = ((System.Drawing.Image)(resources.GetObject("btnBack1.Image")));
this.btnBack1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnBack1.ImageFontIcons = null;
this.btnBack1.IsRadius = true;
this.btnBack1.IsShowRect = true;
this.btnBack1.IsShowTips = false;
......@@ -110,6 +111,7 @@ namespace HZH_Controls.Forms
this.btnBack1.TabIndex = 0;
this.btnBack1.TabStop = false;
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.BtnClick += new System.EventHandler(this.btnBack1_btnClick);
//
......
......@@ -124,6 +124,7 @@ namespace HZH_Controls.Forms
this.btnCancel.Size = new System.Drawing.Size(213, 64);
this.btnCancel.TabIndex = 1;
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.BtnClick += new System.EventHandler(this.btnCancel_BtnClick);
//
......@@ -162,6 +163,7 @@ namespace HZH_Controls.Forms
this.btnOK.Size = new System.Drawing.Size(213, 64);
this.btnOK.TabIndex = 0;
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.BtnClick += new System.EventHandler(this.btnOK_BtnClick);
//
......
......@@ -48,6 +48,7 @@ namespace HZH_Controls.Forms
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmInputs));
this.SuspendLayout();
//
// FrmInputs
......@@ -55,6 +56,7 @@ namespace HZH_Controls.Forms
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(427, 310);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmInputs";
this.Text = "FrmInputs";
this.ResumeLayout(false);
......
......@@ -81,6 +81,7 @@ namespace HZH_Controls.Forms
this.btnOK.Size = new System.Drawing.Size(213, 62);
this.btnOK.TabIndex = 0;
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.BtnClick += new System.EventHandler(this.btnOK_BtnClick);
//
......@@ -107,6 +108,7 @@ namespace HZH_Controls.Forms
this.btnCancel.Size = new System.Drawing.Size(213, 62);
this.btnCancel.TabIndex = 1;
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.BtnClick += new System.EventHandler(this.btnCancel_BtnClick);
//
......
......@@ -141,6 +141,7 @@ namespace HZH_Controls.Forms
this.btnOK.Size = new System.Drawing.Size(100, 64);
this.btnOK.TabIndex = 0;
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.BtnClick += new System.EventHandler(this.btnOK_BtnClick);
//
......@@ -167,6 +168,7 @@ namespace HZH_Controls.Forms
this.btnCancel.Size = new System.Drawing.Size(100, 64);
this.btnCancel.TabIndex = 1;
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.BtnClick += new System.EventHandler(this.btnCancel_BtnClick);
//
......
......@@ -95,6 +95,7 @@
this.Controls.Add(this.panControl);
this.Controls.Add(this.ucSplitLine_V1);
this.Controls.Add(this.tvMenu);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsFullSize = true;
this.IsShowCloseBtn = true;
this.Name = "FrmMain";
......
......@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOKCancel1Test));
this.SuspendLayout();
//
// panel3
......@@ -39,6 +40,7 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(528, 445);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmOKCancel1Test";
this.Text = "FrmOKCancelTest";
this.Title = "测试修改密码";
......
......@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOKCancel2Test));
this.SuspendLayout();
//
// FrmOKCancel2Test
......@@ -35,6 +36,7 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(427, 310);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmOKCancel2Test";
this.Text = "FrmOKCancel2Test";
this.Title = "资料修改";
......
......@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTestFrmBack));
this.SuspendLayout();
//
// FrmTestFrmBack
......@@ -36,6 +37,7 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(679, 477);
this.FrmTitle = "有返回的窗体";
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmTestFrmBack";
this.Text = "FrmTestFrmBack";
this.ResumeLayout(false);
......
......@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmWithTitleTest));
this.SuspendLayout();
//
// FrmWithTitleTest
......@@ -35,6 +36,7 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(427, 310);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsShowCloseBtn = true;
this.Name = "FrmWithTitleTest";
this.Text = "FrmWithTitleTest";
......
......@@ -31,6 +31,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>log.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
......@@ -405,6 +408,9 @@
<Name>HZH_Controls</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="log.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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.
......
此文件类型无法预览
此文件类型无法预览
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!