namespace WindowsFormsApp1 { partial class WeighingForm { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WeighingForm)); this.lbl_weight = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.txt_weight = new System.Windows.Forms.TextBox(); this.cb_transporter = new System.Windows.Forms.ComboBox(); this.lbl_trnsporter = new System.Windows.Forms.Label(); this.chk_box = new System.Windows.Forms.CheckBox(); this.lbl_vehicle_no = new System.Windows.Forms.Label(); this.txt_vehicle_no = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cb_comment = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.textBox9 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.txt_2nd_time = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.txt_2nd_date = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.txt_2nd_weight = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.txt_1st_time = new System.Windows.Forms.TextBox(); this.txt_1st_date = new System.Windows.Forms.TextBox(); this.txt_1st_weight = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.cb_item = new System.Windows.Forms.ComboBox(); this.lbl_product_name = new System.Windows.Forms.Label(); this.lbl_party_name = new System.Windows.Forms.Label(); this.cb_location = new System.Windows.Forms.ComboBox(); this.lbl_container = new System.Windows.Forms.Label(); this.lbl_fmsno = new System.Windows.Forms.Label(); this.txt_container_no = new System.Windows.Forms.TextBox(); this.txt_fms_no = new System.Windows.Forms.TextBox(); this.lbl_date_time = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.btn_save = new System.Windows.Forms.Button(); this.btn_print = new System.Windows.Forms.Button(); this.pb1 = new System.Windows.Forms.PictureBox(); this.pb2 = new System.Windows.Forms.PictureBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.directoryEntry1 = new System.DirectoryServices.DirectoryEntry(); this.pb_get = new System.Windows.Forms.PictureBox(); this.lbl_status = new System.Windows.Forms.Label(); this.cb_1st_weight = new System.Windows.Forms.CheckBox(); this.cb_2nd_weight = new System.Windows.Forms.CheckBox(); this.btn_clear = new System.Windows.Forms.Button(); this.menuStrip = new System.Windows.Forms.MenuStrip(); this.scanTrollyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.weightScaleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.txt_scan = new System.Windows.Forms.TextBox(); this.lbl_scan = new System.Windows.Forms.Label(); this.txt_dc = new System.Windows.Forms.TextBox(); this.lbl_dc = new System.Windows.Forms.Label(); this.txt_site = new System.Windows.Forms.Label(); this.cb_trolley = new System.Windows.Forms.ComboBox(); this.lbl_trolly = new System.Windows.Forms.Label(); this.lbl_com = new System.Windows.Forms.Label(); this.panel2.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pb1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pb2)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pb_get)).BeginInit(); this.menuStrip.SuspendLayout(); this.SuspendLayout(); // // lbl_weight // this.lbl_weight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lbl_weight.AutoSize = true; this.lbl_weight.BackColor = System.Drawing.Color.Transparent; this.lbl_weight.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lbl_weight.Cursor = System.Windows.Forms.Cursors.Arrow; this.lbl_weight.Font = new System.Drawing.Font("NSimSun", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_weight.ForeColor = System.Drawing.Color.Black; this.lbl_weight.Location = new System.Drawing.Point(13, 32); this.lbl_weight.Name = "lbl_weight"; this.lbl_weight.Size = new System.Drawing.Size(2, 29); this.lbl_weight.TabIndex = 0; // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.HighlightText; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel2.Controls.Add(this.cb_transporter); this.panel2.Controls.Add(this.lbl_trnsporter); this.panel2.Controls.Add(this.chk_box); this.panel2.Controls.Add(this.lbl_vehicle_no); this.panel2.Controls.Add(this.txt_vehicle_no); this.panel2.Controls.Add(this.groupBox1); this.panel2.Controls.Add(this.cb_item); this.panel2.Controls.Add(this.lbl_product_name); this.panel2.Controls.Add(this.lbl_party_name); this.panel2.Controls.Add(this.cb_location); this.panel2.Controls.Add(this.lbl_container); this.panel2.Controls.Add(this.lbl_fmsno); this.panel2.Controls.Add(this.txt_container_no); this.panel2.Controls.Add(this.txt_fms_no); this.panel2.Location = new System.Drawing.Point(12, 143); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(703, 295); this.panel2.TabIndex = 5; this.panel2.Visible = false; // // txt_weight // this.txt_weight.Enabled = false; this.txt_weight.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_weight.Location = new System.Drawing.Point(278, 38); this.txt_weight.Name = "txt_weight"; this.txt_weight.Size = new System.Drawing.Size(82, 29); this.txt_weight.TabIndex = 31; // // cb_transporter // this.cb_transporter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cb_transporter.BackColor = System.Drawing.SystemColors.ButtonFace; this.cb_transporter.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cb_transporter.ForeColor = System.Drawing.Color.SteelBlue; this.cb_transporter.FormattingEnabled = true; this.cb_transporter.Location = new System.Drawing.Point(274, 102); this.cb_transporter.Name = "cb_transporter"; this.cb_transporter.Size = new System.Drawing.Size(290, 24); this.cb_transporter.TabIndex = 19; this.cb_transporter.Leave += new System.EventHandler(this.cb_transporter_Leave); // // lbl_trnsporter // this.lbl_trnsporter.AutoSize = true; this.lbl_trnsporter.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.lbl_trnsporter.Location = new System.Drawing.Point(53, 106); this.lbl_trnsporter.Name = "lbl_trnsporter"; this.lbl_trnsporter.Size = new System.Drawing.Size(107, 20); this.lbl_trnsporter.TabIndex = 18; this.lbl_trnsporter.Text = "Transporter."; // // chk_box // this.chk_box.AutoSize = true; this.chk_box.BackColor = System.Drawing.SystemColors.ControlLight; this.chk_box.Checked = true; this.chk_box.CheckState = System.Windows.Forms.CheckState.Checked; this.chk_box.Location = new System.Drawing.Point(3, 3); this.chk_box.Name = "chk_box"; this.chk_box.Size = new System.Drawing.Size(48, 17); this.chk_box.TabIndex = 17; this.chk_box.Text = "FMS"; this.chk_box.UseVisualStyleBackColor = false; this.chk_box.CheckedChanged += new System.EventHandler(this.chk_box_CheckedChanged); // // lbl_vehicle_no // this.lbl_vehicle_no.AutoSize = true; this.lbl_vehicle_no.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_vehicle_no.Location = new System.Drawing.Point(298, 3); this.lbl_vehicle_no.Name = "lbl_vehicle_no"; this.lbl_vehicle_no.Size = new System.Drawing.Size(88, 16); this.lbl_vehicle_no.TabIndex = 16; this.lbl_vehicle_no.Text = "Vehicle No."; // // txt_vehicle_no // this.txt_vehicle_no.BackColor = System.Drawing.Color.LightGray; this.txt_vehicle_no.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_vehicle_no.Enabled = false; this.txt_vehicle_no.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold); this.txt_vehicle_no.ForeColor = System.Drawing.Color.SteelBlue; this.txt_vehicle_no.Location = new System.Drawing.Point(274, 20); this.txt_vehicle_no.Name = "txt_vehicle_no"; this.txt_vehicle_no.Size = new System.Drawing.Size(141, 22); this.txt_vehicle_no.TabIndex = 15; this.txt_vehicle_no.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_vehicle_no_KeyPress); // // groupBox1 // this.groupBox1.Controls.Add(this.cb_comment); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.textBox9); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.txt_2nd_time); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.txt_2nd_date); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.txt_2nd_weight); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.txt_1st_time); this.groupBox1.Controls.Add(this.txt_1st_date); this.groupBox1.Controls.Add(this.txt_1st_weight); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.ForeColor = System.Drawing.Color.SteelBlue; this.groupBox1.Location = new System.Drawing.Point(3, 130); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(697, 158); this.groupBox1.TabIndex = 14; this.groupBox1.TabStop = false; this.groupBox1.Text = "Weight Informaiton"; // // cb_comment // this.cb_comment.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cb_comment.BackColor = System.Drawing.SystemColors.ButtonFace; this.cb_comment.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cb_comment.ForeColor = System.Drawing.Color.SteelBlue; this.cb_comment.FormattingEnabled = true; this.cb_comment.Items.AddRange(new object[] { "WITH DRIVER", "WITHOUT DRIVER"}); this.cb_comment.Location = new System.Drawing.Point(496, 119); this.cb_comment.Name = "cb_comment"; this.cb_comment.Size = new System.Drawing.Size(185, 21); this.cb_comment.TabIndex = 15; this.cb_comment.Visible = false; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.label13.ForeColor = System.Drawing.Color.Black; this.label13.Location = new System.Drawing.Point(405, 120); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(85, 20); this.label13.TabIndex = 26; this.label13.Text = "Comment"; this.label13.Visible = false; // // textBox9 // this.textBox9.BackColor = System.Drawing.SystemColors.ButtonFace; this.textBox9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox9.ForeColor = System.Drawing.Color.SteelBlue; this.textBox9.Location = new System.Drawing.Point(165, 84); this.textBox9.Name = "textBox9"; this.textBox9.Size = new System.Drawing.Size(147, 22); this.textBox9.TabIndex = 25; this.textBox9.Visible = false; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.label12.ForeColor = System.Drawing.Color.Black; this.label12.Location = new System.Drawing.Point(52, 84); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(98, 20); this.label12.TabIndex = 24; this.label12.Text = "Net Weight"; this.label12.Visible = false; // // txt_2nd_time // this.txt_2nd_time.BackColor = System.Drawing.SystemColors.ButtonFace; this.txt_2nd_time.Enabled = false; this.txt_2nd_time.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_2nd_time.ForeColor = System.Drawing.Color.SteelBlue; this.txt_2nd_time.Location = new System.Drawing.Point(567, 62); this.txt_2nd_time.Name = "txt_2nd_time"; this.txt_2nd_time.Size = new System.Drawing.Size(110, 22); this.txt_2nd_time.TabIndex = 23; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.label11.ForeColor = System.Drawing.Color.Black; this.label11.Location = new System.Drawing.Point(488, 62); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(82, 20); this.label11.TabIndex = 22; this.label11.Text = "2nd Time"; // // txt_2nd_date // this.txt_2nd_date.BackColor = System.Drawing.SystemColors.ButtonFace; this.txt_2nd_date.Enabled = false; this.txt_2nd_date.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_2nd_date.ForeColor = System.Drawing.Color.SteelBlue; this.txt_2nd_date.Location = new System.Drawing.Point(400, 62); this.txt_2nd_date.Name = "txt_2nd_date"; this.txt_2nd_date.Size = new System.Drawing.Size(88, 22); this.txt_2nd_date.TabIndex = 21; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.label10.ForeColor = System.Drawing.Color.Black; this.label10.Location = new System.Drawing.Point(315, 62); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(83, 20); this.label10.TabIndex = 20; this.label10.Text = "2nd Date"; // // txt_2nd_weight // this.txt_2nd_weight.BackColor = System.Drawing.SystemColors.ButtonFace; this.txt_2nd_weight.Enabled = false; this.txt_2nd_weight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_2nd_weight.ForeColor = System.Drawing.Color.SteelBlue; this.txt_2nd_weight.Location = new System.Drawing.Point(165, 59); this.txt_2nd_weight.Name = "txt_2nd_weight"; this.txt_2nd_weight.Size = new System.Drawing.Size(147, 22); this.txt_2nd_weight.TabIndex = 19; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.label9.ForeColor = System.Drawing.Color.Black; this.label9.Location = new System.Drawing.Point(52, 63); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(100, 20); this.label9.TabIndex = 18; this.label9.Text = "2nd Weight"; // // txt_1st_time // this.txt_1st_time.BackColor = System.Drawing.SystemColors.ButtonFace; this.txt_1st_time.Enabled = false; this.txt_1st_time.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_1st_time.ForeColor = System.Drawing.Color.SteelBlue; this.txt_1st_time.Location = new System.Drawing.Point(567, 37); this.txt_1st_time.Name = "txt_1st_time"; this.txt_1st_time.Size = new System.Drawing.Size(110, 22); this.txt_1st_time.TabIndex = 17; // // txt_1st_date // this.txt_1st_date.BackColor = System.Drawing.SystemColors.ButtonFace; this.txt_1st_date.Enabled = false; this.txt_1st_date.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_1st_date.ForeColor = System.Drawing.Color.SteelBlue; this.txt_1st_date.Location = new System.Drawing.Point(400, 37); this.txt_1st_date.Name = "txt_1st_date"; this.txt_1st_date.Size = new System.Drawing.Size(88, 22); this.txt_1st_date.TabIndex = 16; // // txt_1st_weight // this.txt_1st_weight.BackColor = System.Drawing.SystemColors.ButtonFace; this.txt_1st_weight.Enabled = false; this.txt_1st_weight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_1st_weight.ForeColor = System.Drawing.Color.SteelBlue; this.txt_1st_weight.Location = new System.Drawing.Point(165, 34); this.txt_1st_weight.Name = "txt_1st_weight"; this.txt_1st_weight.Size = new System.Drawing.Size(147, 22); this.txt_1st_weight.TabIndex = 15; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.label8.ForeColor = System.Drawing.Color.Black; this.label8.Location = new System.Drawing.Point(492, 40); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(77, 20); this.label8.TabIndex = 9; this.label8.Text = "1st Time"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.label7.ForeColor = System.Drawing.Color.Black; this.label7.Location = new System.Drawing.Point(318, 40); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(78, 20); this.label7.TabIndex = 8; this.label7.Text = "1st Date"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.label6.ForeColor = System.Drawing.Color.Black; this.label6.Location = new System.Drawing.Point(51, 38); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(95, 20); this.label6.TabIndex = 7; this.label6.Text = "1st Weight"; // // cb_item // this.cb_item.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cb_item.BackColor = System.Drawing.SystemColors.ButtonFace; this.cb_item.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cb_item.ForeColor = System.Drawing.Color.SteelBlue; this.cb_item.FormattingEnabled = true; this.cb_item.Location = new System.Drawing.Point(274, 48); this.cb_item.Name = "cb_item"; this.cb_item.Size = new System.Drawing.Size(290, 24); this.cb_item.TabIndex = 13; this.cb_item.Leave += new System.EventHandler(this.cb_item_Leave); // // lbl_product_name // this.lbl_product_name.AutoSize = true; this.lbl_product_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.lbl_product_name.Location = new System.Drawing.Point(55, 54); this.lbl_product_name.Name = "lbl_product_name"; this.lbl_product_name.Size = new System.Drawing.Size(50, 20); this.lbl_product_name.TabIndex = 11; this.lbl_product_name.Text = "Item."; // // lbl_party_name // this.lbl_party_name.AutoSize = true; this.lbl_party_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_party_name.Location = new System.Drawing.Point(55, 79); this.lbl_party_name.Name = "lbl_party_name"; this.lbl_party_name.Size = new System.Drawing.Size(83, 20); this.lbl_party_name.TabIndex = 9; this.lbl_party_name.Text = "Location."; // // cb_location // this.cb_location.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cb_location.BackColor = System.Drawing.SystemColors.ButtonFace; this.cb_location.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cb_location.ForeColor = System.Drawing.Color.SteelBlue; this.cb_location.FormattingEnabled = true; this.cb_location.Location = new System.Drawing.Point(274, 75); this.cb_location.Name = "cb_location"; this.cb_location.Size = new System.Drawing.Size(290, 24); this.cb_location.TabIndex = 7; this.cb_location.Leave += new System.EventHandler(this.cb_location_Leave); // // lbl_container // this.lbl_container.AutoSize = true; this.lbl_container.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_container.Location = new System.Drawing.Point(435, 3); this.lbl_container.Name = "lbl_container"; this.lbl_container.Size = new System.Drawing.Size(102, 16); this.lbl_container.TabIndex = 5; this.lbl_container.Text = "Container No."; // // lbl_fmsno // this.lbl_fmsno.AutoSize = true; this.lbl_fmsno.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_fmsno.Location = new System.Drawing.Point(173, 4); this.lbl_fmsno.Name = "lbl_fmsno"; this.lbl_fmsno.Size = new System.Drawing.Size(65, 16); this.lbl_fmsno.TabIndex = 4; this.lbl_fmsno.Text = "Fms No."; this.lbl_fmsno.Visible = false; // // txt_container_no // this.txt_container_no.BackColor = System.Drawing.SystemColors.ButtonFace; this.txt_container_no.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_container_no.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold); this.txt_container_no.ForeColor = System.Drawing.Color.SteelBlue; this.txt_container_no.Location = new System.Drawing.Point(423, 20); this.txt_container_no.Name = "txt_container_no"; this.txt_container_no.Size = new System.Drawing.Size(141, 22); this.txt_container_no.TabIndex = 2; // // txt_fms_no // this.txt_fms_no.BackColor = System.Drawing.SystemColors.ButtonFace; this.txt_fms_no.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold); this.txt_fms_no.ForeColor = System.Drawing.Color.SteelBlue; this.txt_fms_no.Location = new System.Drawing.Point(122, 20); this.txt_fms_no.Name = "txt_fms_no"; this.txt_fms_no.Size = new System.Drawing.Size(147, 22); this.txt_fms_no.TabIndex = 1; this.txt_fms_no.Visible = false; this.txt_fms_no.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_fms_no_KeyPress); // // lbl_date_time // this.lbl_date_time.AutoSize = true; this.lbl_date_time.BackColor = System.Drawing.Color.Transparent; this.lbl_date_time.Font = new System.Drawing.Font("Arial Rounded MT Bold", 14F); this.lbl_date_time.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.lbl_date_time.Location = new System.Drawing.Point(447, 115); this.lbl_date_time.Name = "lbl_date_time"; this.lbl_date_time.Size = new System.Drawing.Size(65, 22); this.lbl_date_time.TabIndex = 6; this.lbl_date_time.Text = "label1"; // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // btn_save // this.btn_save.BackColor = System.Drawing.SystemColors.ButtonFace; this.btn_save.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btn_save.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_save.Location = new System.Drawing.Point(571, 468); this.btn_save.Name = "btn_save"; this.btn_save.Size = new System.Drawing.Size(74, 35); this.btn_save.TabIndex = 7; this.btn_save.Text = "Save"; this.btn_save.UseVisualStyleBackColor = false; this.btn_save.Visible = false; this.btn_save.Click += new System.EventHandler(this.btn_save_ClickAsync); // // btn_print // this.btn_print.BackColor = System.Drawing.SystemColors.ButtonFace; this.btn_print.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btn_print.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_print.Location = new System.Drawing.Point(655, 468); this.btn_print.Name = "btn_print"; this.btn_print.Size = new System.Drawing.Size(68, 35); this.btn_print.TabIndex = 8; this.btn_print.Text = "Print"; this.btn_print.UseVisualStyleBackColor = false; this.btn_print.Visible = false; this.btn_print.Click += new System.EventHandler(this.btn_print_Click); // // pb1 // this.pb1.BackColor = System.Drawing.Color.Transparent; this.pb1.BackgroundImage = global::UWS.Properties.Resources.Weight_icon; this.pb1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pb1.Location = new System.Drawing.Point(30, 46); this.pb1.Name = "pb1"; this.pb1.Size = new System.Drawing.Size(46, 21); this.pb1.TabIndex = 9; this.pb1.TabStop = false; this.pb1.Visible = false; // // pb2 // this.pb2.BackColor = System.Drawing.Color.Transparent; this.pb2.BackgroundImage = global::UWS.Properties.Resources.Weight_icon; this.pb2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pb2.Location = new System.Drawing.Point(29, 89); this.pb2.Name = "pb2"; this.pb2.Size = new System.Drawing.Size(46, 20); this.pb2.TabIndex = 10; this.pb2.TabStop = false; this.pb2.Visible = false; // // groupBox2 // this.groupBox2.BackColor = System.Drawing.Color.WhiteSmoke; this.groupBox2.BackgroundImage = global::UWS.Properties.Resources.BG; this.groupBox2.Controls.Add(this.lbl_weight); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.groupBox2.Font = new System.Drawing.Font("Arial Rounded MT Bold", 14F); this.groupBox2.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.groupBox2.Location = new System.Drawing.Point(451, 31); this.groupBox2.Margin = new System.Windows.Forms.Padding(10); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(10); this.groupBox2.Size = new System.Drawing.Size(265, 85); this.groupBox2.TabIndex = 15; this.groupBox2.TabStop = false; this.groupBox2.Text = "Live Weight"; this.groupBox2.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox2_Paint); // // pb_get // this.pb_get.BackColor = System.Drawing.Color.Transparent; this.pb_get.BackgroundImage = global::UWS.Properties.Resources.arrow_down; this.pb_get.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pb_get.Cursor = System.Windows.Forms.Cursors.Hand; this.pb_get.Location = new System.Drawing.Point(231, 61); this.pb_get.Name = "pb_get"; this.pb_get.Size = new System.Drawing.Size(49, 41); this.pb_get.TabIndex = 16; this.pb_get.TabStop = false; this.pb_get.Visible = false; this.pb_get.Click += new System.EventHandler(this.pb_get_Click); // // lbl_status // this.lbl_status.AutoSize = true; this.lbl_status.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.lbl_status.Dock = System.Windows.Forms.DockStyle.Bottom; this.lbl_status.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_status.Location = new System.Drawing.Point(0, 491); this.lbl_status.Name = "lbl_status"; this.lbl_status.Size = new System.Drawing.Size(70, 24); this.lbl_status.TabIndex = 17; this.lbl_status.Text = "label14"; this.lbl_status.Visible = false; // // cb_1st_weight // this.cb_1st_weight.AutoSize = true; this.cb_1st_weight.BackColor = System.Drawing.Color.Transparent; this.cb_1st_weight.Font = new System.Drawing.Font("Arial Rounded MT Bold", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cb_1st_weight.Location = new System.Drawing.Point(73, 49); this.cb_1st_weight.Name = "cb_1st_weight"; this.cb_1st_weight.Size = new System.Drawing.Size(126, 26); this.cb_1st_weight.TabIndex = 18; this.cb_1st_weight.Text = "1st Weight"; this.cb_1st_weight.UseVisualStyleBackColor = false; this.cb_1st_weight.Visible = false; this.cb_1st_weight.CheckedChanged += new System.EventHandler(this.cb_1st_weight_CheckedChanged); // // cb_2nd_weight // this.cb_2nd_weight.AutoSize = true; this.cb_2nd_weight.BackColor = System.Drawing.Color.Transparent; this.cb_2nd_weight.Font = new System.Drawing.Font("Arial Rounded MT Bold", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cb_2nd_weight.Location = new System.Drawing.Point(73, 91); this.cb_2nd_weight.Name = "cb_2nd_weight"; this.cb_2nd_weight.Size = new System.Drawing.Size(132, 26); this.cb_2nd_weight.TabIndex = 19; this.cb_2nd_weight.Text = "2nd Weight"; this.cb_2nd_weight.UseVisualStyleBackColor = false; this.cb_2nd_weight.Visible = false; this.cb_2nd_weight.CheckedChanged += new System.EventHandler(this.cb_2nd_weight_CheckedChanged); // // btn_clear // this.btn_clear.BackColor = System.Drawing.SystemColors.ButtonFace; this.btn_clear.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btn_clear.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_clear.Location = new System.Drawing.Point(487, 468); this.btn_clear.Name = "btn_clear"; this.btn_clear.Size = new System.Drawing.Size(74, 35); this.btn_clear.TabIndex = 20; this.btn_clear.Text = "Clear"; this.btn_clear.UseVisualStyleBackColor = false; this.btn_clear.Visible = false; this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click); // // menuStrip // this.menuStrip.BackColor = System.Drawing.SystemColors.WindowText; this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.scanTrollyToolStripMenuItem, this.weightScaleToolStripMenuItem}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Size = new System.Drawing.Size(734, 26); this.menuStrip.TabIndex = 21; this.menuStrip.Text = "menuStrip1"; this.menuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip_ItemClicked); // // scanTrollyToolStripMenuItem // this.scanTrollyToolStripMenuItem.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.scanTrollyToolStripMenuItem.ForeColor = System.Drawing.SystemColors.HighlightText; this.scanTrollyToolStripMenuItem.Name = "scanTrollyToolStripMenuItem"; this.scanTrollyToolStripMenuItem.Size = new System.Drawing.Size(109, 22); this.scanTrollyToolStripMenuItem.Text = "Scan Trolly"; this.scanTrollyToolStripMenuItem.Click += new System.EventHandler(this.scanTrollyToolStripMenuItem_Click); // // weightScaleToolStripMenuItem // this.weightScaleToolStripMenuItem.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F); this.weightScaleToolStripMenuItem.ForeColor = System.Drawing.SystemColors.HighlightText; this.weightScaleToolStripMenuItem.Name = "weightScaleToolStripMenuItem"; this.weightScaleToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.weightScaleToolStripMenuItem.Text = "Weight Scale"; this.weightScaleToolStripMenuItem.Click += new System.EventHandler(this.weightScaleToolStripMenuItem_Click); // // txt_scan // this.txt_scan.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_scan.Location = new System.Drawing.Point(105, 70); this.txt_scan.MaxLength = 14; this.txt_scan.Name = "txt_scan"; this.txt_scan.Size = new System.Drawing.Size(255, 29); this.txt_scan.TabIndex = 22; this.txt_scan.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_scan_KeyPress); // // lbl_scan // this.lbl_scan.AutoSize = true; this.lbl_scan.BackColor = System.Drawing.Color.Transparent; this.lbl_scan.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_scan.Location = new System.Drawing.Point(23, 70); this.lbl_scan.Name = "lbl_scan"; this.lbl_scan.Size = new System.Drawing.Size(79, 25); this.lbl_scan.TabIndex = 23; this.lbl_scan.Text = "Scan :"; // // txt_dc // this.txt_dc.Enabled = false; this.txt_dc.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_dc.Location = new System.Drawing.Point(105, 115); this.txt_dc.Name = "txt_dc"; this.txt_dc.Size = new System.Drawing.Size(255, 29); this.txt_dc.TabIndex = 24; this.txt_dc.Visible = false; // // lbl_dc // this.lbl_dc.AutoSize = true; this.lbl_dc.BackColor = System.Drawing.Color.Transparent; this.lbl_dc.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_dc.Location = new System.Drawing.Point(26, 119); this.lbl_dc.Name = "lbl_dc"; this.lbl_dc.Size = new System.Drawing.Size(78, 25); this.lbl_dc.TabIndex = 25; this.lbl_dc.Text = "DC #"; this.lbl_dc.Visible = false; // // txt_site // this.txt_site.AutoSize = true; this.txt_site.BackColor = System.Drawing.Color.Transparent; this.txt_site.Dock = System.Windows.Forms.DockStyle.Bottom; this.txt_site.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_site.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.txt_site.Location = new System.Drawing.Point(0, 471); this.txt_site.Name = "txt_site"; this.txt_site.Size = new System.Drawing.Size(57, 20); this.txt_site.TabIndex = 27; this.txt_site.Text = "label2"; // // cb_trolley // this.cb_trolley.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cb_trolley.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cb_trolley.FormattingEnabled = true; this.cb_trolley.Location = new System.Drawing.Point(105, 36); this.cb_trolley.Name = "cb_trolley"; this.cb_trolley.Size = new System.Drawing.Size(167, 32); this.cb_trolley.TabIndex = 28; this.cb_trolley.SelectedIndexChanged += new System.EventHandler(this.cb_trolley_SelectedIndexChanged); // // lbl_trolly // this.lbl_trolly.AutoSize = true; this.lbl_trolly.BackColor = System.Drawing.Color.Transparent; this.lbl_trolly.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_trolly.Location = new System.Drawing.Point(2, 41); this.lbl_trolly.Name = "lbl_trolly"; this.lbl_trolly.Size = new System.Drawing.Size(104, 25); this.lbl_trolly.TabIndex = 29; this.lbl_trolly.Text = "Trolley #"; // // lbl_com // this.lbl_com.AutoSize = true; this.lbl_com.BackColor = System.Drawing.SystemColors.ActiveCaption; this.lbl_com.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.lbl_com.Location = new System.Drawing.Point(694, 8); this.lbl_com.Name = "lbl_com"; this.lbl_com.Size = new System.Drawing.Size(35, 13); this.lbl_com.TabIndex = 30; this.lbl_com.Text = "label1"; // // WeighingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::UWS.Properties.Resources.BG; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(734, 515); this.Controls.Add(this.txt_weight); this.Controls.Add(this.lbl_com); this.Controls.Add(this.lbl_trolly); this.Controls.Add(this.cb_trolley); this.Controls.Add(this.txt_site); this.Controls.Add(this.lbl_dc); this.Controls.Add(this.txt_dc); this.Controls.Add(this.lbl_scan); this.Controls.Add(this.txt_scan); this.Controls.Add(this.menuStrip); this.Controls.Add(this.btn_clear); this.Controls.Add(this.cb_2nd_weight); this.Controls.Add(this.cb_1st_weight); this.Controls.Add(this.lbl_status); this.Controls.Add(this.pb_get); this.Controls.Add(this.pb2); this.Controls.Add(this.pb1); this.Controls.Add(this.btn_print); this.Controls.Add(this.btn_save); this.Controls.Add(this.lbl_date_time); this.Controls.Add(this.panel2); this.Controls.Add(this.groupBox2); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip; this.Name = "WeighingForm"; this.Text = "Utopia Weighing Scale"; this.Load += new System.EventHandler(this.WeighingForm_Load); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pb1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pb2)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pb_get)).EndInit(); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lbl_weight; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label lbl_container; private System.Windows.Forms.Label lbl_fmsno; private System.Windows.Forms.TextBox txt_container_no; private System.Windows.Forms.TextBox txt_fms_no; private System.Windows.Forms.Label lbl_date_time; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Button btn_save; private System.Windows.Forms.Button btn_print; private System.Windows.Forms.Label lbl_party_name; private System.Windows.Forms.ComboBox cb_location; private System.Windows.Forms.ComboBox cb_item; private System.Windows.Forms.Label lbl_product_name; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.PictureBox pb1; private System.Windows.Forms.PictureBox pb2; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox txt_1st_time; private System.Windows.Forms.TextBox txt_1st_date; private System.Windows.Forms.TextBox txt_1st_weight; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txt_2nd_time; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox txt_2nd_date; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox txt_2nd_weight; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox textBox9; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.ComboBox cb_comment; private System.DirectoryServices.DirectoryEntry directoryEntry1; private System.Windows.Forms.PictureBox pb_get; private System.Windows.Forms.Label lbl_status; private System.Windows.Forms.CheckBox cb_1st_weight; private System.Windows.Forms.CheckBox cb_2nd_weight; private System.Windows.Forms.Label lbl_vehicle_no; private System.Windows.Forms.TextBox txt_vehicle_no; private System.Windows.Forms.Button btn_clear; private System.Windows.Forms.MenuStrip menuStrip; private System.Windows.Forms.ToolStripMenuItem scanTrollyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem weightScaleToolStripMenuItem; private System.Windows.Forms.TextBox txt_scan; private System.Windows.Forms.Label lbl_scan; private System.Windows.Forms.TextBox txt_dc; private System.Windows.Forms.Label lbl_dc; private System.Windows.Forms.Label txt_site; private System.Windows.Forms.ComboBox cb_trolley; private System.Windows.Forms.Label lbl_trolly; private System.Windows.Forms.CheckBox chk_box; private System.Windows.Forms.Label lbl_trnsporter; private System.Windows.Forms.ComboBox cb_transporter; private System.Windows.Forms.Label lbl_com; private System.Windows.Forms.TextBox txt_weight; } }