WIP: hzzzzzzz....
This commit is contained in:
10
McBitFont/Form1.Designer.cs
generated
10
McBitFont/Form1.Designer.cs
generated
@@ -348,12 +348,15 @@
|
|||||||
// btnExport
|
// btnExport
|
||||||
//
|
//
|
||||||
btnExport.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
btnExport.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
||||||
|
btnExport.Image = Properties.Resources.z_export;
|
||||||
btnExport.Location = new System.Drawing.Point(812, 126);
|
btnExport.Location = new System.Drawing.Point(812, 126);
|
||||||
btnExport.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
btnExport.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||||||
btnExport.Name = "btnExport";
|
btnExport.Name = "btnExport";
|
||||||
btnExport.Size = new System.Drawing.Size(88, 27);
|
btnExport.Size = new System.Drawing.Size(88, 27);
|
||||||
btnExport.TabIndex = 10;
|
btnExport.TabIndex = 10;
|
||||||
btnExport.Text = "Export";
|
btnExport.Text = " Export";
|
||||||
|
btnExport.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||||
|
btnExport.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||||||
toolTip1.SetToolTip(btnExport, "Configure and export data");
|
toolTip1.SetToolTip(btnExport, "Configure and export data");
|
||||||
btnExport.UseVisualStyleBackColor = true;
|
btnExport.UseVisualStyleBackColor = true;
|
||||||
btnExport.Click += button1_Click;
|
btnExport.Click += button1_Click;
|
||||||
@@ -463,12 +466,15 @@
|
|||||||
// btnApply
|
// btnApply
|
||||||
//
|
//
|
||||||
btnApply.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
btnApply.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
||||||
|
btnApply.Image = Properties.Resources.z_tick;
|
||||||
btnApply.Location = new System.Drawing.Point(718, 126);
|
btnApply.Location = new System.Drawing.Point(718, 126);
|
||||||
btnApply.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
btnApply.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||||||
btnApply.Name = "btnApply";
|
btnApply.Name = "btnApply";
|
||||||
btnApply.Size = new System.Drawing.Size(88, 27);
|
btnApply.Size = new System.Drawing.Size(88, 27);
|
||||||
btnApply.TabIndex = 13;
|
btnApply.TabIndex = 13;
|
||||||
btnApply.Text = "Apply";
|
btnApply.Text = " Apply";
|
||||||
|
btnApply.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||||
|
btnApply.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||||||
toolTip1.SetToolTip(btnApply, "Apply changes made to the symbol");
|
toolTip1.SetToolTip(btnApply, "Apply changes made to the symbol");
|
||||||
btnApply.UseVisualStyleBackColor = true;
|
btnApply.UseVisualStyleBackColor = true;
|
||||||
btnApply.Click += button2_Click;
|
btnApply.Click += button2_Click;
|
||||||
|
Reference in New Issue
Block a user