private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_archieved_guard_list_report)); this.panel1 = new System.Windows.Forms.Panel(); this.cr_viewer_archieved_guards_report = new CrystalDecisions.Windows.Forms.CrystalReportViewer(); this.reSize1 = new LarcomAndYoung.Windows.Forms.ReSize(this.components); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Control; this.panel1.Controls.Add(this.cr_viewer_archieved_guards_report); this.panel1.Location = new System.Drawing.Point(2, 1); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(852, 587); this.panel1.TabIndex = 0; // // cr_viewer_archieved_guards_report // this.cr_viewer_archieved_guards_report.ActiveViewIndex = -1; this.cr_viewer_archieved_guards_report.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.cr_viewer_archieved_guards_report.Cursor = System.Windows.Forms.Cursors.Default; this.cr_viewer_archieved_guards_report.Dock = System.Windows.Forms.DockStyle.Fill; this.cr_viewer_archieved_guards_report.Location = new System.Drawing.Point(0, 0); this.cr_viewer_archieved_guards_report.Name = "cr_viewer_archieved_guards_report"; this.cr_viewer_archieved_guards_report.Size = new System.Drawing.Size(852, 587); this.cr_viewer_archieved_guards_report.TabIndex = 0; // // reSize1 // this.reSize1.About = null; this.reSize1.AutoCenterFormOnLoad = false; this.reSize1.Enabled = true; this.reSize1.HostContainer = this; this.reSize1.InitialHostContainerHeight = 589D; this.reSize1.InitialHostContainerWidth = 856D; this.reSize1.Tag = null; // // frm_archieved_guard_list_report // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.ClientSize = new System.Drawing.Size(856, 589); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frm_archieved_guard_list_report"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Archieved Guards Reports"; this.Load += new System.EventHandler(this.frm_archieved_guard_list_report_Load); this.panel1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.Label1 = new System.Windows.Forms.Label(); this.Button1 = new System.Windows.Forms.Button(); this.ReSize1 = new LarcomAndYoung.Windows.Forms.ReSize(this.components); this.SuspendLayout(); // // Label1 // this.Label1.Location = new System.Drawing.Point(24, 32); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(384, 120); this.Label1.TabIndex = 3; this.Label1.Text = @"This sample application contains no code to ReSize the forms. The ReSize .NET component (invisible at runtime) handles all of the resizing. ReSize will even handle resizing of the fonts in each control. Just place the ReSize component on a new or existing form. It can't get much easier than that."; // // Button1 // this.Button1.BackColor = System.Drawing.SystemColors.Control; this.Button1.Location = new System.Drawing.Point(160, 232); this.Button1.Name = "Button1"; this.Button1.Size = new System.Drawing.Size(88, 24); this.Button1.TabIndex = 2; this.Button1.Text = "Exit"; this.Button1.Click += new System.EventHandler(this.Button1_Click); // // ReSize1 // this.ReSize1.About = null; this.ReSize1.AutoCenterFormOnLoad = false; this.ReSize1.Enabled = true; this.ReSize1.HostContainer = this; this.ReSize1.InitialHostContainerHeight = 294; this.ReSize1.InitialHostContainerWidth = 416; this.ReSize1.Tag = null; // // Form2 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(416, 294); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.Label1, this.Button1 }); this.Name = "Form2"; this.Text = "ReSize Help"; this.Load += new System.EventHandler(this.Form2_Load); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_employment_record_report)); this.employment_report_reportviewer = new CrystalDecisions.Windows.Forms.CrystalReportViewer(); this.reSize1 = new LarcomAndYoung.Windows.Forms.ReSize(this.components); this.SuspendLayout(); // // employment_report_reportviewer // this.employment_report_reportviewer.ActiveViewIndex = -1; this.employment_report_reportviewer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.employment_report_reportviewer.Cursor = System.Windows.Forms.Cursors.Default; this.employment_report_reportviewer.Dock = System.Windows.Forms.DockStyle.Fill; this.employment_report_reportviewer.Location = new System.Drawing.Point(0, 0); this.employment_report_reportviewer.Name = "employment_report_reportviewer"; this.employment_report_reportviewer.Size = new System.Drawing.Size(857, 565); this.employment_report_reportviewer.TabIndex = 0; // // reSize1 // this.reSize1.About = null; this.reSize1.AutoCenterFormOnLoad = false; this.reSize1.Enabled = true; this.reSize1.HostContainer = this; this.reSize1.InitialHostContainerHeight = 565D; this.reSize1.InitialHostContainerWidth = 857D; this.reSize1.Tag = null; // // frm_employment_record_report // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(857, 565); this.Controls.Add(this.employment_report_reportviewer); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frm_employment_record_report"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "GUARD EMPLOYMENT RECORD REPORT"; this.Load += new System.EventHandler(this.frm_employment_record_report_Load); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_officer_large_img_report)); this.cr_large_image_report = new CrystalDecisions.Windows.Forms.CrystalReportViewer(); this.reSize1 = new LarcomAndYoung.Windows.Forms.ReSize(this.components); this.SuspendLayout(); // // cr_large_image_report // this.cr_large_image_report.ActiveViewIndex = -1; this.cr_large_image_report.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.cr_large_image_report.Cursor = System.Windows.Forms.Cursors.Default; this.cr_large_image_report.Dock = System.Windows.Forms.DockStyle.Fill; this.cr_large_image_report.Location = new System.Drawing.Point(0, 0); this.cr_large_image_report.Name = "cr_large_image_report"; this.cr_large_image_report.Size = new System.Drawing.Size(890, 607); this.cr_large_image_report.TabIndex = 0; // // reSize1 // this.reSize1.About = null; this.reSize1.AutoCenterFormOnLoad = false; this.reSize1.Enabled = true; this.reSize1.HostContainer = this; this.reSize1.InitialHostContainerHeight = 607D; this.reSize1.InitialHostContainerWidth = 890D; this.reSize1.Tag = null; // // frm_officer_large_img_report // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(890, 607); this.Controls.Add(this.cr_large_image_report); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frm_officer_large_img_report"; this.Text = "Export guard large photo"; this.Load += new System.EventHandler(this.frm_officer_large_img_report_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.Button5 = new System.Windows.Forms.Button(); this.Button4 = new System.Windows.Forms.Button(); this.Button3 = new System.Windows.Forms.Button(); this.GroupBox1 = new System.Windows.Forms.GroupBox(); this.RadioButton2 = new System.Windows.Forms.RadioButton(); this.RadioButton1 = new System.Windows.Forms.RadioButton(); this.CheckBox1 = new System.Windows.Forms.CheckBox(); this.Label5 = new System.Windows.Forms.Label(); this.Label4 = new System.Windows.Forms.Label(); this.Label3 = new System.Windows.Forms.Label(); this.Label2 = new System.Windows.Forms.Label(); this.Label1 = new System.Windows.Forms.Label(); this.TextBox5 = new System.Windows.Forms.TextBox(); this.TextBox4 = new System.Windows.Forms.TextBox(); this.TextBox3 = new System.Windows.Forms.TextBox(); this.TextBox2 = new System.Windows.Forms.TextBox(); this.TextBox1 = new System.Windows.Forms.TextBox(); this.Button2 = new System.Windows.Forms.Button(); this.Button1 = new System.Windows.Forms.Button(); this.ReSize1 = new LarcomAndYoung.Windows.Forms.ReSize(this.components); this.GroupBox1.SuspendLayout(); this.SuspendLayout(); // // Button5 // this.Button5.Location = new System.Drawing.Point(152, 256); this.Button5.Name = "Button5"; this.Button5.Size = new System.Drawing.Size(128, 24); this.Button5.TabIndex = 26; this.Button5.Text = "Move things around"; this.Button5.Click += new System.EventHandler(this.Button5_Click); // // Button4 // this.Button4.Location = new System.Drawing.Point(320, 256); this.Button4.Name = "Button4"; this.Button4.Size = new System.Drawing.Size(88, 24); this.Button4.TabIndex = 27; this.Button4.Text = "Center Form"; this.Button4.Click += new System.EventHandler(this.Button4_Click); // // Button3 // this.Button3.Location = new System.Drawing.Point(24, 256); this.Button3.Name = "Button3"; this.Button3.Size = new System.Drawing.Size(88, 24); this.Button3.TabIndex = 25; this.Button3.Text = "Change Fonts"; this.Button3.Click += new System.EventHandler(this.Button3_Click); // // GroupBox1 // this.GroupBox1.Controls.AddRange(new System.Windows.Forms.Control[] { this.RadioButton2, this.RadioButton1, this.CheckBox1 }); this.GroupBox1.Location = new System.Drawing.Point(72, 160); this.GroupBox1.Name = "GroupBox1"; this.GroupBox1.Size = new System.Drawing.Size(296, 72); this.GroupBox1.TabIndex = 24; this.GroupBox1.TabStop = false; this.GroupBox1.Text = "Misc. Info"; // // RadioButton2 // this.RadioButton2.Location = new System.Drawing.Point(160, 40); this.RadioButton2.Name = "RadioButton2"; this.RadioButton2.Size = new System.Drawing.Size(120, 16); this.RadioButton2.TabIndex = 8; this.RadioButton2.Text = "Female"; // // RadioButton1 // this.RadioButton1.Location = new System.Drawing.Point(160, 16); this.RadioButton1.Name = "RadioButton1"; this.RadioButton1.Size = new System.Drawing.Size(120, 16); this.RadioButton1.TabIndex = 7; this.RadioButton1.Text = "Male"; // // CheckBox1 // this.CheckBox1.Location = new System.Drawing.Point(24, 24); this.CheckBox1.Name = "CheckBox1"; this.CheckBox1.Size = new System.Drawing.Size(120, 24); this.CheckBox1.TabIndex = 6; this.CheckBox1.Text = "Current Client?"; // // Label5 // this.Label5.Location = new System.Drawing.Point(320, 96); this.Label5.Name = "Label5"; this.Label5.Size = new System.Drawing.Size(32, 16); this.Label5.TabIndex = 21; this.Label5.Text = "Zip:"; this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // Label4 // this.Label4.Location = new System.Drawing.Point(224, 96); this.Label4.Name = "Label4"; this.Label4.Size = new System.Drawing.Size(40, 16); this.Label4.TabIndex = 22; this.Label4.Text = "State:"; this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // Label3 // this.Label3.Location = new System.Drawing.Point(56, 96); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(32, 16); this.Label3.TabIndex = 23; this.Label3.Text = "City:"; this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // Label2 // this.Label2.Location = new System.Drawing.Point(8, 64); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(80, 16); this.Label2.TabIndex = 18; this.Label2.Text = "Address:"; this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // Label1 // this.Label1.Location = new System.Drawing.Point(16, 32); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(64, 16); this.Label1.TabIndex = 19; this.Label1.Text = "Name:"; this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // TextBox5 // this.TextBox5.Location = new System.Drawing.Point(352, 96); this.TextBox5.Name = "TextBox5"; this.TextBox5.Size = new System.Drawing.Size(56, 20); this.TextBox5.TabIndex = 20; this.TextBox5.Text = ""; // // TextBox4 // this.TextBox4.Location = new System.Drawing.Point(264, 96); this.TextBox4.Name = "TextBox4"; this.TextBox4.Size = new System.Drawing.Size(32, 20); this.TextBox4.TabIndex = 17; this.TextBox4.Text = ""; // // TextBox3 // this.TextBox3.Location = new System.Drawing.Point(88, 96); this.TextBox3.Name = "TextBox3"; this.TextBox3.Size = new System.Drawing.Size(128, 20); this.TextBox3.TabIndex = 16; this.TextBox3.Text = ""; // // TextBox2 // this.TextBox2.Location = new System.Drawing.Point(88, 64); this.TextBox2.Name = "TextBox2"; this.TextBox2.Size = new System.Drawing.Size(192, 20); this.TextBox2.TabIndex = 15; this.TextBox2.Text = ""; // // TextBox1 // this.TextBox1.Location = new System.Drawing.Point(88, 32); this.TextBox1.Name = "TextBox1"; this.TextBox1.Size = new System.Drawing.Size(192, 20); this.TextBox1.TabIndex = 14; this.TextBox1.Text = ""; // // Button2 // this.Button2.Location = new System.Drawing.Point(320, 56); this.Button2.Name = "Button2"; this.Button2.Size = new System.Drawing.Size(88, 24); this.Button2.TabIndex = 28; this.Button2.Text = "Help"; this.Button2.Click += new System.EventHandler(this.Button2_Click); // // Button1 // this.Button1.Location = new System.Drawing.Point(320, 24); this.Button1.Name = "Button1"; this.Button1.Size = new System.Drawing.Size(88, 24); this.Button1.TabIndex = 29; this.Button1.Text = "Exit"; this.Button1.Click += new System.EventHandler(this.Button1_Click); // // ReSize1 // this.ReSize1.About = null; this.ReSize1.AutoCenterFormOnLoad = false; this.ReSize1.Enabled = true; this.ReSize1.HostContainer = this; this.ReSize1.InitialHostContainerHeight = 310; this.ReSize1.InitialHostContainerWidth = 432; this.ReSize1.Tag = null; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(432, 310); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.Button5, this.Button4, this.Button3, this.GroupBox1, this.Label5, this.Label4, this.Label3, this.Label2, this.Label1, this.TextBox5, this.TextBox4, this.TextBox3, this.TextBox2, this.TextBox1, this.Button2, this.Button1 }); this.Name = "Form1"; this.Text = "ReSize .NET Sample Application (C#)"; this.GroupBox1.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_manage_clients)); this.panel1 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.btn_locations = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.btnedit = new System.Windows.Forms.Button(); this.btnsave = new System.Windows.Forms.Button(); this.btnnew = new System.Windows.Forms.Button(); this.txt_record_guid = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.btnsearch = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.txtClientsearch = new System.Windows.Forms.TextBox(); this.panel_details = new System.Windows.Forms.Panel(); this.txt_client_id = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.chk_client_active = new System.Windows.Forms.CheckBox(); this.txt_client_rate = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txt_adress = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txt_client_code = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txt_client_name = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.gdv_clients = new System.Windows.Forms.DataGridView(); this.reSize1 = new LarcomAndYoung.Windows.Forms.ReSize(this.components); this.panel1.SuspendLayout(); this.panel5.SuspendLayout(); this.panel3.SuspendLayout(); this.panel4.SuspendLayout(); this.panel_details.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gdv_clients)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Azure; this.panel1.Controls.Add(this.panel5); this.panel1.Controls.Add(this.txt_record_guid); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.panel4); this.panel1.Controls.Add(this.panel_details); this.panel1.Controls.Add(this.panel2); this.panel1.Location = new System.Drawing.Point(4, 2); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1116, 640); this.panel1.TabIndex = 0; // // panel5 // this.panel5.BackColor = System.Drawing.SystemColors.InactiveCaption; this.panel5.Controls.Add(this.btn_locations); this.panel5.Controls.Add(this.panel3); this.panel5.Location = new System.Drawing.Point(584, 26); this.panel5.Margin = new System.Windows.Forms.Padding(4); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(259, 105); this.panel5.TabIndex = 25; // // btn_locations // this.btn_locations.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.btn_locations.Location = new System.Drawing.Point(4, 68); this.btn_locations.Margin = new System.Windows.Forms.Padding(4); this.btn_locations.Name = "btn_locations"; this.btn_locations.Size = new System.Drawing.Size(251, 33); this.btn_locations.TabIndex = 27; this.btn_locations.Text = "Update Client Locations"; this.btn_locations.UseVisualStyleBackColor = false; this.btn_locations.Click += new System.EventHandler(this.btn_locations_Click); // // panel3 // this.panel3.BackColor = System.Drawing.Color.Silver; this.panel3.Controls.Add(this.btnedit); this.panel3.Controls.Add(this.btnsave); this.panel3.Controls.Add(this.btnnew); this.panel3.Location = new System.Drawing.Point(-3, 2); this.panel3.Margin = new System.Windows.Forms.Padding(4); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(261, 58); this.panel3.TabIndex = 26; // // btnedit // this.btnedit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192))))); this.btnedit.Location = new System.Drawing.Point(7, 1); this.btnedit.Margin = new System.Windows.Forms.Padding(4); this.btnedit.Name = "btnedit"; this.btnedit.Size = new System.Drawing.Size(83, 53); this.btnedit.TabIndex = 24; this.btnedit.Text = "EDIT"; this.btnedit.UseVisualStyleBackColor = false; this.btnedit.Click += new System.EventHandler(this.btnedit_Click); // // btnsave // this.btnsave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.btnsave.Location = new System.Drawing.Point(160, 4); this.btnsave.Margin = new System.Windows.Forms.Padding(4); this.btnsave.Name = "btnsave"; this.btnsave.Size = new System.Drawing.Size(97, 50); this.btnsave.TabIndex = 23; this.btnsave.Text = "SAVE"; this.btnsave.UseVisualStyleBackColor = false; this.btnsave.Click += new System.EventHandler(this.btnsave_Click); // // btnnew // this.btnnew.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))); this.btnnew.Location = new System.Drawing.Point(89, 4); this.btnnew.Margin = new System.Windows.Forms.Padding(4); this.btnnew.Name = "btnnew"; this.btnnew.Size = new System.Drawing.Size(72, 50); this.btnnew.TabIndex = 25; this.btnnew.Text = "NEW"; this.btnnew.UseVisualStyleBackColor = false; this.btnnew.Click += new System.EventHandler(this.btnnew_Click); // // txt_record_guid // this.txt_record_guid.Location = new System.Drawing.Point(8, 612); this.txt_record_guid.Margin = new System.Windows.Forms.Padding(4); this.txt_record_guid.Name = "txt_record_guid"; this.txt_record_guid.ReadOnly = true; this.txt_record_guid.Size = new System.Drawing.Size(1103, 20); this.txt_record_guid.TabIndex = 1; this.txt_record_guid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(851, 5); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(134, 16); this.label2.TabIndex = 4; this.label2.Text = "Search Clients Below"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(12, 5); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(245, 16); this.label1.TabIndex = 3; this.label1.Text = "Enter or Update Client Information below"; // // panel4 // this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192))))); this.panel4.Controls.Add(this.btnsearch); this.panel4.Controls.Add(this.label8); this.panel4.Controls.Add(this.txtClientsearch); this.panel4.Location = new System.Drawing.Point(851, 26); this.panel4.Margin = new System.Windows.Forms.Padding(4); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(257, 105); this.panel4.TabIndex = 2; // // btnsearch // this.btnsearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.btnsearch.Location = new System.Drawing.Point(153, 66); this.btnsearch.Margin = new System.Windows.Forms.Padding(4); this.btnsearch.Name = "btnsearch"; this.btnsearch.Size = new System.Drawing.Size(100, 33); this.btnsearch.TabIndex = 28; this.btnsearch.Text = "Search"; this.btnsearch.UseVisualStyleBackColor = false; this.btnsearch.Click += new System.EventHandler(this.btnsearch_Click); // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))); this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.Location = new System.Drawing.Point(10, 14); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(75, 15); this.label8.TabIndex = 25; this.label8.Text = "Client Name"; // // txtClientsearch // this.txtClientsearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtClientsearch.Location = new System.Drawing.Point(13, 36); this.txtClientsearch.Margin = new System.Windows.Forms.Padding(4); this.txtClientsearch.Name = "txtClientsearch"; this.txtClientsearch.Size = new System.Drawing.Size(240, 21); this.txtClientsearch.TabIndex = 25; // // panel_details // this.panel_details.BackColor = System.Drawing.Color.Silver; this.panel_details.Controls.Add(this.txt_client_id); this.panel_details.Controls.Add(this.label7); this.panel_details.Controls.Add(this.chk_client_active); this.panel_details.Controls.Add(this.txt_client_rate); this.panel_details.Controls.Add(this.label5); this.panel_details.Controls.Add(this.txt_adress); this.panel_details.Controls.Add(this.label4); this.panel_details.Controls.Add(this.txt_client_code); this.panel_details.Controls.Add(this.label3); this.panel_details.Controls.Add(this.txt_client_name); this.panel_details.Controls.Add(this.label6); this.panel_details.Location = new System.Drawing.Point(8, 26); this.panel_details.Margin = new System.Windows.Forms.Padding(4); this.panel_details.Name = "panel_details"; this.panel_details.Size = new System.Drawing.Size(572, 105); this.panel_details.TabIndex = 1; // // txt_client_id // this.txt_client_id.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_client_id.Location = new System.Drawing.Point(444, 76); this.txt_client_id.Margin = new System.Windows.Forms.Padding(4); this.txt_client_id.Name = "txt_client_id"; this.txt_client_id.ReadOnly = true; this.txt_client_id.Size = new System.Drawing.Size(123, 21); this.txt_client_id.TabIndex = 24; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Aqua; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(448, 54); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 15); this.label7.TabIndex = 23; this.label7.Text = "Client ID"; // // chk_client_active // this.chk_client_active.AutoSize = true; this.chk_client_active.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.chk_client_active.Checked = true; this.chk_client_active.CheckState = System.Windows.Forms.CheckState.Checked; this.chk_client_active.Location = new System.Drawing.Point(452, 30); this.chk_client_active.Margin = new System.Windows.Forms.Padding(4); this.chk_client_active.Name = "chk_client_active"; this.chk_client_active.Size = new System.Drawing.Size(85, 17); this.chk_client_active.TabIndex = 22; this.chk_client_active.Text = "Client Active"; this.chk_client_active.UseVisualStyleBackColor = false; // // txt_client_rate // this.txt_client_rate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_client_rate.Location = new System.Drawing.Point(308, 75); this.txt_client_rate.Margin = new System.Windows.Forms.Padding(4); this.txt_client_rate.Name = "txt_client_rate"; this.txt_client_rate.Size = new System.Drawing.Size(123, 21); this.txt_client_rate.TabIndex = 21; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Aqua; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(309, 54); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(33, 15); this.label5.TabIndex = 20; this.label5.Text = "Rate"; // // txt_adress // this.txt_adress.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_adress.Location = new System.Drawing.Point(4, 75); this.txt_adress.Margin = new System.Windows.Forms.Padding(4); this.txt_adress.Name = "txt_adress"; this.txt_adress.Size = new System.Drawing.Size(296, 21); this.txt_adress.TabIndex = 19; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Aqua; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(4, 54); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(78, 15); this.label4.TabIndex = 18; this.label4.Text = "Client Adress"; // // txt_client_code // this.txt_client_code.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_client_code.Location = new System.Drawing.Point(308, 25); this.txt_client_code.Margin = new System.Windows.Forms.Padding(4); this.txt_client_code.Name = "txt_client_code"; this.txt_client_code.Size = new System.Drawing.Size(123, 21); this.txt_client_code.TabIndex = 17; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))); this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(309, 2); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(70, 15); this.label3.TabIndex = 16; this.label3.Text = "Client Code"; // // txt_client_name // this.txt_client_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_client_name.Location = new System.Drawing.Point(4, 25); this.txt_client_name.Margin = new System.Windows.Forms.Padding(4); this.txt_client_name.Name = "txt_client_name"; this.txt_client_name.Size = new System.Drawing.Size(296, 21); this.txt_client_name.TabIndex = 15; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))); this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(4, 2); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(75, 15); this.label6.TabIndex = 6; this.label6.Text = "Client Name"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.panel2.Controls.Add(this.gdv_clients); this.panel2.Location = new System.Drawing.Point(4, 138); this.panel2.Margin = new System.Windows.Forms.Padding(4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1108, 473); this.panel2.TabIndex = 0; // // gdv_clients // this.gdv_clients.AllowUserToAddRows = false; this.gdv_clients.AllowUserToDeleteRows = false; this.gdv_clients.AllowUserToResizeColumns = false; this.gdv_clients.AllowUserToResizeRows = false; this.gdv_clients.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.gdv_clients.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gdv_clients.Location = new System.Drawing.Point(4, 4); this.gdv_clients.Margin = new System.Windows.Forms.Padding(4); this.gdv_clients.Name = "gdv_clients"; this.gdv_clients.ReadOnly = true; this.gdv_clients.Size = new System.Drawing.Size(1100, 465); this.gdv_clients.TabIndex = 0; this.gdv_clients.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gdv_clients_CellClick); // // reSize1 // this.reSize1.About = null; this.reSize1.AutoCenterFormOnLoad = false; this.reSize1.Enabled = true; this.reSize1.HostContainer = this; this.reSize1.InitialHostContainerHeight = 644D; this.reSize1.InitialHostContainerWidth = 1123D; this.reSize1.Tag = null; // // frm_manage_clients // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))); this.ClientSize = new System.Drawing.Size(1123, 644); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "frm_manage_clients"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Manage Client Profiles"; this.Load += new System.EventHandler(this.frm_manage_clients_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel5.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel_details.ResumeLayout(false); this.panel_details.PerformLayout(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gdv_clients)).EndInit(); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_archieve_lists)); this.panel1 = new System.Windows.Forms.Panel(); this.txt_guard_number = new System.Windows.Forms.TextBox(); this.panel3 = new System.Windows.Forms.Panel(); this.gdv_statisctics = new System.Windows.Forms.DataGridView(); this.gdv_guards = new System.Windows.Forms.DataGridView(); this.panel2 = new System.Windows.Forms.Panel(); this.btn_export_single_report = new System.Windows.Forms.Button(); this.btn_export_list = new System.Windows.Forms.Button(); this.btn_name_search = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.label43 = new System.Windows.Forms.Label(); this.cbo_branch_search = new System.Windows.Forms.ComboBox(); this.cbo_guard_status = new System.Windows.Forms.ComboBox(); this.panel4 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.btn_export_stats = new System.Windows.Forms.Button(); this.reSize1 = new LarcomAndYoung.Windows.Forms.ReSize(this.components); this.panel1.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gdv_statisctics)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gdv_guards)).BeginInit(); this.panel2.SuspendLayout(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Azure; this.panel1.Controls.Add(this.txt_guard_number); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.gdv_guards); this.panel1.Location = new System.Drawing.Point(2, 59); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(855, 531); this.panel1.TabIndex = 0; // // txt_guard_number // this.txt_guard_number.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.txt_guard_number.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_guard_number.ForeColor = System.Drawing.Color.White; this.txt_guard_number.Location = new System.Drawing.Point(3, 500); this.txt_guard_number.Name = "txt_guard_number"; this.txt_guard_number.ReadOnly = true; this.txt_guard_number.Size = new System.Drawing.Size(538, 31); this.txt_guard_number.TabIndex = 1; this.txt_guard_number.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // panel3 // this.panel3.BackColor = System.Drawing.Color.Yellow; this.panel3.Controls.Add(this.gdv_statisctics); this.panel3.Location = new System.Drawing.Point(547, 3); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(305, 525); this.panel3.TabIndex = 2; // // gdv_statisctics // this.gdv_statisctics.AllowUserToAddRows = false; this.gdv_statisctics.AllowUserToDeleteRows = false; this.gdv_statisctics.AllowUserToResizeColumns = false; this.gdv_statisctics.AllowUserToResizeRows = false; this.gdv_statisctics.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.gdv_statisctics.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gdv_statisctics.Location = new System.Drawing.Point(3, 3); this.gdv_statisctics.Name = "gdv_statisctics"; this.gdv_statisctics.ReadOnly = true; this.gdv_statisctics.Size = new System.Drawing.Size(299, 519); this.gdv_statisctics.TabIndex = 3; // // gdv_guards // this.gdv_guards.AllowUserToAddRows = false; this.gdv_guards.AllowUserToDeleteRows = false; this.gdv_guards.AllowUserToResizeColumns = false; this.gdv_guards.AllowUserToResizeRows = false; this.gdv_guards.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.gdv_guards.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gdv_guards.Location = new System.Drawing.Point(3, 3); this.gdv_guards.Name = "gdv_guards"; this.gdv_guards.ReadOnly = true; this.gdv_guards.Size = new System.Drawing.Size(538, 499); this.gdv_guards.TabIndex = 1; this.gdv_guards.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gdv_guards_CellClick); this.gdv_guards.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gdv_guards_CellContentClick); // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.ButtonFace; this.panel2.Controls.Add(this.btn_export_single_report); this.panel2.Controls.Add(this.btn_export_list); this.panel2.Controls.Add(this.btn_name_search); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.label43); this.panel2.Controls.Add(this.cbo_branch_search); this.panel2.Controls.Add(this.cbo_guard_status); this.panel2.Location = new System.Drawing.Point(5, 3); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(538, 53); this.panel2.TabIndex = 1; // // btn_export_single_report // this.btn_export_single_report.BackColor = System.Drawing.Color.Aqua; this.btn_export_single_report.Location = new System.Drawing.Point(404, 27); this.btn_export_single_report.Name = "btn_export_single_report"; this.btn_export_single_report.Size = new System.Drawing.Size(131, 23); this.btn_export_single_report.TabIndex = 66; this.btn_export_single_report.Text = "Export Single Report"; this.btn_export_single_report.UseVisualStyleBackColor = false; this.btn_export_single_report.Click += new System.EventHandler(this.btn_export_single_report_Click); // // btn_export_list // this.btn_export_list.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192))))); this.btn_export_list.Location = new System.Drawing.Point(404, 3); this.btn_export_list.Name = "btn_export_list"; this.btn_export_list.Size = new System.Drawing.Size(131, 23); this.btn_export_list.TabIndex = 65; this.btn_export_list.Text = "Export as List by status"; this.btn_export_list.UseVisualStyleBackColor = false; this.btn_export_list.Click += new System.EventHandler(this.btn_export_list_Click); // // btn_name_search // this.btn_name_search.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.btn_name_search.Location = new System.Drawing.Point(266, 3); this.btn_name_search.Name = "btn_name_search"; this.btn_name_search.Size = new System.Drawing.Size(65, 47); this.btn_name_search.TabIndex = 64; this.btn_name_search.Text = "Search"; this.btn_name_search.UseVisualStyleBackColor = false; this.btn_name_search.Click += new System.EventHandler(this.btn_name_search_Click); // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Yellow; this.label2.Location = new System.Drawing.Point(20, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 13); this.label2.TabIndex = 63; this.label2.Text = "Branch"; // // label43 // this.label43.AutoSize = true; this.label43.BackColor = System.Drawing.Color.Yellow; this.label43.Location = new System.Drawing.Point(20, 6); this.label43.Name = "label43"; this.label43.Size = new System.Drawing.Size(37, 13); this.label43.TabIndex = 62; this.label43.Text = "Status"; // // cbo_branch_search // this.cbo_branch_search.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbo_branch_search.FormattingEnabled = true; this.cbo_branch_search.Location = new System.Drawing.Point(67, 27); this.cbo_branch_search.Name = "cbo_branch_search"; this.cbo_branch_search.Size = new System.Drawing.Size(193, 23); this.cbo_branch_search.TabIndex = 1; // // cbo_guard_status // this.cbo_guard_status.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbo_guard_status.FormattingEnabled = true; this.cbo_guard_status.Location = new System.Drawing.Point(67, 3); this.cbo_guard_status.Name = "cbo_guard_status"; this.cbo_guard_status.Size = new System.Drawing.Size(193, 23); this.cbo_guard_status.TabIndex = 0; // // panel4 // this.panel4.BackColor = System.Drawing.SystemColors.ButtonFace; this.panel4.Controls.Add(this.label1); this.panel4.Controls.Add(this.pictureBox1); this.panel4.Controls.Add(this.btn_export_stats); this.panel4.Location = new System.Drawing.Point(549, 3); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(308, 53); this.panel4.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Yellow; this.label1.Location = new System.Drawing.Point(4, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(76, 13); this.label1.TabIndex = 2; this.label1.Text = "Archieve Stats"; // // pictureBox1 // this.pictureBox1.Image = global::Guard_profiler.Properties.Resources.arrrrr; this.pictureBox1.Location = new System.Drawing.Point(86, 2); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(44, 50); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // btn_export_stats // this.btn_export_stats.BackColor = System.Drawing.Color.Aquamarine; this.btn_export_stats.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_export_stats.ForeColor = System.Drawing.Color.Blue; this.btn_export_stats.Location = new System.Drawing.Point(131, 2); this.btn_export_stats.Name = "btn_export_stats"; this.btn_export_stats.Size = new System.Drawing.Size(174, 49); this.btn_export_stats.TabIndex = 0; this.btn_export_stats.Text = "Export Statistics Report to Excel"; this.btn_export_stats.UseVisualStyleBackColor = false; this.btn_export_stats.Click += new System.EventHandler(this.btn_export_stats_Click); // // reSize1 // this.reSize1.About = null; this.reSize1.AutoCenterFormOnLoad = false; this.reSize1.Enabled = true; this.reSize1.HostContainer = this; this.reSize1.InitialHostContainerHeight = 592D; this.reSize1.InitialHostContainerWidth = 860D; this.reSize1.Tag = null; // // frm_archieve_lists // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))); this.ClientSize = new System.Drawing.Size(860, 592); this.Controls.Add(this.panel4); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "frm_archieve_lists"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Guard Archive Lists & Reports"; this.Load += new System.EventHandler(this.frm_archieve_lists_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gdv_statisctics)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gdv_guards)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); }