namespace BiskLog_Point_Of_Sale.Products_Module { partial class GenerateCode { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GenerateCode)); this.panel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.exitBTN = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.fundamental = new System.Windows.Forms.ComboBox(); this.printBarcode = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.panel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.panel1.Controls.Add(this.exitBTN); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(420, 36); this.panel1.TabIndex = 3; // // exitBTN // this.exitBTN.BackColor = System.Drawing.Color.Transparent; this.exitBTN.Cursor = System.Windows.Forms.Cursors.Hand; this.exitBTN.Dock = System.Windows.Forms.DockStyle.Right; this.exitBTN.Font = new System.Drawing.Font("Segoe UI", 13F); this.exitBTN.ForeColor = System.Drawing.Color.White; this.exitBTN.Location = new System.Drawing.Point(381, 0); this.exitBTN.Name = "exitBTN"; this.exitBTN.Size = new System.Drawing.Size(39, 36); this.exitBTN.TabIndex = 1; this.exitBTN.Text = "x"; this.exitBTN.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.exitBTN.Click += new System.EventHandler(this.exitBTN_Click); // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(420, 36); this.label1.TabIndex = 0; this.label1.Text = "Product Module"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Segoe UI", 10F); this.label2.Location = new System.Drawing.Point(18, 82); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(74, 19); this.label2.TabIndex = 4; this.label2.Text = "Select Unit"; // // fundamental // this.fundamental.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.fundamental.Font = new System.Drawing.Font("Segoe UI", 12F); this.fundamental.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.fundamental.FormattingEnabled = true; this.fundamental.Location = new System.Drawing.Point(141, 76); this.fundamental.Name = "fundamental"; this.fundamental.Size = new System.Drawing.Size(208, 29); this.fundamental.TabIndex = 5; // // printBarcode // this.printBarcode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.printBarcode.Angle = 105F; this.printBarcode.BorderRadius = 20; this.printBarcode.ButtonImage = null; this.printBarcode.ButtonText = "Generate Barcode"; this.printBarcode.ColorBottom = System.Drawing.Color.DodgerBlue; this.printBarcode.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.printBarcode.Cursor = System.Windows.Forms.Cursors.Hand; this.printBarcode.Font = new System.Drawing.Font("Segoe UI", 12.5F); this.printBarcode.ForeColor = System.Drawing.Color.White; this.printBarcode.ForeColor1 = System.Drawing.Color.White; this.printBarcode.Location = new System.Drawing.Point(117, 131); this.printBarcode.Name = "printBarcode"; this.printBarcode.Size = new System.Drawing.Size(197, 37); this.printBarcode.TabIndex = 6; this.printBarcode.Click += new System.EventHandler(this.printBarcode_Click); // // GenerateCode // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(420, 184); this.ControlBox = false; this.Controls.Add(this.printBarcode); this.Controls.Add(this.fundamental); this.Controls.Add(this.label2); this.Controls.Add(this.panel1); this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "GenerateCode"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Classes.gradientPanel panel1; private System.Windows.Forms.Label exitBTN; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox fundamental; private Classes.MagicButton printBarcode; } }