210 lines
11 KiB
C#
210 lines
11 KiB
C#
namespace InvoicingTool
|
|
{
|
|
partial class MenuMain
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MenuMain));
|
|
this.btnInvoicing = new System.Windows.Forms.Button();
|
|
this.btnCheckCommodity = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.btnPurchase = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.cbSetupType = new System.Windows.Forms.CheckBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnInvoicing
|
|
//
|
|
this.btnInvoicing.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btnInvoicing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(97)))), ((int)(((byte)(69)))));
|
|
this.btnInvoicing.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnInvoicing.BackgroundImage")));
|
|
this.btnInvoicing.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnInvoicing.FlatAppearance.BorderSize = 0;
|
|
this.btnInvoicing.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnInvoicing.Font = new System.Drawing.Font("宋体", 18F);
|
|
this.btnInvoicing.ForeColor = System.Drawing.Color.White;
|
|
this.btnInvoicing.Location = new System.Drawing.Point(169, 9);
|
|
this.btnInvoicing.Name = "btnInvoicing";
|
|
this.btnInvoicing.Size = new System.Drawing.Size(115, 43);
|
|
this.btnInvoicing.TabIndex = 0;
|
|
this.btnInvoicing.TabStop = false;
|
|
this.btnInvoicing.Text = "入库[F2]";
|
|
this.btnInvoicing.UseVisualStyleBackColor = false;
|
|
this.btnInvoicing.Click += new System.EventHandler(this.btnInvoicing_Click);
|
|
//
|
|
// btnCheckCommodity
|
|
//
|
|
this.btnCheckCommodity.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btnCheckCommodity.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(169)))), ((int)(((byte)(67)))));
|
|
this.btnCheckCommodity.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCheckCommodity.BackgroundImage")));
|
|
this.btnCheckCommodity.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnCheckCommodity.FlatAppearance.BorderSize = 0;
|
|
this.btnCheckCommodity.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnCheckCommodity.Font = new System.Drawing.Font("宋体", 18F);
|
|
this.btnCheckCommodity.ForeColor = System.Drawing.Color.White;
|
|
this.btnCheckCommodity.Location = new System.Drawing.Point(320, 9);
|
|
this.btnCheckCommodity.Name = "btnCheckCommodity";
|
|
this.btnCheckCommodity.Size = new System.Drawing.Size(117, 43);
|
|
this.btnCheckCommodity.TabIndex = 1;
|
|
this.btnCheckCommodity.TabStop = false;
|
|
this.btnCheckCommodity.Text = "盘点[F3]";
|
|
this.btnCheckCommodity.UseVisualStyleBackColor = false;
|
|
this.btnCheckCommodity.Click += new System.EventHandler(this.btnCheckCommodity_Click);
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33332F));
|
|
this.tableLayoutPanel1.Controls.Add(this.btnPurchase, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnCheckCommodity, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnInvoicing, 1, 0);
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(57, 223);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(455, 62);
|
|
this.tableLayoutPanel1.TabIndex = 2;
|
|
//
|
|
// btnPurchase
|
|
//
|
|
this.btnPurchase.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btnPurchase.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
|
|
this.btnPurchase.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPurchase.BackgroundImage")));
|
|
this.btnPurchase.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnPurchase.FlatAppearance.BorderSize = 0;
|
|
this.btnPurchase.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnPurchase.Font = new System.Drawing.Font("宋体", 18F);
|
|
this.btnPurchase.ForeColor = System.Drawing.Color.White;
|
|
this.btnPurchase.Location = new System.Drawing.Point(17, 9);
|
|
this.btnPurchase.Name = "btnPurchase";
|
|
this.btnPurchase.Size = new System.Drawing.Size(117, 43);
|
|
this.btnPurchase.TabIndex = 2;
|
|
this.btnPurchase.TabStop = false;
|
|
this.btnPurchase.Text = "报货[F1]";
|
|
this.btnPurchase.UseVisualStyleBackColor = false;
|
|
this.btnPurchase.Click += new System.EventHandler(this.btnPurchase_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Location = new System.Drawing.Point(55, 304);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(438, 24);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnClose.BackgroundImage = global::InvoicingTool.Properties.Resources.Close;
|
|
this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.btnClose.FlatAppearance.BorderSize = 0;
|
|
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnClose.Location = new System.Drawing.Point(529, 4);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(19, 19);
|
|
this.btnClose.TabIndex = 4;
|
|
this.btnClose.TabStop = false;
|
|
this.btnClose.UseVisualStyleBackColor = false;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// cbSetupType
|
|
//
|
|
this.cbSetupType.AutoSize = true;
|
|
this.cbSetupType.BackColor = System.Drawing.Color.Transparent;
|
|
this.cbSetupType.Location = new System.Drawing.Point(499, 304);
|
|
this.cbSetupType.Name = "cbSetupType";
|
|
this.cbSetupType.Size = new System.Drawing.Size(48, 16);
|
|
this.cbSetupType.TabIndex = 5;
|
|
this.cbSetupType.Text = "在线";
|
|
this.cbSetupType.UseVisualStyleBackColor = false;
|
|
this.cbSetupType.CheckedChanged += new System.EventHandler(this.cbSetupType_CheckedChanged);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.Transparent;
|
|
this.button1.BackgroundImage = global::InvoicingTool.Properties.Resources.set;
|
|
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.button1.FlatAppearance.BorderSize = 0;
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button1.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.button1.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.button1.Location = new System.Drawing.Point(502, 2);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(23, 23);
|
|
this.button1.TabIndex = 6;
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
//
|
|
// MenuMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImage = global::InvoicingTool.Properties.Resources.进销存;
|
|
this.ClientSize = new System.Drawing.Size(551, 337);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.cbSetupType);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.KeyPreview = true;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "MenuMain";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "进销存辅助工具V2.0";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.MenuMain_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MenuMain_KeyDown);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnInvoicing;
|
|
private System.Windows.Forms.Button btnCheckCommodity;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Button btnPurchase;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.CheckBox cbSetupType;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |