/// <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(FrmChat));
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.rtbSendMessage = new System.Windows.Forms.RichTextBox();
     this.rtbConversation = new System.Windows.Forms.RichTextBox();
     this.SuspendLayout();
     //
     // splitter1
     //
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location = new System.Drawing.Point(0, 197);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(341, 39);
     this.splitter1.TabIndex = 3;
     this.splitter1.TabStop = false;
     //
     // rtbSendMessage
     //
     this.rtbSendMessage.Location = new System.Drawing.Point(0, 197);
     this.rtbSendMessage.Multiline = false;
     this.rtbSendMessage.Name = "rtbSendMessage";
     this.rtbSendMessage.Size = new System.Drawing.Size(340, 38);
     this.rtbSendMessage.TabIndex = 6;
     this.rtbSendMessage.Text = "";
     this.rtbSendMessage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rtbSendMessage_KeyDown);
     //
     // rtbConversation
     //
     this.rtbConversation.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.rtbConversation.Dock = System.Windows.Forms.DockStyle.Fill;
     this.rtbConversation.Location = new System.Drawing.Point(0, 0);
     this.rtbConversation.Name = "rtbConversation";
     this.rtbConversation.ReadOnly = true;
     this.rtbConversation.Size = new System.Drawing.Size(341, 197);
     this.rtbConversation.TabIndex = 7;
     this.rtbConversation.Text = "";
     //
     // FrmChat
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(341, 236);
     this.Controls.Add(this.rtbConversation);
     this.Controls.Add(this.rtbSendMessage);
     this.Controls.Add(this.splitter1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "FrmChat";
     this.Text = "Chat";
     this.Activated += new System.EventHandler(this.FrmChat_Activated);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmChat_FormClosing);
     this.Load += new System.EventHandler(this.FrmChat_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.textBox1  = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // treeView1
     //
     this.treeView1.AllowDrop          = true;
     this.treeView1.Dock               = System.Windows.Forms.DockStyle.Left;
     this.treeView1.ImageIndex         = -1;
     this.treeView1.LabelEdit          = true;
     this.treeView1.Location           = new System.Drawing.Point(0, 0);
     this.treeView1.Name               = "treeView1";
     this.treeView1.SelectedImageIndex = -1;
     this.treeView1.Size               = new System.Drawing.Size(200, 389);
     this.treeView1.TabIndex           = 0;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(200, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 389);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // textBox1
     //
     this.textBox1.AcceptsReturn = true;
     this.textBox1.AcceptsTab    = true;
     this.textBox1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Font          = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
     this.textBox1.Location      = new System.Drawing.Point(203, 0);
     this.textBox1.Multiline     = true;
     this.textBox1.Name          = "textBox1";
     this.textBox1.ScrollBars    = System.Windows.Forms.ScrollBars.Both;
     this.textBox1.Size          = new System.Drawing.Size(445, 389);
     this.textBox1.TabIndex      = 2;
     this.textBox1.Text          = "";
     this.textBox1.WordWrap      = false;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 12);
     this.ClientSize        = new System.Drawing.Size(648, 389);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.treeView1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NurseMainPage));
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.Observations = new System.Windows.Forms.Button();
     this.HospitalBedAllocation = new System.Windows.Forms.Button();
     this.PatientActivites = new System.Windows.Forms.Button();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.NurseName = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.Hospital = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.NursePersonalPicture = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.MainProfile = new System.Windows.Forms.ToolStripMenuItem();
     this.logOutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // monthCalendar1
     //
     this.monthCalendar1.Enabled = false;
     this.monthCalendar1.Location = new System.Drawing.Point(20, 33);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 0;
     //
     // Observations
     //
     this.Observations.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.Observations.Location = new System.Drawing.Point(20, 207);
     this.Observations.Name = "Observations";
     this.Observations.Size = new System.Drawing.Size(229, 38);
     this.Observations.TabIndex = 1;
     this.Observations.Text = "Observations";
     this.Observations.UseVisualStyleBackColor = true;
     this.Observations.Click += new System.EventHandler(this.Observations_Click);
     //
     // HospitalBedAllocation
     //
     this.HospitalBedAllocation.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.HospitalBedAllocation.Location = new System.Drawing.Point(20, 251);
     this.HospitalBedAllocation.Name = "HospitalBedAllocation";
     this.HospitalBedAllocation.Size = new System.Drawing.Size(227, 35);
     this.HospitalBedAllocation.TabIndex = 2;
     this.HospitalBedAllocation.Text = "Hospital bed Allocation";
     this.HospitalBedAllocation.UseVisualStyleBackColor = true;
     this.HospitalBedAllocation.Click += new System.EventHandler(this.HospitalBedAllocation_Click);
     //
     // PatientActivites
     //
     this.PatientActivites.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.PatientActivites.Location = new System.Drawing.Point(20, 292);
     this.PatientActivites.Name = "PatientActivites";
     this.PatientActivites.Size = new System.Drawing.Size(227, 35);
     this.PatientActivites.TabIndex = 3;
     this.PatientActivites.Text = "Patient Activities";
     this.PatientActivites.UseVisualStyleBackColor = true;
     this.PatientActivites.Click += new System.EventHandler(this.PatientActivites_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(696, 60);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(312, 492);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop = false;
     //
     // NurseName
     //
     this.NurseName.AutoSize = true;
     this.NurseName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.NurseName.Location = new System.Drawing.Point(323, 33);
     this.NurseName.Name = "NurseName";
     this.NurseName.Size = new System.Drawing.Size(97, 20);
     this.NurseName.TabIndex = 6;
     this.NurseName.Text = "Nurse Name";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(320, 57);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 7;
     //
     // Hospital
     //
     this.Hospital.AutoSize = true;
     this.Hospital.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.Hospital.Location = new System.Drawing.Point(525, 33);
     this.Hospital.Name = "Hospital";
     this.Hospital.Size = new System.Drawing.Size(67, 20);
     this.Hospital.TabIndex = 8;
     this.Hospital.Text = "Hospital";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(514, 57);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(100, 20);
     this.textBox2.TabIndex = 9;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 24);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(8, 661);
     this.splitter1.TabIndex = 10;
     this.splitter1.TabStop = false;
     //
     // NursePersonalPicture
     //
     this.NursePersonalPicture.AutoSize = true;
     this.NursePersonalPicture.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.NursePersonalPicture.Location = new System.Drawing.Point(826, 33);
     this.NursePersonalPicture.Name = "NursePersonalPicture";
     this.NursePersonalPicture.Size = new System.Drawing.Size(170, 20);
     this.NursePersonalPicture.TabIndex = 11;
     this.NursePersonalPicture.Text = "Nurse Personal Picture";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MainProfile,
     this.logOutToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1008, 24);
     this.menuStrip1.TabIndex = 13;
     this.menuStrip1.Text = "menuStrip1";
     //
     // MainProfile
     //
     this.MainProfile.Name = "MainProfile";
     this.MainProfile.Size = new System.Drawing.Size(86, 20);
     this.MainProfile.Text = "Staff Profile";
     this.MainProfile.Click += new System.EventHandler(this.MainProfile_Click);
     //
     // logOutToolStripMenuItem
     //
     this.logOutToolStripMenuItem.Name = "logOutToolStripMenuItem";
     this.logOutToolStripMenuItem.Size = new System.Drawing.Size(62, 20);
     this.logOutToolStripMenuItem.Text = "Exit";
     this.logOutToolStripMenuItem.Click += new System.EventHandler(this.logOutToolStripMenuItem_Click);
     //
     // NurseMainPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(1008, 685);
     this.Controls.Add(this.NursePersonalPicture);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.Hospital);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.NurseName);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.PatientActivites);
     this.Controls.Add(this.HospitalBedAllocation);
     this.Controls.Add(this.Observations);
     this.Controls.Add(this.monthCalendar1);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "NurseMainPage";
     this.Text = "Nurse Main Page";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOrganizePermissionAdmin));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.cMnuOrganize = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mItmAdd = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmEdit = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmMove = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmAddRoot = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.mItmUserAdd = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmStaffAdd = new System.Windows.Forms.ToolStripMenuItem();
     this.mItemRoleAdd = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.mItmOrganizeCategory = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmFrmCodeBuilder = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmSetSortCode = new System.Windows.Forms.ToolStripMenuItem();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnPermission = new System.Windows.Forms.Button();
     this.btnInvertSelect = new System.Windows.Forms.Button();
     this.btnSelectAll = new System.Windows.Forms.Button();
     this.chkInnerOrganize = new System.Windows.Forms.CheckBox();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.btnExport = new System.Windows.Forms.Button();
     this.btnRoleResourcePermission = new System.Windows.Forms.Button();
     this.btnUserResourcePermission = new System.Windows.Forms.Button();
     this.chkRefresh = new System.Windows.Forms.CheckBox();
     this.lblContents = new System.Windows.Forms.Label();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.btnBatchSave = new System.Windows.Forms.Button();
     this.btnSearch = new System.Windows.Forms.Button();
     this.pnlOrganize = new System.Windows.Forms.Panel();
     this.grdOrganize = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colIsInnerOrganize = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splOrganize = new System.Windows.Forms.Splitter();
     this.tvOrganize = new System.Windows.Forms.TreeView();
     this.btnBatchDelete = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.btnMove = new System.Windows.Forms.Button();
     this.btnEdit = new System.Windows.Forms.Button();
     this.ucTableSort = new DotNet.WinForm.Common.WinControls.UCTableSort();
     this.cMnuOrganize.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.pnlOrganize.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdOrganize)).BeginInit();
     this.SuspendLayout();
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     this.imageList.Images.SetKeyName(10, "");
     this.imageList.Images.SetKeyName(11, "");
     this.imageList.Images.SetKeyName(12, "");
     this.imageList.Images.SetKeyName(13, "");
     this.imageList.Images.SetKeyName(14, "");
     this.imageList.Images.SetKeyName(15, "icon_messenger1.gif");
     this.imageList.Images.SetKeyName(16, "icon_messenger0.gif");
     this.imageList.Images.SetKeyName(17, "icon_messenger2.gif");
     this.imageList.Images.SetKeyName(18, "icon_messenger3.gif");
     this.imageList.Images.SetKeyName(19, "icon_messenger4.gif");
     this.imageList.Images.SetKeyName(20, "icon_messenger5.gif");
     this.imageList.Images.SetKeyName(21, "icon_messenger6.gif");
     //
     // cMnuOrganize
     //
     this.cMnuOrganize.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mItmAdd,
     this.mItmEdit,
     this.mItmMove,
     this.mItmDelete,
     this.mItmAddRoot,
     this.toolStripSeparator1,
     this.mItmUserAdd,
     this.mItmStaffAdd,
     this.mItemRoleAdd,
     this.toolStripSeparator2,
     this.mItmOrganizeCategory,
     this.mItmFrmCodeBuilder,
     this.mItmSetSortCode});
     this.cMnuOrganize.Name = "cMnuModule";
     this.cMnuOrganize.Size = new System.Drawing.Size(182, 258);
     //
     // mItmAdd
     //
     this.mItmAdd.Enabled = false;
     this.mItmAdd.Name = "mItmAdd";
     this.mItmAdd.Size = new System.Drawing.Size(181, 22);
     this.mItmAdd.Text = "添加(&A)...";
     this.mItmAdd.Click += new System.EventHandler(this.mItmAdd_Click);
     //
     // mItmEdit
     //
     this.mItmEdit.Enabled = false;
     this.mItmEdit.Name = "mItmEdit";
     this.mItmEdit.Size = new System.Drawing.Size(181, 22);
     this.mItmEdit.Text = "编辑(&E)...";
     this.mItmEdit.Click += new System.EventHandler(this.mItmEdit_Click);
     //
     // mItmMove
     //
     this.mItmMove.Enabled = false;
     this.mItmMove.Name = "mItmMove";
     this.mItmMove.Size = new System.Drawing.Size(181, 22);
     this.mItmMove.Text = "移动(&M)...";
     this.mItmMove.Click += new System.EventHandler(this.mItmMove_Click);
     //
     // mItmDelete
     //
     this.mItmDelete.Enabled = false;
     this.mItmDelete.Name = "mItmDelete";
     this.mItmDelete.Size = new System.Drawing.Size(181, 22);
     this.mItmDelete.Text = "删除(&D)";
     this.mItmDelete.Click += new System.EventHandler(this.mItmDelete_Click);
     //
     // mItmAddRoot
     //
     this.mItmAddRoot.Enabled = false;
     this.mItmAddRoot.Name = "mItmAddRoot";
     this.mItmAddRoot.Size = new System.Drawing.Size(181, 22);
     this.mItmAddRoot.Text = "添加根组织机构...";
     this.mItmAddRoot.Click += new System.EventHandler(this.mItmAddRoot_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(178, 6);
     //
     // mItmUserAdd
     //
     this.mItmUserAdd.Enabled = false;
     this.mItmUserAdd.Name = "mItmUserAdd";
     this.mItmUserAdd.Size = new System.Drawing.Size(181, 22);
     this.mItmUserAdd.Text = "添加用户(&U)...";
     this.mItmUserAdd.Click += new System.EventHandler(this.mItmUserAdd_Click);
     //
     // mItmStaffAdd
     //
     this.mItmStaffAdd.Enabled = false;
     this.mItmStaffAdd.Name = "mItmStaffAdd";
     this.mItmStaffAdd.ShowShortcutKeys = false;
     this.mItmStaffAdd.Size = new System.Drawing.Size(181, 22);
     this.mItmStaffAdd.Text = "添加员工(&S)...";
     this.mItmStaffAdd.Click += new System.EventHandler(this.mItmAddStaff_Click);
     //
     // mItemRoleAdd
     //
     this.mItemRoleAdd.Enabled = false;
     this.mItemRoleAdd.Name = "mItemRoleAdd";
     this.mItemRoleAdd.Size = new System.Drawing.Size(181, 22);
     this.mItemRoleAdd.Text = "添加角色(&R)...";
     this.mItemRoleAdd.Visible = false;
     this.mItemRoleAdd.Click += new System.EventHandler(this.mItmAddRole_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(178, 6);
     //
     // mItmOrganizeCategory
     //
     this.mItmOrganizeCategory.Enabled = false;
     this.mItmOrganizeCategory.Name = "mItmOrganizeCategory";
     this.mItmOrganizeCategory.Size = new System.Drawing.Size(181, 22);
     this.mItmOrganizeCategory.Text = "组织机构类别维护...";
     this.mItmOrganizeCategory.Click += new System.EventHandler(this.mItmOrganizeCategory_Click);
     //
     // mItmFrmCodeBuilder
     //
     this.mItmFrmCodeBuilder.Enabled = false;
     this.mItmFrmCodeBuilder.Name = "mItmFrmCodeBuilder";
     this.mItmFrmCodeBuilder.Size = new System.Drawing.Size(181, 22);
     this.mItmFrmCodeBuilder.Text = "编号产生器设置...";
     this.mItmFrmCodeBuilder.Click += new System.EventHandler(this.mItmFrmOrganizeCodeBuilder_Click);
     //
     // mItmSetSortCode
     //
     this.mItmSetSortCode.Enabled = false;
     this.mItmSetSortCode.Name = "mItmSetSortCode";
     this.mItmSetSortCode.Size = new System.Drawing.Size(181, 22);
     this.mItmSetSortCode.Text = "保存排序顺序";
     this.mItmSetSortCode.Click += new System.EventHandler(this.mItmSetSortCode_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(884, 545);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 15;
     this.btnClose.Text = "关闭";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnPermission
     //
     this.btnPermission.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPermission.Location = new System.Drawing.Point(402, 545);
     this.btnPermission.Name = "btnPermission";
     this.btnPermission.Size = new System.Drawing.Size(75, 23);
     this.btnPermission.TabIndex = 24;
     this.btnPermission.Text = "权限(&P)...";
     this.btnPermission.Click += new System.EventHandler(this.btnPermission_Click);
     //
     // btnInvertSelect
     //
     this.btnInvertSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnInvertSelect.Enabled = false;
     this.btnInvertSelect.Location = new System.Drawing.Point(89, 545);
     this.btnInvertSelect.Name = "btnInvertSelect";
     this.btnInvertSelect.Size = new System.Drawing.Size(78, 23);
     this.btnInvertSelect.TabIndex = 23;
     this.btnInvertSelect.Text = "反选";
     this.btnInvertSelect.UseVisualStyleBackColor = true;
     this.btnInvertSelect.Click += new System.EventHandler(this.btnInvertSelect_Click);
     //
     // btnSelectAll
     //
     this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectAll.Enabled = false;
     this.btnSelectAll.Location = new System.Drawing.Point(6, 545);
     this.btnSelectAll.Name = "btnSelectAll";
     this.btnSelectAll.Size = new System.Drawing.Size(78, 23);
     this.btnSelectAll.TabIndex = 22;
     this.btnSelectAll.Text = "全选";
     this.btnSelectAll.UseVisualStyleBackColor = true;
     this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
     //
     // chkInnerOrganize
     //
     this.chkInnerOrganize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkInnerOrganize.AutoSize = true;
     this.chkInnerOrganize.Checked = true;
     this.chkInnerOrganize.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkInnerOrganize.Location = new System.Drawing.Point(730, 38);
     this.chkInnerOrganize.Name = "chkInnerOrganize";
     this.chkInnerOrganize.Size = new System.Drawing.Size(132, 16);
     this.chkInnerOrganize.TabIndex = 6;
     this.chkInnerOrganize.Text = "仅显示内部组织机构";
     this.chkInnerOrganize.UseVisualStyleBackColor = true;
     this.chkInnerOrganize.CheckedChanged += new System.EventHandler(this.chkInnerOrganize_CheckedChanged);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.flowLayoutPanel1.Controls.Add(this.btnExport);
     this.flowLayoutPanel1.Controls.Add(this.btnRoleResourcePermission);
     this.flowLayoutPanel1.Controls.Add(this.btnUserResourcePermission);
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(575, 3);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(388, 29);
     this.flowLayoutPanel1.TabIndex = 16;
     //
     // btnExport
     //
     this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExport.Enabled = false;
     this.btnExport.Location = new System.Drawing.Point(265, 3);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(120, 23);
     this.btnExport.TabIndex = 5;
     this.btnExport.Text = "导出Excel...";
     this.btnExport.UseVisualStyleBackColor = true;
     this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
     //
     // btnRoleResourcePermission
     //
     this.btnRoleResourcePermission.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRoleResourcePermission.Enabled = false;
     this.btnRoleResourcePermission.Location = new System.Drawing.Point(139, 3);
     this.btnRoleResourcePermission.Name = "btnRoleResourcePermission";
     this.btnRoleResourcePermission.Size = new System.Drawing.Size(120, 23);
     this.btnRoleResourcePermission.TabIndex = 4;
     this.btnRoleResourcePermission.Text = "角色权限...";
     this.btnRoleResourcePermission.UseVisualStyleBackColor = true;
     this.btnRoleResourcePermission.Click += new System.EventHandler(this.btnRoleResourcePermission_Click);
     //
     // btnUserResourcePermission
     //
     this.btnUserResourcePermission.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUserResourcePermission.Enabled = false;
     this.btnUserResourcePermission.Location = new System.Drawing.Point(13, 3);
     this.btnUserResourcePermission.Name = "btnUserResourcePermission";
     this.btnUserResourcePermission.Size = new System.Drawing.Size(120, 23);
     this.btnUserResourcePermission.TabIndex = 3;
     this.btnUserResourcePermission.Text = "用户权限...";
     this.btnUserResourcePermission.UseVisualStyleBackColor = true;
     this.btnUserResourcePermission.Click += new System.EventHandler(this.btnUserResourcePermission_Click);
     //
     // chkRefresh
     //
     this.chkRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkRefresh.AutoSize = true;
     this.chkRefresh.Checked = true;
     this.chkRefresh.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkRefresh.Location = new System.Drawing.Point(884, 38);
     this.chkRefresh.Name = "chkRefresh";
     this.chkRefresh.Size = new System.Drawing.Size(72, 16);
     this.chkRefresh.TabIndex = 7;
     this.chkRefresh.Text = "即时刷新";
     this.chkRefresh.UseVisualStyleBackColor = true;
     this.chkRefresh.CheckedChanged += new System.EventHandler(this.chkRefresh_CheckedChanged);
     //
     // lblContents
     //
     this.lblContents.Location = new System.Drawing.Point(23, 25);
     this.lblContents.Name = "lblContents";
     this.lblContents.Size = new System.Drawing.Size(90, 12);
     this.lblContents.TabIndex = 0;
     this.lblContents.Text = "查询内容(&C):";
     this.lblContents.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(117, 21);
     this.txtSearch.MaxLength = 20;
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(168, 21);
     this.txtSearch.TabIndex = 1;
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     //
     // btnBatchSave
     //
     this.btnBatchSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatchSave.Enabled = false;
     this.btnBatchSave.Location = new System.Drawing.Point(804, 545);
     this.btnBatchSave.Name = "btnBatchSave";
     this.btnBatchSave.Size = new System.Drawing.Size(75, 23);
     this.btnBatchSave.TabIndex = 14;
     this.btnBatchSave.Text = "保存(&S)";
     this.btnBatchSave.UseVisualStyleBackColor = true;
     this.btnBatchSave.Click += new System.EventHandler(this.btnBatchSave_Click);
     //
     // btnSearch
     //
     this.btnSearch.Location = new System.Drawing.Point(290, 21);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(75, 23);
     this.btnSearch.TabIndex = 2;
     this.btnSearch.Text = "查询(&F)";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // pnlOrganize
     //
     this.pnlOrganize.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlOrganize.Controls.Add(this.grdOrganize);
     this.pnlOrganize.Controls.Add(this.splOrganize);
     this.pnlOrganize.Controls.Add(this.tvOrganize);
     this.pnlOrganize.Location = new System.Drawing.Point(8, 60);
     this.pnlOrganize.Name = "pnlOrganize";
     this.pnlOrganize.Size = new System.Drawing.Size(951, 478);
     this.pnlOrganize.TabIndex = 1;
     //
     // grdOrganize
     //
     this.grdOrganize.AllowUserToAddRows = false;
     this.grdOrganize.AllowUserToDeleteRows = false;
     this.grdOrganize.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     this.grdOrganize.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.grdOrganize.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdOrganize.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colCode,
     this.colFullName,
     this.colIsInnerOrganize,
     this.colDescription});
     this.grdOrganize.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdOrganize.Location = new System.Drawing.Point(263, 0);
     this.grdOrganize.MultiSelect = false;
     this.grdOrganize.Name = "grdOrganize";
     this.grdOrganize.RowTemplate.Height = 23;
     this.grdOrganize.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdOrganize.Size = new System.Drawing.Size(688, 478);
     this.grdOrganize.TabIndex = 2;
     this.grdOrganize.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdOrganize_CellDoubleClick);
     this.grdOrganize.Sorted += new System.EventHandler(this.grdOrganize_Sorted);
     this.grdOrganize.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.grdOrganize_UserDeletingRow);
     this.grdOrganize.Click += new System.EventHandler(this.grdOrganize_Click);
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.Frozen = true;
     this.colSelected.HeaderText = "选择";
     this.colSelected.Name = "colSelected";
     this.colSelected.Width = 50;
     //
     // colCode
     //
     this.colCode.DataPropertyName = "Code";
     this.colCode.Frozen = true;
     this.colCode.HeaderText = "编号";
     this.colCode.MaxInputLength = 20;
     this.colCode.Name = "colCode";
     this.colCode.ReadOnly = true;
     //
     // colFullName
     //
     this.colFullName.DataPropertyName = "FullName";
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.colFullName.DefaultCellStyle = dataGridViewCellStyle2;
     this.colFullName.FillWeight = 170F;
     this.colFullName.HeaderText = "名称";
     this.colFullName.MaxInputLength = 100;
     this.colFullName.Name = "colFullName";
     this.colFullName.Width = 170;
     //
     // colIsInnerOrganize
     //
     this.colIsInnerOrganize.DataPropertyName = "IsInnerOrganize";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     dataGridViewCellStyle3.NullValue = false;
     this.colIsInnerOrganize.DefaultCellStyle = dataGridViewCellStyle3;
     this.colIsInnerOrganize.FalseValue = "0";
     this.colIsInnerOrganize.HeaderText = "内部组织";
     this.colIsInnerOrganize.Name = "colIsInnerOrganize";
     this.colIsInnerOrganize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.colIsInnerOrganize.TrueValue = "1";
     //
     // colDescription
     //
     this.colDescription.DataPropertyName = "Description";
     dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.colDescription.DefaultCellStyle = dataGridViewCellStyle4;
     this.colDescription.HeaderText = "描述";
     this.colDescription.MaxInputLength = 200;
     this.colDescription.Name = "colDescription";
     this.colDescription.Width = 105;
     //
     // splOrganize
     //
     this.splOrganize.Location = new System.Drawing.Point(260, 0);
     this.splOrganize.Name = "splOrganize";
     this.splOrganize.Size = new System.Drawing.Size(3, 478);
     this.splOrganize.TabIndex = 8;
     this.splOrganize.TabStop = false;
     //
     // tvOrganize
     //
     this.tvOrganize.AllowDrop = true;
     this.tvOrganize.Dock = System.Windows.Forms.DockStyle.Left;
     this.tvOrganize.HotTracking = true;
     this.tvOrganize.ImageIndex = 0;
     this.tvOrganize.ImageList = this.imageList;
     this.tvOrganize.Location = new System.Drawing.Point(0, 0);
     this.tvOrganize.Name = "tvOrganize";
     this.tvOrganize.SelectedImageIndex = 1;
     this.tvOrganize.Size = new System.Drawing.Size(260, 478);
     this.tvOrganize.TabIndex = 1;
     this.tvOrganize.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.tvOrganize_ItemDrag);
     this.tvOrganize.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvOrganize_AfterSelect);
     this.tvOrganize.Click += new System.EventHandler(this.tvOrganize_Click);
     this.tvOrganize.DragDrop += new System.Windows.Forms.DragEventHandler(this.tvOrganize_DragDrop);
     this.tvOrganize.DragEnter += new System.Windows.Forms.DragEventHandler(this.tvOrganize_DragEnter);
     this.tvOrganize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvOrganize_MouseDown);
     //
     // btnBatchDelete
     //
     this.btnBatchDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatchDelete.Enabled = false;
     this.btnBatchDelete.Location = new System.Drawing.Point(724, 545);
     this.btnBatchDelete.Name = "btnBatchDelete";
     this.btnBatchDelete.Size = new System.Drawing.Size(75, 23);
     this.btnBatchDelete.TabIndex = 13;
     this.btnBatchDelete.Text = "删除(&D)";
     this.btnBatchDelete.UseVisualStyleBackColor = true;
     this.btnBatchDelete.Click += new System.EventHandler(this.btnBatchDelete_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Enabled = false;
     this.btnAdd.Location = new System.Drawing.Point(483, 545);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 9;
     this.btnAdd.Text = "添加(&A)...";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnMove
     //
     this.btnMove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnMove.Enabled = false;
     this.btnMove.Location = new System.Drawing.Point(644, 545);
     this.btnMove.Name = "btnMove";
     this.btnMove.Size = new System.Drawing.Size(75, 23);
     this.btnMove.TabIndex = 11;
     this.btnMove.Text = "移动(&M)...";
     this.btnMove.UseVisualStyleBackColor = true;
     this.btnMove.Click += new System.EventHandler(this.btnMove_Click);
     //
     // btnEdit
     //
     this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdit.Enabled = false;
     this.btnEdit.Location = new System.Drawing.Point(564, 545);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(75, 23);
     this.btnEdit.TabIndex = 10;
     this.btnEdit.Text = "编辑(&E)...";
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // ucTableSort
     //
     this.ucTableSort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ucTableSort.Location = new System.Drawing.Point(172, 543);
     this.ucTableSort.Margin = new System.Windows.Forms.Padding(0);
     this.ucTableSort.Name = "ucTableSort";
     this.ucTableSort.OEntityId = null;
     this.ucTableSort.Padding = new System.Windows.Forms.Padding(1);
     this.ucTableSort.SetBottomEnabled = false;
     this.ucTableSort.SetDownEnabled = false;
     this.ucTableSort.SetTopEnabled = false;
     this.ucTableSort.SetUpEnabled = false;
     this.ucTableSort.Size = new System.Drawing.Size(99, 26);
     this.ucTableSort.TabIndex = 8;
     //
     // FrmOrganizePermissionAdmin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(967, 572);
     this.Controls.Add(this.btnPermission);
     this.Controls.Add(this.btnInvertSelect);
     this.Controls.Add(this.btnSelectAll);
     this.Controls.Add(this.chkInnerOrganize);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.chkRefresh);
     this.Controls.Add(this.lblContents);
     this.Controls.Add(this.ucTableSort);
     this.Controls.Add(this.txtSearch);
     this.Controls.Add(this.btnBatchSave);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.pnlOrganize);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnBatchDelete);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.btnMove);
     this.Controls.Add(this.btnEdit);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.Name = "FrmOrganizePermissionAdmin";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "组织机构权限管理";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmOrganizeAdmin_FormClosing);
     this.cMnuOrganize.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.pnlOrganize.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdOrganize)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 5
0
 /// <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(ApplicationDate));
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.mcalCurrentDate = new System.Windows.Forms.MonthCalendar();
     this.lblCurrentDateLabel = new System.Windows.Forms.Label();
     this.lblCurentDate = new System.Windows.Forms.Label();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // splitter1
     //
     resources.ApplyResources(this.splitter1, "splitter1");
     this.splitter1.Name = "splitter1";
     this.splitter1.TabStop = false;
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Controls.Add(this.mcalCurrentDate);
     this.groupBox2.Controls.Add(this.lblCurrentDateLabel);
     this.groupBox2.Controls.Add(this.lblCurentDate);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // mcalCurrentDate
     //
     this.mcalCurrentDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     resources.ApplyResources(this.mcalCurrentDate, "mcalCurrentDate");
     this.mcalCurrentDate.MaxSelectionCount = 1;
     this.mcalCurrentDate.Name = "mcalCurrentDate";
     this.mcalCurrentDate.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.mcalCurrentDate_DateSelected);
     this.mcalCurrentDate.MouseUp += new System.Windows.Forms.MouseEventHandler(this.mcalCurrentDate_MouseUp);
     this.mcalCurrentDate.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcalCurrentDate_DateChanged);
     //
     // lblCurrentDateLabel
     //
     this.lblCurrentDateLabel.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.lblCurrentDateLabel, "lblCurrentDateLabel");
     this.lblCurrentDateLabel.Name = "lblCurrentDateLabel";
     //
     // lblCurentDate
     //
     this.lblCurentDate.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this.lblCurentDate, "lblCurentDate");
     this.lblCurentDate.Name = "lblCurentDate";
     //
     // ApplicationDate
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.splitter1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ApplicationDate";
     this.Load += new System.EventHandler(this.ApplicationDate_Load);
     this.Controls.SetChildIndex(this.splitter1, 0);
     this.Controls.SetChildIndex(this.groupBox2, 0);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel5 = new System.Windows.Forms.Panel();
     this.label13 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnCreateReport = new System.Windows.Forms.Button();
     this.btnPrev = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.panel3 = new System.Windows.Forms.Panel();
     this.panel4 = new System.Windows.Forms.Panel();
     this.btnAddNotification = new System.Windows.Forms.Button();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.btnPensionAndDeath = new System.Windows.Forms.Button();
     this.cbxPensionAndDeath = new System.Windows.Forms.CheckBox();
     this.btnReAppoinment = new System.Windows.Forms.Button();
     this.cbxReAppoinment = new System.Windows.Forms.CheckBox();
     this.btnResignation = new System.Windows.Forms.Button();
     this.cbxResignation = new System.Windows.Forms.CheckBox();
     this.btnInterdict = new System.Windows.Forms.Button();
     this.cbxInterdict = new System.Windows.Forms.CheckBox();
     this.btnJobStatus = new System.Windows.Forms.Button();
     this.cbxJobStatus = new System.Windows.Forms.CheckBox();
     this.btnTraining = new System.Windows.Forms.Button();
     this.cbxTraining = new System.Windows.Forms.CheckBox();
     this.btnDisciplinaryAction = new System.Windows.Forms.Button();
     this.cbxDeciplinaryAction = new System.Windows.Forms.CheckBox();
     this.btnLeaveRequest = new System.Windows.Forms.Button();
     this.cbxLeaveRequest = new System.Windows.Forms.CheckBox();
     this.btnVisaDetails = new System.Windows.Forms.Button();
     this.cbxVisaDetails = new System.Windows.Forms.CheckBox();
     this.btnEditDetails = new System.Windows.Forms.Button();
     this.imgEmployee = new System.Windows.Forms.PictureBox();
     this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label4 = new System.Windows.Forms.Label();
     this.employee_nic = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.employee_name = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.employee_no = new System.Windows.Forms.ComboBox();
     this.panel9 = new System.Windows.Forms.Panel();
     this.label17 = new System.Windows.Forms.Label();
     this.panel12 = new System.Windows.Forms.Panel();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.marry_date = new System.Windows.Forms.DateTimePicker();
     this.dob_date = new System.Windows.Forms.DateTimePicker();
     this.label21 = new System.Windows.Forms.Label();
     this.blood_group = new System.Windows.Forms.ComboBox();
     this.label18 = new System.Windows.Forms.Label();
     this.religion = new System.Windows.Forms.TextBox();
     this.date_issued = new System.Windows.Forms.TextBox();
     this.old_employee_no = new System.Windows.Forms.TextBox();
     this.place_of_birth = new System.Windows.Forms.TextBox();
     this.initials = new System.Windows.Forms.TextBox();
     this.first_name = new System.Windows.Forms.TextBox();
     this.last_name = new System.Windows.Forms.TextBox();
     this.nic_no = new System.Windows.Forms.TextBox();
     this.nationality = new System.Windows.Forms.TextBox();
     this.epf_no = new System.Windows.Forms.TextBox();
     this.txt_em_no = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.action_status = new System.Windows.Forms.ComboBox();
     this.married = new System.Windows.Forms.CheckBox();
     this.label25 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.occupation = new System.Windows.Forms.ComboBox();
     this.employee_type = new System.Windows.Forms.ComboBox();
     this.label31 = new System.Windows.Forms.Label();
     this.label32 = new System.Windows.Forms.Label();
     this.label33 = new System.Windows.Forms.Label();
     this.label34 = new System.Windows.Forms.Label();
     this.salutation = new System.Windows.Forms.ComboBox();
     this.label35 = new System.Windows.Forms.Label();
     this.label36 = new System.Windows.Forms.Label();
     this.label37 = new System.Windows.Forms.Label();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.label38 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.cur_email = new System.Windows.Forms.TextBox();
     this.cur_fax = new System.Windows.Forms.TextBox();
     this.cur_mobile = new System.Windows.Forms.TextBox();
     this.cur_teleophone = new System.Windows.Forms.TextBox();
     this.cur_city = new System.Windows.Forms.TextBox();
     this.cur_address = new System.Windows.Forms.TextBox();
     this.cur_home_no = new System.Windows.Forms.TextBox();
     this.perm_email = new System.Windows.Forms.TextBox();
     this.perm_fax = new System.Windows.Forms.TextBox();
     this.perm_mobile = new System.Windows.Forms.TextBox();
     this.perm_teleophone = new System.Windows.Forms.TextBox();
     this.perm_city = new System.Windows.Forms.TextBox();
     this.perm_address = new System.Windows.Forms.TextBox();
     this.perm_home_no = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.label42 = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.cur_polling_division = new System.Windows.Forms.ComboBox();
     this.label44 = new System.Windows.Forms.Label();
     this.cur_grama = new System.Windows.Forms.ComboBox();
     this.label45 = new System.Windows.Forms.Label();
     this.cur_uc = new System.Windows.Forms.ComboBox();
     this.label46 = new System.Windows.Forms.Label();
     this.cur_district = new System.Windows.Forms.ComboBox();
     this.label47 = new System.Windows.Forms.Label();
     this.cur_province = new System.Windows.Forms.ComboBox();
     this.label48 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.label52 = new System.Windows.Forms.Label();
     this.label53 = new System.Windows.Forms.Label();
     this.label54 = new System.Windows.Forms.Label();
     this.label55 = new System.Windows.Forms.Label();
     this.label56 = new System.Windows.Forms.Label();
     this.perm_polling_division = new System.Windows.Forms.ComboBox();
     this.label57 = new System.Windows.Forms.Label();
     this.perm_grama = new System.Windows.Forms.ComboBox();
     this.label58 = new System.Windows.Forms.Label();
     this.perm_uc = new System.Windows.Forms.ComboBox();
     this.label59 = new System.Windows.Forms.Label();
     this.perm_district = new System.Windows.Forms.ComboBox();
     this.label60 = new System.Windows.Forms.Label();
     this.perm_province = new System.Windows.Forms.ComboBox();
     this.label61 = new System.Windows.Forms.Label();
     this.label62 = new System.Windows.Forms.Label();
     this.label63 = new System.Windows.Forms.Label();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.depend_date_of_post_date = new System.Windows.Forms.DateTimePicker();
     this.depend_medical = new System.Windows.Forms.CheckBox();
     this.depend_deathade = new System.Windows.Forms.CheckBox();
     this.label69 = new System.Windows.Forms.Label();
     this.depend_office_tp = new System.Windows.Forms.TextBox();
     this.depend_official_address = new System.Windows.Forms.TextBox();
     this.depend_full_name = new System.Windows.Forms.TextBox();
     this.depend_marriage_certificate = new System.Windows.Forms.TextBox();
     this.depend_birth_certificate = new System.Windows.Forms.TextBox();
     this.depend_note = new System.Windows.Forms.TextBox();
     this.depend_education = new System.Windows.Forms.TextBox();
     this.depend_personal_tp = new System.Windows.Forms.TextBox();
     this.depend_personal_address = new System.Windows.Forms.TextBox();
     this.depend_nic_no = new System.Windows.Forms.TextBox();
     this.label68 = new System.Windows.Forms.Label();
     this.label67 = new System.Windows.Forms.Label();
     this.label66 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.label65 = new System.Windows.Forms.Label();
     this.label64 = new System.Windows.Forms.Label();
     this.label70 = new System.Windows.Forms.Label();
     this.label71 = new System.Windows.Forms.Label();
     this.depend_status = new System.Windows.Forms.ComboBox();
     this.label72 = new System.Windows.Forms.Label();
     this.label73 = new System.Windows.Forms.Label();
     this.label74 = new System.Windows.Forms.Label();
     this.label75 = new System.Windows.Forms.Label();
     this.label76 = new System.Windows.Forms.Label();
     this.depend_relation = new System.Windows.Forms.ComboBox();
     this.label77 = new System.Windows.Forms.Label();
     this.depend_salutation = new System.Windows.Forms.ComboBox();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.label81 = new System.Windows.Forms.Label();
     this.emg_employee_no = new System.Windows.Forms.TextBox();
     this.emg_office_tp = new System.Windows.Forms.TextBox();
     this.emg_mobile_no = new System.Windows.Forms.TextBox();
     this.emg_personal_tp = new System.Windows.Forms.TextBox();
     this.emg_official_address = new System.Windows.Forms.TextBox();
     this.emg_full_name = new System.Windows.Forms.TextBox();
     this.emg_personal_address = new System.Windows.Forms.TextBox();
     this.emg_nic_no = new System.Windows.Forms.TextBox();
     this.label80 = new System.Windows.Forms.Label();
     this.label79 = new System.Windows.Forms.Label();
     this.emg_priority = new System.Windows.Forms.ComboBox();
     this.label78 = new System.Windows.Forms.Label();
     this.emg_int_ext = new System.Windows.Forms.ComboBox();
     this.label82 = new System.Windows.Forms.Label();
     this.label83 = new System.Windows.Forms.Label();
     this.label84 = new System.Windows.Forms.Label();
     this.label85 = new System.Windows.Forms.Label();
     this.label86 = new System.Windows.Forms.Label();
     this.label87 = new System.Windows.Forms.Label();
     this.label88 = new System.Windows.Forms.Label();
     this.emg_relation = new System.Windows.Forms.ComboBox();
     this.label89 = new System.Windows.Forms.Label();
     this.emg_salutation = new System.Windows.Forms.ComboBox();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.wsd_date_of_post_date = new System.Windows.Forms.DateTimePicker();
     this.label90 = new System.Windows.Forms.Label();
     this.label91 = new System.Windows.Forms.Label();
     this.label92 = new System.Windows.Forms.Label();
     this.label93 = new System.Windows.Forms.Label();
     this.label94 = new System.Windows.Forms.Label();
     this.wsd_power = new System.Windows.Forms.ComboBox();
     this.wsd_post = new System.Windows.Forms.ComboBox();
     this.wsd_responsibility = new System.Windows.Forms.ComboBox();
     this.wsd_salary_station = new System.Windows.Forms.ComboBox();
     this.wsd_rank = new System.Windows.Forms.ComboBox();
     this.label95 = new System.Windows.Forms.Label();
     this.wsd_division = new System.Windows.Forms.ComboBox();
     this.label96 = new System.Windows.Forms.Label();
     this.panel6 = new System.Windows.Forms.Panel();
     this.label122 = new System.Windows.Forms.Label();
     this.tabControl2 = new System.Windows.Forms.TabControl();
     this.tabPersonalDetails = new System.Windows.Forms.TabPage();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label142 = new System.Windows.Forms.Label();
     this.label143 = new System.Windows.Forms.Label();
     this.label144 = new System.Windows.Forms.Label();
     this.label145 = new System.Windows.Forms.Label();
     this.label146 = new System.Windows.Forms.Label();
     this.label147 = new System.Windows.Forms.Label();
     this.label148 = new System.Windows.Forms.Label();
     this.label149 = new System.Windows.Forms.Label();
     this.label150 = new System.Windows.Forms.Label();
     this.label151 = new System.Windows.Forms.Label();
     this.label152 = new System.Windows.Forms.Label();
     this.label153 = new System.Windows.Forms.Label();
     this.label154 = new System.Windows.Forms.Label();
     this.label155 = new System.Windows.Forms.Label();
     this.label156 = new System.Windows.Forms.Label();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.label10 = new System.Windows.Forms.Label();
     this.qual_highest_qualification = new System.Windows.Forms.CheckBox();
     this.label8 = new System.Windows.Forms.Label();
     this.qual_year = new System.Windows.Forms.TextBox();
     this.qual_qualification = new System.Windows.Forms.TextBox();
     this.qual_note = new System.Windows.Forms.TextBox();
     this.qual_months = new System.Windows.Forms.TextBox();
     this.qualification_no = new System.Windows.Forms.TextBox();
     this.qual_institute = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.qual_status = new System.Windows.Forms.ComboBox();
     this.qual_occupation_relevant = new System.Windows.Forms.CheckBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.we_date_perma_date = new System.Windows.Forms.DateTimePicker();
     this.we_date_to_date = new System.Windows.Forms.DateTimePicker();
     this.we_date_from_date = new System.Windows.Forms.DateTimePicker();
     this.label16 = new System.Windows.Forms.Label();
     this.we_award = new System.Windows.Forms.TextBox();
     this.we_responsibility = new System.Windows.Forms.TextBox();
     this.we_resign_reason = new System.Windows.Forms.TextBox();
     this.we_contact = new System.Windows.Forms.TextBox();
     this.we_department = new System.Windows.Forms.TextBox();
     this.we_email = new System.Windows.Forms.TextBox();
     this.we_telephone = new System.Windows.Forms.TextBox();
     this.we_address = new System.Windows.Forms.TextBox();
     this.we_institute = new System.Windows.Forms.TextBox();
     this.label97 = new System.Windows.Forms.Label();
     this.label98 = new System.Windows.Forms.Label();
     this.we_occupation_relevant = new System.Windows.Forms.CheckBox();
     this.label99 = new System.Windows.Forms.Label();
     this.label100 = new System.Windows.Forms.Label();
     this.label101 = new System.Windows.Forms.Label();
     this.label102 = new System.Windows.Forms.Label();
     this.label103 = new System.Windows.Forms.Label();
     this.label104 = new System.Windows.Forms.Label();
     this.label105 = new System.Windows.Forms.Label();
     this.label106 = new System.Windows.Forms.Label();
     this.label107 = new System.Windows.Forms.Label();
     this.tabPage8 = new System.Windows.Forms.TabPage();
     this.label108 = new System.Windows.Forms.Label();
     this.ea_award = new System.Windows.Forms.TextBox();
     this.ea_method = new System.Windows.Forms.TextBox();
     this.label109 = new System.Windows.Forms.Label();
     this.ea_type = new System.Windows.Forms.ComboBox();
     this.label110 = new System.Windows.Forms.Label();
     this.tabPage9 = new System.Windows.Forms.TabPage();
     this.member_active_date_insti_date = new System.Windows.Forms.DateTimePicker();
     this.member_active_date_person_date = new System.Windows.Forms.DateTimePicker();
     this.member_renewal_date = new System.Windows.Forms.DateTimePicker();
     this.member_begin_date_date = new System.Windows.Forms.DateTimePicker();
     this.label111 = new System.Windows.Forms.Label();
     this.label112 = new System.Windows.Forms.Label();
     this.member_institutional_payment = new System.Windows.Forms.CheckBox();
     this.member_personal_payment = new System.Windows.Forms.CheckBox();
     this.label113 = new System.Windows.Forms.Label();
     this.member_status = new System.Windows.Forms.ComboBox();
     this.label114 = new System.Windows.Forms.Label();
     this.label115 = new System.Windows.Forms.Label();
     this.label116 = new System.Windows.Forms.Label();
     this.member_contribution = new System.Windows.Forms.TextBox();
     this.member_id = new System.Windows.Forms.TextBox();
     this.member_institute = new System.Windows.Forms.TextBox();
     this.label117 = new System.Windows.Forms.Label();
     this.label118 = new System.Windows.Forms.Label();
     this.member_method = new System.Windows.Forms.ComboBox();
     this.label119 = new System.Windows.Forms.Label();
     this.memebr_post_name = new System.Windows.Forms.ComboBox();
     this.label120 = new System.Windows.Forms.Label();
     this.tabPage10 = new System.Windows.Forms.TabPage();
     this.button3 = new System.Windows.Forms.Button();
     this.label121 = new System.Windows.Forms.Label();
     this.language_name = new System.Windows.Forms.ComboBox();
     this.panel7 = new System.Windows.Forms.Panel();
     this.label141 = new System.Windows.Forms.Label();
     this.tabControl3 = new System.Windows.Forms.TabControl();
     this.tabPage11 = new System.Windows.Forms.TabPage();
     this.bank_account_closed_year = new System.Windows.Forms.DateTimePicker();
     this.bank_account_started_year = new System.Windows.Forms.DateTimePicker();
     this.label129 = new System.Windows.Forms.Label();
     this.bank_qualified_year = new System.Windows.Forms.TextBox();
     this.bank_qualification = new System.Windows.Forms.TextBox();
     this.label130 = new System.Windows.Forms.Label();
     this.label123 = new System.Windows.Forms.Label();
     this.bank_account_name = new System.Windows.Forms.TextBox();
     this.label124 = new System.Windows.Forms.Label();
     this.bank_account_type = new System.Windows.Forms.ComboBox();
     this.bank_name = new System.Windows.Forms.ComboBox();
     this.label125 = new System.Windows.Forms.Label();
     this.bank_branch_name = new System.Windows.Forms.TextBox();
     this.label126 = new System.Windows.Forms.Label();
     this.label127 = new System.Windows.Forms.Label();
     this.label128 = new System.Windows.Forms.Label();
     this.tabPage12 = new System.Windows.Forms.TabPage();
     this.insurance_ended_year = new System.Windows.Forms.DateTimePicker();
     this.insurance_started_date = new System.Windows.Forms.DateTimePicker();
     this.insurance_type = new System.Windows.Forms.ComboBox();
     this.label131 = new System.Windows.Forms.Label();
     this.label132 = new System.Windows.Forms.Label();
     this.insurance_notes = new System.Windows.Forms.TextBox();
     this.label133 = new System.Windows.Forms.Label();
     this.insurance_value = new System.Windows.Forms.TextBox();
     this.label134 = new System.Windows.Forms.Label();
     this.label135 = new System.Windows.Forms.Label();
     this.tabPage13 = new System.Windows.Forms.TabPage();
     this.label136 = new System.Windows.Forms.Label();
     this.label137 = new System.Windows.Forms.Label();
     this.tax_no = new System.Windows.Forms.TextBox();
     this.tax_status = new System.Windows.Forms.ComboBox();
     this.label138 = new System.Windows.Forms.Label();
     this.tax_notes = new System.Windows.Forms.TextBox();
     this.tax_type = new System.Windows.Forms.TextBox();
     this.label139 = new System.Windows.Forms.Label();
     this.tax_paying_method = new System.Windows.Forms.ComboBox();
     this.label140 = new System.Windows.Forms.Label();
     this.panel8 = new System.Windows.Forms.Panel();
     this.label169 = new System.Windows.Forms.Label();
     this.tabControl4 = new System.Windows.Forms.TabControl();
     this.tabPage14 = new System.Windows.Forms.TabPage();
     this.remun_salary_increase_date = new System.Windows.Forms.DateTimePicker();
     this.label157 = new System.Windows.Forms.Label();
     this.label158 = new System.Windows.Forms.Label();
     this.label159 = new System.Windows.Forms.Label();
     this.label160 = new System.Windows.Forms.Label();
     this.label161 = new System.Windows.Forms.Label();
     this.label170 = new System.Windows.Forms.Label();
     this.label171 = new System.Windows.Forms.Label();
     this.label172 = new System.Windows.Forms.Label();
     this.label173 = new System.Windows.Forms.Label();
     this.label174 = new System.Windows.Forms.Label();
     this.label175 = new System.Windows.Forms.Label();
     this.label176 = new System.Windows.Forms.Label();
     this.label177 = new System.Windows.Forms.Label();
     this.label178 = new System.Windows.Forms.Label();
     this.label179 = new System.Windows.Forms.Label();
     this.label180 = new System.Windows.Forms.Label();
     this.label181 = new System.Windows.Forms.Label();
     this.remun_salary_slip_no = new System.Windows.Forms.TextBox();
     this.remun_salary_grade = new System.Windows.Forms.TextBox();
     this.remun_transport_allowance = new System.Windows.Forms.TextBox();
     this.remun_basic_salary = new System.Windows.Forms.TextBox();
     this.label182 = new System.Windows.Forms.Label();
     this.label183 = new System.Windows.Forms.Label();
     this.remun_mobile_phone_allowance = new System.Windows.Forms.TextBox();
     this.remun_current_total_salary = new System.Windows.Forms.TextBox();
     this.remun_salary_increase_amount = new System.Windows.Forms.TextBox();
     this.remun_fuel_allowance = new System.Windows.Forms.TextBox();
     this.remun_other_allowance = new System.Windows.Forms.TextBox();
     this.remun_housing_allowance = new System.Windows.Forms.TextBox();
     this.tabPage15 = new System.Windows.Forms.TabPage();
     this.cash_issued_date = new System.Windows.Forms.DateTimePicker();
     this.label184 = new System.Windows.Forms.Label();
     this.label185 = new System.Windows.Forms.Label();
     this.label186 = new System.Windows.Forms.Label();
     this.cash_issued_price = new System.Windows.Forms.TextBox();
     this.cash_approved_benefit = new System.Windows.Forms.TextBox();
     this.tabPage16 = new System.Windows.Forms.TabPage();
     this.noncash_issued_date = new System.Windows.Forms.DateTimePicker();
     this.label187 = new System.Windows.Forms.Label();
     this.label188 = new System.Windows.Forms.Label();
     this.label189 = new System.Windows.Forms.Label();
     this.label190 = new System.Windows.Forms.Label();
     this.noncash_price = new System.Windows.Forms.TextBox();
     this.noncash_quantity = new System.Windows.Forms.TextBox();
     this.noncash_approved_benefit = new System.Windows.Forms.TextBox();
     this.panel11 = new System.Windows.Forms.Panel();
     this.label197 = new System.Windows.Forms.Label();
     this.panel10 = new System.Windows.Forms.Panel();
     this.passport_renewal_date = new System.Windows.Forms.DateTimePicker();
     this.passport_issued_date = new System.Windows.Forms.DateTimePicker();
     this.passport_status_deactive = new System.Windows.Forms.RadioButton();
     this.passport_status_active = new System.Windows.Forms.RadioButton();
     this.label162 = new System.Windows.Forms.Label();
     this.label163 = new System.Windows.Forms.Label();
     this.label164 = new System.Windows.Forms.Label();
     this.label165 = new System.Windows.Forms.Label();
     this.label166 = new System.Windows.Forms.Label();
     this.label167 = new System.Windows.Forms.Label();
     this.label168 = new System.Windows.Forms.Label();
     this.passport_post = new System.Windows.Forms.TextBox();
     this.passport_rank = new System.Windows.Forms.TextBox();
     this.passport_issued_place = new System.Windows.Forms.TextBox();
     this.passport_no = new System.Windows.Forms.TextBox();
     this.panel5.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgEmployee)).BeginInit();
     this.flowLayoutPanel.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel12.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.tabPersonalDetails.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.tabPage7.SuspendLayout();
     this.tabPage8.SuspendLayout();
     this.tabPage9.SuspendLayout();
     this.tabPage10.SuspendLayout();
     this.panel7.SuspendLayout();
     this.tabControl3.SuspendLayout();
     this.tabPage11.SuspendLayout();
     this.tabPage12.SuspendLayout();
     this.tabPage13.SuspendLayout();
     this.panel8.SuspendLayout();
     this.tabControl4.SuspendLayout();
     this.tabPage14.SuspendLayout();
     this.tabPage15.SuspendLayout();
     this.tabPage16.SuspendLayout();
     this.panel11.SuspendLayout();
     this.panel10.SuspendLayout();
     this.SuspendLayout();
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.Teal;
     this.panel5.Controls.Add(this.label13);
     this.panel5.Controls.Add(this.label1);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(1360, 60);
     this.panel5.TabIndex = 4;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(109, 9);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(121, 45);
     this.label13.TabIndex = 1;
     this.label13.Text = "Details";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.LightGray;
     this.label1.Location = new System.Drawing.Point(2, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(120, 45);
     this.label1.TabIndex = 0;
     this.label1.Text = "Search";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Teal;
     this.panel2.Controls.Add(this.btnCreateReport);
     this.panel2.Controls.Add(this.btnPrev);
     this.panel2.Controls.Add(this.btnSave);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.ForeColor = System.Drawing.Color.Teal;
     this.panel2.Location = new System.Drawing.Point(0, 708);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1360, 60);
     this.panel2.TabIndex = 5;
     //
     // btnCreateReport
     //
     this.btnCreateReport.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnCreateReport.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.btnCreateReport.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btnCreateReport.Location = new System.Drawing.Point(1172, 13);
     this.btnCreateReport.Name = "btnCreateReport";
     this.btnCreateReport.Size = new System.Drawing.Size(164, 35);
     this.btnCreateReport.TabIndex = 4;
     this.btnCreateReport.Text = "වාර්තාව";
     this.btnCreateReport.UseVisualStyleBackColor = false;
     this.btnCreateReport.Click += new System.EventHandler(this.btnCreateReport_Click);
     //
     // btnPrev
     //
     this.btnPrev.AutoSize = true;
     this.btnPrev.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnPrev.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrev.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btnPrev.Location = new System.Drawing.Point(8, 10);
     this.btnPrev.Name = "btnPrev";
     this.btnPrev.Size = new System.Drawing.Size(75, 42);
     this.btnPrev.TabIndex = 3;
     this.btnPrev.Text = "Previous";
     this.btnPrev.UseVisualStyleBackColor = false;
     this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
     //
     // btnSave
     //
     this.btnSave.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnSave.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSave.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btnSave.Location = new System.Drawing.Point(1002, 13);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(164, 35);
     this.btnSave.TabIndex = 0;
     this.btnSave.Text = "තැන්පතු කරන්න ";
     this.btnSave.UseVisualStyleBackColor = false;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Location = new System.Drawing.Point(0, 66);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(277, 702);
     this.panel3.TabIndex = 6;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.panel4.Controls.Add(this.btnAddNotification);
     this.panel4.Controls.Add(this.splitter1);
     this.panel4.Controls.Add(this.btnPensionAndDeath);
     this.panel4.Controls.Add(this.cbxPensionAndDeath);
     this.panel4.Controls.Add(this.btnReAppoinment);
     this.panel4.Controls.Add(this.cbxReAppoinment);
     this.panel4.Controls.Add(this.btnResignation);
     this.panel4.Controls.Add(this.cbxResignation);
     this.panel4.Controls.Add(this.btnInterdict);
     this.panel4.Controls.Add(this.cbxInterdict);
     this.panel4.Controls.Add(this.btnJobStatus);
     this.panel4.Controls.Add(this.cbxJobStatus);
     this.panel4.Controls.Add(this.btnTraining);
     this.panel4.Controls.Add(this.cbxTraining);
     this.panel4.Controls.Add(this.btnDisciplinaryAction);
     this.panel4.Controls.Add(this.cbxDeciplinaryAction);
     this.panel4.Controls.Add(this.btnLeaveRequest);
     this.panel4.Controls.Add(this.cbxLeaveRequest);
     this.panel4.Controls.Add(this.btnVisaDetails);
     this.panel4.Controls.Add(this.cbxVisaDetails);
     this.panel4.Controls.Add(this.btnEditDetails);
     this.panel4.Location = new System.Drawing.Point(7, -2);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(278, 638);
     this.panel4.TabIndex = 6;
     //
     // btnAddNotification
     //
     this.btnAddNotification.BackColor = System.Drawing.Color.Teal;
     this.btnAddNotification.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAddNotification.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAddNotification.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnAddNotification.Location = new System.Drawing.Point(5, 93);
     this.btnAddNotification.Name = "btnAddNotification";
     this.btnAddNotification.Size = new System.Drawing.Size(262, 87);
     this.btnAddNotification.TabIndex = 20;
     this.btnAddNotification.Text = "Add Notification";
     this.btnAddNotification.UseVisualStyleBackColor = false;
     this.btnAddNotification.Click += new System.EventHandler(this.btnAddNotification_Click);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 638);
     this.splitter1.TabIndex = 19;
     this.splitter1.TabStop = false;
     //
     // btnPensionAndDeath
     //
     this.btnPensionAndDeath.BackColor = System.Drawing.Color.Teal;
     this.btnPensionAndDeath.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPensionAndDeath.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPensionAndDeath.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnPensionAndDeath.Location = new System.Drawing.Point(45, 584);
     this.btnPensionAndDeath.Name = "btnPensionAndDeath";
     this.btnPensionAndDeath.Size = new System.Drawing.Size(222, 42);
     this.btnPensionAndDeath.TabIndex = 18;
     this.btnPensionAndDeath.Text = "Pension and Death";
     this.btnPensionAndDeath.UseVisualStyleBackColor = false;
     this.btnPensionAndDeath.Click += new System.EventHandler(this.btnPensionAndDeath_Click);
     //
     // cbxPensionAndDeath
     //
     this.cbxPensionAndDeath.AutoSize = true;
     this.cbxPensionAndDeath.Location = new System.Drawing.Point(17, 598);
     this.cbxPensionAndDeath.Name = "cbxPensionAndDeath";
     this.cbxPensionAndDeath.Size = new System.Drawing.Size(15, 14);
     this.cbxPensionAndDeath.TabIndex = 17;
     this.cbxPensionAndDeath.UseVisualStyleBackColor = true;
     //
     // btnReAppoinment
     //
     this.btnReAppoinment.BackColor = System.Drawing.Color.Teal;
     this.btnReAppoinment.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnReAppoinment.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnReAppoinment.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnReAppoinment.Location = new System.Drawing.Point(45, 536);
     this.btnReAppoinment.Name = "btnReAppoinment";
     this.btnReAppoinment.Size = new System.Drawing.Size(222, 42);
     this.btnReAppoinment.TabIndex = 16;
     this.btnReAppoinment.Text = "Re-appoinment";
     this.btnReAppoinment.UseVisualStyleBackColor = false;
     this.btnReAppoinment.Click += new System.EventHandler(this.btnReAppoinment_Click);
     //
     // cbxReAppoinment
     //
     this.cbxReAppoinment.AutoSize = true;
     this.cbxReAppoinment.Location = new System.Drawing.Point(17, 550);
     this.cbxReAppoinment.Name = "cbxReAppoinment";
     this.cbxReAppoinment.Size = new System.Drawing.Size(15, 14);
     this.cbxReAppoinment.TabIndex = 15;
     this.cbxReAppoinment.UseVisualStyleBackColor = true;
     //
     // btnResignation
     //
     this.btnResignation.BackColor = System.Drawing.Color.Teal;
     this.btnResignation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnResignation.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnResignation.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnResignation.Location = new System.Drawing.Point(45, 488);
     this.btnResignation.Name = "btnResignation";
     this.btnResignation.Size = new System.Drawing.Size(222, 42);
     this.btnResignation.TabIndex = 14;
     this.btnResignation.Text = "Resignation";
     this.btnResignation.UseVisualStyleBackColor = false;
     this.btnResignation.Click += new System.EventHandler(this.btnResignation_Click);
     //
     // cbxResignation
     //
     this.cbxResignation.AutoSize = true;
     this.cbxResignation.Location = new System.Drawing.Point(17, 502);
     this.cbxResignation.Name = "cbxResignation";
     this.cbxResignation.Size = new System.Drawing.Size(15, 14);
     this.cbxResignation.TabIndex = 13;
     this.cbxResignation.UseVisualStyleBackColor = true;
     //
     // btnInterdict
     //
     this.btnInterdict.BackColor = System.Drawing.Color.Teal;
     this.btnInterdict.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnInterdict.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnInterdict.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnInterdict.Location = new System.Drawing.Point(45, 440);
     this.btnInterdict.Name = "btnInterdict";
     this.btnInterdict.Size = new System.Drawing.Size(222, 42);
     this.btnInterdict.TabIndex = 12;
     this.btnInterdict.Text = "Interdict/Suspend";
     this.btnInterdict.UseVisualStyleBackColor = false;
     this.btnInterdict.Click += new System.EventHandler(this.btnInterdict_Click);
     //
     // cbxInterdict
     //
     this.cbxInterdict.AutoSize = true;
     this.cbxInterdict.Location = new System.Drawing.Point(17, 454);
     this.cbxInterdict.Name = "cbxInterdict";
     this.cbxInterdict.Size = new System.Drawing.Size(15, 14);
     this.cbxInterdict.TabIndex = 11;
     this.cbxInterdict.UseVisualStyleBackColor = true;
     //
     // btnJobStatus
     //
     this.btnJobStatus.BackColor = System.Drawing.Color.Teal;
     this.btnJobStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnJobStatus.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnJobStatus.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnJobStatus.Location = new System.Drawing.Point(45, 392);
     this.btnJobStatus.Name = "btnJobStatus";
     this.btnJobStatus.Size = new System.Drawing.Size(222, 42);
     this.btnJobStatus.TabIndex = 10;
     this.btnJobStatus.Text = "Job Status";
     this.btnJobStatus.UseVisualStyleBackColor = false;
     this.btnJobStatus.Click += new System.EventHandler(this.btnJobStatus_Click);
     //
     // cbxJobStatus
     //
     this.cbxJobStatus.AutoSize = true;
     this.cbxJobStatus.Location = new System.Drawing.Point(17, 406);
     this.cbxJobStatus.Name = "cbxJobStatus";
     this.cbxJobStatus.Size = new System.Drawing.Size(15, 14);
     this.cbxJobStatus.TabIndex = 9;
     this.cbxJobStatus.UseVisualStyleBackColor = true;
     //
     // btnTraining
     //
     this.btnTraining.BackColor = System.Drawing.Color.Teal;
     this.btnTraining.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTraining.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTraining.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnTraining.Location = new System.Drawing.Point(45, 344);
     this.btnTraining.Name = "btnTraining";
     this.btnTraining.Size = new System.Drawing.Size(222, 42);
     this.btnTraining.TabIndex = 8;
     this.btnTraining.Text = "Training";
     this.btnTraining.UseVisualStyleBackColor = false;
     this.btnTraining.Click += new System.EventHandler(this.btnTraining_Click);
     //
     // cbxTraining
     //
     this.cbxTraining.AutoSize = true;
     this.cbxTraining.Location = new System.Drawing.Point(17, 358);
     this.cbxTraining.Name = "cbxTraining";
     this.cbxTraining.Size = new System.Drawing.Size(15, 14);
     this.cbxTraining.TabIndex = 7;
     this.cbxTraining.UseVisualStyleBackColor = true;
     //
     // btnDisciplinaryAction
     //
     this.btnDisciplinaryAction.BackColor = System.Drawing.Color.Teal;
     this.btnDisciplinaryAction.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnDisciplinaryAction.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDisciplinaryAction.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnDisciplinaryAction.Location = new System.Drawing.Point(45, 296);
     this.btnDisciplinaryAction.Name = "btnDisciplinaryAction";
     this.btnDisciplinaryAction.Size = new System.Drawing.Size(222, 42);
     this.btnDisciplinaryAction.TabIndex = 6;
     this.btnDisciplinaryAction.Text = "Deciplinary Action";
     this.btnDisciplinaryAction.UseVisualStyleBackColor = false;
     this.btnDisciplinaryAction.Click += new System.EventHandler(this.btnDisciplinaryAction_Click);
     //
     // cbxDeciplinaryAction
     //
     this.cbxDeciplinaryAction.AutoSize = true;
     this.cbxDeciplinaryAction.Location = new System.Drawing.Point(17, 310);
     this.cbxDeciplinaryAction.Name = "cbxDeciplinaryAction";
     this.cbxDeciplinaryAction.Size = new System.Drawing.Size(15, 14);
     this.cbxDeciplinaryAction.TabIndex = 5;
     this.cbxDeciplinaryAction.UseVisualStyleBackColor = true;
     //
     // btnLeaveRequest
     //
     this.btnLeaveRequest.BackColor = System.Drawing.Color.Teal;
     this.btnLeaveRequest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnLeaveRequest.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLeaveRequest.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnLeaveRequest.Location = new System.Drawing.Point(45, 248);
     this.btnLeaveRequest.Name = "btnLeaveRequest";
     this.btnLeaveRequest.Size = new System.Drawing.Size(222, 42);
     this.btnLeaveRequest.TabIndex = 4;
     this.btnLeaveRequest.Text = "Leave Request";
     this.btnLeaveRequest.UseVisualStyleBackColor = false;
     this.btnLeaveRequest.Click += new System.EventHandler(this.btnLeaveRequest_Click);
     //
     // cbxLeaveRequest
     //
     this.cbxLeaveRequest.AutoSize = true;
     this.cbxLeaveRequest.Location = new System.Drawing.Point(17, 262);
     this.cbxLeaveRequest.Name = "cbxLeaveRequest";
     this.cbxLeaveRequest.Size = new System.Drawing.Size(15, 14);
     this.cbxLeaveRequest.TabIndex = 3;
     this.cbxLeaveRequest.UseVisualStyleBackColor = true;
     //
     // btnVisaDetails
     //
     this.btnVisaDetails.BackColor = System.Drawing.Color.Teal;
     this.btnVisaDetails.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnVisaDetails.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnVisaDetails.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnVisaDetails.Location = new System.Drawing.Point(45, 200);
     this.btnVisaDetails.Name = "btnVisaDetails";
     this.btnVisaDetails.Size = new System.Drawing.Size(222, 42);
     this.btnVisaDetails.TabIndex = 2;
     this.btnVisaDetails.Text = "Visa Details";
     this.btnVisaDetails.UseVisualStyleBackColor = false;
     this.btnVisaDetails.Click += new System.EventHandler(this.btnVisaDetails_Click);
     //
     // cbxVisaDetails
     //
     this.cbxVisaDetails.AutoSize = true;
     this.cbxVisaDetails.Location = new System.Drawing.Point(17, 214);
     this.cbxVisaDetails.Name = "cbxVisaDetails";
     this.cbxVisaDetails.Size = new System.Drawing.Size(15, 14);
     this.cbxVisaDetails.TabIndex = 1;
     this.cbxVisaDetails.UseVisualStyleBackColor = true;
     //
     // btnEditDetails
     //
     this.btnEditDetails.BackColor = System.Drawing.Color.Teal;
     this.btnEditDetails.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnEditDetails.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnEditDetails.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnEditDetails.Location = new System.Drawing.Point(5, 0);
     this.btnEditDetails.Name = "btnEditDetails";
     this.btnEditDetails.Size = new System.Drawing.Size(262, 87);
     this.btnEditDetails.TabIndex = 0;
     this.btnEditDetails.Text = "Edit Details";
     this.btnEditDetails.UseVisualStyleBackColor = false;
     this.btnEditDetails.Click += new System.EventHandler(this.btnEditDetails_Click);
     //
     // imgEmployee
     //
     this.imgEmployee.ImageLocation = "C:\\Users\\Eranga\\Pictures\\FB Cover Photos & Profile Pics\\Google Profile Picture 00" +
     "2.bmp";
     this.imgEmployee.Location = new System.Drawing.Point(457, 14);
     this.imgEmployee.Name = "imgEmployee";
     this.imgEmployee.Size = new System.Drawing.Size(150, 154);
     this.imgEmployee.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.imgEmployee.TabIndex = 0;
     this.imgEmployee.TabStop = false;
     //
     // flowLayoutPanel
     //
     this.flowLayoutPanel.AutoScroll = true;
     this.flowLayoutPanel.Controls.Add(this.panel1);
     this.flowLayoutPanel.Controls.Add(this.panel9);
     this.flowLayoutPanel.Controls.Add(this.panel12);
     this.flowLayoutPanel.Controls.Add(this.tabControl1);
     this.flowLayoutPanel.Controls.Add(this.panel6);
     this.flowLayoutPanel.Controls.Add(this.tabControl2);
     this.flowLayoutPanel.Controls.Add(this.panel7);
     this.flowLayoutPanel.Controls.Add(this.tabControl3);
     this.flowLayoutPanel.Controls.Add(this.panel8);
     this.flowLayoutPanel.Controls.Add(this.tabControl4);
     this.flowLayoutPanel.Controls.Add(this.panel11);
     this.flowLayoutPanel.Controls.Add(this.panel10);
     this.flowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel.Location = new System.Drawing.Point(284, 61);
     this.flowLayoutPanel.Name = "flowLayoutPanel";
     this.flowLayoutPanel.Size = new System.Drawing.Size(1076, 626);
     this.flowLayoutPanel.TabIndex = 7;
     this.flowLayoutPanel.WrapContents = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.LightGray;
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.employee_nic);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.employee_name);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.employee_no);
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1049, 78);
     this.panel1.TabIndex = 0;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label4.Location = new System.Drawing.Point(765, 23);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(104, 23);
     this.label4.TabIndex = 10;
     this.label4.Text = "ජා.හැ. අංකය";
     //
     // employee_nic
     //
     this.employee_nic.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.employee_nic.FormattingEnabled = true;
     this.employee_nic.Location = new System.Drawing.Point(875, 20);
     this.employee_nic.Name = "employee_nic";
     this.employee_nic.Size = new System.Drawing.Size(150, 32);
     this.employee_nic.TabIndex = 11;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label3.Location = new System.Drawing.Point(359, 23);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(38, 23);
     this.label3.TabIndex = 8;
     this.label3.Text = "නම";
     //
     // employee_name
     //
     this.employee_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.employee_name.FormattingEnabled = true;
     this.employee_name.Location = new System.Drawing.Point(403, 20);
     this.employee_name.Name = "employee_name";
     this.employee_name.Size = new System.Drawing.Size(293, 32);
     this.employee_name.TabIndex = 9;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label2.Location = new System.Drawing.Point(20, 23);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(110, 23);
     this.label2.TabIndex = 6;
     this.label2.Text = "සේවක අංකය";
     //
     // employee_no
     //
     this.employee_no.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.employee_no.FormattingEnabled = true;
     this.employee_no.Location = new System.Drawing.Point(136, 20);
     this.employee_no.Name = "employee_no";
     this.employee_no.Size = new System.Drawing.Size(150, 32);
     this.employee_no.TabIndex = 7;
     this.employee_no.SelectedIndexChanged += new System.EventHandler(this.employee_no_SelectedIndexChanged);
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.Color.LightGray;
     this.panel9.Controls.Add(this.label17);
     this.panel9.Location = new System.Drawing.Point(3, 87);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(1049, 42);
     this.panel9.TabIndex = 14;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label17.Location = new System.Drawing.Point(450, 9);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(168, 24);
     this.label17.TabIndex = 6;
     this.label17.Text = "පෞද්ගලික තොරතුරු";
     //
     // panel12
     //
     this.panel12.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.panel12.Controls.Add(this.imgEmployee);
     this.panel12.Location = new System.Drawing.Point(3, 135);
     this.panel12.Name = "panel12";
     this.panel12.Size = new System.Drawing.Size(1049, 191);
     this.panel12.TabIndex = 15;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControl1.ItemSize = new System.Drawing.Size(300, 30);
     this.tabControl1.Location = new System.Drawing.Point(3, 332);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(1049, 708);
     this.tabControl1.TabIndex = 15;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.Color.White;
     this.tabPage1.Controls.Add(this.marry_date);
     this.tabPage1.Controls.Add(this.dob_date);
     this.tabPage1.Controls.Add(this.label21);
     this.tabPage1.Controls.Add(this.blood_group);
     this.tabPage1.Controls.Add(this.label18);
     this.tabPage1.Controls.Add(this.religion);
     this.tabPage1.Controls.Add(this.date_issued);
     this.tabPage1.Controls.Add(this.old_employee_no);
     this.tabPage1.Controls.Add(this.place_of_birth);
     this.tabPage1.Controls.Add(this.initials);
     this.tabPage1.Controls.Add(this.first_name);
     this.tabPage1.Controls.Add(this.last_name);
     this.tabPage1.Controls.Add(this.nic_no);
     this.tabPage1.Controls.Add(this.nationality);
     this.tabPage1.Controls.Add(this.epf_no);
     this.tabPage1.Controls.Add(this.txt_em_no);
     this.tabPage1.Controls.Add(this.label22);
     this.tabPage1.Controls.Add(this.label23);
     this.tabPage1.Controls.Add(this.label24);
     this.tabPage1.Controls.Add(this.action_status);
     this.tabPage1.Controls.Add(this.married);
     this.tabPage1.Controls.Add(this.label25);
     this.tabPage1.Controls.Add(this.label26);
     this.tabPage1.Controls.Add(this.label27);
     this.tabPage1.Controls.Add(this.label28);
     this.tabPage1.Controls.Add(this.label29);
     this.tabPage1.Controls.Add(this.label30);
     this.tabPage1.Controls.Add(this.occupation);
     this.tabPage1.Controls.Add(this.employee_type);
     this.tabPage1.Controls.Add(this.label31);
     this.tabPage1.Controls.Add(this.label32);
     this.tabPage1.Controls.Add(this.label33);
     this.tabPage1.Controls.Add(this.label34);
     this.tabPage1.Controls.Add(this.salutation);
     this.tabPage1.Controls.Add(this.label35);
     this.tabPage1.Controls.Add(this.label36);
     this.tabPage1.Controls.Add(this.label37);
     this.tabPage1.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabPage1.Location = new System.Drawing.Point(4, 34);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(1041, 670);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Personal Details";
     //
     // marry_date
     //
     this.marry_date.Location = new System.Drawing.Point(243, 490);
     this.marry_date.Name = "marry_date";
     this.marry_date.Size = new System.Drawing.Size(331, 33);
     this.marry_date.TabIndex = 59;
     //
     // dob_date
     //
     this.dob_date.Location = new System.Drawing.Point(243, 422);
     this.dob_date.Name = "dob_date";
     this.dob_date.Size = new System.Drawing.Size(331, 33);
     this.dob_date.TabIndex = 58;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(681, 569);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(97, 26);
     this.label21.TabIndex = 51;
     this.label21.Text = "ලේ වර්ගය";
     //
     // blood_group
     //
     this.blood_group.FormattingEnabled = true;
     this.blood_group.Items.AddRange(new object[] {
     "2020",
     "2019",
     "2018",
     "2017",
     "2016",
     "2015",
     "2014",
     "2013",
     "2012",
     "2011",
     "2010",
     "2009",
     "2008",
     "2007",
     "2006",
     "2005",
     "2004",
     "2003",
     "2002",
     "2001",
     "2000",
     "1999",
     "1998",
     "1997",
     "1996",
     "1995",
     "1994",
     "1993",
     "1992",
     "1991",
     "1990",
     "1989",
     "1988",
     "1987",
     "1986",
     "1985",
     "1984",
     "1983",
     "1982",
     "1981",
     "1980",
     "1979",
     "1978",
     "1977",
     "1976",
     "1975",
     "1974",
     "1973",
     "1972",
     "1971",
     "1970",
     "1969",
     "1968",
     "1967",
     "1966",
     "1965",
     "1964",
     "1963",
     "1962",
     "1961",
     "1960",
     "1959",
     "1958",
     "1957",
     "1956",
     "1955",
     "1954",
     "1953",
     "1952",
     "1951",
     "1950",
     "1949",
     "1948",
     "1947",
     "1946"});
     this.blood_group.Location = new System.Drawing.Point(788, 566);
     this.blood_group.Name = "blood_group";
     this.blood_group.Size = new System.Drawing.Size(200, 34);
     this.blood_group.TabIndex = 50;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(711, 422);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(61, 26);
     this.label18.TabIndex = 49;
     this.label18.Text = "ආගම";
     //
     // religion
     //
     this.religion.Location = new System.Drawing.Point(785, 419);
     this.religion.Name = "religion";
     this.religion.Size = new System.Drawing.Size(200, 33);
     this.religion.TabIndex = 48;
     //
     // date_issued
     //
     this.date_issued.Location = new System.Drawing.Point(785, 380);
     this.date_issued.Name = "date_issued";
     this.date_issued.Size = new System.Drawing.Size(200, 33);
     this.date_issued.TabIndex = 41;
     //
     // old_employee_no
     //
     this.old_employee_no.Location = new System.Drawing.Point(785, 68);
     this.old_employee_no.Name = "old_employee_no";
     this.old_employee_no.Size = new System.Drawing.Size(200, 33);
     this.old_employee_no.TabIndex = 29;
     //
     // place_of_birth
     //
     this.place_of_birth.Location = new System.Drawing.Point(785, 458);
     this.place_of_birth.Name = "place_of_birth";
     this.place_of_birth.Size = new System.Drawing.Size(200, 33);
     this.place_of_birth.TabIndex = 27;
     //
     // initials
     //
     this.initials.Location = new System.Drawing.Point(243, 226);
     this.initials.Name = "initials";
     this.initials.Size = new System.Drawing.Size(200, 33);
     this.initials.TabIndex = 24;
     //
     // first_name
     //
     this.first_name.Location = new System.Drawing.Point(243, 265);
     this.first_name.Name = "first_name";
     this.first_name.Size = new System.Drawing.Size(301, 33);
     this.first_name.TabIndex = 23;
     //
     // last_name
     //
     this.last_name.Location = new System.Drawing.Point(243, 304);
     this.last_name.Name = "last_name";
     this.last_name.Size = new System.Drawing.Size(301, 33);
     this.last_name.TabIndex = 22;
     //
     // nic_no
     //
     this.nic_no.Location = new System.Drawing.Point(243, 343);
     this.nic_no.Name = "nic_no";
     this.nic_no.Size = new System.Drawing.Size(200, 33);
     this.nic_no.TabIndex = 15;
     //
     // nationality
     //
     this.nationality.Location = new System.Drawing.Point(243, 382);
     this.nationality.Name = "nationality";
     this.nationality.Size = new System.Drawing.Size(200, 33);
     this.nationality.TabIndex = 14;
     //
     // epf_no
     //
     this.epf_no.Location = new System.Drawing.Point(243, 108);
     this.epf_no.Name = "epf_no";
     this.epf_no.Size = new System.Drawing.Size(200, 33);
     this.epf_no.TabIndex = 7;
     //
     // txt_em_no
     //
     this.txt_em_no.Location = new System.Drawing.Point(243, 30);
     this.txt_em_no.Name = "txt_em_no";
     this.txt_em_no.Size = new System.Drawing.Size(201, 33);
     this.txt_em_no.TabIndex = 5;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(111, 495);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(126, 26);
     this.label22.TabIndex = 44;
     this.label22.Text = "විවාහ වූ දිනය";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(625, 383);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(146, 26);
     this.label23.TabIndex = 42;
     this.label23.Text = "නිකුත් කල දිනය";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(84, 532);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(154, 26);
     this.label24.TabIndex = 40;
     this.label24.Text = "ක්‍රියාකාරී තත්වය";
     //
     // action_status
     //
     this.action_status.FormattingEnabled = true;
     this.action_status.Items.AddRange(new object[] {
     "2020",
     "2019",
     "2018",
     "2017",
     "2016",
     "2015",
     "2014",
     "2013",
     "2012",
     "2011",
     "2010",
     "2009",
     "2008",
     "2007",
     "2006",
     "2005",
     "2004",
     "2003",
     "2002",
     "2001",
     "2000",
     "1999",
     "1998",
     "1997",
     "1996",
     "1995",
     "1994",
     "1993",
     "1992",
     "1991",
     "1990",
     "1989",
     "1988",
     "1987",
     "1986",
     "1985",
     "1984",
     "1983",
     "1982",
     "1981",
     "1980",
     "1979",
     "1978",
     "1977",
     "1976",
     "1975",
     "1974",
     "1973",
     "1972",
     "1971",
     "1970",
     "1969",
     "1968",
     "1967",
     "1966",
     "1965",
     "1964",
     "1963",
     "1962",
     "1961",
     "1960",
     "1959",
     "1958",
     "1957",
     "1956",
     "1955",
     "1954",
     "1953",
     "1952",
     "1951",
     "1950",
     "1949",
     "1948",
     "1947",
     "1946"});
     this.action_status.Location = new System.Drawing.Point(243, 529);
     this.action_status.Name = "action_status";
     this.action_status.Size = new System.Drawing.Size(204, 34);
     this.action_status.TabIndex = 39;
     //
     // married
     //
     this.married.AutoSize = true;
     this.married.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.married.Location = new System.Drawing.Point(155, 460);
     this.married.Name = "married";
     this.married.Size = new System.Drawing.Size(104, 30);
     this.married.TabIndex = 38;
     this.married.Text = "විවාහක ";
     this.married.UseVisualStyleBackColor = true;
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(171, 385);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(64, 26);
     this.label25.TabIndex = 31;
     this.label25.Text = "ජාතිය";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(588, 71);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(184, 26);
     this.label26.TabIndex = 30;
     this.label26.Text = "පැරණි සේවක අංකය";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(647, 461);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(127, 26);
     this.label27.TabIndex = 28;
     this.label27.Text = "උපන් ස්ථානය";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(160, 268);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(75, 26);
     this.label28.TabIndex = 26;
     this.label28.Text = "මුල් නම";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(123, 307);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(112, 26);
     this.label29.TabIndex = 25;
     this.label29.Text = "අවසාන නම";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Location = new System.Drawing.Point(157, 189);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(80, 26);
     this.label30.TabIndex = 21;
     this.label30.Text = "වෘත්තීය";
     //
     // occupation
     //
     this.occupation.FormattingEnabled = true;
     this.occupation.Location = new System.Drawing.Point(243, 186);
     this.occupation.Name = "occupation";
     this.occupation.Size = new System.Drawing.Size(200, 34);
     this.occupation.TabIndex = 20;
     //
     // employee_type
     //
     this.employee_type.FormattingEnabled = true;
     this.employee_type.Location = new System.Drawing.Point(243, 69);
     this.employee_type.Name = "employee_type";
     this.employee_type.Size = new System.Drawing.Size(200, 34);
     this.employee_type.TabIndex = 19;
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(135, 425);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(101, 26);
     this.label31.TabIndex = 16;
     this.label31.Text = "උපන් දිනය";
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Location = new System.Drawing.Point(10, 346);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(225, 26);
     this.label32.TabIndex = 13;
     this.label32.Text = "ජාතික හැඳුනුම්පත් අංකය";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Location = new System.Drawing.Point(143, 229);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(92, 26);
     this.label33.TabIndex = 11;
     this.label33.Text = "මුල අකුරු";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Location = new System.Drawing.Point(123, 150);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(114, 26);
     this.label34.TabIndex = 10;
     this.label34.Text = "ආමන්ත්‍රණය";
     //
     // salutation
     //
     this.salutation.FormattingEnabled = true;
     this.salutation.Location = new System.Drawing.Point(243, 147);
     this.salutation.Name = "salutation";
     this.salutation.Size = new System.Drawing.Size(201, 34);
     this.salutation.TabIndex = 9;
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Location = new System.Drawing.Point(105, 111);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(133, 26);
     this.label35.TabIndex = 6;
     this.label35.Text = "ඊ.පි.එෆ් අංකය";
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Location = new System.Drawing.Point(54, 72);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(184, 26);
     this.label36.TabIndex = 4;
     this.label36.Text = "සේවකයාගේ  වර්ගය";
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(105, 33);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(132, 26);
     this.label37.TabIndex = 0;
     this.label37.Text = " සේවක අංකය";
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.Color.White;
     this.tabPage2.Controls.Add(this.label38);
     this.tabPage2.Controls.Add(this.label39);
     this.tabPage2.Controls.Add(this.cur_email);
     this.tabPage2.Controls.Add(this.cur_fax);
     this.tabPage2.Controls.Add(this.cur_mobile);
     this.tabPage2.Controls.Add(this.cur_teleophone);
     this.tabPage2.Controls.Add(this.cur_city);
     this.tabPage2.Controls.Add(this.cur_address);
     this.tabPage2.Controls.Add(this.cur_home_no);
     this.tabPage2.Controls.Add(this.perm_email);
     this.tabPage2.Controls.Add(this.perm_fax);
     this.tabPage2.Controls.Add(this.perm_mobile);
     this.tabPage2.Controls.Add(this.perm_teleophone);
     this.tabPage2.Controls.Add(this.perm_city);
     this.tabPage2.Controls.Add(this.perm_address);
     this.tabPage2.Controls.Add(this.perm_home_no);
     this.tabPage2.Controls.Add(this.label40);
     this.tabPage2.Controls.Add(this.label41);
     this.tabPage2.Controls.Add(this.label42);
     this.tabPage2.Controls.Add(this.label43);
     this.tabPage2.Controls.Add(this.cur_polling_division);
     this.tabPage2.Controls.Add(this.label44);
     this.tabPage2.Controls.Add(this.cur_grama);
     this.tabPage2.Controls.Add(this.label45);
     this.tabPage2.Controls.Add(this.cur_uc);
     this.tabPage2.Controls.Add(this.label46);
     this.tabPage2.Controls.Add(this.cur_district);
     this.tabPage2.Controls.Add(this.label47);
     this.tabPage2.Controls.Add(this.cur_province);
     this.tabPage2.Controls.Add(this.label48);
     this.tabPage2.Controls.Add(this.label49);
     this.tabPage2.Controls.Add(this.label50);
     this.tabPage2.Controls.Add(this.label51);
     this.tabPage2.Controls.Add(this.label52);
     this.tabPage2.Controls.Add(this.label53);
     this.tabPage2.Controls.Add(this.label54);
     this.tabPage2.Controls.Add(this.label55);
     this.tabPage2.Controls.Add(this.label56);
     this.tabPage2.Controls.Add(this.perm_polling_division);
     this.tabPage2.Controls.Add(this.label57);
     this.tabPage2.Controls.Add(this.perm_grama);
     this.tabPage2.Controls.Add(this.label58);
     this.tabPage2.Controls.Add(this.perm_uc);
     this.tabPage2.Controls.Add(this.label59);
     this.tabPage2.Controls.Add(this.perm_district);
     this.tabPage2.Controls.Add(this.label60);
     this.tabPage2.Controls.Add(this.perm_province);
     this.tabPage2.Controls.Add(this.label61);
     this.tabPage2.Controls.Add(this.label62);
     this.tabPage2.Controls.Add(this.label63);
     this.tabPage2.Location = new System.Drawing.Point(4, 34);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(1041, 670);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Contact Details";
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(685, 20);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(180, 26);
     this.label38.TabIndex = 51;
     this.label38.Text = "වර්තමාන තොරතුරු";
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Location = new System.Drawing.Point(541, 545);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(135, 26);
     this.label39.TabIndex = 50;
     this.label39.Text = "ඊ-මේල් ලිපිනය";
     //
     // cur_email
     //
     this.cur_email.Location = new System.Drawing.Point(690, 542);
     this.cur_email.Name = "cur_email";
     this.cur_email.Size = new System.Drawing.Size(200, 33);
     this.cur_email.TabIndex = 49;
     //
     // cur_fax
     //
     this.cur_fax.Location = new System.Drawing.Point(690, 503);
     this.cur_fax.Name = "cur_fax";
     this.cur_fax.Size = new System.Drawing.Size(200, 33);
     this.cur_fax.TabIndex = 47;
     //
     // cur_mobile
     //
     this.cur_mobile.Location = new System.Drawing.Point(690, 464);
     this.cur_mobile.Name = "cur_mobile";
     this.cur_mobile.Size = new System.Drawing.Size(200, 33);
     this.cur_mobile.TabIndex = 45;
     //
     // cur_teleophone
     //
     this.cur_teleophone.Location = new System.Drawing.Point(690, 425);
     this.cur_teleophone.Name = "cur_teleophone";
     this.cur_teleophone.Size = new System.Drawing.Size(200, 33);
     this.cur_teleophone.TabIndex = 43;
     //
     // cur_city
     //
     this.cur_city.Location = new System.Drawing.Point(690, 185);
     this.cur_city.Name = "cur_city";
     this.cur_city.Size = new System.Drawing.Size(200, 33);
     this.cur_city.TabIndex = 31;
     //
     // cur_address
     //
     this.cur_address.Location = new System.Drawing.Point(690, 97);
     this.cur_address.Multiline = true;
     this.cur_address.Name = "cur_address";
     this.cur_address.Size = new System.Drawing.Size(350, 82);
     this.cur_address.TabIndex = 29;
     //
     // cur_home_no
     //
     this.cur_home_no.Location = new System.Drawing.Point(690, 58);
     this.cur_home_no.Name = "cur_home_no";
     this.cur_home_no.Size = new System.Drawing.Size(200, 33);
     this.cur_home_no.TabIndex = 27;
     //
     // perm_email
     //
     this.perm_email.Location = new System.Drawing.Point(234, 542);
     this.perm_email.Name = "perm_email";
     this.perm_email.Size = new System.Drawing.Size(200, 33);
     this.perm_email.TabIndex = 24;
     //
     // perm_fax
     //
     this.perm_fax.Location = new System.Drawing.Point(234, 503);
     this.perm_fax.Name = "perm_fax";
     this.perm_fax.Size = new System.Drawing.Size(200, 33);
     this.perm_fax.TabIndex = 22;
     //
     // perm_mobile
     //
     this.perm_mobile.Location = new System.Drawing.Point(233, 463);
     this.perm_mobile.Name = "perm_mobile";
     this.perm_mobile.Size = new System.Drawing.Size(200, 33);
     this.perm_mobile.TabIndex = 20;
     //
     // perm_teleophone
     //
     this.perm_teleophone.Location = new System.Drawing.Point(233, 424);
     this.perm_teleophone.Name = "perm_teleophone";
     this.perm_teleophone.Size = new System.Drawing.Size(200, 33);
     this.perm_teleophone.TabIndex = 18;
     //
     // perm_city
     //
     this.perm_city.Location = new System.Drawing.Point(233, 185);
     this.perm_city.Name = "perm_city";
     this.perm_city.Size = new System.Drawing.Size(200, 33);
     this.perm_city.TabIndex = 6;
     //
     // perm_address
     //
     this.perm_address.Location = new System.Drawing.Point(233, 97);
     this.perm_address.Multiline = true;
     this.perm_address.Name = "perm_address";
     this.perm_address.Size = new System.Drawing.Size(350, 82);
     this.perm_address.TabIndex = 2;
     //
     // perm_home_no
     //
     this.perm_home_no.Location = new System.Drawing.Point(233, 58);
     this.perm_home_no.Name = "perm_home_no";
     this.perm_home_no.Size = new System.Drawing.Size(200, 33);
     this.perm_home_no.TabIndex = 0;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Location = new System.Drawing.Point(555, 506);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(121, 26);
     this.label40.TabIndex = 48;
     this.label40.Text = "ෆැක්ස් අංකය";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Location = new System.Drawing.Point(478, 467);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(197, 26);
     this.label41.TabIndex = 46;
     this.label41.Text = "ජංගම දුරකථන අංකය";
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Location = new System.Drawing.Point(535, 428);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(140, 26);
     this.label42.TabIndex = 44;
     this.label42.Text = "දුරකථන අංකය";
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Location = new System.Drawing.Point(475, 388);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(200, 26);
     this.label43.TabIndex = 42;
     this.label43.Text = "මැතිවරණ කොට්ඨාශය";
     //
     // cur_polling_division
     //
     this.cur_polling_division.FormattingEnabled = true;
     this.cur_polling_division.Location = new System.Drawing.Point(690, 385);
     this.cur_polling_division.Name = "cur_polling_division";
     this.cur_polling_division.Size = new System.Drawing.Size(200, 34);
     this.cur_polling_division.TabIndex = 41;
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(511, 348);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(164, 26);
     this.label44.TabIndex = 40;
     this.label44.Text = "ග්‍රාම නිලධාරී වසම";
     //
     // cur_grama
     //
     this.cur_grama.FormattingEnabled = true;
     this.cur_grama.Location = new System.Drawing.Point(690, 345);
     this.cur_grama.Name = "cur_grama";
     this.cur_grama.Size = new System.Drawing.Size(200, 34);
     this.cur_grama.TabIndex = 39;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(498, 308);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(177, 26);
     this.label45.TabIndex = 38;
     this.label45.Text = "ප්‍රා. ලේ. කොට්ඨාශය";
     //
     // cur_uc
     //
     this.cur_uc.FormattingEnabled = true;
     this.cur_uc.Location = new System.Drawing.Point(690, 305);
     this.cur_uc.Name = "cur_uc";
     this.cur_uc.Size = new System.Drawing.Size(200, 34);
     this.cur_uc.TabIndex = 37;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(572, 268);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(104, 26);
     this.label46.TabIndex = 36;
     this.label46.Text = "දිස්ත්‍රික්කය";
     //
     // cur_district
     //
     this.cur_district.FormattingEnabled = true;
     this.cur_district.Location = new System.Drawing.Point(690, 265);
     this.cur_district.Name = "cur_district";
     this.cur_district.Size = new System.Drawing.Size(200, 34);
     this.cur_district.TabIndex = 35;
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(613, 228);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(63, 26);
     this.label47.TabIndex = 34;
     this.label47.Text = "පළාත";
     //
     // cur_province
     //
     this.cur_province.FormattingEnabled = true;
     this.cur_province.Location = new System.Drawing.Point(690, 225);
     this.cur_province.Name = "cur_province";
     this.cur_province.Size = new System.Drawing.Size(200, 34);
     this.cur_province.TabIndex = 33;
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(604, 188);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(71, 26);
     this.label48.TabIndex = 32;
     this.label48.Text = "නගරය";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(605, 100);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(70, 26);
     this.label49.TabIndex = 30;
     this.label49.Text = "ලිපිනය";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(549, 61);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(126, 26);
     this.label50.TabIndex = 28;
     this.label50.Text = "නිවසේ අංකය";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(233, 20);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(141, 26);
     this.label51.TabIndex = 26;
     this.label51.Text = "ස්ථිර තොරතුරු";
     //
     // label52
     //
     this.label52.AutoSize = true;
     this.label52.Location = new System.Drawing.Point(89, 545);
     this.label52.Name = "label52";
     this.label52.Size = new System.Drawing.Size(135, 26);
     this.label52.TabIndex = 25;
     this.label52.Text = "ඊ-මේල් ලිපිනය";
     //
     // label53
     //
     this.label53.AutoSize = true;
     this.label53.Location = new System.Drawing.Point(103, 506);
     this.label53.Name = "label53";
     this.label53.Size = new System.Drawing.Size(121, 26);
     this.label53.TabIndex = 23;
     this.label53.Text = "ෆැක්ස් අංකය";
     //
     // label54
     //
     this.label54.AutoSize = true;
     this.label54.Location = new System.Drawing.Point(26, 467);
     this.label54.Name = "label54";
     this.label54.Size = new System.Drawing.Size(197, 26);
     this.label54.TabIndex = 21;
     this.label54.Text = "ජංගම දුරකථන අංකය";
     //
     // label55
     //
     this.label55.AutoSize = true;
     this.label55.Location = new System.Drawing.Point(83, 428);
     this.label55.Name = "label55";
     this.label55.Size = new System.Drawing.Size(140, 26);
     this.label55.TabIndex = 19;
     this.label55.Text = "දුරකථන අංකය";
     //
     // label56
     //
     this.label56.AutoSize = true;
     this.label56.Location = new System.Drawing.Point(23, 388);
     this.label56.Name = "label56";
     this.label56.Size = new System.Drawing.Size(200, 26);
     this.label56.TabIndex = 17;
     this.label56.Text = "මැතිවරණ කොට්ඨාශය";
     //
     // perm_polling_division
     //
     this.perm_polling_division.FormattingEnabled = true;
     this.perm_polling_division.Location = new System.Drawing.Point(233, 384);
     this.perm_polling_division.Name = "perm_polling_division";
     this.perm_polling_division.Size = new System.Drawing.Size(200, 34);
     this.perm_polling_division.TabIndex = 16;
     //
     // label57
     //
     this.label57.AutoSize = true;
     this.label57.Location = new System.Drawing.Point(59, 348);
     this.label57.Name = "label57";
     this.label57.Size = new System.Drawing.Size(164, 26);
     this.label57.TabIndex = 15;
     this.label57.Text = "ග්‍රාම නිලධාරී වසම";
     //
     // perm_grama
     //
     this.perm_grama.FormattingEnabled = true;
     this.perm_grama.Location = new System.Drawing.Point(233, 344);
     this.perm_grama.Name = "perm_grama";
     this.perm_grama.Size = new System.Drawing.Size(200, 34);
     this.perm_grama.TabIndex = 14;
     //
     // label58
     //
     this.label58.AutoSize = true;
     this.label58.Location = new System.Drawing.Point(46, 308);
     this.label58.Name = "label58";
     this.label58.Size = new System.Drawing.Size(177, 26);
     this.label58.TabIndex = 13;
     this.label58.Text = "ප්‍රා. ලේ. කොට්ඨාශය";
     //
     // perm_uc
     //
     this.perm_uc.FormattingEnabled = true;
     this.perm_uc.Location = new System.Drawing.Point(233, 304);
     this.perm_uc.Name = "perm_uc";
     this.perm_uc.Size = new System.Drawing.Size(200, 34);
     this.perm_uc.TabIndex = 12;
     //
     // label59
     //
     this.label59.AutoSize = true;
     this.label59.Location = new System.Drawing.Point(120, 268);
     this.label59.Name = "label59";
     this.label59.Size = new System.Drawing.Size(104, 26);
     this.label59.TabIndex = 11;
     this.label59.Text = "දිස්ත්‍රික්කය";
     //
     // perm_district
     //
     this.perm_district.FormattingEnabled = true;
     this.perm_district.Location = new System.Drawing.Point(233, 264);
     this.perm_district.Name = "perm_district";
     this.perm_district.Size = new System.Drawing.Size(200, 34);
     this.perm_district.TabIndex = 10;
     //
     // label60
     //
     this.label60.AutoSize = true;
     this.label60.Location = new System.Drawing.Point(161, 228);
     this.label60.Name = "label60";
     this.label60.Size = new System.Drawing.Size(63, 26);
     this.label60.TabIndex = 9;
     this.label60.Text = "පළාත";
     //
     // perm_province
     //
     this.perm_province.FormattingEnabled = true;
     this.perm_province.ItemHeight = 26;
     this.perm_province.Location = new System.Drawing.Point(233, 224);
     this.perm_province.Name = "perm_province";
     this.perm_province.Size = new System.Drawing.Size(200, 34);
     this.perm_province.TabIndex = 8;
     //
     // label61
     //
     this.label61.AutoSize = true;
     this.label61.Location = new System.Drawing.Point(152, 188);
     this.label61.Name = "label61";
     this.label61.Size = new System.Drawing.Size(71, 26);
     this.label61.TabIndex = 7;
     this.label61.Text = "නගරය";
     //
     // label62
     //
     this.label62.AutoSize = true;
     this.label62.Location = new System.Drawing.Point(153, 100);
     this.label62.Name = "label62";
     this.label62.Size = new System.Drawing.Size(70, 26);
     this.label62.TabIndex = 3;
     this.label62.Text = "ලිපිනය";
     //
     // label63
     //
     this.label63.AutoSize = true;
     this.label63.Location = new System.Drawing.Point(97, 61);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(126, 26);
     this.label63.TabIndex = 1;
     this.label63.Text = "නිවසේ අංකය";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.depend_date_of_post_date);
     this.tabPage3.Controls.Add(this.depend_medical);
     this.tabPage3.Controls.Add(this.depend_deathade);
     this.tabPage3.Controls.Add(this.label69);
     this.tabPage3.Controls.Add(this.depend_office_tp);
     this.tabPage3.Controls.Add(this.depend_official_address);
     this.tabPage3.Controls.Add(this.depend_full_name);
     this.tabPage3.Controls.Add(this.depend_marriage_certificate);
     this.tabPage3.Controls.Add(this.depend_birth_certificate);
     this.tabPage3.Controls.Add(this.depend_note);
     this.tabPage3.Controls.Add(this.depend_education);
     this.tabPage3.Controls.Add(this.depend_personal_tp);
     this.tabPage3.Controls.Add(this.depend_personal_address);
     this.tabPage3.Controls.Add(this.depend_nic_no);
     this.tabPage3.Controls.Add(this.label68);
     this.tabPage3.Controls.Add(this.label67);
     this.tabPage3.Controls.Add(this.label66);
     this.tabPage3.Controls.Add(this.button2);
     this.tabPage3.Controls.Add(this.button1);
     this.tabPage3.Controls.Add(this.label65);
     this.tabPage3.Controls.Add(this.label64);
     this.tabPage3.Controls.Add(this.label70);
     this.tabPage3.Controls.Add(this.label71);
     this.tabPage3.Controls.Add(this.depend_status);
     this.tabPage3.Controls.Add(this.label72);
     this.tabPage3.Controls.Add(this.label73);
     this.tabPage3.Controls.Add(this.label74);
     this.tabPage3.Controls.Add(this.label75);
     this.tabPage3.Controls.Add(this.label76);
     this.tabPage3.Controls.Add(this.depend_relation);
     this.tabPage3.Controls.Add(this.label77);
     this.tabPage3.Controls.Add(this.depend_salutation);
     this.tabPage3.Location = new System.Drawing.Point(4, 34);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Size = new System.Drawing.Size(1041, 670);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Dependent Details";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // depend_date_of_post_date
     //
     this.depend_date_of_post_date.Location = new System.Drawing.Point(719, 69);
     this.depend_date_of_post_date.Name = "depend_date_of_post_date";
     this.depend_date_of_post_date.Size = new System.Drawing.Size(322, 33);
     this.depend_date_of_post_date.TabIndex = 59;
     //
     // depend_medical
     //
     this.depend_medical.AutoSize = true;
     this.depend_medical.Location = new System.Drawing.Point(930, 257);
     this.depend_medical.Name = "depend_medical";
     this.depend_medical.Size = new System.Drawing.Size(89, 30);
     this.depend_medical.TabIndex = 33;
     this.depend_medical.Text = "වෛද්‍ය";
     this.depend_medical.UseVisualStyleBackColor = true;
     //
     // depend_deathade
     //
     this.depend_deathade.AutoSize = true;
     this.depend_deathade.Location = new System.Drawing.Point(719, 258);
     this.depend_deathade.Name = "depend_deathade";
     this.depend_deathade.Size = new System.Drawing.Size(118, 30);
     this.depend_deathade.TabIndex = 32;
     this.depend_deathade.Text = "මරණාධාර";
     this.depend_deathade.UseVisualStyleBackColor = true;
     //
     // label69
     //
     this.label69.AutoSize = true;
     this.label69.Location = new System.Drawing.Point(581, 112);
     this.label69.Name = "label69";
     this.label69.Size = new System.Drawing.Size(132, 26);
     this.label69.TabIndex = 31;
     this.label69.Text = "කාර්යාලීය දු.අ.";
     //
     // depend_office_tp
     //
     this.depend_office_tp.Location = new System.Drawing.Point(719, 109);
     this.depend_office_tp.Name = "depend_office_tp";
     this.depend_office_tp.Size = new System.Drawing.Size(200, 33);
     this.depend_office_tp.TabIndex = 30;
     //
     // depend_official_address
     //
     this.depend_official_address.Location = new System.Drawing.Point(719, 147);
     this.depend_official_address.Multiline = true;
     this.depend_official_address.Name = "depend_official_address";
     this.depend_official_address.Size = new System.Drawing.Size(300, 99);
     this.depend_official_address.TabIndex = 28;
     //
     // depend_full_name
     //
     this.depend_full_name.Location = new System.Drawing.Point(719, 30);
     this.depend_full_name.Name = "depend_full_name";
     this.depend_full_name.Size = new System.Drawing.Size(200, 33);
     this.depend_full_name.TabIndex = 22;
     //
     // depend_marriage_certificate
     //
     this.depend_marriage_certificate.Location = new System.Drawing.Point(243, 518);
     this.depend_marriage_certificate.Name = "depend_marriage_certificate";
     this.depend_marriage_certificate.Size = new System.Drawing.Size(600, 33);
     this.depend_marriage_certificate.TabIndex = 19;
     //
     // depend_birth_certificate
     //
     this.depend_birth_certificate.Location = new System.Drawing.Point(243, 479);
     this.depend_birth_certificate.Name = "depend_birth_certificate";
     this.depend_birth_certificate.Size = new System.Drawing.Size(600, 33);
     this.depend_birth_certificate.TabIndex = 17;
     //
     // depend_note
     //
     this.depend_note.Location = new System.Drawing.Point(243, 374);
     this.depend_note.Multiline = true;
     this.depend_note.Name = "depend_note";
     this.depend_note.Size = new System.Drawing.Size(600, 99);
     this.depend_note.TabIndex = 14;
     //
     // depend_education
     //
     this.depend_education.Location = new System.Drawing.Point(243, 295);
     this.depend_education.Name = "depend_education";
     this.depend_education.Size = new System.Drawing.Size(200, 33);
     this.depend_education.TabIndex = 10;
     //
     // depend_personal_tp
     //
     this.depend_personal_tp.Location = new System.Drawing.Point(243, 255);
     this.depend_personal_tp.Name = "depend_personal_tp";
     this.depend_personal_tp.Size = new System.Drawing.Size(200, 33);
     this.depend_personal_tp.TabIndex = 8;
     //
     // depend_personal_address
     //
     this.depend_personal_address.Location = new System.Drawing.Point(243, 150);
     this.depend_personal_address.Multiline = true;
     this.depend_personal_address.Name = "depend_personal_address";
     this.depend_personal_address.Size = new System.Drawing.Size(300, 99);
     this.depend_personal_address.TabIndex = 6;
     //
     // depend_nic_no
     //
     this.depend_nic_no.Location = new System.Drawing.Point(243, 111);
     this.depend_nic_no.Name = "depend_nic_no";
     this.depend_nic_no.Size = new System.Drawing.Size(200, 33);
     this.depend_nic_no.TabIndex = 4;
     //
     // label68
     //
     this.label68.AutoSize = true;
     this.label68.Location = new System.Drawing.Point(553, 150);
     this.label68.Name = "label68";
     this.label68.Size = new System.Drawing.Size(160, 26);
     this.label68.TabIndex = 29;
     this.label68.Text = "කාර්යාලීය ලිපිනය";
     //
     // label67
     //
     this.label67.AutoSize = true;
     this.label67.Location = new System.Drawing.Point(537, 73);
     this.label67.Name = "label67";
     this.label67.Size = new System.Drawing.Size(176, 26);
     this.label67.TabIndex = 24;
     this.label67.Text = "මුල් පත්වීම ලද දිනය";
     //
     // label66
     //
     this.label66.AutoSize = true;
     this.label66.Location = new System.Drawing.Point(589, 33);
     this.label66.Name = "label66";
     this.label66.Size = new System.Drawing.Size(124, 26);
     this.label66.TabIndex = 23;
     this.label66.Text = "සම්පුර්ණ නම";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(849, 518);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(105, 33);
     this.button2.TabIndex = 21;
     this.button2.Text = "Browse";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(849, 479);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(105, 33);
     this.button1.TabIndex = 20;
     this.button1.Text = "Browse";
     this.button1.UseVisualStyleBackColor = true;
     //
     // label65
     //
     this.label65.AutoSize = true;
     this.label65.Location = new System.Drawing.Point(89, 521);
     this.label65.Name = "label65";
     this.label65.Size = new System.Drawing.Size(148, 26);
     this.label65.TabIndex = 18;
     this.label65.Text = "විවාහ සහතිකය";
     //
     // label64
     //
     this.label64.AutoSize = true;
     this.label64.Location = new System.Drawing.Point(60, 482);
     this.label64.Name = "label64";
     this.label64.Size = new System.Drawing.Size(177, 26);
     this.label64.TabIndex = 16;
     this.label64.Text = "උප්පැන්න සහතිකය";
     //
     // label70
     //
     this.label70.AutoSize = true;
     this.label70.Location = new System.Drawing.Point(163, 377);
     this.label70.Name = "label70";
     this.label70.Size = new System.Drawing.Size(74, 26);
     this.label70.TabIndex = 15;
     this.label70.Text = "සටහන්";
     //
     // label71
     //
     this.label71.AutoSize = true;
     this.label71.Location = new System.Drawing.Point(147, 337);
     this.label71.Name = "label71";
     this.label71.Size = new System.Drawing.Size(90, 26);
     this.label71.TabIndex = 13;
     this.label71.Text = "තත්ත්වය";
     //
     // depend_status
     //
     this.depend_status.FormattingEnabled = true;
     this.depend_status.Location = new System.Drawing.Point(243, 334);
     this.depend_status.Name = "depend_status";
     this.depend_status.Size = new System.Drawing.Size(200, 34);
     this.depend_status.TabIndex = 12;
     //
     // label72
     //
     this.label72.AutoSize = true;
     this.label72.Location = new System.Drawing.Point(135, 298);
     this.label72.Name = "label72";
     this.label72.Size = new System.Drawing.Size(102, 26);
     this.label72.TabIndex = 11;
     this.label72.Text = "අධ්‍යාපනය";
     //
     // label73
     //
     this.label73.AutoSize = true;
     this.label73.Location = new System.Drawing.Point(97, 258);
     this.label73.Name = "label73";
     this.label73.Size = new System.Drawing.Size(140, 26);
     this.label73.TabIndex = 9;
     this.label73.Text = "පෞද්ගලික දු.අ.";
     //
     // label74
     //
     this.label74.AutoSize = true;
     this.label74.Location = new System.Drawing.Point(69, 150);
     this.label74.Name = "label74";
     this.label74.Size = new System.Drawing.Size(168, 26);
     this.label74.TabIndex = 7;
     this.label74.Text = "පෞද්ගලික ලිපිනය";
     //
     // label75
     //
     this.label75.AutoSize = true;
     this.label75.Location = new System.Drawing.Point(12, 114);
     this.label75.Name = "label75";
     this.label75.Size = new System.Drawing.Size(225, 26);
     this.label75.TabIndex = 5;
     this.label75.Text = "ජාතික හැඳුනුම්පත් අංකය";
     //
     // label76
     //
     this.label76.AutoSize = true;
     this.label76.Location = new System.Drawing.Point(139, 73);
     this.label76.Name = "label76";
     this.label76.Size = new System.Drawing.Size(98, 26);
     this.label76.TabIndex = 3;
     this.label76.Text = "ඥාතිත්වය";
     //
     // depend_relation
     //
     this.depend_relation.FormattingEnabled = true;
     this.depend_relation.Location = new System.Drawing.Point(243, 70);
     this.depend_relation.Name = "depend_relation";
     this.depend_relation.Size = new System.Drawing.Size(200, 34);
     this.depend_relation.TabIndex = 2;
     //
     // label77
     //
     this.label77.AutoSize = true;
     this.label77.Location = new System.Drawing.Point(123, 33);
     this.label77.Name = "label77";
     this.label77.Size = new System.Drawing.Size(114, 26);
     this.label77.TabIndex = 1;
     this.label77.Text = "ආමන්ත්‍රණය";
     //
     // depend_salutation
     //
     this.depend_salutation.FormattingEnabled = true;
     this.depend_salutation.Location = new System.Drawing.Point(243, 30);
     this.depend_salutation.Name = "depend_salutation";
     this.depend_salutation.Size = new System.Drawing.Size(200, 34);
     this.depend_salutation.TabIndex = 0;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.label81);
     this.tabPage4.Controls.Add(this.emg_employee_no);
     this.tabPage4.Controls.Add(this.emg_office_tp);
     this.tabPage4.Controls.Add(this.emg_mobile_no);
     this.tabPage4.Controls.Add(this.emg_personal_tp);
     this.tabPage4.Controls.Add(this.emg_official_address);
     this.tabPage4.Controls.Add(this.emg_full_name);
     this.tabPage4.Controls.Add(this.emg_personal_address);
     this.tabPage4.Controls.Add(this.emg_nic_no);
     this.tabPage4.Controls.Add(this.label80);
     this.tabPage4.Controls.Add(this.label79);
     this.tabPage4.Controls.Add(this.emg_priority);
     this.tabPage4.Controls.Add(this.label78);
     this.tabPage4.Controls.Add(this.emg_int_ext);
     this.tabPage4.Controls.Add(this.label82);
     this.tabPage4.Controls.Add(this.label83);
     this.tabPage4.Controls.Add(this.label84);
     this.tabPage4.Controls.Add(this.label85);
     this.tabPage4.Controls.Add(this.label86);
     this.tabPage4.Controls.Add(this.label87);
     this.tabPage4.Controls.Add(this.label88);
     this.tabPage4.Controls.Add(this.emg_relation);
     this.tabPage4.Controls.Add(this.label89);
     this.tabPage4.Controls.Add(this.emg_salutation);
     this.tabPage4.Location = new System.Drawing.Point(4, 34);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Size = new System.Drawing.Size(1041, 670);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "Emergency Contact";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // label81
     //
     this.label81.AutoSize = true;
     this.label81.Location = new System.Drawing.Point(589, 304);
     this.label81.Name = "label81";
     this.label81.Size = new System.Drawing.Size(127, 26);
     this.label81.TabIndex = 53;
     this.label81.Text = "සේවක අංකය";
     //
     // emg_employee_no
     //
     this.emg_employee_no.Location = new System.Drawing.Point(722, 301);
     this.emg_employee_no.Name = "emg_employee_no";
     this.emg_employee_no.Size = new System.Drawing.Size(200, 33);
     this.emg_employee_no.TabIndex = 52;
     //
     // emg_office_tp
     //
     this.emg_office_tp.Location = new System.Drawing.Point(722, 262);
     this.emg_office_tp.Name = "emg_office_tp";
     this.emg_office_tp.Size = new System.Drawing.Size(200, 33);
     this.emg_office_tp.TabIndex = 50;
     //
     // emg_mobile_no
     //
     this.emg_mobile_no.Location = new System.Drawing.Point(246, 301);
     this.emg_mobile_no.Name = "emg_mobile_no";
     this.emg_mobile_no.Size = new System.Drawing.Size(200, 33);
     this.emg_mobile_no.TabIndex = 44;
     //
     // emg_personal_tp
     //
     this.emg_personal_tp.Location = new System.Drawing.Point(246, 262);
     this.emg_personal_tp.Name = "emg_personal_tp";
     this.emg_personal_tp.Size = new System.Drawing.Size(200, 33);
     this.emg_personal_tp.TabIndex = 42;
     //
     // emg_official_address
     //
     this.emg_official_address.Location = new System.Drawing.Point(722, 154);
     this.emg_official_address.Multiline = true;
     this.emg_official_address.Name = "emg_official_address";
     this.emg_official_address.Size = new System.Drawing.Size(300, 99);
     this.emg_official_address.TabIndex = 40;
     //
     // emg_full_name
     //
     this.emg_full_name.Location = new System.Drawing.Point(722, 37);
     this.emg_full_name.Name = "emg_full_name";
     this.emg_full_name.Size = new System.Drawing.Size(200, 33);
     this.emg_full_name.TabIndex = 38;
     //
     // emg_personal_address
     //
     this.emg_personal_address.Location = new System.Drawing.Point(246, 157);
     this.emg_personal_address.Multiline = true;
     this.emg_personal_address.Name = "emg_personal_address";
     this.emg_personal_address.Size = new System.Drawing.Size(300, 99);
     this.emg_personal_address.TabIndex = 36;
     //
     // emg_nic_no
     //
     this.emg_nic_no.Location = new System.Drawing.Point(246, 118);
     this.emg_nic_no.Name = "emg_nic_no";
     this.emg_nic_no.Size = new System.Drawing.Size(200, 33);
     this.emg_nic_no.TabIndex = 34;
     //
     // label80
     //
     this.label80.AutoSize = true;
     this.label80.Location = new System.Drawing.Point(574, 265);
     this.label80.Name = "label80";
     this.label80.Size = new System.Drawing.Size(142, 26);
     this.label80.TabIndex = 51;
     this.label80.Text = "කාර්යාලීය  දු. අ.";
     //
     // label79
     //
     this.label79.AutoSize = true;
     this.label79.Location = new System.Drawing.Point(145, 383);
     this.label79.Name = "label79";
     this.label79.Size = new System.Drawing.Size(95, 26);
     this.label79.TabIndex = 49;
     this.label79.Text = "ප්‍රමුකතාව";
     //
     // emg_priority
     //
     this.emg_priority.FormattingEnabled = true;
     this.emg_priority.Location = new System.Drawing.Point(246, 380);
     this.emg_priority.Name = "emg_priority";
     this.emg_priority.Size = new System.Drawing.Size(200, 34);
     this.emg_priority.TabIndex = 48;
     //
     // label78
     //
     this.label78.AutoSize = true;
     this.label78.Location = new System.Drawing.Point(83, 343);
     this.label78.Name = "label78";
     this.label78.Size = new System.Drawing.Size(157, 26);
     this.label78.TabIndex = 47;
     this.label78.Text = "අභ්‍යන්තර/බාහිර";
     //
     // emg_int_ext
     //
     this.emg_int_ext.FormattingEnabled = true;
     this.emg_int_ext.Location = new System.Drawing.Point(246, 340);
     this.emg_int_ext.Name = "emg_int_ext";
     this.emg_int_ext.Size = new System.Drawing.Size(200, 34);
     this.emg_int_ext.TabIndex = 46;
     //
     // label82
     //
     this.label82.AutoSize = true;
     this.label82.Location = new System.Drawing.Point(141, 304);
     this.label82.Name = "label82";
     this.label82.Size = new System.Drawing.Size(99, 26);
     this.label82.TabIndex = 45;
     this.label82.Text = "ජංගම දු.අ.";
     //
     // label83
     //
     this.label83.AutoSize = true;
     this.label83.Location = new System.Drawing.Point(95, 265);
     this.label83.Name = "label83";
     this.label83.Size = new System.Drawing.Size(145, 26);
     this.label83.TabIndex = 43;
     this.label83.Text = "පෞද්ගලික දු. අ.";
     //
     // label84
     //
     this.label84.AutoSize = true;
     this.label84.Location = new System.Drawing.Point(556, 157);
     this.label84.Name = "label84";
     this.label84.Size = new System.Drawing.Size(160, 26);
     this.label84.TabIndex = 41;
     this.label84.Text = "කාර්යාලීය ලිපිනය";
     //
     // label85
     //
     this.label85.AutoSize = true;
     this.label85.Location = new System.Drawing.Point(592, 40);
     this.label85.Name = "label85";
     this.label85.Size = new System.Drawing.Size(124, 26);
     this.label85.TabIndex = 39;
     this.label85.Text = "සම්පුර්ණ නම";
     //
     // label86
     //
     this.label86.AutoSize = true;
     this.label86.Location = new System.Drawing.Point(72, 157);
     this.label86.Name = "label86";
     this.label86.Size = new System.Drawing.Size(168, 26);
     this.label86.TabIndex = 37;
     this.label86.Text = "පෞද්ගලික ලිපිනය";
     //
     // label87
     //
     this.label87.AutoSize = true;
     this.label87.Location = new System.Drawing.Point(15, 121);
     this.label87.Name = "label87";
     this.label87.Size = new System.Drawing.Size(225, 26);
     this.label87.TabIndex = 35;
     this.label87.Text = "ජාතික හැඳුනුම්පත් අංකය";
     //
     // label88
     //
     this.label88.AutoSize = true;
     this.label88.Location = new System.Drawing.Point(142, 80);
     this.label88.Name = "label88";
     this.label88.Size = new System.Drawing.Size(98, 26);
     this.label88.TabIndex = 33;
     this.label88.Text = "ඥාතිත්වය";
     //
     // emg_relation
     //
     this.emg_relation.FormattingEnabled = true;
     this.emg_relation.Location = new System.Drawing.Point(246, 77);
     this.emg_relation.Name = "emg_relation";
     this.emg_relation.Size = new System.Drawing.Size(200, 34);
     this.emg_relation.TabIndex = 32;
     //
     // label89
     //
     this.label89.AutoSize = true;
     this.label89.Location = new System.Drawing.Point(126, 40);
     this.label89.Name = "label89";
     this.label89.Size = new System.Drawing.Size(114, 26);
     this.label89.TabIndex = 31;
     this.label89.Text = "ආමන්ත්‍රණය";
     //
     // emg_salutation
     //
     this.emg_salutation.FormattingEnabled = true;
     this.emg_salutation.Location = new System.Drawing.Point(246, 37);
     this.emg_salutation.Name = "emg_salutation";
     this.emg_salutation.Size = new System.Drawing.Size(200, 34);
     this.emg_salutation.TabIndex = 30;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.wsd_date_of_post_date);
     this.tabPage5.Controls.Add(this.label90);
     this.tabPage5.Controls.Add(this.label91);
     this.tabPage5.Controls.Add(this.label92);
     this.tabPage5.Controls.Add(this.label93);
     this.tabPage5.Controls.Add(this.label94);
     this.tabPage5.Controls.Add(this.wsd_power);
     this.tabPage5.Controls.Add(this.wsd_post);
     this.tabPage5.Controls.Add(this.wsd_responsibility);
     this.tabPage5.Controls.Add(this.wsd_salary_station);
     this.tabPage5.Controls.Add(this.wsd_rank);
     this.tabPage5.Controls.Add(this.label95);
     this.tabPage5.Controls.Add(this.wsd_division);
     this.tabPage5.Controls.Add(this.label96);
     this.tabPage5.Location = new System.Drawing.Point(4, 34);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Size = new System.Drawing.Size(1041, 670);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text = "WorkstationDetails";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // wsd_date_of_post_date
     //
     this.wsd_date_of_post_date.Location = new System.Drawing.Point(243, 150);
     this.wsd_date_of_post_date.Name = "wsd_date_of_post_date";
     this.wsd_date_of_post_date.Size = new System.Drawing.Size(320, 33);
     this.wsd_date_of_post_date.TabIndex = 61;
     //
     // label90
     //
     this.label90.AutoSize = true;
     this.label90.Location = new System.Drawing.Point(153, 272);
     this.label90.Name = "label90";
     this.label90.Size = new System.Drawing.Size(75, 26);
     this.label90.TabIndex = 13;
     this.label90.Text = "බල තල";
     //
     // label91
     //
     this.label91.AutoSize = true;
     this.label91.Location = new System.Drawing.Point(153, 113);
     this.label91.Name = "label91";
     this.label91.Size = new System.Drawing.Size(75, 26);
     this.label91.TabIndex = 12;
     this.label91.Text = "තනතුර";
     //
     // label92
     //
     this.label92.AutoSize = true;
     this.label92.Location = new System.Drawing.Point(54, 153);
     this.label92.Name = "label92";
     this.label92.Size = new System.Drawing.Size(176, 26);
     this.label92.TabIndex = 11;
     this.label92.Text = "මුල් පත්වීම ලද දිනය";
     //
     // label93
     //
     this.label93.AutoSize = true;
     this.label93.Location = new System.Drawing.Point(61, 192);
     this.label93.Name = "label93";
     this.label93.Size = new System.Drawing.Size(169, 26);
     this.label93.TabIndex = 10;
     this.label93.Text = "වැටුප් මධ්‍යස්ථානය";
     //
     // label94
     //
     this.label94.AutoSize = true;
     this.label94.Location = new System.Drawing.Point(157, 232);
     this.label94.Name = "label94";
     this.label94.Size = new System.Drawing.Size(73, 26);
     this.label94.TabIndex = 9;
     this.label94.Text = "වගකීම";
     //
     // wsd_power
     //
     this.wsd_power.FormattingEnabled = true;
     this.wsd_power.Location = new System.Drawing.Point(243, 269);
     this.wsd_power.Name = "wsd_power";
     this.wsd_power.Size = new System.Drawing.Size(200, 34);
     this.wsd_power.TabIndex = 8;
     //
     // wsd_post
     //
     this.wsd_post.FormattingEnabled = true;
     this.wsd_post.Location = new System.Drawing.Point(243, 110);
     this.wsd_post.Name = "wsd_post";
     this.wsd_post.Size = new System.Drawing.Size(200, 34);
     this.wsd_post.TabIndex = 7;
     //
     // wsd_responsibility
     //
     this.wsd_responsibility.FormattingEnabled = true;
     this.wsd_responsibility.Location = new System.Drawing.Point(243, 229);
     this.wsd_responsibility.Name = "wsd_responsibility";
     this.wsd_responsibility.Size = new System.Drawing.Size(200, 34);
     this.wsd_responsibility.TabIndex = 6;
     //
     // wsd_salary_station
     //
     this.wsd_salary_station.FormattingEnabled = true;
     this.wsd_salary_station.Location = new System.Drawing.Point(243, 189);
     this.wsd_salary_station.Name = "wsd_salary_station";
     this.wsd_salary_station.Size = new System.Drawing.Size(200, 34);
     this.wsd_salary_station.TabIndex = 5;
     //
     // wsd_rank
     //
     this.wsd_rank.FormattingEnabled = true;
     this.wsd_rank.Location = new System.Drawing.Point(243, 30);
     this.wsd_rank.Name = "wsd_rank";
     this.wsd_rank.Size = new System.Drawing.Size(200, 34);
     this.wsd_rank.TabIndex = 4;
     this.wsd_rank.SelectedIndexChanged += new System.EventHandler(this.wsd_rank_SelectedIndexChanged);
     //
     // label95
     //
     this.label95.AutoSize = true;
     this.label95.Location = new System.Drawing.Point(115, 73);
     this.label95.Name = "label95";
     this.label95.Size = new System.Drawing.Size(113, 26);
     this.label95.TabIndex = 3;
     this.label95.Text = "කොට්ඨාශය";
     //
     // wsd_division
     //
     this.wsd_division.FormattingEnabled = true;
     this.wsd_division.Location = new System.Drawing.Point(243, 70);
     this.wsd_division.Name = "wsd_division";
     this.wsd_division.Size = new System.Drawing.Size(200, 34);
     this.wsd_division.TabIndex = 2;
     //
     // label96
     //
     this.label96.AutoSize = true;
     this.label96.Location = new System.Drawing.Point(172, 33);
     this.label96.Name = "label96";
     this.label96.Size = new System.Drawing.Size(56, 26);
     this.label96.TabIndex = 0;
     this.label96.Text = "නිලය";
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.LightGray;
     this.panel6.Controls.Add(this.label122);
     this.panel6.ForeColor = System.Drawing.Color.Teal;
     this.panel6.Location = new System.Drawing.Point(3, 1046);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(1049, 42);
     this.panel6.TabIndex = 15;
     //
     // label122
     //
     this.label122.AutoSize = true;
     this.label122.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label122.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label122.Location = new System.Drawing.Point(465, 11);
     this.label122.Name = "label122";
     this.label122.Size = new System.Drawing.Size(133, 24);
     this.label122.TabIndex = 6;
     this.label122.Text = "විශේෂ තොරතුරු";
     //
     // tabControl2
     //
     this.tabControl2.Controls.Add(this.tabPersonalDetails);
     this.tabControl2.Controls.Add(this.tabPage6);
     this.tabControl2.Controls.Add(this.tabPage7);
     this.tabControl2.Controls.Add(this.tabPage8);
     this.tabControl2.Controls.Add(this.tabPage9);
     this.tabControl2.Controls.Add(this.tabPage10);
     this.tabControl2.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControl2.ItemSize = new System.Drawing.Size(300, 30);
     this.tabControl2.Location = new System.Drawing.Point(3, 1094);
     this.tabControl2.Name = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size = new System.Drawing.Size(1049, 651);
     this.tabControl2.TabIndex = 16;
     //
     // tabPersonalDetails
     //
     this.tabPersonalDetails.BackColor = System.Drawing.Color.White;
     this.tabPersonalDetails.Controls.Add(this.label11);
     this.tabPersonalDetails.Controls.Add(this.label12);
     this.tabPersonalDetails.Controls.Add(this.label19);
     this.tabPersonalDetails.Controls.Add(this.label20);
     this.tabPersonalDetails.Controls.Add(this.label142);
     this.tabPersonalDetails.Controls.Add(this.label143);
     this.tabPersonalDetails.Controls.Add(this.label144);
     this.tabPersonalDetails.Controls.Add(this.label145);
     this.tabPersonalDetails.Controls.Add(this.label146);
     this.tabPersonalDetails.Controls.Add(this.label147);
     this.tabPersonalDetails.Controls.Add(this.label148);
     this.tabPersonalDetails.Controls.Add(this.label149);
     this.tabPersonalDetails.Controls.Add(this.label150);
     this.tabPersonalDetails.Controls.Add(this.label151);
     this.tabPersonalDetails.Controls.Add(this.label152);
     this.tabPersonalDetails.Controls.Add(this.label153);
     this.tabPersonalDetails.Controls.Add(this.label154);
     this.tabPersonalDetails.Controls.Add(this.label155);
     this.tabPersonalDetails.Controls.Add(this.label156);
     this.tabPersonalDetails.Font = new System.Drawing.Font("Calibri", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabPersonalDetails.ForeColor = System.Drawing.Color.Transparent;
     this.tabPersonalDetails.Location = new System.Drawing.Point(4, 34);
     this.tabPersonalDetails.Name = "tabPersonalDetails";
     this.tabPersonalDetails.Padding = new System.Windows.Forms.Padding(3);
     this.tabPersonalDetails.Size = new System.Drawing.Size(1041, 613);
     this.tabPersonalDetails.TabIndex = 0;
     this.tabPersonalDetails.Text = "Remuneration";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label11.ForeColor = System.Drawing.Color.Black;
     this.label11.Location = new System.Drawing.Point(186, 78);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(34, 26);
     this.label11.TabIndex = 63;
     this.label11.Text = ".රු";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label12.ForeColor = System.Drawing.Color.Black;
     this.label12.Location = new System.Drawing.Point(186, 117);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(34, 26);
     this.label12.TabIndex = 66;
     this.label12.Text = ".රු";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label19.ForeColor = System.Drawing.Color.Black;
     this.label19.Location = new System.Drawing.Point(186, 156);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(34, 26);
     this.label19.TabIndex = 67;
     this.label19.Text = ".රු";
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label20.ForeColor = System.Drawing.Color.Black;
     this.label20.Location = new System.Drawing.Point(186, 233);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(34, 26);
     this.label20.TabIndex = 68;
     this.label20.Text = ".රු";
     this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label142
     //
     this.label142.AutoSize = true;
     this.label142.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label142.ForeColor = System.Drawing.Color.Black;
     this.label142.Location = new System.Drawing.Point(696, 78);
     this.label142.Name = "label142";
     this.label142.Size = new System.Drawing.Size(34, 26);
     this.label142.TabIndex = 57;
     this.label142.Text = ".රු";
     this.label142.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label143
     //
     this.label143.AutoSize = true;
     this.label143.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label143.ForeColor = System.Drawing.Color.Black;
     this.label143.Location = new System.Drawing.Point(696, 117);
     this.label143.Name = "label143";
     this.label143.Size = new System.Drawing.Size(34, 26);
     this.label143.TabIndex = 56;
     this.label143.Text = ".රු";
     this.label143.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label144
     //
     this.label144.AutoSize = true;
     this.label144.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label144.ForeColor = System.Drawing.Color.Black;
     this.label144.Location = new System.Drawing.Point(696, 156);
     this.label144.Name = "label144";
     this.label144.Size = new System.Drawing.Size(34, 26);
     this.label144.TabIndex = 55;
     this.label144.Text = ".රු";
     this.label144.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label145
     //
     this.label145.AutoSize = true;
     this.label145.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label145.ForeColor = System.Drawing.Color.Black;
     this.label145.Location = new System.Drawing.Point(696, 195);
     this.label145.Name = "label145";
     this.label145.Size = new System.Drawing.Size(34, 26);
     this.label145.TabIndex = 54;
     this.label145.Text = ".රු";
     this.label145.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label146
     //
     this.label146.AutoSize = true;
     this.label146.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label146.ForeColor = System.Drawing.Color.Black;
     this.label146.Location = new System.Drawing.Point(540, 195);
     this.label146.Name = "label146";
     this.label146.Size = new System.Drawing.Size(150, 26);
     this.label146.TabIndex = 53;
     this.label146.Text = "වැටුප් වැඩිවූ මුදල";
     this.label146.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label147
     //
     this.label147.AutoSize = true;
     this.label147.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label147.ForeColor = System.Drawing.Color.Black;
     this.label147.Location = new System.Drawing.Point(67, 195);
     this.label147.Name = "label147";
     this.label147.Size = new System.Drawing.Size(154, 26);
     this.label147.TabIndex = 52;
     this.label147.Text = "වැටුප් වැඩිවූ දිනය";
     this.label147.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label148
     //
     this.label148.AutoSize = true;
     this.label148.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label148.ForeColor = System.Drawing.Color.Black;
     this.label148.Location = new System.Drawing.Point(566, 156);
     this.label148.Name = "label148";
     this.label148.Size = new System.Drawing.Size(124, 26);
     this.label148.TabIndex = 51;
     this.label148.Text = "වෙනත් දීමනා";
     this.label148.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label149
     //
     this.label149.AutoSize = true;
     this.label149.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label149.ForeColor = System.Drawing.Color.Black;
     this.label149.Location = new System.Drawing.Point(60, 156);
     this.label149.Name = "label149";
     this.label149.Size = new System.Drawing.Size(130, 26);
     this.label149.TabIndex = 50;
     this.label149.Text = "නිවාස දීමනාව";
     this.label149.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label150
     //
     this.label150.AutoSize = true;
     this.label150.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label150.ForeColor = System.Drawing.Color.Black;
     this.label150.Location = new System.Drawing.Point(16, 233);
     this.label150.Name = "label150";
     this.label150.Size = new System.Drawing.Size(174, 26);
     this.label150.TabIndex = 47;
     this.label150.Text = "වර්තමාන මුලු වැටුප";
     this.label150.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label151
     //
     this.label151.AutoSize = true;
     this.label151.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label151.ForeColor = System.Drawing.Color.Black;
     this.label151.Location = new System.Drawing.Point(544, 78);
     this.label151.Name = "label151";
     this.label151.Size = new System.Drawing.Size(146, 26);
     this.label151.TabIndex = 48;
     this.label151.Text = "ප්‍රවාහන දීමනාව";
     this.label151.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label152
     //
     this.label152.AutoSize = true;
     this.label152.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label152.ForeColor = System.Drawing.Color.Black;
     this.label152.Location = new System.Drawing.Point(83, 78);
     this.label152.Name = "label152";
     this.label152.Size = new System.Drawing.Size(107, 26);
     this.label152.TabIndex = 61;
     this.label152.Text = "මූලික වැටුප";
     this.label152.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label153
     //
     this.label153.AutoSize = true;
     this.label153.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label153.ForeColor = System.Drawing.Color.Black;
     this.label153.Location = new System.Drawing.Point(484, 117);
     this.label153.Name = "label153";
     this.label153.Size = new System.Drawing.Size(206, 26);
     this.label153.TabIndex = 62;
     this.label153.Text = "ජංගම දුරකථන දීමනාව";
     this.label153.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label154
     //
     this.label154.AutoSize = true;
     this.label154.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label154.ForeColor = System.Drawing.Color.Black;
     this.label154.Location = new System.Drawing.Point(51, 117);
     this.label154.Name = "label154";
     this.label154.Size = new System.Drawing.Size(139, 26);
     this.label154.TabIndex = 49;
     this.label154.Text = "ඉන්ධන දීමනාව";
     this.label154.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label155
     //
     this.label155.AutoSize = true;
     this.label155.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label155.ForeColor = System.Drawing.Color.Black;
     this.label155.Location = new System.Drawing.Point(589, 39);
     this.label155.Name = "label155";
     this.label155.Size = new System.Drawing.Size(134, 26);
     this.label155.TabIndex = 59;
     this.label155.Text = "පඩි පත් අංකය";
     this.label155.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label156
     //
     this.label156.AutoSize = true;
     this.label156.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label156.ForeColor = System.Drawing.Color.Black;
     this.label156.Location = new System.Drawing.Point(96, 39);
     this.label156.Name = "label156";
     this.label156.Size = new System.Drawing.Size(125, 26);
     this.label156.TabIndex = 60;
     this.label156.Text = "වැටුප් ශ්‍රේණිය";
     this.label156.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tabPage6
     //
     this.tabPage6.BackColor = System.Drawing.Color.White;
     this.tabPage6.Controls.Add(this.label10);
     this.tabPage6.Controls.Add(this.qual_highest_qualification);
     this.tabPage6.Controls.Add(this.label8);
     this.tabPage6.Controls.Add(this.qual_year);
     this.tabPage6.Controls.Add(this.qual_qualification);
     this.tabPage6.Controls.Add(this.qual_note);
     this.tabPage6.Controls.Add(this.qual_months);
     this.tabPage6.Controls.Add(this.qualification_no);
     this.tabPage6.Controls.Add(this.qual_institute);
     this.tabPage6.Controls.Add(this.label7);
     this.tabPage6.Controls.Add(this.label5);
     this.tabPage6.Controls.Add(this.label6);
     this.tabPage6.Controls.Add(this.qual_status);
     this.tabPage6.Controls.Add(this.qual_occupation_relevant);
     this.tabPage6.Controls.Add(this.label9);
     this.tabPage6.Controls.Add(this.label14);
     this.tabPage6.Controls.Add(this.label15);
     this.tabPage6.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabPage6.Location = new System.Drawing.Point(4, 34);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage6.Size = new System.Drawing.Size(1041, 613);
     this.tabPage6.TabIndex = 0;
     this.tabPage6.Text = "Qualifications";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(425, 114);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(48, 26);
     this.label10.TabIndex = 35;
     this.label10.Text = "මාස";
     //
     // qual_highest_qualification
     //
     this.qual_highest_qualification.AutoSize = true;
     this.qual_highest_qualification.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.qual_highest_qualification.Location = new System.Drawing.Point(330, 150);
     this.qual_highest_qualification.Name = "qual_highest_qualification";
     this.qual_highest_qualification.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.qual_highest_qualification.Size = new System.Drawing.Size(233, 31);
     this.qual_highest_qualification.TabIndex = 34;
     this.qual_highest_qualification.Text = "ප්‍රමුඛතම සුදුසුකම         ";
     this.qual_highest_qualification.UseVisualStyleBackColor = true;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(133, 484);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(180, 26);
     this.label8.TabIndex = 33;
     this.label8.Text = "සුදුසුකම් ලැබූ වර්ෂය";
     //
     // qual_year
     //
     this.qual_year.Location = new System.Drawing.Point(319, 477);
     this.qual_year.Name = "qual_year";
     this.qual_year.Size = new System.Drawing.Size(120, 33);
     this.qual_year.TabIndex = 32;
     //
     // qual_qualification
     //
     this.qual_qualification.Location = new System.Drawing.Point(319, 438);
     this.qual_qualification.Name = "qual_qualification";
     this.qual_qualification.Size = new System.Drawing.Size(200, 33);
     this.qual_qualification.TabIndex = 31;
     //
     // qual_note
     //
     this.qual_note.Location = new System.Drawing.Point(319, 227);
     this.qual_note.Multiline = true;
     this.qual_note.Name = "qual_note";
     this.qual_note.Size = new System.Drawing.Size(350, 200);
     this.qual_note.TabIndex = 29;
     //
     // qual_months
     //
     this.qual_months.Location = new System.Drawing.Point(319, 111);
     this.qual_months.Name = "qual_months";
     this.qual_months.Size = new System.Drawing.Size(100, 33);
     this.qual_months.TabIndex = 24;
     //
     // qualification_no
     //
     this.qualification_no.Location = new System.Drawing.Point(319, 34);
     this.qualification_no.Name = "qualification_no";
     this.qualification_no.Size = new System.Drawing.Size(200, 33);
     this.qualification_no.TabIndex = 22;
     //
     // qual_institute
     //
     this.qual_institute.Location = new System.Drawing.Point(319, 73);
     this.qual_institute.Name = "qual_institute";
     this.qual_institute.Size = new System.Drawing.Size(200, 33);
     this.qual_institute.TabIndex = 20;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(230, 441);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(84, 26);
     this.label7.TabIndex = 30;
     this.label7.Text = "සුදුසුකම";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(240, 225);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(74, 26);
     this.label5.TabIndex = 28;
     this.label5.Text = "සටහන්";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(240, 190);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(73, 26);
     this.label6.TabIndex = 27;
     this.label6.Text = "තත්වය";
     //
     // qual_status
     //
     this.qual_status.FormattingEnabled = true;
     this.qual_status.Location = new System.Drawing.Point(319, 187);
     this.qual_status.Name = "qual_status";
     this.qual_status.Size = new System.Drawing.Size(200, 34);
     this.qual_status.TabIndex = 26;
     //
     // qual_occupation_relevant
     //
     this.qual_occupation_relevant.AutoSize = true;
     this.qual_occupation_relevant.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.qual_occupation_relevant.Location = new System.Drawing.Point(94, 150);
     this.qual_occupation_relevant.Name = "qual_occupation_relevant";
     this.qual_occupation_relevant.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.qual_occupation_relevant.Size = new System.Drawing.Size(230, 31);
     this.qual_occupation_relevant.TabIndex = 25;
     this.qual_occupation_relevant.Text = "රැකියාවට අනුකූල         ";
     this.qual_occupation_relevant.UseVisualStyleBackColor = true;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(209, 114);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(104, 26);
     this.label9.TabIndex = 23;
     this.label9.Text = "කාල සීමාව";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(21, 76);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(292, 26);
     this.label14.TabIndex = 21;
     this.label14.Text = "පාසැල / උසස් අධ්‍යාපන ආයතනය";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(172, 41);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(141, 26);
     this.label15.TabIndex = 19;
     this.label15.Text = "සුදුසුකම් අංකය";
     //
     // tabPage7
     //
     this.tabPage7.BackColor = System.Drawing.Color.White;
     this.tabPage7.Controls.Add(this.we_date_perma_date);
     this.tabPage7.Controls.Add(this.we_date_to_date);
     this.tabPage7.Controls.Add(this.we_date_from_date);
     this.tabPage7.Controls.Add(this.label16);
     this.tabPage7.Controls.Add(this.we_award);
     this.tabPage7.Controls.Add(this.we_responsibility);
     this.tabPage7.Controls.Add(this.we_resign_reason);
     this.tabPage7.Controls.Add(this.we_contact);
     this.tabPage7.Controls.Add(this.we_department);
     this.tabPage7.Controls.Add(this.we_email);
     this.tabPage7.Controls.Add(this.we_telephone);
     this.tabPage7.Controls.Add(this.we_address);
     this.tabPage7.Controls.Add(this.we_institute);
     this.tabPage7.Controls.Add(this.label97);
     this.tabPage7.Controls.Add(this.label98);
     this.tabPage7.Controls.Add(this.we_occupation_relevant);
     this.tabPage7.Controls.Add(this.label99);
     this.tabPage7.Controls.Add(this.label100);
     this.tabPage7.Controls.Add(this.label101);
     this.tabPage7.Controls.Add(this.label102);
     this.tabPage7.Controls.Add(this.label103);
     this.tabPage7.Controls.Add(this.label104);
     this.tabPage7.Controls.Add(this.label105);
     this.tabPage7.Controls.Add(this.label106);
     this.tabPage7.Controls.Add(this.label107);
     this.tabPage7.Location = new System.Drawing.Point(4, 34);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage7.Size = new System.Drawing.Size(1041, 613);
     this.tabPage7.TabIndex = 1;
     this.tabPage7.Text = "Working Experience";
     //
     // we_date_perma_date
     //
     this.we_date_perma_date.Location = new System.Drawing.Point(306, 459);
     this.we_date_perma_date.Name = "we_date_perma_date";
     this.we_date_perma_date.Size = new System.Drawing.Size(320, 33);
     this.we_date_perma_date.TabIndex = 63;
     //
     // we_date_to_date
     //
     this.we_date_to_date.Location = new System.Drawing.Point(306, 420);
     this.we_date_to_date.Name = "we_date_to_date";
     this.we_date_to_date.Size = new System.Drawing.Size(320, 33);
     this.we_date_to_date.TabIndex = 62;
     //
     // we_date_from_date
     //
     this.we_date_from_date.Location = new System.Drawing.Point(306, 380);
     this.we_date_from_date.Name = "we_date_from_date";
     this.we_date_from_date.Size = new System.Drawing.Size(320, 33);
     this.we_date_from_date.TabIndex = 61;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(577, 228);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(94, 26);
     this.label16.TabIndex = 25;
     this.label16.Text = "ජයග්‍රහණ";
     //
     // we_award
     //
     this.we_award.Location = new System.Drawing.Point(677, 225);
     this.we_award.Multiline = true;
     this.we_award.Name = "we_award";
     this.we_award.Size = new System.Drawing.Size(350, 150);
     this.we_award.TabIndex = 24;
     //
     // we_responsibility
     //
     this.we_responsibility.Location = new System.Drawing.Point(306, 537);
     this.we_responsibility.Multiline = true;
     this.we_responsibility.Name = "we_responsibility";
     this.we_responsibility.Size = new System.Drawing.Size(200, 29);
     this.we_responsibility.TabIndex = 22;
     //
     // we_resign_reason
     //
     this.we_resign_reason.Location = new System.Drawing.Point(306, 498);
     this.we_resign_reason.Name = "we_resign_reason";
     this.we_resign_reason.Size = new System.Drawing.Size(200, 33);
     this.we_resign_reason.TabIndex = 17;
     //
     // we_contact
     //
     this.we_contact.Location = new System.Drawing.Point(306, 342);
     this.we_contact.Name = "we_contact";
     this.we_contact.Size = new System.Drawing.Size(200, 33);
     this.we_contact.TabIndex = 10;
     //
     // we_department
     //
     this.we_department.Location = new System.Drawing.Point(306, 303);
     this.we_department.Name = "we_department";
     this.we_department.Size = new System.Drawing.Size(200, 33);
     this.we_department.TabIndex = 8;
     //
     // we_email
     //
     this.we_email.Location = new System.Drawing.Point(306, 264);
     this.we_email.Name = "we_email";
     this.we_email.Size = new System.Drawing.Size(200, 33);
     this.we_email.TabIndex = 6;
     //
     // we_telephone
     //
     this.we_telephone.Location = new System.Drawing.Point(306, 225);
     this.we_telephone.Name = "we_telephone";
     this.we_telephone.Size = new System.Drawing.Size(200, 33);
     this.we_telephone.TabIndex = 4;
     //
     // we_address
     //
     this.we_address.Location = new System.Drawing.Point(306, 69);
     this.we_address.Multiline = true;
     this.we_address.Name = "we_address";
     this.we_address.Size = new System.Drawing.Size(350, 150);
     this.we_address.TabIndex = 2;
     //
     // we_institute
     //
     this.we_institute.Location = new System.Drawing.Point(306, 30);
     this.we_institute.Name = "we_institute";
     this.we_institute.Size = new System.Drawing.Size(200, 33);
     this.we_institute.TabIndex = 0;
     //
     // label97
     //
     this.label97.AutoSize = true;
     this.label97.Location = new System.Drawing.Point(227, 540);
     this.label97.Name = "label97";
     this.label97.Size = new System.Drawing.Size(73, 26);
     this.label97.TabIndex = 23;
     this.label97.Text = "වගකීම";
     //
     // label98
     //
     this.label98.AutoSize = true;
     this.label98.Location = new System.Drawing.Point(141, 501);
     this.label98.Name = "label98";
     this.label98.Size = new System.Drawing.Size(159, 26);
     this.label98.TabIndex = 21;
     this.label98.Text = "ඉවත්වීමට හේතුව";
     //
     // we_occupation_relevant
     //
     this.we_occupation_relevant.AutoSize = true;
     this.we_occupation_relevant.Location = new System.Drawing.Point(137, 579);
     this.we_occupation_relevant.Name = "we_occupation_relevant";
     this.we_occupation_relevant.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.we_occupation_relevant.Size = new System.Drawing.Size(179, 30);
     this.we_occupation_relevant.TabIndex = 20;
     this.we_occupation_relevant.Text = "රැකියාවට අනුකූල";
     this.we_occupation_relevant.UseVisualStyleBackColor = true;
     //
     // label99
     //
     this.label99.AutoSize = true;
     this.label99.Location = new System.Drawing.Point(165, 464);
     this.label99.Name = "label99";
     this.label99.Size = new System.Drawing.Size(135, 26);
     this.label99.TabIndex = 19;
     this.label99.Text = "ස්ථිර කළ දිනය";
     //
     // label100
     //
     this.label100.AutoSize = true;
     this.label100.Location = new System.Drawing.Point(208, 425);
     this.label100.Name = "label100";
     this.label100.Size = new System.Drawing.Size(92, 26);
     this.label100.TabIndex = 16;
     this.label100.Text = "දින දක්වා";
     //
     // label101
     //
     this.label101.AutoSize = true;
     this.label101.Location = new System.Drawing.Point(228, 386);
     this.label101.Name = "label101";
     this.label101.Size = new System.Drawing.Size(72, 26);
     this.label101.TabIndex = 14;
     this.label101.Text = "දින සිට";
     //
     // label102
     //
     this.label102.AutoSize = true;
     this.label102.Location = new System.Drawing.Point(16, 345);
     this.label102.Name = "label102";
     this.label102.Size = new System.Drawing.Size(284, 26);
     this.label102.TabIndex = 11;
     this.label102.Text = "සම්බන්ධ කර ගත හැකි පුද්ගලයා";
     //
     // label103
     //
     this.label103.AutoSize = true;
     this.label103.Location = new System.Drawing.Point(81, 306);
     this.label103.Name = "label103";
     this.label103.Size = new System.Drawing.Size(219, 26);
     this.label103.TabIndex = 9;
     this.label103.Text = "දෙපාර්තමේනතුව/ අංශය";
     //
     // label104
     //
     this.label104.AutoSize = true;
     this.label104.Location = new System.Drawing.Point(165, 267);
     this.label104.Name = "label104";
     this.label104.Size = new System.Drawing.Size(135, 26);
     this.label104.TabIndex = 7;
     this.label104.Text = "ඊ-මේල් ලිපිනය";
     //
     // label105
     //
     this.label105.AutoSize = true;
     this.label105.Location = new System.Drawing.Point(160, 228);
     this.label105.Name = "label105";
     this.label105.Size = new System.Drawing.Size(140, 26);
     this.label105.TabIndex = 5;
     this.label105.Text = "දුරකථන අංකය";
     //
     // label106
     //
     this.label106.AutoSize = true;
     this.label106.Location = new System.Drawing.Point(225, 72);
     this.label106.Name = "label106";
     this.label106.Size = new System.Drawing.Size(70, 26);
     this.label106.TabIndex = 3;
     this.label106.Text = "ලිපිනය";
     //
     // label107
     //
     this.label107.AutoSize = true;
     this.label107.Location = new System.Drawing.Point(159, 33);
     this.label107.Name = "label107";
     this.label107.Size = new System.Drawing.Size(141, 26);
     this.label107.TabIndex = 1;
     this.label107.Text = "ආයතනයේ නම";
     //
     // tabPage8
     //
     this.tabPage8.Controls.Add(this.label108);
     this.tabPage8.Controls.Add(this.ea_award);
     this.tabPage8.Controls.Add(this.ea_method);
     this.tabPage8.Controls.Add(this.label109);
     this.tabPage8.Controls.Add(this.ea_type);
     this.tabPage8.Controls.Add(this.label110);
     this.tabPage8.Location = new System.Drawing.Point(4, 34);
     this.tabPage8.Name = "tabPage8";
     this.tabPage8.Size = new System.Drawing.Size(1041, 613);
     this.tabPage8.TabIndex = 2;
     this.tabPage8.Text = "Extra Curricular Activities";
     this.tabPage8.UseVisualStyleBackColor = true;
     //
     // label108
     //
     this.label108.AutoSize = true;
     this.label108.Location = new System.Drawing.Point(206, 112);
     this.label108.Name = "label108";
     this.label108.Size = new System.Drawing.Size(94, 26);
     this.label108.TabIndex = 7;
     this.label108.Text = "ජයග්‍රහණ";
     //
     // ea_award
     //
     this.ea_award.Location = new System.Drawing.Point(306, 109);
     this.ea_award.Multiline = true;
     this.ea_award.Name = "ea_award";
     this.ea_award.Size = new System.Drawing.Size(350, 200);
     this.ea_award.TabIndex = 6;
     //
     // ea_method
     //
     this.ea_method.Location = new System.Drawing.Point(306, 70);
     this.ea_method.Name = "ea_method";
     this.ea_method.Size = new System.Drawing.Size(200, 33);
     this.ea_method.TabIndex = 5;
     //
     // label109
     //
     this.label109.AutoSize = true;
     this.label109.Location = new System.Drawing.Point(218, 73);
     this.label109.Name = "label109";
     this.label109.Size = new System.Drawing.Size(82, 26);
     this.label109.TabIndex = 4;
     this.label109.Text = "ආකාරය";
     //
     // ea_type
     //
     this.ea_type.FormattingEnabled = true;
     this.ea_type.Location = new System.Drawing.Point(306, 30);
     this.ea_type.Name = "ea_type";
     this.ea_type.Size = new System.Drawing.Size(121, 34);
     this.ea_type.TabIndex = 3;
     //
     // label110
     //
     this.label110.AutoSize = true;
     this.label110.Location = new System.Drawing.Point(233, 33);
     this.label110.Name = "label110";
     this.label110.Size = new System.Drawing.Size(67, 26);
     this.label110.TabIndex = 2;
     this.label110.Text = "වර්ගය";
     //
     // tabPage9
     //
     this.tabPage9.Controls.Add(this.member_active_date_insti_date);
     this.tabPage9.Controls.Add(this.member_active_date_person_date);
     this.tabPage9.Controls.Add(this.member_renewal_date);
     this.tabPage9.Controls.Add(this.member_begin_date_date);
     this.tabPage9.Controls.Add(this.label111);
     this.tabPage9.Controls.Add(this.label112);
     this.tabPage9.Controls.Add(this.member_institutional_payment);
     this.tabPage9.Controls.Add(this.member_personal_payment);
     this.tabPage9.Controls.Add(this.label113);
     this.tabPage9.Controls.Add(this.member_status);
     this.tabPage9.Controls.Add(this.label114);
     this.tabPage9.Controls.Add(this.label115);
     this.tabPage9.Controls.Add(this.label116);
     this.tabPage9.Controls.Add(this.member_contribution);
     this.tabPage9.Controls.Add(this.member_id);
     this.tabPage9.Controls.Add(this.member_institute);
     this.tabPage9.Controls.Add(this.label117);
     this.tabPage9.Controls.Add(this.label118);
     this.tabPage9.Controls.Add(this.member_method);
     this.tabPage9.Controls.Add(this.label119);
     this.tabPage9.Controls.Add(this.memebr_post_name);
     this.tabPage9.Controls.Add(this.label120);
     this.tabPage9.Location = new System.Drawing.Point(4, 34);
     this.tabPage9.Name = "tabPage9";
     this.tabPage9.Size = new System.Drawing.Size(1041, 613);
     this.tabPage9.TabIndex = 3;
     this.tabPage9.Text = "Membership";
     this.tabPage9.UseVisualStyleBackColor = true;
     //
     // member_active_date_insti_date
     //
     this.member_active_date_insti_date.Location = new System.Drawing.Point(510, 376);
     this.member_active_date_insti_date.Name = "member_active_date_insti_date";
     this.member_active_date_insti_date.Size = new System.Drawing.Size(320, 33);
     this.member_active_date_insti_date.TabIndex = 71;
     //
     // member_active_date_person_date
     //
     this.member_active_date_person_date.Location = new System.Drawing.Point(510, 339);
     this.member_active_date_person_date.Name = "member_active_date_person_date";
     this.member_active_date_person_date.Size = new System.Drawing.Size(320, 33);
     this.member_active_date_person_date.TabIndex = 70;
     //
     // member_renewal_date
     //
     this.member_renewal_date.Location = new System.Drawing.Point(306, 266);
     this.member_renewal_date.Name = "member_renewal_date";
     this.member_renewal_date.Size = new System.Drawing.Size(320, 33);
     this.member_renewal_date.TabIndex = 69;
     //
     // member_begin_date_date
     //
     this.member_begin_date_date.Location = new System.Drawing.Point(306, 228);
     this.member_begin_date_date.Name = "member_begin_date_date";
     this.member_begin_date_date.Size = new System.Drawing.Size(320, 33);
     this.member_begin_date_date.TabIndex = 68;
     //
     // label111
     //
     this.label111.AutoSize = true;
     this.label111.Location = new System.Drawing.Point(358, 346);
     this.label111.Name = "label111";
     this.label111.Size = new System.Drawing.Size(146, 26);
     this.label111.TabIndex = 22;
     this.label111.Text = "ක්‍රියාත්මක දිනය";
     //
     // label112
     //
     this.label112.AutoSize = true;
     this.label112.Location = new System.Drawing.Point(358, 382);
     this.label112.Name = "label112";
     this.label112.Size = new System.Drawing.Size(146, 26);
     this.label112.TabIndex = 21;
     this.label112.Text = "ක්‍රියාත්මක දිනය";
     //
     // member_institutional_payment
     //
     this.member_institutional_payment.AutoSize = true;
     this.member_institutional_payment.Location = new System.Drawing.Point(95, 381);
     this.member_institutional_payment.Name = "member_institutional_payment";
     this.member_institutional_payment.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.member_institutional_payment.Size = new System.Drawing.Size(224, 30);
     this.member_institutional_payment.TabIndex = 18;
     this.member_institutional_payment.Text = "ගෙවීම ආයතනය මගින්";
     this.member_institutional_payment.UseVisualStyleBackColor = true;
     //
     // member_personal_payment
     //
     this.member_personal_payment.AutoSize = true;
     this.member_personal_payment.Location = new System.Drawing.Point(122, 345);
     this.member_personal_payment.Name = "member_personal_payment";
     this.member_personal_payment.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.member_personal_payment.Size = new System.Drawing.Size(197, 30);
     this.member_personal_payment.TabIndex = 17;
     this.member_personal_payment.Text = "ගෙවීම පෞද්ගලිකව";
     this.member_personal_payment.UseVisualStyleBackColor = true;
     //
     // label113
     //
     this.label113.AutoSize = true;
     this.label113.Location = new System.Drawing.Point(147, 308);
     this.label113.Name = "label113";
     this.label113.Size = new System.Drawing.Size(153, 26);
     this.label113.TabIndex = 16;
     this.label113.Text = "සාමාජික තත්වය";
     //
     // member_status
     //
     this.member_status.FormattingEnabled = true;
     this.member_status.Location = new System.Drawing.Point(306, 305);
     this.member_status.Name = "member_status";
     this.member_status.Size = new System.Drawing.Size(121, 34);
     this.member_status.TabIndex = 15;
     //
     // label114
     //
     this.label114.AutoSize = true;
     this.label114.Location = new System.Drawing.Point(162, 271);
     this.label114.Name = "label114";
     this.label114.Size = new System.Drawing.Size(138, 26);
     this.label114.TabIndex = 14;
     this.label114.Text = "අළුත් කළ දිනය";
     //
     // label115
     //
     this.label115.AutoSize = true;
     this.label115.Location = new System.Drawing.Point(162, 232);
     this.label115.Name = "label115";
     this.label115.Size = new System.Drawing.Size(138, 26);
     this.label115.TabIndex = 12;
     this.label115.Text = "ආරම්භක දිනය";
     //
     // label116
     //
     this.label116.AutoSize = true;
     this.label116.Location = new System.Drawing.Point(195, 191);
     this.label116.Name = "label116";
     this.label116.Size = new System.Drawing.Size(105, 26);
     this.label116.TabIndex = 10;
     this.label116.Text = "දායකත්වය";
     //
     // member_contribution
     //
     this.member_contribution.Location = new System.Drawing.Point(306, 188);
     this.member_contribution.Name = "member_contribution";
     this.member_contribution.Size = new System.Drawing.Size(200, 33);
     this.member_contribution.TabIndex = 9;
     //
     // member_id
     //
     this.member_id.Location = new System.Drawing.Point(306, 149);
     this.member_id.Name = "member_id";
     this.member_id.Size = new System.Drawing.Size(200, 33);
     this.member_id.TabIndex = 7;
     //
     // member_institute
     //
     this.member_institute.Location = new System.Drawing.Point(306, 30);
     this.member_institute.Name = "member_institute";
     this.member_institute.Size = new System.Drawing.Size(200, 33);
     this.member_institute.TabIndex = 1;
     this.member_institute.TextChanged += new System.EventHandler(this.textBox64_TextChanged);
     //
     // label117
     //
     this.label117.AutoSize = true;
     this.label117.Location = new System.Drawing.Point(57, 152);
     this.label117.Name = "label117";
     this.label117.Size = new System.Drawing.Size(243, 26);
     this.label117.TabIndex = 8;
     this.label117.Text = "සාමාජිකත්ව හැඳුනුම් අංකය";
     //
     // label118
     //
     this.label118.AutoSize = true;
     this.label118.Location = new System.Drawing.Point(108, 112);
     this.label118.Name = "label118";
     this.label118.Size = new System.Drawing.Size(192, 26);
     this.label118.TabIndex = 6;
     this.label118.Text = "සාමාජිකත්ව ආකාරය";
     //
     // member_method
     //
     this.member_method.FormattingEnabled = true;
     this.member_method.Location = new System.Drawing.Point(306, 109);
     this.member_method.Name = "member_method";
     this.member_method.Size = new System.Drawing.Size(121, 34);
     this.member_method.TabIndex = 5;
     //
     // label119
     //
     this.label119.AutoSize = true;
     this.label119.Location = new System.Drawing.Point(84, 72);
     this.label119.Name = "label119";
     this.label119.Size = new System.Drawing.Size(216, 26);
     this.label119.TabIndex = 4;
     this.label119.Text = "සාමාජිකත්ව පදවි නාමය";
     //
     // memebr_post_name
     //
     this.memebr_post_name.FormattingEnabled = true;
     this.memebr_post_name.Location = new System.Drawing.Point(306, 69);
     this.memebr_post_name.Name = "memebr_post_name";
     this.memebr_post_name.Size = new System.Drawing.Size(121, 34);
     this.memebr_post_name.TabIndex = 3;
     //
     // label120
     //
     this.label120.AutoSize = true;
     this.label120.Location = new System.Drawing.Point(45, 33);
     this.label120.Name = "label120";
     this.label120.Size = new System.Drawing.Size(255, 26);
     this.label120.TabIndex = 2;
     this.label120.Text = "සාමාජිකත්වය දැරූ ආයතනය";
     //
     // tabPage10
     //
     this.tabPage10.Controls.Add(this.button3);
     this.tabPage10.Controls.Add(this.label121);
     this.tabPage10.Controls.Add(this.language_name);
     this.tabPage10.Location = new System.Drawing.Point(4, 34);
     this.tabPage10.Name = "tabPage10";
     this.tabPage10.Size = new System.Drawing.Size(1041, 613);
     this.tabPage10.TabIndex = 4;
     this.tabPage10.Text = "Language Skills";
     this.tabPage10.UseVisualStyleBackColor = true;
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(433, 30);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 33);
     this.button3.TabIndex = 12;
     this.button3.Text = "New";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // label121
     //
     this.label121.AutoSize = true;
     this.label121.Location = new System.Drawing.Point(230, 33);
     this.label121.Name = "label121";
     this.label121.Size = new System.Drawing.Size(70, 26);
     this.label121.TabIndex = 11;
     this.label121.Text = "භාෂාව";
     //
     // language_name
     //
     this.language_name.FormattingEnabled = true;
     this.language_name.Location = new System.Drawing.Point(306, 30);
     this.language_name.Name = "language_name";
     this.language_name.Size = new System.Drawing.Size(121, 34);
     this.language_name.TabIndex = 0;
     //
     // panel7
     //
     this.panel7.BackColor = System.Drawing.Color.LightGray;
     this.panel7.Controls.Add(this.label141);
     this.panel7.ForeColor = System.Drawing.Color.Teal;
     this.panel7.Location = new System.Drawing.Point(3, 1751);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(1049, 42);
     this.panel7.TabIndex = 16;
     //
     // label141
     //
     this.label141.AutoSize = true;
     this.label141.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label141.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label141.Location = new System.Drawing.Point(465, 11);
     this.label141.Name = "label141";
     this.label141.Size = new System.Drawing.Size(121, 24);
     this.label141.TabIndex = 6;
     this.label141.Text = "මුල්‍ය තොරතුරු";
     //
     // tabControl3
     //
     this.tabControl3.Controls.Add(this.tabPage11);
     this.tabControl3.Controls.Add(this.tabPage12);
     this.tabControl3.Controls.Add(this.tabPage13);
     this.tabControl3.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControl3.ItemSize = new System.Drawing.Size(300, 30);
     this.tabControl3.Location = new System.Drawing.Point(3, 1799);
     this.tabControl3.Name = "tabControl3";
     this.tabControl3.SelectedIndex = 0;
     this.tabControl3.Size = new System.Drawing.Size(1049, 395);
     this.tabControl3.TabIndex = 19;
     //
     // tabPage11
     //
     this.tabPage11.BackColor = System.Drawing.Color.White;
     this.tabPage11.Controls.Add(this.bank_account_closed_year);
     this.tabPage11.Controls.Add(this.bank_account_started_year);
     this.tabPage11.Controls.Add(this.label129);
     this.tabPage11.Controls.Add(this.bank_qualified_year);
     this.tabPage11.Controls.Add(this.bank_qualification);
     this.tabPage11.Controls.Add(this.label130);
     this.tabPage11.Controls.Add(this.label123);
     this.tabPage11.Controls.Add(this.bank_account_name);
     this.tabPage11.Controls.Add(this.label124);
     this.tabPage11.Controls.Add(this.bank_account_type);
     this.tabPage11.Controls.Add(this.bank_name);
     this.tabPage11.Controls.Add(this.label125);
     this.tabPage11.Controls.Add(this.bank_branch_name);
     this.tabPage11.Controls.Add(this.label126);
     this.tabPage11.Controls.Add(this.label127);
     this.tabPage11.Controls.Add(this.label128);
     this.tabPage11.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabPage11.Location = new System.Drawing.Point(4, 34);
     this.tabPage11.Name = "tabPage11";
     this.tabPage11.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage11.Size = new System.Drawing.Size(1041, 357);
     this.tabPage11.TabIndex = 0;
     this.tabPage11.Text = "Bank";
     //
     // bank_account_closed_year
     //
     this.bank_account_closed_year.Location = new System.Drawing.Point(211, 222);
     this.bank_account_closed_year.Name = "bank_account_closed_year";
     this.bank_account_closed_year.Size = new System.Drawing.Size(310, 33);
     this.bank_account_closed_year.TabIndex = 64;
     //
     // bank_account_started_year
     //
     this.bank_account_started_year.Location = new System.Drawing.Point(211, 183);
     this.bank_account_started_year.Name = "bank_account_started_year";
     this.bank_account_started_year.Size = new System.Drawing.Size(310, 33);
     this.bank_account_started_year.TabIndex = 63;
     //
     // label129
     //
     this.label129.AutoSize = true;
     this.label129.Location = new System.Drawing.Point(25, 308);
     this.label129.Name = "label129";
     this.label129.Size = new System.Drawing.Size(180, 26);
     this.label129.TabIndex = 62;
     this.label129.Text = "සුදුසුකම් ලැබූ වර්ෂය";
     //
     // bank_qualified_year
     //
     this.bank_qualified_year.Location = new System.Drawing.Point(211, 301);
     this.bank_qualified_year.Name = "bank_qualified_year";
     this.bank_qualified_year.Size = new System.Drawing.Size(120, 33);
     this.bank_qualified_year.TabIndex = 61;
     //
     // bank_qualification
     //
     this.bank_qualification.Location = new System.Drawing.Point(211, 262);
     this.bank_qualification.Name = "bank_qualification";
     this.bank_qualification.Size = new System.Drawing.Size(200, 33);
     this.bank_qualification.TabIndex = 60;
     //
     // label130
     //
     this.label130.AutoSize = true;
     this.label130.Location = new System.Drawing.Point(122, 265);
     this.label130.Name = "label130";
     this.label130.Size = new System.Drawing.Size(84, 26);
     this.label130.TabIndex = 59;
     this.label130.Text = "සුදුසුකම";
     //
     // label123
     //
     this.label123.AutoSize = true;
     this.label123.Location = new System.Drawing.Point(83, 106);
     this.label123.Name = "label123";
     this.label123.Size = new System.Drawing.Size(120, 26);
     this.label123.TabIndex = 52;
     this.label123.Text = "ගිණුම් අංකය";
     //
     // bank_account_name
     //
     this.bank_account_name.Location = new System.Drawing.Point(211, 103);
     this.bank_account_name.Name = "bank_account_name";
     this.bank_account_name.Size = new System.Drawing.Size(200, 33);
     this.bank_account_name.TabIndex = 51;
     //
     // label124
     //
     this.label124.AutoSize = true;
     this.label124.Location = new System.Drawing.Point(68, 186);
     this.label124.Name = "label124";
     this.label124.Size = new System.Drawing.Size(138, 26);
     this.label124.TabIndex = 50;
     this.label124.Text = "ආරම්භක දිනය";
     //
     // bank_account_type
     //
     this.bank_account_type.FormattingEnabled = true;
     this.bank_account_type.Location = new System.Drawing.Point(211, 141);
     this.bank_account_type.Name = "bank_account_type";
     this.bank_account_type.Size = new System.Drawing.Size(200, 34);
     this.bank_account_type.TabIndex = 49;
     //
     // bank_name
     //
     this.bank_name.FormattingEnabled = true;
     this.bank_name.Location = new System.Drawing.Point(211, 22);
     this.bank_name.Name = "bank_name";
     this.bank_name.Size = new System.Drawing.Size(200, 34);
     this.bank_name.TabIndex = 48;
     //
     // label125
     //
     this.label125.AutoSize = true;
     this.label125.Location = new System.Drawing.Point(83, 225);
     this.label125.Name = "label125";
     this.label125.Size = new System.Drawing.Size(122, 26);
     this.label125.TabIndex = 47;
     this.label125.Text = "අවසාන දිනය";
     //
     // bank_branch_name
     //
     this.bank_branch_name.Location = new System.Drawing.Point(211, 64);
     this.bank_branch_name.Name = "bank_branch_name";
     this.bank_branch_name.Size = new System.Drawing.Size(200, 33);
     this.bank_branch_name.TabIndex = 46;
     //
     // label126
     //
     this.label126.AutoSize = true;
     this.label126.Location = new System.Drawing.Point(88, 67);
     this.label126.Name = "label126";
     this.label126.Size = new System.Drawing.Size(118, 26);
     this.label126.TabIndex = 45;
     this.label126.Text = "ශාඛාවේ නම";
     //
     // label127
     //
     this.label127.AutoSize = true;
     this.label127.Location = new System.Drawing.Point(86, 144);
     this.label127.Name = "label127";
     this.label127.Size = new System.Drawing.Size(123, 26);
     this.label127.TabIndex = 44;
     this.label127.Text = "ගිණුම් වර්ගය";
     //
     // label128
     //
     this.label128.AutoSize = true;
     this.label128.Location = new System.Drawing.Point(86, 25);
     this.label128.Name = "label128";
     this.label128.Size = new System.Drawing.Size(119, 26);
     this.label128.TabIndex = 43;
     this.label128.Text = "බැංකුවේ නම";
     //
     // tabPage12
     //
     this.tabPage12.BackColor = System.Drawing.Color.White;
     this.tabPage12.Controls.Add(this.insurance_ended_year);
     this.tabPage12.Controls.Add(this.insurance_started_date);
     this.tabPage12.Controls.Add(this.insurance_type);
     this.tabPage12.Controls.Add(this.label131);
     this.tabPage12.Controls.Add(this.label132);
     this.tabPage12.Controls.Add(this.insurance_notes);
     this.tabPage12.Controls.Add(this.label133);
     this.tabPage12.Controls.Add(this.insurance_value);
     this.tabPage12.Controls.Add(this.label134);
     this.tabPage12.Controls.Add(this.label135);
     this.tabPage12.Location = new System.Drawing.Point(4, 34);
     this.tabPage12.Name = "tabPage12";
     this.tabPage12.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage12.Size = new System.Drawing.Size(1041, 357);
     this.tabPage12.TabIndex = 1;
     this.tabPage12.Text = "Insurance";
     //
     // insurance_ended_year
     //
     this.insurance_ended_year.Location = new System.Drawing.Point(326, 138);
     this.insurance_ended_year.Name = "insurance_ended_year";
     this.insurance_ended_year.Size = new System.Drawing.Size(310, 33);
     this.insurance_ended_year.TabIndex = 52;
     //
     // insurance_started_date
     //
     this.insurance_started_date.Location = new System.Drawing.Point(326, 101);
     this.insurance_started_date.Name = "insurance_started_date";
     this.insurance_started_date.Size = new System.Drawing.Size(310, 33);
     this.insurance_started_date.TabIndex = 51;
     //
     // insurance_type
     //
     this.insurance_type.FormattingEnabled = true;
     this.insurance_type.Location = new System.Drawing.Point(326, 22);
     this.insurance_type.Name = "insurance_type";
     this.insurance_type.Size = new System.Drawing.Size(121, 34);
     this.insurance_type.TabIndex = 50;
     //
     // label131
     //
     this.label131.AutoSize = true;
     this.label131.Location = new System.Drawing.Point(248, 182);
     this.label131.Name = "label131";
     this.label131.Size = new System.Drawing.Size(74, 26);
     this.label131.TabIndex = 49;
     this.label131.Text = "සටහන්";
     //
     // label132
     //
     this.label132.AutoSize = true;
     this.label132.Location = new System.Drawing.Point(30, 145);
     this.label132.Name = "label132";
     this.label132.Size = new System.Drawing.Size(292, 26);
     this.label132.TabIndex = 48;
     this.label132.Text = "රක්ෂණය කල් ඉකුත්වන කළ දිනය";
     //
     // insurance_notes
     //
     this.insurance_notes.Location = new System.Drawing.Point(326, 179);
     this.insurance_notes.Multiline = true;
     this.insurance_notes.Name = "insurance_notes";
     this.insurance_notes.Size = new System.Drawing.Size(350, 159);
     this.insurance_notes.TabIndex = 47;
     //
     // label133
     //
     this.label133.AutoSize = true;
     this.label133.Location = new System.Drawing.Point(62, 106);
     this.label133.Name = "label133";
     this.label133.Size = new System.Drawing.Size(258, 26);
     this.label133.TabIndex = 46;
     this.label133.Text = "රක්ෂණය ආරම්භක කළ දිනය";
     //
     // insurance_value
     //
     this.insurance_value.Location = new System.Drawing.Point(326, 62);
     this.insurance_value.Name = "insurance_value";
     this.insurance_value.Size = new System.Drawing.Size(200, 33);
     this.insurance_value.TabIndex = 45;
     //
     // label134
     //
     this.label134.AutoSize = true;
     this.label134.Location = new System.Drawing.Point(93, 65);
     this.label134.Name = "label134";
     this.label134.Size = new System.Drawing.Size(227, 26);
     this.label134.TabIndex = 44;
     this.label134.Text = "රක්ෂණයේ වටිනාකම (රු.)";
     //
     // label135
     //
     this.label135.AutoSize = true;
     this.label135.Location = new System.Drawing.Point(185, 25);
     this.label135.Name = "label135";
     this.label135.Size = new System.Drawing.Size(137, 26);
     this.label135.TabIndex = 43;
     this.label135.Text = "රක්ෂණ වර්ගය";
     //
     // tabPage13
     //
     this.tabPage13.Controls.Add(this.label136);
     this.tabPage13.Controls.Add(this.label137);
     this.tabPage13.Controls.Add(this.tax_no);
     this.tabPage13.Controls.Add(this.tax_status);
     this.tabPage13.Controls.Add(this.label138);
     this.tabPage13.Controls.Add(this.tax_notes);
     this.tabPage13.Controls.Add(this.tax_type);
     this.tabPage13.Controls.Add(this.label139);
     this.tabPage13.Controls.Add(this.tax_paying_method);
     this.tabPage13.Controls.Add(this.label140);
     this.tabPage13.Location = new System.Drawing.Point(4, 34);
     this.tabPage13.Name = "tabPage13";
     this.tabPage13.Size = new System.Drawing.Size(1041, 357);
     this.tabPage13.TabIndex = 2;
     this.tabPage13.Text = "Tax";
     this.tabPage13.UseVisualStyleBackColor = true;
     //
     // label136
     //
     this.label136.AutoSize = true;
     this.label136.Location = new System.Drawing.Point(86, 183);
     this.label136.Name = "label136";
     this.label136.Size = new System.Drawing.Size(74, 26);
     this.label136.TabIndex = 21;
     this.label136.Text = "සටහන්";
     //
     // label137
     //
     this.label137.AutoSize = true;
     this.label137.Location = new System.Drawing.Point(65, 64);
     this.label137.Name = "label137";
     this.label137.Size = new System.Drawing.Size(94, 26);
     this.label137.TabIndex = 20;
     this.label137.Text = "බදු අංකය";
     //
     // tax_no
     //
     this.tax_no.Location = new System.Drawing.Point(165, 61);
     this.tax_no.Name = "tax_no";
     this.tax_no.Size = new System.Drawing.Size(200, 33);
     this.tax_no.TabIndex = 19;
     //
     // tax_status
     //
     this.tax_status.FormattingEnabled = true;
     this.tax_status.Location = new System.Drawing.Point(165, 140);
     this.tax_status.Name = "tax_status";
     this.tax_status.Size = new System.Drawing.Size(121, 34);
     this.tax_status.TabIndex = 18;
     //
     // label138
     //
     this.label138.AutoSize = true;
     this.label138.Location = new System.Drawing.Point(86, 143);
     this.label138.Name = "label138";
     this.label138.Size = new System.Drawing.Size(73, 26);
     this.label138.TabIndex = 17;
     this.label138.Text = "තත්වය";
     //
     // tax_notes
     //
     this.tax_notes.Location = new System.Drawing.Point(165, 180);
     this.tax_notes.Multiline = true;
     this.tax_notes.Name = "tax_notes";
     this.tax_notes.Size = new System.Drawing.Size(350, 158);
     this.tax_notes.TabIndex = 16;
     //
     // tax_type
     //
     this.tax_type.Location = new System.Drawing.Point(165, 22);
     this.tax_type.Name = "tax_type";
     this.tax_type.Size = new System.Drawing.Size(200, 33);
     this.tax_type.TabIndex = 15;
     //
     // label139
     //
     this.label139.AutoSize = true;
     this.label139.Location = new System.Drawing.Point(17, 103);
     this.label139.Name = "label139";
     this.label139.Size = new System.Drawing.Size(142, 26);
     this.label139.TabIndex = 14;
     this.label139.Text = "ගෙවීම් ආකාරය";
     //
     // tax_paying_method
     //
     this.tax_paying_method.FormattingEnabled = true;
     this.tax_paying_method.Location = new System.Drawing.Point(165, 100);
     this.tax_paying_method.Name = "tax_paying_method";
     this.tax_paying_method.Size = new System.Drawing.Size(121, 34);
     this.tax_paying_method.TabIndex = 13;
     //
     // label140
     //
     this.label140.AutoSize = true;
     this.label140.Location = new System.Drawing.Point(62, 25);
     this.label140.Name = "label140";
     this.label140.Size = new System.Drawing.Size(97, 26);
     this.label140.TabIndex = 12;
     this.label140.Text = "බදු වර්ගය";
     //
     // panel8
     //
     this.panel8.BackColor = System.Drawing.Color.LightGray;
     this.panel8.Controls.Add(this.label169);
     this.panel8.ForeColor = System.Drawing.Color.Teal;
     this.panel8.Location = new System.Drawing.Point(3, 2200);
     this.panel8.Name = "panel8";
     this.panel8.Size = new System.Drawing.Size(1049, 42);
     this.panel8.TabIndex = 17;
     //
     // label169
     //
     this.label169.AutoSize = true;
     this.label169.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label169.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label169.Location = new System.Drawing.Point(465, 11);
     this.label169.Name = "label169";
     this.label169.Size = new System.Drawing.Size(126, 24);
     this.label169.TabIndex = 6;
     this.label169.Text = "වැටුප් තොරතුරු";
     //
     // tabControl4
     //
     this.tabControl4.Controls.Add(this.tabPage14);
     this.tabControl4.Controls.Add(this.tabPage15);
     this.tabControl4.Controls.Add(this.tabPage16);
     this.tabControl4.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControl4.ItemSize = new System.Drawing.Size(200, 30);
     this.tabControl4.Location = new System.Drawing.Point(3, 2248);
     this.tabControl4.Name = "tabControl4";
     this.tabControl4.Padding = new System.Drawing.Point(0, 0);
     this.tabControl4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.tabControl4.SelectedIndex = 0;
     this.tabControl4.Size = new System.Drawing.Size(1049, 447);
     this.tabControl4.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
     this.tabControl4.TabIndex = 20;
     //
     // tabPage14
     //
     this.tabPage14.BackColor = System.Drawing.Color.White;
     this.tabPage14.Controls.Add(this.remun_salary_increase_date);
     this.tabPage14.Controls.Add(this.label157);
     this.tabPage14.Controls.Add(this.label158);
     this.tabPage14.Controls.Add(this.label159);
     this.tabPage14.Controls.Add(this.label160);
     this.tabPage14.Controls.Add(this.label161);
     this.tabPage14.Controls.Add(this.label170);
     this.tabPage14.Controls.Add(this.label171);
     this.tabPage14.Controls.Add(this.label172);
     this.tabPage14.Controls.Add(this.label173);
     this.tabPage14.Controls.Add(this.label174);
     this.tabPage14.Controls.Add(this.label175);
     this.tabPage14.Controls.Add(this.label176);
     this.tabPage14.Controls.Add(this.label177);
     this.tabPage14.Controls.Add(this.label178);
     this.tabPage14.Controls.Add(this.label179);
     this.tabPage14.Controls.Add(this.label180);
     this.tabPage14.Controls.Add(this.label181);
     this.tabPage14.Controls.Add(this.remun_salary_slip_no);
     this.tabPage14.Controls.Add(this.remun_salary_grade);
     this.tabPage14.Controls.Add(this.remun_transport_allowance);
     this.tabPage14.Controls.Add(this.remun_basic_salary);
     this.tabPage14.Controls.Add(this.label182);
     this.tabPage14.Controls.Add(this.label183);
     this.tabPage14.Controls.Add(this.remun_mobile_phone_allowance);
     this.tabPage14.Controls.Add(this.remun_current_total_salary);
     this.tabPage14.Controls.Add(this.remun_salary_increase_amount);
     this.tabPage14.Controls.Add(this.remun_fuel_allowance);
     this.tabPage14.Controls.Add(this.remun_other_allowance);
     this.tabPage14.Controls.Add(this.remun_housing_allowance);
     this.tabPage14.Font = new System.Drawing.Font("Calibri", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabPage14.ForeColor = System.Drawing.Color.Transparent;
     this.tabPage14.Location = new System.Drawing.Point(4, 34);
     this.tabPage14.Name = "tabPage14";
     this.tabPage14.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage14.Size = new System.Drawing.Size(1041, 409);
     this.tabPage14.TabIndex = 0;
     this.tabPage14.Text = "Remuneration";
     //
     // remun_salary_increase_date
     //
     this.remun_salary_increase_date.Location = new System.Drawing.Point(243, 177);
     this.remun_salary_increase_date.Name = "remun_salary_increase_date";
     this.remun_salary_increase_date.Size = new System.Drawing.Size(316, 32);
     this.remun_salary_increase_date.TabIndex = 107;
     //
     // label157
     //
     this.label157.AutoSize = true;
     this.label157.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label157.ForeColor = System.Drawing.Color.Black;
     this.label157.Location = new System.Drawing.Point(202, 64);
     this.label157.Name = "label157";
     this.label157.Size = new System.Drawing.Size(35, 26);
     this.label157.TabIndex = 95;
     this.label157.Text = ".රු";
     this.label157.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label158
     //
     this.label158.AutoSize = true;
     this.label158.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label158.ForeColor = System.Drawing.Color.Black;
     this.label158.Location = new System.Drawing.Point(202, 103);
     this.label158.Name = "label158";
     this.label158.Size = new System.Drawing.Size(35, 26);
     this.label158.TabIndex = 98;
     this.label158.Text = ".රු";
     this.label158.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label159
     //
     this.label159.AutoSize = true;
     this.label159.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label159.ForeColor = System.Drawing.Color.Black;
     this.label159.Location = new System.Drawing.Point(202, 142);
     this.label159.Name = "label159";
     this.label159.Size = new System.Drawing.Size(35, 26);
     this.label159.TabIndex = 99;
     this.label159.Text = ".රු";
     this.label159.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label160
     //
     this.label160.AutoSize = true;
     this.label160.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label160.ForeColor = System.Drawing.Color.Black;
     this.label160.Location = new System.Drawing.Point(202, 219);
     this.label160.Name = "label160";
     this.label160.Size = new System.Drawing.Size(35, 26);
     this.label160.TabIndex = 100;
     this.label160.Text = ".රු";
     this.label160.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label161
     //
     this.label161.AutoSize = true;
     this.label161.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label161.ForeColor = System.Drawing.Color.Black;
     this.label161.Location = new System.Drawing.Point(712, 64);
     this.label161.Name = "label161";
     this.label161.Size = new System.Drawing.Size(35, 26);
     this.label161.TabIndex = 89;
     this.label161.Text = ".රු";
     this.label161.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label170
     //
     this.label170.AutoSize = true;
     this.label170.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label170.ForeColor = System.Drawing.Color.Black;
     this.label170.Location = new System.Drawing.Point(712, 103);
     this.label170.Name = "label170";
     this.label170.Size = new System.Drawing.Size(35, 26);
     this.label170.TabIndex = 88;
     this.label170.Text = ".රු";
     this.label170.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label171
     //
     this.label171.AutoSize = true;
     this.label171.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label171.ForeColor = System.Drawing.Color.Black;
     this.label171.Location = new System.Drawing.Point(712, 142);
     this.label171.Name = "label171";
     this.label171.Size = new System.Drawing.Size(35, 26);
     this.label171.TabIndex = 87;
     this.label171.Text = ".රු";
     this.label171.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label172
     //
     this.label172.AutoSize = true;
     this.label172.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label172.ForeColor = System.Drawing.Color.Black;
     this.label172.Location = new System.Drawing.Point(712, 181);
     this.label172.Name = "label172";
     this.label172.Size = new System.Drawing.Size(35, 26);
     this.label172.TabIndex = 86;
     this.label172.Text = ".රු";
     this.label172.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label173
     //
     this.label173.AutoSize = true;
     this.label173.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label173.ForeColor = System.Drawing.Color.Black;
     this.label173.Location = new System.Drawing.Point(556, 181);
     this.label173.Name = "label173";
     this.label173.Size = new System.Drawing.Size(150, 26);
     this.label173.TabIndex = 85;
     this.label173.Text = "වැටුප් වැඩිවූ මුදල";
     this.label173.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label174
     //
     this.label174.AutoSize = true;
     this.label174.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label174.ForeColor = System.Drawing.Color.Black;
     this.label174.Location = new System.Drawing.Point(83, 181);
     this.label174.Name = "label174";
     this.label174.Size = new System.Drawing.Size(154, 26);
     this.label174.TabIndex = 84;
     this.label174.Text = "වැටුප් වැඩිවූ දිනය";
     this.label174.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label175
     //
     this.label175.AutoSize = true;
     this.label175.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label175.ForeColor = System.Drawing.Color.Black;
     this.label175.Location = new System.Drawing.Point(582, 142);
     this.label175.Name = "label175";
     this.label175.Size = new System.Drawing.Size(124, 26);
     this.label175.TabIndex = 83;
     this.label175.Text = "වෙනත් දීමනා";
     this.label175.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label176
     //
     this.label176.AutoSize = true;
     this.label176.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label176.ForeColor = System.Drawing.Color.Black;
     this.label176.Location = new System.Drawing.Point(76, 142);
     this.label176.Name = "label176";
     this.label176.Size = new System.Drawing.Size(130, 26);
     this.label176.TabIndex = 82;
     this.label176.Text = "නිවාස දීමනාව";
     this.label176.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label177
     //
     this.label177.AutoSize = true;
     this.label177.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label177.ForeColor = System.Drawing.Color.Black;
     this.label177.Location = new System.Drawing.Point(32, 219);
     this.label177.Name = "label177";
     this.label177.Size = new System.Drawing.Size(174, 26);
     this.label177.TabIndex = 79;
     this.label177.Text = "වර්තමාන මුලු වැටුප";
     this.label177.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label178
     //
     this.label178.AutoSize = true;
     this.label178.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label178.ForeColor = System.Drawing.Color.Black;
     this.label178.Location = new System.Drawing.Point(560, 64);
     this.label178.Name = "label178";
     this.label178.Size = new System.Drawing.Size(146, 26);
     this.label178.TabIndex = 80;
     this.label178.Text = "ප්‍රවාහන දීමනාව";
     this.label178.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label179
     //
     this.label179.AutoSize = true;
     this.label179.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label179.ForeColor = System.Drawing.Color.Black;
     this.label179.Location = new System.Drawing.Point(99, 64);
     this.label179.Name = "label179";
     this.label179.Size = new System.Drawing.Size(107, 26);
     this.label179.TabIndex = 93;
     this.label179.Text = "මූලික වැටුප";
     this.label179.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label180
     //
     this.label180.AutoSize = true;
     this.label180.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label180.ForeColor = System.Drawing.Color.Black;
     this.label180.Location = new System.Drawing.Point(500, 103);
     this.label180.Name = "label180";
     this.label180.Size = new System.Drawing.Size(206, 26);
     this.label180.TabIndex = 94;
     this.label180.Text = "ජංගම දුරකථන දීමනාව";
     this.label180.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label181
     //
     this.label181.AutoSize = true;
     this.label181.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label181.ForeColor = System.Drawing.Color.Black;
     this.label181.Location = new System.Drawing.Point(67, 103);
     this.label181.Name = "label181";
     this.label181.Size = new System.Drawing.Size(139, 26);
     this.label181.TabIndex = 81;
     this.label181.Text = "ඉන්ධන දීමනාව";
     this.label181.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // remun_salary_slip_no
     //
     this.remun_salary_slip_no.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.remun_salary_slip_no.Location = new System.Drawing.Point(748, 22);
     this.remun_salary_slip_no.Name = "remun_salary_slip_no";
     this.remun_salary_slip_no.Size = new System.Drawing.Size(150, 33);
     this.remun_salary_slip_no.TabIndex = 102;
     //
     // remun_salary_grade
     //
     this.remun_salary_grade.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.remun_salary_grade.Location = new System.Drawing.Point(243, 22);
     this.remun_salary_grade.Name = "remun_salary_grade";
     this.remun_salary_grade.Size = new System.Drawing.Size(150, 33);
     this.remun_salary_grade.TabIndex = 78;
     //
     // remun_transport_allowance
     //
     this.remun_transport_allowance.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.remun_transport_allowance.Location = new System.Drawing.Point(748, 61);
     this.remun_transport_allowance.Name = "remun_transport_allowance";
     this.remun_transport_allowance.Size = new System.Drawing.Size(150, 33);
     this.remun_transport_allowance.TabIndex = 103;
     //
     // remun_basic_salary
     //
     this.remun_basic_salary.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.remun_basic_salary.Location = new System.Drawing.Point(243, 61);
     this.remun_basic_salary.Name = "remun_basic_salary";
     this.remun_basic_salary.Size = new System.Drawing.Size(150, 33);
     this.remun_basic_salary.TabIndex = 90;
     //
     // label182
     //
     this.label182.AutoSize = true;
     this.label182.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label182.ForeColor = System.Drawing.Color.Black;
     this.label182.Location = new System.Drawing.Point(605, 25);
     this.label182.Name = "label182";
     this.label182.Size = new System.Drawing.Size(134, 26);
     this.label182.TabIndex = 91;
     this.label182.Text = "පඩි පත් අංකය";
     this.label182.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label183
     //
     this.label183.AutoSize = true;
     this.label183.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label183.ForeColor = System.Drawing.Color.Black;
     this.label183.Location = new System.Drawing.Point(112, 25);
     this.label183.Name = "label183";
     this.label183.Size = new System.Drawing.Size(125, 26);
     this.label183.TabIndex = 92;
     this.label183.Text = "වැටුප් ශ්‍රේණිය";
     this.label183.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // remun_mobile_phone_allowance
     //
     this.remun_mobile_phone_allowance.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.remun_mobile_phone_allowance.Location = new System.Drawing.Point(748, 100);
     this.remun_mobile_phone_allowance.Name = "remun_mobile_phone_allowance";
     this.remun_mobile_phone_allowance.Size = new System.Drawing.Size(150, 33);
     this.remun_mobile_phone_allowance.TabIndex = 104;
     //
     // remun_current_total_salary
     //
     this.remun_current_total_salary.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.remun_current_total_salary.Location = new System.Drawing.Point(243, 216);
     this.remun_current_total_salary.Name = "remun_current_total_salary";
     this.remun_current_total_salary.Size = new System.Drawing.Size(150, 33);
     this.remun_current_total_salary.TabIndex = 101;
     //
     // remun_salary_increase_amount
     //
     this.remun_salary_increase_amount.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.remun_salary_increase_amount.Location = new System.Drawing.Point(748, 178);
     this.remun_salary_increase_amount.Name = "remun_salary_increase_amount";
     this.remun_salary_increase_amount.Size = new System.Drawing.Size(150, 33);
     this.remun_salary_increase_amount.TabIndex = 106;
     //
     // remun_fuel_allowance
     //
     this.remun_fuel_allowance.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.remun_fuel_allowance.Location = new System.Drawing.Point(243, 100);
     this.remun_fuel_allowance.Name = "remun_fuel_allowance";
     this.remun_fuel_allowance.Size = new System.Drawing.Size(150, 33);
     this.remun_fuel_allowance.TabIndex = 96;
     //
     // remun_other_allowance
     //
     this.remun_other_allowance.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.remun_other_allowance.Location = new System.Drawing.Point(748, 139);
     this.remun_other_allowance.Name = "remun_other_allowance";
     this.remun_other_allowance.Size = new System.Drawing.Size(150, 33);
     this.remun_other_allowance.TabIndex = 105;
     //
     // remun_housing_allowance
     //
     this.remun_housing_allowance.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.remun_housing_allowance.Location = new System.Drawing.Point(243, 139);
     this.remun_housing_allowance.Name = "remun_housing_allowance";
     this.remun_housing_allowance.Size = new System.Drawing.Size(150, 33);
     this.remun_housing_allowance.TabIndex = 97;
     //
     // tabPage15
     //
     this.tabPage15.BackColor = System.Drawing.Color.White;
     this.tabPage15.Controls.Add(this.cash_issued_date);
     this.tabPage15.Controls.Add(this.label184);
     this.tabPage15.Controls.Add(this.label185);
     this.tabPage15.Controls.Add(this.label186);
     this.tabPage15.Controls.Add(this.cash_issued_price);
     this.tabPage15.Controls.Add(this.cash_approved_benefit);
     this.tabPage15.ForeColor = System.Drawing.SystemColors.ControlText;
     this.tabPage15.Location = new System.Drawing.Point(4, 34);
     this.tabPage15.Name = "tabPage15";
     this.tabPage15.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage15.Size = new System.Drawing.Size(1041, 409);
     this.tabPage15.TabIndex = 1;
     this.tabPage15.Text = "Cash Benefits";
     //
     // cash_issued_date
     //
     this.cash_issued_date.Location = new System.Drawing.Point(191, 62);
     this.cash_issued_date.Name = "cash_issued_date";
     this.cash_issued_date.Size = new System.Drawing.Size(320, 33);
     this.cash_issued_date.TabIndex = 48;
     //
     // label184
     //
     this.label184.AutoSize = true;
     this.label184.Location = new System.Drawing.Point(146, 103);
     this.label184.Name = "label184";
     this.label184.Size = new System.Drawing.Size(39, 26);
     this.label184.TabIndex = 44;
     this.label184.Text = "මිල";
     this.label184.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label185
     //
     this.label185.AutoSize = true;
     this.label185.Location = new System.Drawing.Point(39, 64);
     this.label185.Name = "label185";
     this.label185.Size = new System.Drawing.Size(146, 26);
     this.label185.TabIndex = 45;
     this.label185.Text = "නිකුත් කළ දිනය";
     this.label185.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label186
     //
     this.label186.AutoSize = true;
     this.label186.Location = new System.Drawing.Point(26, 25);
     this.label186.Name = "label186";
     this.label186.Size = new System.Drawing.Size(159, 26);
     this.label186.TabIndex = 43;
     this.label186.Text = "අනුමත ප්‍රතිලාභය";
     this.label186.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cash_issued_price
     //
     this.cash_issued_price.Location = new System.Drawing.Point(191, 101);
     this.cash_issued_price.Name = "cash_issued_price";
     this.cash_issued_price.Size = new System.Drawing.Size(200, 33);
     this.cash_issued_price.TabIndex = 47;
     //
     // cash_approved_benefit
     //
     this.cash_approved_benefit.Location = new System.Drawing.Point(191, 22);
     this.cash_approved_benefit.Name = "cash_approved_benefit";
     this.cash_approved_benefit.Size = new System.Drawing.Size(200, 33);
     this.cash_approved_benefit.TabIndex = 46;
     //
     // tabPage16
     //
     this.tabPage16.AutoScroll = true;
     this.tabPage16.Controls.Add(this.noncash_issued_date);
     this.tabPage16.Controls.Add(this.label187);
     this.tabPage16.Controls.Add(this.label188);
     this.tabPage16.Controls.Add(this.label189);
     this.tabPage16.Controls.Add(this.label190);
     this.tabPage16.Controls.Add(this.noncash_price);
     this.tabPage16.Controls.Add(this.noncash_quantity);
     this.tabPage16.Controls.Add(this.noncash_approved_benefit);
     this.tabPage16.Location = new System.Drawing.Point(4, 34);
     this.tabPage16.Name = "tabPage16";
     this.tabPage16.Size = new System.Drawing.Size(1041, 409);
     this.tabPage16.TabIndex = 2;
     this.tabPage16.Text = "Non Cash Benefits";
     this.tabPage16.UseVisualStyleBackColor = true;
     //
     // noncash_issued_date
     //
     this.noncash_issued_date.Location = new System.Drawing.Point(194, 61);
     this.noncash_issued_date.Name = "noncash_issued_date";
     this.noncash_issued_date.Size = new System.Drawing.Size(320, 33);
     this.noncash_issued_date.TabIndex = 47;
     //
     // label187
     //
     this.label187.AutoSize = true;
     this.label187.Location = new System.Drawing.Point(42, 64);
     this.label187.Name = "label187";
     this.label187.Size = new System.Drawing.Size(146, 26);
     this.label187.TabIndex = 45;
     this.label187.Text = "නිකුත් කළ දිනය";
     this.label187.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label188
     //
     this.label188.AutoSize = true;
     this.label188.Location = new System.Drawing.Point(149, 143);
     this.label188.Name = "label188";
     this.label188.Size = new System.Drawing.Size(39, 26);
     this.label188.TabIndex = 41;
     this.label188.Text = "මිල";
     this.label188.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label189
     //
     this.label189.AutoSize = true;
     this.label189.Location = new System.Drawing.Point(106, 104);
     this.label189.Name = "label189";
     this.label189.Size = new System.Drawing.Size(82, 26);
     this.label189.TabIndex = 42;
     this.label189.Text = "ප්‍රමාණය";
     this.label189.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label190
     //
     this.label190.AutoSize = true;
     this.label190.Location = new System.Drawing.Point(29, 25);
     this.label190.Name = "label190";
     this.label190.Size = new System.Drawing.Size(159, 26);
     this.label190.TabIndex = 40;
     this.label190.Text = "අනුමත ප්‍රතිලාභය";
     this.label190.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // noncash_price
     //
     this.noncash_price.Location = new System.Drawing.Point(194, 140);
     this.noncash_price.Name = "noncash_price";
     this.noncash_price.Size = new System.Drawing.Size(100, 33);
     this.noncash_price.TabIndex = 46;
     //
     // noncash_quantity
     //
     this.noncash_quantity.Location = new System.Drawing.Point(194, 101);
     this.noncash_quantity.Name = "noncash_quantity";
     this.noncash_quantity.Size = new System.Drawing.Size(100, 33);
     this.noncash_quantity.TabIndex = 44;
     //
     // noncash_approved_benefit
     //
     this.noncash_approved_benefit.Location = new System.Drawing.Point(194, 22);
     this.noncash_approved_benefit.Name = "noncash_approved_benefit";
     this.noncash_approved_benefit.Size = new System.Drawing.Size(200, 33);
     this.noncash_approved_benefit.TabIndex = 43;
     //
     // panel11
     //
     this.panel11.BackColor = System.Drawing.Color.LightGray;
     this.panel11.Controls.Add(this.label197);
     this.panel11.ForeColor = System.Drawing.Color.Teal;
     this.panel11.Location = new System.Drawing.Point(3, 2701);
     this.panel11.Name = "panel11";
     this.panel11.Size = new System.Drawing.Size(1049, 42);
     this.panel11.TabIndex = 18;
     //
     // label197
     //
     this.label197.AutoSize = true;
     this.label197.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label197.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label197.Location = new System.Drawing.Point(450, 10);
     this.label197.Name = "label197";
     this.label197.Size = new System.Drawing.Size(188, 24);
     this.label197.TabIndex = 6;
     this.label197.Text = "ගමන්  බලපත්‍ර තොරතුරු";
     //
     // panel10
     //
     this.panel10.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.panel10.Controls.Add(this.passport_renewal_date);
     this.panel10.Controls.Add(this.passport_issued_date);
     this.panel10.Controls.Add(this.passport_status_deactive);
     this.panel10.Controls.Add(this.passport_status_active);
     this.panel10.Controls.Add(this.label162);
     this.panel10.Controls.Add(this.label163);
     this.panel10.Controls.Add(this.label164);
     this.panel10.Controls.Add(this.label165);
     this.panel10.Controls.Add(this.label166);
     this.panel10.Controls.Add(this.label167);
     this.panel10.Controls.Add(this.label168);
     this.panel10.Controls.Add(this.passport_post);
     this.panel10.Controls.Add(this.passport_rank);
     this.panel10.Controls.Add(this.passport_issued_place);
     this.panel10.Controls.Add(this.passport_no);
     this.panel10.Location = new System.Drawing.Point(3, 2749);
     this.panel10.Name = "panel10";
     this.panel10.Size = new System.Drawing.Size(1049, 362);
     this.panel10.TabIndex = 21;
     //
     // passport_renewal_date
     //
     this.passport_renewal_date.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.passport_renewal_date.Location = new System.Drawing.Point(266, 220);
     this.passport_renewal_date.Name = "passport_renewal_date";
     this.passport_renewal_date.Size = new System.Drawing.Size(294, 31);
     this.passport_renewal_date.TabIndex = 52;
     //
     // passport_issued_date
     //
     this.passport_issued_date.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.passport_issued_date.Location = new System.Drawing.Point(266, 181);
     this.passport_issued_date.Name = "passport_issued_date";
     this.passport_issued_date.Size = new System.Drawing.Size(294, 31);
     this.passport_issued_date.TabIndex = 51;
     //
     // passport_status_deactive
     //
     this.passport_status_deactive.AutoSize = true;
     this.passport_status_deactive.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.passport_status_deactive.Location = new System.Drawing.Point(405, 261);
     this.passport_status_deactive.Name = "passport_status_deactive";
     this.passport_status_deactive.Size = new System.Drawing.Size(74, 30);
     this.passport_status_deactive.TabIndex = 50;
     this.passport_status_deactive.TabStop = true;
     this.passport_status_deactive.Text = "අක්‍රීය";
     this.passport_status_deactive.UseVisualStyleBackColor = true;
     //
     // passport_status_active
     //
     this.passport_status_active.AutoSize = true;
     this.passport_status_active.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.passport_status_active.Location = new System.Drawing.Point(266, 261);
     this.passport_status_active.Name = "passport_status_active";
     this.passport_status_active.Size = new System.Drawing.Size(77, 30);
     this.passport_status_active.TabIndex = 49;
     this.passport_status_active.TabStop = true;
     this.passport_status_active.Text = "සක්‍රීය";
     this.passport_status_active.UseVisualStyleBackColor = true;
     //
     // label162
     //
     this.label162.AutoSize = true;
     this.label162.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label162.Location = new System.Drawing.Point(184, 263);
     this.label162.Name = "label162";
     this.label162.Size = new System.Drawing.Size(73, 26);
     this.label162.TabIndex = 42;
     this.label162.Text = "තත්වය";
     this.label162.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label163
     //
     this.label163.AutoSize = true;
     this.label163.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label163.Location = new System.Drawing.Point(119, 224);
     this.label163.Name = "label163";
     this.label163.Size = new System.Drawing.Size(138, 26);
     this.label163.TabIndex = 43;
     this.label163.Text = "අළුත් කළ දිනය";
     this.label163.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label164
     //
     this.label164.AutoSize = true;
     this.label164.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label164.Location = new System.Drawing.Point(182, 67);
     this.label164.Name = "label164";
     this.label164.Size = new System.Drawing.Size(75, 26);
     this.label164.TabIndex = 44;
     this.label164.Text = "තනතුර";
     this.label164.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label165
     //
     this.label165.AutoSize = true;
     this.label165.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label165.Location = new System.Drawing.Point(111, 184);
     this.label165.Name = "label165";
     this.label165.Size = new System.Drawing.Size(146, 26);
     this.label165.TabIndex = 45;
     this.label165.Text = "නිකුත් කළ දිනය";
     this.label165.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label166
     //
     this.label166.AutoSize = true;
     this.label166.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label166.Location = new System.Drawing.Point(201, 28);
     this.label166.Name = "label166";
     this.label166.Size = new System.Drawing.Size(56, 26);
     this.label166.TabIndex = 46;
     this.label166.Text = "නිලය";
     this.label166.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label167
     //
     this.label167.AutoSize = true;
     this.label167.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label167.Location = new System.Drawing.Point(85, 145);
     this.label167.Name = "label167";
     this.label167.Size = new System.Drawing.Size(172, 26);
     this.label167.TabIndex = 47;
     this.label167.Text = "නිකුත් කළ ස්ථානය";
     this.label167.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label168
     //
     this.label168.AutoSize = true;
     this.label168.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.label168.Location = new System.Drawing.Point(20, 106);
     this.label168.Name = "label168";
     this.label168.Size = new System.Drawing.Size(241, 26);
     this.label168.TabIndex = 48;
     this.label168.Text = "විදේශ ගමන් බලපත්‍ර අංකය ";
     this.label168.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // passport_post
     //
     this.passport_post.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.passport_post.Location = new System.Drawing.Point(266, 64);
     this.passport_post.Name = "passport_post";
     this.passport_post.Size = new System.Drawing.Size(294, 33);
     this.passport_post.TabIndex = 41;
     //
     // passport_rank
     //
     this.passport_rank.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.passport_rank.Location = new System.Drawing.Point(266, 25);
     this.passport_rank.Name = "passport_rank";
     this.passport_rank.Size = new System.Drawing.Size(294, 33);
     this.passport_rank.TabIndex = 40;
     //
     // passport_issued_place
     //
     this.passport_issued_place.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.passport_issued_place.Location = new System.Drawing.Point(266, 142);
     this.passport_issued_place.Name = "passport_issued_place";
     this.passport_issued_place.Size = new System.Drawing.Size(294, 33);
     this.passport_issued_place.TabIndex = 39;
     //
     // passport_no
     //
     this.passport_no.Font = new System.Drawing.Font("Calibri", 15.75F);
     this.passport_no.Location = new System.Drawing.Point(266, 103);
     this.passport_no.Name = "passport_no";
     this.passport_no.Size = new System.Drawing.Size(294, 33);
     this.passport_no.TabIndex = 38;
     //
     // frmSearch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.ClientSize = new System.Drawing.Size(1360, 768);
     this.Controls.Add(this.flowLayoutPanel);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel5);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "frmSearch";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmTransport";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgEmployee)).EndInit();
     this.flowLayoutPanel.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel9.ResumeLayout(false);
     this.panel9.PerformLayout();
     this.panel12.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.tabPage5.ResumeLayout(false);
     this.tabPage5.PerformLayout();
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     this.tabControl2.ResumeLayout(false);
     this.tabPersonalDetails.ResumeLayout(false);
     this.tabPersonalDetails.PerformLayout();
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     this.tabPage7.ResumeLayout(false);
     this.tabPage7.PerformLayout();
     this.tabPage8.ResumeLayout(false);
     this.tabPage8.PerformLayout();
     this.tabPage9.ResumeLayout(false);
     this.tabPage9.PerformLayout();
     this.tabPage10.ResumeLayout(false);
     this.tabPage10.PerformLayout();
     this.panel7.ResumeLayout(false);
     this.panel7.PerformLayout();
     this.tabControl3.ResumeLayout(false);
     this.tabPage11.ResumeLayout(false);
     this.tabPage11.PerformLayout();
     this.tabPage12.ResumeLayout(false);
     this.tabPage12.PerformLayout();
     this.tabPage13.ResumeLayout(false);
     this.tabPage13.PerformLayout();
     this.panel8.ResumeLayout(false);
     this.panel8.PerformLayout();
     this.tabControl4.ResumeLayout(false);
     this.tabPage14.ResumeLayout(false);
     this.tabPage14.PerformLayout();
     this.tabPage15.ResumeLayout(false);
     this.tabPage15.PerformLayout();
     this.tabPage16.ResumeLayout(false);
     this.tabPage16.PerformLayout();
     this.panel11.ResumeLayout(false);
     this.panel11.PerformLayout();
     this.panel10.ResumeLayout(false);
     this.panel10.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.pnlRole = new System.Windows.Forms.Panel();
     this.grdRole = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colRealName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splOrganize = new System.Windows.Forms.Splitter();
     this.tvOrganize = new System.Windows.Forms.TreeView();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnConfirm = new System.Windows.Forms.Button();
     this.btnSetNull = new System.Windows.Forms.Button();
     this.pnlRole.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdRole)).BeginInit();
     this.SuspendLayout();
     //
     // pnlRole
     //
     this.pnlRole.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlRole.Controls.Add(this.grdRole);
     this.pnlRole.Controls.Add(this.splOrganize);
     this.pnlRole.Controls.Add(this.tvOrganize);
     this.pnlRole.Location = new System.Drawing.Point(8, 11);
     this.pnlRole.Name = "pnlRole";
     this.pnlRole.Size = new System.Drawing.Size(724, 381);
     this.pnlRole.TabIndex = 1;
     //
     // grdRole
     //
     this.grdRole.AllowUserToAddRows = false;
     this.grdRole.AllowUserToDeleteRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.AliceBlue;
     this.grdRole.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.grdRole.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.grdRole.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.grdRole.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdRole.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colRealName,
     this.colDescription});
     this.grdRole.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdRole.Location = new System.Drawing.Point(263, 0);
     this.grdRole.Name = "grdRole";
     this.grdRole.RowTemplate.Height = 23;
     this.grdRole.Size = new System.Drawing.Size(461, 381);
     this.grdRole.TabIndex = 0;
     this.grdRole.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdRole_CellDoubleClick);
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.Frozen = true;
     this.colSelected.HeaderText = "选择";
     this.colSelected.Name = "colSelected";
     this.colSelected.Width = 50;
     //
     // colRealName
     //
     this.colRealName.DataPropertyName = "RealName";
     this.colRealName.HeaderText = "名称";
     this.colRealName.MaxInputLength = 50;
     this.colRealName.Name = "colRealName";
     this.colRealName.ReadOnly = true;
     this.colRealName.Width = 150;
     //
     // colDescription
     //
     this.colDescription.DataPropertyName = "Description";
     this.colDescription.FillWeight = 200F;
     this.colDescription.HeaderText = "描述";
     this.colDescription.MaxInputLength = 200;
     this.colDescription.Name = "colDescription";
     this.colDescription.ReadOnly = true;
     this.colDescription.Width = 200;
     //
     // splOrganize
     //
     this.splOrganize.Location = new System.Drawing.Point(260, 0);
     this.splOrganize.Name = "splOrganize";
     this.splOrganize.Size = new System.Drawing.Size(3, 381);
     this.splOrganize.TabIndex = 8;
     this.splOrganize.TabStop = false;
     //
     // tvOrganize
     //
     this.tvOrganize.Dock = System.Windows.Forms.DockStyle.Left;
     this.tvOrganize.ImageIndex = 0;
     this.tvOrganize.ImageList = this.imageList;
     this.tvOrganize.Location = new System.Drawing.Point(0, 0);
     this.tvOrganize.Name = "tvOrganize";
     this.tvOrganize.SelectedImageIndex = 0;
     this.tvOrganize.Size = new System.Drawing.Size(260, 381);
     this.tvOrganize.TabIndex = 0;
     this.tvOrganize.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvOrganize_AfterSelect);
     this.tvOrganize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvOrganize_MouseDown);
     //
     // imageList
     //
     this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList.ImageSize = new System.Drawing.Size(16, 16);
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(657, 398);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text = "取消";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnConfirm
     //
     this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnConfirm.Location = new System.Drawing.Point(578, 398);
     this.btnConfirm.Name = "btnConfirm";
     this.btnConfirm.Size = new System.Drawing.Size(75, 23);
     this.btnConfirm.TabIndex = 3;
     this.btnConfirm.Text = "确定";
     this.btnConfirm.UseVisualStyleBackColor = true;
     this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
     //
     // btnSetNull
     //
     this.btnSetNull.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSetNull.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnSetNull.Location = new System.Drawing.Point(499, 398);
     this.btnSetNull.Name = "btnSetNull";
     this.btnSetNull.Size = new System.Drawing.Size(75, 23);
     this.btnSetNull.TabIndex = 2;
     this.btnSetNull.Text = "置空(&N)";
     this.btnSetNull.UseVisualStyleBackColor = true;
     this.btnSetNull.Click += new System.EventHandler(this.btnSetNull_Click);
     //
     // FrmOrganizeRoleSelect
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(740, 426);
     this.Controls.Add(this.btnSetNull);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnConfirm);
     this.Controls.Add(this.pnlRole);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.DoubleBuffered = true;
     this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.Name = "FrmOrganizeRoleSelect";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "选择岗位";
     this.pnlRole.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdRole)).EndInit();
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LiveUpdateClientForm));
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lblProduct = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.splitter2 = new System.Windows.Forms.Splitter();
     this.btnInstallUpdates = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.txtNewVersion = new System.Windows.Forms.TextBox();
     this.txtCurrentVersion = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.imgLogo = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).BeginInit();
     this.SuspendLayout();
     //
     // splitter1
     //
     this.splitter1.BackColor = System.Drawing.SystemColors.InactiveBorder;
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 71);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(434, 2);
     this.splitter1.TabIndex = 12;
     this.splitter1.TabStop = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.lblProduct);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.pictureBox1);
     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(434, 71);
     this.panel1.TabIndex = 9;
     //
     // lblProduct
     //
     this.lblProduct.AutoSize = true;
     this.lblProduct.BackColor = System.Drawing.Color.Transparent;
     this.lblProduct.Location = new System.Drawing.Point(28, 34);
     this.lblProduct.Name = "lblProduct";
     this.lblProduct.Size = new System.Drawing.Size(288, 26);
     this.lblProduct.TabIndex = 3;
     this.lblProduct.Text = "A new version of %PRODUCT_NAME% has been released.\r\nDo you want to install the ne" +
     "w updates?";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(11, 10);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(113, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Application update";
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.Image = global::SkyDean.FareLiz.Service.Properties.Resources.LiveUpdate;
     this.pictureBox1.Location = new System.Drawing.Point(307, -8);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(161, 136);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 17;
     this.pictureBox1.TabStop = false;
     //
     // splitter2
     //
     this.splitter2.BackColor = System.Drawing.SystemColors.InactiveBorder;
     this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitter2.Location = new System.Drawing.Point(0, 179);
     this.splitter2.Name = "splitter2";
     this.splitter2.Size = new System.Drawing.Size(434, 2);
     this.splitter2.TabIndex = 13;
     this.splitter2.TabStop = false;
     //
     // btnInstallUpdates
     //
     this.btnInstallUpdates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnInstallUpdates.Location = new System.Drawing.Point(149, 140);
     this.btnInstallUpdates.Name = "btnInstallUpdates";
     this.btnInstallUpdates.Size = new System.Drawing.Size(124, 28);
     this.btnInstallUpdates.TabIndex = 2;
     this.btnInstallUpdates.Text = "&Install Updates";
     this.btnInstallUpdates.UseVisualStyleBackColor = true;
     this.btnInstallUpdates.Click += new System.EventHandler(this.btnInstallUpdates_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(279, 140);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(83, 28);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text = "&Close";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // txtNewVersion
     //
     this.txtNewVersion.BackColor = System.Drawing.SystemColors.Control;
     this.txtNewVersion.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtNewVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.txtNewVersion.Location = new System.Drawing.Point(186, 107);
     this.txtNewVersion.Name = "txtNewVersion";
     this.txtNewVersion.ReadOnly = true;
     this.txtNewVersion.Size = new System.Drawing.Size(250, 13);
     this.txtNewVersion.TabIndex = 1;
     this.txtNewVersion.TabStop = false;
     //
     // txtCurrentVersion
     //
     this.txtCurrentVersion.BackColor = System.Drawing.SystemColors.Control;
     this.txtCurrentVersion.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtCurrentVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.txtCurrentVersion.Location = new System.Drawing.Point(186, 84);
     this.txtCurrentVersion.Name = "txtCurrentVersion";
     this.txtCurrentVersion.ReadOnly = true;
     this.txtCurrentVersion.Size = new System.Drawing.Size(250, 13);
     this.txtCurrentVersion.TabIndex = 0;
     this.txtCurrentVersion.TabStop = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(104, 84);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(82, 13);
     this.label3.TabIndex = 18;
     this.label3.Text = "Current Version:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(116, 107);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(70, 13);
     this.label4.TabIndex = 19;
     this.label4.Text = "New Version:";
     //
     // imgLogo
     //
     this.imgLogo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.imgLogo.Location = new System.Drawing.Point(15, 84);
     this.imgLogo.Name = "imgLogo";
     this.imgLogo.Size = new System.Drawing.Size(64, 64);
     this.imgLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.imgLogo.TabIndex = 20;
     this.imgLogo.TabStop = false;
     //
     // LiveUpdateClientForm
     //
     this.AcceptButton = this.btnInstallUpdates;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(434, 181);
     this.Controls.Add(this.imgLogo);
     this.Controls.Add(this.btnInstallUpdates);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.txtNewVersion);
     this.Controls.Add(this.txtCurrentVersion);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.splitter2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "LiveUpdateClientForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "New update is available";
     this.Shown += new System.EventHandler(this.LiveUpdateClientForm_Shown);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 9
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReoScriptEditor));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.scriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.stopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
     this.checkSyntaxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.enableDirectAccessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.enableImportNamespacesAndClassesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.enableAutoImportDependencyTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.enableEventBindingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.copyToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.pasteToolStripDropDownButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.undoToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.redoToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.checkSyntaxStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.runToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.stopToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.editor = new Unvell.ReoScript.Editor.ReoScriptEditorControl();
     this.console = new Unvell.ReoScript.Editor.FctbConsoleControl();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.editToolStripMenuItem,
     this.scriptToolStripMenuItem,
     this.toolsToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(742, 24);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripMenuItem,
     this.openToolStripMenuItem,
     this.saveToolStripMenuItem,
     this.saveAsToolStripMenuItem,
     this.toolStripMenuItem1,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Image = global::Unvell.ReoScript.Editor.Properties.Resources.NewDocumentHS;
     this.newToolStripMenuItem.Name = "newToolStripMenuItem";
     this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.newToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
     this.newToolStripMenuItem.Text = "&New";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Image = global::Unvell.ReoScript.Editor.Properties.Resources.openHS;
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
     this.openToolStripMenuItem.Text = "&Open...";
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Image = global::Unvell.ReoScript.Editor.Properties.Resources.saveHS;
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
     this.saveToolStripMenuItem.Text = "&Save";
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
     this.saveAsToolStripMenuItem.Text = "Save &As...";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(152, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.undoToolStripMenuItem,
     this.redoToolStripMenuItem,
     this.toolStripMenuItem2,
     this.cutToolStripMenuItem,
     this.copyToolStripMenuItem,
     this.pasteToolStripMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "&Edit";
     //
     // undoToolStripMenuItem
     //
     this.undoToolStripMenuItem.Image = global::Unvell.ReoScript.Editor.Properties.Resources.Edit_UndoHS;
     this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
     this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.undoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.undoToolStripMenuItem.Text = "&Undo";
     //
     // redoToolStripMenuItem
     //
     this.redoToolStripMenuItem.Image = global::Unvell.ReoScript.Editor.Properties.Resources.Edit_RedoHS;
     this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
     this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     this.redoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.redoToolStripMenuItem.Text = "&Redo";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(141, 6);
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Image = global::Unvell.ReoScript.Editor.Properties.Resources.CutHS;
     this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.cutToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.cutToolStripMenuItem.Text = "C&ut";
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Image = global::Unvell.ReoScript.Editor.Properties.Resources.CopyHS;
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.copyToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.copyToolStripMenuItem.Text = "&Copy";
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Image = global::Unvell.ReoScript.Editor.Properties.Resources.PasteHS;
     this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     this.pasteToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
     this.pasteToolStripMenuItem.Text = "&Paste";
     //
     // scriptToolStripMenuItem
     //
     this.scriptToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.runToolStripMenuItem,
     this.stopToolStripMenuItem,
     this.toolStripMenuItem4,
     this.checkSyntaxToolStripMenuItem});
     this.scriptToolStripMenuItem.Name = "scriptToolStripMenuItem";
     this.scriptToolStripMenuItem.Size = new System.Drawing.Size(49, 20);
     this.scriptToolStripMenuItem.Text = "&Script";
     //
     // runToolStripMenuItem
     //
     this.runToolStripMenuItem.Image = global::Unvell.ReoScript.Editor.Properties.Resources.PlayHS;
     this.runToolStripMenuItem.Name = "runToolStripMenuItem";
     this.runToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.runToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
     this.runToolStripMenuItem.Text = "&Run";
     //
     // stopToolStripMenuItem
     //
     this.stopToolStripMenuItem.Image = global::Unvell.ReoScript.Editor.Properties.Resources.StopHS;
     this.stopToolStripMenuItem.Name = "stopToolStripMenuItem";
     this.stopToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
     this.stopToolStripMenuItem.Text = "&Stop";
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(160, 6);
     //
     // checkSyntaxToolStripMenuItem
     //
     this.checkSyntaxToolStripMenuItem.Image = global::Unvell.ReoScript.Editor.Properties.Resources.CheckGrammarHS;
     this.checkSyntaxToolStripMenuItem.Name = "checkSyntaxToolStripMenuItem";
     this.checkSyntaxToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F4;
     this.checkSyntaxToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
     this.checkSyntaxToolStripMenuItem.Text = "Check Syntax";
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.enableDirectAccessToolStripMenuItem,
     this.enableImportNamespacesAndClassesToolStripMenuItem,
     this.enableAutoImportDependencyTypeToolStripMenuItem,
     this.enableEventBindingToolStripMenuItem});
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // enableDirectAccessToolStripMenuItem
     //
     this.enableDirectAccessToolStripMenuItem.CheckOnClick = true;
     this.enableDirectAccessToolStripMenuItem.Name = "enableDirectAccessToolStripMenuItem";
     this.enableDirectAccessToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
     this.enableDirectAccessToolStripMenuItem.Text = "Enable DirectAccess";
     //
     // enableImportNamespacesAndClassesToolStripMenuItem
     //
     this.enableImportNamespacesAndClassesToolStripMenuItem.CheckOnClick = true;
     this.enableImportNamespacesAndClassesToolStripMenuItem.Name = "enableImportNamespacesAndClassesToolStripMenuItem";
     this.enableImportNamespacesAndClassesToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
     this.enableImportNamespacesAndClassesToolStripMenuItem.Text = "Enable Import Namespaces and Classes";
     //
     // enableAutoImportDependencyTypeToolStripMenuItem
     //
     this.enableAutoImportDependencyTypeToolStripMenuItem.CheckOnClick = true;
     this.enableAutoImportDependencyTypeToolStripMenuItem.Name = "enableAutoImportDependencyTypeToolStripMenuItem";
     this.enableAutoImportDependencyTypeToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
     this.enableAutoImportDependencyTypeToolStripMenuItem.Text = "Enable Auto Import Dependency Type";
     //
     // enableEventBindingToolStripMenuItem
     //
     this.enableEventBindingToolStripMenuItem.CheckOnClick = true;
     this.enableEventBindingToolStripMenuItem.Name = "enableEventBindingToolStripMenuItem";
     this.enableEventBindingToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
     this.enableEventBindingToolStripMenuItem.Text = "Enable Event Binding";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.aboutToolStripMenuItem.Text = "&About...";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // splitter1
     //
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location = new System.Drawing.Point(0, 455);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(742, 3);
     this.splitter1.TabIndex = 5;
     this.splitter1.TabStop = false;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newToolStripButton,
     this.openToolStripButton,
     this.saveToolStripButton,
     this.toolStripSeparator1,
     this.cutToolStripButton,
     this.copyToolStripButton,
     this.pasteToolStripDropDownButton,
     this.toolStripSeparator2,
     this.undoToolStripButton,
     this.redoToolStripButton,
     this.toolStripSeparator3,
     this.checkSyntaxStripButton,
     this.toolStripSeparator4,
     this.runToolStripButton,
     this.stopToolStripButton});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(742, 25);
     this.toolStrip1.TabIndex = 8;
     this.toolStrip1.Text = "toolStrip1";
     //
     // newToolStripButton
     //
     this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newToolStripButton.Image = global::Unvell.ReoScript.Editor.Properties.Resources.NewDocumentHS;
     this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripButton.Name = "newToolStripButton";
     this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.newToolStripButton.Text = "New Script";
     //
     // openToolStripButton
     //
     this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openToolStripButton.Image = global::Unvell.ReoScript.Editor.Properties.Resources.openHS;
     this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripButton.Name = "openToolStripButton";
     this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.openToolStripButton.Text = "Open Script";
     //
     // saveToolStripButton
     //
     this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveToolStripButton.Image = global::Unvell.ReoScript.Editor.Properties.Resources.saveHS;
     this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripButton.Name = "saveToolStripButton";
     this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.saveToolStripButton.Text = "Save Script";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // cutToolStripButton
     //
     this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.cutToolStripButton.Image = global::Unvell.ReoScript.Editor.Properties.Resources.CutHS;
     this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripButton.Name = "cutToolStripButton";
     this.cutToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.cutToolStripButton.Text = "Cut";
     //
     // copyToolStripButton
     //
     this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.copyToolStripButton.Image = global::Unvell.ReoScript.Editor.Properties.Resources.CopyHS;
     this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripButton.Name = "copyToolStripButton";
     this.copyToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.copyToolStripButton.Text = "Copy";
     //
     // pasteToolStripDropDownButton
     //
     this.pasteToolStripDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.pasteToolStripDropDownButton.Image = global::Unvell.ReoScript.Editor.Properties.Resources.PasteHS;
     this.pasteToolStripDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripDropDownButton.Name = "pasteToolStripDropDownButton";
     this.pasteToolStripDropDownButton.Size = new System.Drawing.Size(23, 22);
     this.pasteToolStripDropDownButton.Text = "Paste";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // undoToolStripButton
     //
     this.undoToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.undoToolStripButton.Image = global::Unvell.ReoScript.Editor.Properties.Resources.Edit_UndoHS;
     this.undoToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.undoToolStripButton.Name = "undoToolStripButton";
     this.undoToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.undoToolStripButton.Text = "Undo";
     //
     // redoToolStripButton
     //
     this.redoToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.redoToolStripButton.Image = global::Unvell.ReoScript.Editor.Properties.Resources.Edit_RedoHS;
     this.redoToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.redoToolStripButton.Name = "redoToolStripButton";
     this.redoToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.redoToolStripButton.Text = "Redo";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // checkSyntaxStripButton
     //
     this.checkSyntaxStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.checkSyntaxStripButton.Image = global::Unvell.ReoScript.Editor.Properties.Resources.CheckGrammarHS;
     this.checkSyntaxStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.checkSyntaxStripButton.Name = "checkSyntaxStripButton";
     this.checkSyntaxStripButton.Size = new System.Drawing.Size(23, 22);
     this.checkSyntaxStripButton.Text = "Check syntax errors by compiling script (F4)";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // runToolStripButton
     //
     this.runToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.runToolStripButton.Image = global::Unvell.ReoScript.Editor.Properties.Resources.PlayHS;
     this.runToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.runToolStripButton.Name = "runToolStripButton";
     this.runToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.runToolStripButton.Text = "Run (F5)";
     //
     // stopToolStripButton
     //
     this.stopToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.stopToolStripButton.Enabled = false;
     this.stopToolStripButton.Image = global::Unvell.ReoScript.Editor.Properties.Resources.StopHS;
     this.stopToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.stopToolStripButton.Name = "stopToolStripButton";
     this.stopToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.stopToolStripButton.Text = "Stop";
     //
     // editor
     //
     this.editor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.editor.Location = new System.Drawing.Point(0, 49);
     this.editor.Name = "editor";
     this.editor.Size = new System.Drawing.Size(742, 406);
     this.editor.TabIndex = 6;
     //
     // console
     //
     this.console.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.console.Location = new System.Drawing.Point(0, 458);
     this.console.Name = "console";
     this.console.Size = new System.Drawing.Size(742, 153);
     this.console.TabIndex = 9;
     //
     // ReoScriptEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(742, 611);
     this.Controls.Add(this.editor);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.console);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "ReoScriptEditor";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "ScriptEditor";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lable1 = new System.Windows.Forms.Label();
     this.CardNumber = new System.Windows.Forms.TextBox();
     this.username = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.label1 = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.MC_sure = new System.Windows.Forms.Button();
     this.Delete_Card = new System.Windows.Forms.Button();
     this.Exit_MakeCard = new System.Windows.Forms.Button();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // lable1
     //
     this.lable1.AutoSize = true;
     this.lable1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lable1.Location = new System.Drawing.Point(67, 21);
     this.lable1.Name = "lable1";
     this.lable1.Size = new System.Drawing.Size(35, 14);
     this.lable1.TabIndex = 0;
     this.lable1.Text = "卡号";
     //
     // CardNumber
     //
     this.CardNumber.Location = new System.Drawing.Point(174, 21);
     this.CardNumber.Name = "CardNumber";
     this.CardNumber.Size = new System.Drawing.Size(100, 21);
     this.CardNumber.TabIndex = 1;
     //
     // username
     //
     this.username.AutoSize = true;
     this.username.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.username.Location = new System.Drawing.Point(60, 57);
     this.username.Name = "username";
     this.username.Size = new System.Drawing.Size(49, 14);
     this.username.TabIndex = 2;
     this.username.Text = "用户名";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(174, 55);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 21);
     this.textBox1.TabIndex = 3;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 372);
     this.splitter1.TabIndex = 4;
     this.splitter1.TabStop = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(53, 146);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(63, 14);
     this.label1.TabIndex = 5;
     this.label1.Text = "初始金额";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(174, 144);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(100, 21);
     this.textBox2.TabIndex = 6;
     //
     // MC_sure
     //
     this.MC_sure.Location = new System.Drawing.Point(374, 32);
     this.MC_sure.Name = "MC_sure";
     this.MC_sure.Size = new System.Drawing.Size(75, 23);
     this.MC_sure.TabIndex = 7;
     this.MC_sure.Text = "确定";
     this.MC_sure.UseVisualStyleBackColor = true;
     //
     // Delete_Card
     //
     this.Delete_Card.Location = new System.Drawing.Point(374, 77);
     this.Delete_Card.Name = "Delete_Card";
     this.Delete_Card.Size = new System.Drawing.Size(75, 23);
     this.Delete_Card.TabIndex = 8;
     this.Delete_Card.Text = "删除";
     this.Delete_Card.UseVisualStyleBackColor = true;
     //
     // Exit_MakeCard
     //
     this.Exit_MakeCard.Location = new System.Drawing.Point(374, 124);
     this.Exit_MakeCard.Name = "Exit_MakeCard";
     this.Exit_MakeCard.Size = new System.Drawing.Size(75, 23);
     this.Exit_MakeCard.TabIndex = 9;
     this.Exit_MakeCard.Text = "退出";
     this.Exit_MakeCard.UseVisualStyleBackColor = true;
     this.Exit_MakeCard.Click += new System.EventHandler(this.Exit_MakeCard_Click);
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(12, 187);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size = new System.Drawing.Size(514, 185);
     this.dataGridView1.TabIndex = 10;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(70, 88);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 11;
     this.label2.Text = "密码";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(58, 120);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(53, 12);
     this.label3.TabIndex = 12;
     this.label3.Text = "重复密码";
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(174, 88);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(100, 21);
     this.textBox3.TabIndex = 13;
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(174, 116);
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(100, 21);
     this.textBox4.TabIndex = 14;
     //
     // makecard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(535, 372);
     this.Controls.Add(this.textBox4);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.Exit_MakeCard);
     this.Controls.Add(this.Delete_Card);
     this.Controls.Add(this.MC_sure);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.username);
     this.Controls.Add(this.CardNumber);
     this.Controls.Add(this.lable1);
     this.Name = "makecard";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "新建";
     this.Load += new System.EventHandler(this.Make_Card_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPartInventory));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.pb1 = new System.Windows.Forms.ProgressBar();
     this.dgv1 = new System.Windows.Forms.DataGridView();
     this.txt_unit = new System.Windows.Forms.TextBox();
     this.txt_preqty = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.cmb_project = new System.Windows.Forms.ComboBox();
     this.label14 = new System.Windows.Forms.Label();
     this.btn_export = new System.Windows.Forms.Button();
     this.tb_type = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.btn_close = new System.Windows.Forms.Button();
     this.btn_new = new System.Windows.Forms.Button();
     this.cmb_partno = new System.Windows.Forms.ComboBox();
     this.lbl_seqno = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.btn_query = new System.Windows.Forms.Button();
     this.cmb_site = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.tb_designcode = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "系统图标.ico");
     this.imageList1.Images.SetKeyName(1, "folder_documents.png");
     this.imageList1.Images.SetKeyName(2, "kappfinder.png");
     this.imageList1.Images.SetKeyName(3, "kpersonalizer.png");
     this.imageList1.Images.SetKeyName(4, "Rank.ico");
     this.imageList1.Images.SetKeyName(5, "20090314152858Z1.jpg");
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 540);
     this.splitter1.TabIndex = 24;
     this.splitter1.TabStop = false;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.pb1);
     this.groupBox2.Controls.Add(this.dgv1);
     this.groupBox2.Controls.Add(this.txt_unit);
     this.groupBox2.Controls.Add(this.txt_preqty);
     this.groupBox2.Location = new System.Drawing.Point(2, 119);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(1090, 418);
     this.groupBox2.TabIndex = 22;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "材料库存列表(双击材料进行查看申请详情和预留情况)";
     //
     // pb1
     //
     this.pb1.Location = new System.Drawing.Point(299, 214);
     this.pb1.Name = "pb1";
     this.pb1.Size = new System.Drawing.Size(498, 14);
     this.pb1.TabIndex = 53;
     this.pb1.Visible = false;
     //
     // dgv1
     //
     this.dgv1.AllowDrop = true;
     this.dgv1.AllowUserToAddRows = false;
     this.dgv1.AllowUserToDeleteRows = false;
     this.dgv1.AllowUserToOrderColumns = true;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgv1.DefaultCellStyle = dataGridViewCellStyle2;
     this.dgv1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgv1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dgv1.Location = new System.Drawing.Point(3, 17);
     this.dgv1.MultiSelect = false;
     this.dgv1.Name = "dgv1";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dgv1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
     this.dgv1.RowTemplate.Height = 23;
     this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgv1.Size = new System.Drawing.Size(1084, 398);
     this.dgv1.TabIndex = 1;
     this.dgv1.DoubleClick += new System.EventHandler(this.dgv1_DoubleClick);
     //
     // txt_unit
     //
     this.txt_unit.Location = new System.Drawing.Point(729, 40);
     this.txt_unit.Name = "txt_unit";
     this.txt_unit.ReadOnly = true;
     this.txt_unit.Size = new System.Drawing.Size(125, 21);
     this.txt_unit.TabIndex = 45;
     this.txt_unit.Visible = false;
     //
     // txt_preqty
     //
     this.txt_preqty.Location = new System.Drawing.Point(750, 40);
     this.txt_preqty.Name = "txt_preqty";
     this.txt_preqty.Size = new System.Drawing.Size(125, 21);
     this.txt_preqty.TabIndex = 34;
     this.txt_preqty.Visible = false;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.tb_designcode);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.cmb_project);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.btn_export);
     this.groupBox1.Controls.Add(this.tb_type);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.btn_close);
     this.groupBox1.Controls.Add(this.btn_new);
     this.groupBox1.Controls.Add(this.cmb_partno);
     this.groupBox1.Controls.Add(this.lbl_seqno);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.btn_query);
     this.groupBox1.Controls.Add(this.cmb_site);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(3, 17);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(1089, 96);
     this.groupBox1.TabIndex = 21;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "查询条件";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.ForeColor = System.Drawing.Color.Red;
     this.label7.Location = new System.Drawing.Point(383, 19);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(11, 12);
     this.label7.TabIndex = 79;
     this.label7.Text = "*";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.ForeColor = System.Drawing.Color.Red;
     this.label6.Location = new System.Drawing.Point(54, 19);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(11, 12);
     this.label6.TabIndex = 78;
     this.label6.Text = "*";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.ForeColor = System.Drawing.Color.Red;
     this.label5.Location = new System.Drawing.Point(384, 45);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(11, 12);
     this.label5.TabIndex = 77;
     this.label5.Text = "*";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Red;
     this.label1.Location = new System.Drawing.Point(54, 45);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(11, 12);
     this.label1.TabIndex = 76;
     this.label1.Text = "*";
     //
     // cmb_project
     //
     this.cmb_project.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_project.FormattingEnabled = true;
     this.cmb_project.Location = new System.Drawing.Point(78, 16);
     this.cmb_project.Name = "cmb_project";
     this.cmb_project.Size = new System.Drawing.Size(228, 20);
     this.cmb_project.TabIndex = 75;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(4, 19);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(41, 12);
     this.label14.TabIndex = 74;
     this.label14.Text = "项目号";
     //
     // btn_export
     //
     this.btn_export.Location = new System.Drawing.Point(152, 67);
     this.btn_export.Name = "btn_export";
     this.btn_export.Size = new System.Drawing.Size(75, 23);
     this.btn_export.TabIndex = 23;
     this.btn_export.Text = "导出Excel";
     this.btn_export.UseVisualStyleBackColor = true;
     this.btn_export.Click += new System.EventHandler(this.button3_Click);
     //
     // tb_type
     //
     this.tb_type.Location = new System.Drawing.Point(400, 42);
     this.tb_type.Name = "tb_type";
     this.tb_type.Size = new System.Drawing.Size(201, 21);
     this.tb_type.TabIndex = 50;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(332, 46);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(53, 12);
     this.label4.TabIndex = 49;
     this.label4.Text = "零件描述";
     //
     // btn_close
     //
     this.btn_close.Location = new System.Drawing.Point(229, 67);
     this.btn_close.Name = "btn_close";
     this.btn_close.Size = new System.Drawing.Size(71, 23);
     this.btn_close.TabIndex = 47;
     this.btn_close.Text = "关闭";
     this.btn_close.UseVisualStyleBackColor = true;
     this.btn_close.Click += new System.EventHandler(this.button1_Click);
     //
     // btn_new
     //
     this.btn_new.Location = new System.Drawing.Point(5, 67);
     this.btn_new.Name = "btn_new";
     this.btn_new.Size = new System.Drawing.Size(71, 23);
     this.btn_new.TabIndex = 46;
     this.btn_new.Text = "清空";
     this.btn_new.UseVisualStyleBackColor = true;
     //
     // cmb_partno
     //
     this.cmb_partno.FormattingEnabled = true;
     this.cmb_partno.Location = new System.Drawing.Point(78, 41);
     this.cmb_partno.Name = "cmb_partno";
     this.cmb_partno.Size = new System.Drawing.Size(228, 20);
     this.cmb_partno.TabIndex = 41;
     //
     // lbl_seqno
     //
     this.lbl_seqno.AutoSize = true;
     this.lbl_seqno.ForeColor = System.Drawing.Color.Transparent;
     this.lbl_seqno.Location = new System.Drawing.Point(440, 7);
     this.lbl_seqno.Name = "lbl_seqno";
     this.lbl_seqno.Size = new System.Drawing.Size(0, 12);
     this.lbl_seqno.TabIndex = 40;
     this.lbl_seqno.Visible = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(4, 45);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(53, 12);
     this.label3.TabIndex = 27;
     this.label3.Text = "零件编号";
     //
     // btn_query
     //
     this.btn_query.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btn_query.Location = new System.Drawing.Point(78, 67);
     this.btn_query.Name = "btn_query";
     this.btn_query.Size = new System.Drawing.Size(71, 23);
     this.btn_query.TabIndex = 26;
     this.btn_query.Text = "查询";
     this.btn_query.UseVisualStyleBackColor = true;
     this.btn_query.Click += new System.EventHandler(this.btn_query_Click);
     //
     // cmb_site
     //
     this.cmb_site.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_site.FormattingEnabled = true;
     this.cmb_site.Location = new System.Drawing.Point(400, 16);
     this.cmb_site.Name = "cmb_site";
     this.cmb_site.Size = new System.Drawing.Size(201, 20);
     this.cmb_site.TabIndex = 25;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(333, 19);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(17, 12);
     this.label2.TabIndex = 24;
     this.label2.Text = "域";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.groupBox1);
     this.groupBox3.Controls.Add(this.groupBox2);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(3, 0);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(1095, 540);
     this.groupBox3.TabIndex = 25;
     this.groupBox3.TabStop = false;
     //
     // tb_designcode
     //
     this.tb_designcode.Location = new System.Drawing.Point(691, 15);
     this.tb_designcode.Name = "tb_designcode";
     this.tb_designcode.Size = new System.Drawing.Size(201, 21);
     this.tb_designcode.TabIndex = 81;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(623, 19);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(65, 12);
     this.label8.TabIndex = 80;
     this.label8.Text = "DesignCode";
     //
     // frmPartInventory
     //
     this.AcceptButton = this.btn_query;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1098, 540);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.splitter1);
     this.Name = "frmPartInventory";
     this.Text = "项目库存查询";
     this.Load += new System.EventHandler(this.frmPartInventory_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DownloadProgress));
     this.labelCurrentItem = new System.Windows.Forms.Label();
     this.buttonOk = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.progressBarTotal = new System.Windows.Forms.ProgressBar();
     this.progressBarCurrent = new System.Windows.Forms.ProgressBar();
     this.label1 = new System.Windows.Forms.Label();
     this.labelCurrent = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.panel3 = new System.Windows.Forms.Panel();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.splitter2 = new System.Windows.Forms.Splitter();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // labelCurrentItem
     //
     this.labelCurrentItem.AutoSize = true;
     this.labelCurrentItem.Location = new System.Drawing.Point(84, 85);
     this.labelCurrentItem.Name = "labelCurrentItem";
     this.labelCurrentItem.Size = new System.Drawing.Size(0, 12);
     this.labelCurrentItem.TabIndex = 0;
     //
     // buttonOk
     //
     this.buttonOk.Location = new System.Drawing.Point(385, 9);
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.Size = new System.Drawing.Size(83, 23);
     this.buttonOk.TabIndex = 2;
     this.buttonOk.Text = "Cancel";
     this.buttonOk.UseVisualStyleBackColor = true;
     this.buttonOk.Click += new System.EventHandler(this.OnCancel);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label3);
     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(498, 63);
     this.panel1.TabIndex = 3;
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(409, 3);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(79, 55);
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(33, 43);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(221, 12);
     this.label4.TabIndex = 0;
     this.label4.Text = "other tasks during the installation.";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(33, 26);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(371, 12);
     this.label2.TabIndex = 0;
     this.label2.Text = "This may take several minutes.You can use your computer to do";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(11, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(145, 13);
     this.label3.TabIndex = 0;
     this.label3.Text = "Updating KnightsWarrior";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.progressBarTotal);
     this.panel2.Controls.Add(this.progressBarCurrent);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.labelCurrent);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.label6);
     this.panel2.ForeColor = System.Drawing.SystemColors.ControlDark;
     this.panel2.Location = new System.Drawing.Point(-3, 66);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(502, 133);
     this.panel2.TabIndex = 4;
     //
     // progressBarTotal
     //
     this.progressBarTotal.Location = new System.Drawing.Point(33, 87);
     this.progressBarTotal.Name = "progressBarTotal";
     this.progressBarTotal.Size = new System.Drawing.Size(438, 12);
     this.progressBarTotal.Step = 1;
     this.progressBarTotal.TabIndex = 4;
     //
     // progressBarCurrent
     //
     this.progressBarCurrent.Location = new System.Drawing.Point(32, 47);
     this.progressBarCurrent.Name = "progressBarCurrent";
     this.progressBarCurrent.Size = new System.Drawing.Size(438, 12);
     this.progressBarCurrent.Step = 1;
     this.progressBarCurrent.TabIndex = 5;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(31, 71);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(95, 12);
     this.label1.TabIndex = 2;
     this.label1.Text = "Total Progress:";
     //
     // labelCurrent
     //
     this.labelCurrent.AutoSize = true;
     this.labelCurrent.Location = new System.Drawing.Point(31, 32);
     this.labelCurrent.Name = "labelCurrent";
     this.labelCurrent.Size = new System.Drawing.Size(77, 12);
     this.labelCurrent.TabIndex = 3;
     this.labelCurrent.Text = "Downloading:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(245, 9);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(137, 12);
     this.label5.TabIndex = 0;
     this.label5.Text = "From:    Remote Server";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(32, 9);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(155, 12);
     this.label7.TabIndex = 0;
     this.label7.Text = "Name:  KnightsWarrior.exe";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(33, 111);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(149, 12);
     this.label6.TabIndex = 0;
     this.label6.Text = "Preparing Application...";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.buttonOk);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 200);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(498, 42);
     this.panel3.TabIndex = 4;
     //
     // splitter1
     //
     this.splitter1.BackColor = System.Drawing.SystemColors.InactiveBorder;
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 63);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(498, 2);
     this.splitter1.TabIndex = 5;
     this.splitter1.TabStop = false;
     //
     // splitter2
     //
     this.splitter2.BackColor = System.Drawing.SystemColors.InactiveBorder;
     this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitter2.Location = new System.Drawing.Point(0, 198);
     this.splitter2.Name = "splitter2";
     this.splitter2.Size = new System.Drawing.Size(498, 2);
     this.splitter2.TabIndex = 6;
     this.splitter2.TabStop = false;
     //
     // DownloadProgress
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(498, 242);
     this.ControlBox = false;
     this.Controls.Add(this.splitter2);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.labelCurrentItem);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "DownloadProgress";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Updating KnightsWarrior";
     this.Load += new System.EventHandler(this.OnFormLoad);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 13
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.menuMainStrip = new System.Windows.Forms.MenuStrip();
            this.mainToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.minimizeToTrayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.debugWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.closeCurrentWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iceChatSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iceChatColorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iceChatEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.muteAllSoundsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pluginsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.loadAPluginToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.serverListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.nickListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.bottomPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.selectNickListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectServerTreeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectInputBoxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.codePlexPageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iceChatHomePageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.forumsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.facebookFanPageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.downloadPluginsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.browseDataFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.browsePluginsFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.checkForUpdateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iceChatChannelStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.splitterLeft = new System.Windows.Forms.Splitter();
            this.splitterRight = new System.Windows.Forms.Splitter();
            this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
            this.contextMenuNotify = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.restoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMain = new System.Windows.Forms.ToolStrip();
            this.contextMenuToolBar = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.hideToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripQuickConnect = new System.Windows.Forms.ToolStripButton();
            this.toolStripSettings = new System.Windows.Forms.ToolStripButton();
            this.toolStripColors = new System.Windows.Forms.ToolStripButton();
            this.toolStripEditor = new System.Windows.Forms.ToolStripButton();
            this.toolStripAway = new System.Windows.Forms.ToolStripButton();
            this.toolStripSystemTray = new System.Windows.Forms.ToolStripButton();
            this.toolStripUpdate = new System.Windows.Forms.ToolStripButton();
            this.panelDockBottom = new System.Windows.Forms.Panel();
            this.toolStripStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.statusStripMain = new System.Windows.Forms.StatusStrip();
            this.splitterBottom = new System.Windows.Forms.Splitter();
            this.panelDockRight = new IceDockPanel();
            this.panelDockLeft = new IceDockPanel();
            this.inputPanel = new InputPanel();
            this.mainTabControl = new IceTabControl();
            this.menuMainStrip.SuspendLayout();
            this.contextMenuNotify.SuspendLayout();
            this.toolStripMain.SuspendLayout();
            this.contextMenuToolBar.SuspendLayout();
            this.statusStripMain.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuMainStrip
            // 
            this.menuMainStrip.AccessibleDescription = "Main Menu Bar";
            this.menuMainStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
            this.menuMainStrip.AllowItemReorder = true;
            this.menuMainStrip.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menuMainStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mainToolStripMenuItem,
            this.optionsToolStripMenuItem,
            this.viewToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.menuMainStrip.Location = new System.Drawing.Point(0, 0);
            this.menuMainStrip.Name = "menuMainStrip";
            this.menuMainStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.menuMainStrip.Size = new System.Drawing.Size(796, 25);
            this.menuMainStrip.TabIndex = 12;
            this.menuMainStrip.Text = "menuStripMain";
            // 
            // mainToolStripMenuItem
            // 
            this.mainToolStripMenuItem.BackColor = System.Drawing.SystemColors.Menu;
            this.mainToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.minimizeToTrayToolStripMenuItem,
            this.debugWindowToolStripMenuItem,
            this.closeCurrentWindowToolStripMenuItem,
            this.toolStripMenuItem2,
            this.exitToolStripMenuItem});
            this.mainToolStripMenuItem.Name = "mainToolStripMenuItem";
            this.mainToolStripMenuItem.Size = new System.Drawing.Size(49, 21);
            this.mainToolStripMenuItem.Text = "Main";
            // 
            // minimizeToTrayToolStripMenuItem
            // 
            this.minimizeToTrayToolStripMenuItem.BackColor = System.Drawing.SystemColors.Menu;
            this.minimizeToTrayToolStripMenuItem.Name = "minimizeToTrayToolStripMenuItem";
            this.minimizeToTrayToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
            this.minimizeToTrayToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
            this.minimizeToTrayToolStripMenuItem.Text = "Minimize to Tray";
            this.minimizeToTrayToolStripMenuItem.Click += new System.EventHandler(this.minimizeToTrayToolStripMenuItem_Click);
            // 
            // debugWindowToolStripMenuItem
            // 
            this.debugWindowToolStripMenuItem.BackColor = System.Drawing.SystemColors.Menu;
            this.debugWindowToolStripMenuItem.Name = "debugWindowToolStripMenuItem";
            this.debugWindowToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
            this.debugWindowToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
            this.debugWindowToolStripMenuItem.Text = "Debug Window";
            this.debugWindowToolStripMenuItem.Click += new System.EventHandler(this.debugWindowToolStripMenuItem_Click);
            // 
            // closeCurrentWindowToolStripMenuItem
            // 
            this.closeCurrentWindowToolStripMenuItem.BackColor = System.Drawing.SystemColors.Menu;
            this.closeCurrentWindowToolStripMenuItem.Name = "closeCurrentWindowToolStripMenuItem";
            this.closeCurrentWindowToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
            this.closeCurrentWindowToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
            this.closeCurrentWindowToolStripMenuItem.Text = "Close Current Window";
            this.closeCurrentWindowToolStripMenuItem.Click += new System.EventHandler(this.closeCurrentWindowToolStripMenuItem_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(252, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.BackColor = System.Drawing.SystemColors.Menu;
            this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.iceChatSettingsToolStripMenuItem,
            this.iceChatColorsToolStripMenuItem,
            this.iceChatEditorToolStripMenuItem,
            this.muteAllSoundsToolStripMenuItem,
            this.pluginsToolStripMenuItem});
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            this.optionsToolStripMenuItem.Size = new System.Drawing.Size(66, 21);
            this.optionsToolStripMenuItem.Text = "Options";
            // 
            // iceChatSettingsToolStripMenuItem
            // 
            this.iceChatSettingsToolStripMenuItem.Name = "iceChatSettingsToolStripMenuItem";
            this.iceChatSettingsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
            this.iceChatSettingsToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
            this.iceChatSettingsToolStripMenuItem.Text = "Program Settings...";
            this.iceChatSettingsToolStripMenuItem.Click += new System.EventHandler(this.iceChatSettingsToolStripMenuItem_Click);
            // 
            // iceChatColorsToolStripMenuItem
            // 
            this.iceChatColorsToolStripMenuItem.Name = "iceChatColorsToolStripMenuItem";
            this.iceChatColorsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
            this.iceChatColorsToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
            this.iceChatColorsToolStripMenuItem.Text = "Colors Settings...";
            this.iceChatColorsToolStripMenuItem.Click += new System.EventHandler(this.iceChatColorsToolStripMenuItem_Click);
            // 
            // iceChatEditorToolStripMenuItem
            // 
            this.iceChatEditorToolStripMenuItem.Name = "iceChatEditorToolStripMenuItem";
            this.iceChatEditorToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.iceChatEditorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
            this.iceChatEditorToolStripMenuItem.Text = "IceChat Editor...";
            this.iceChatEditorToolStripMenuItem.Click += new System.EventHandler(this.iceChatEditorToolStripMenuItem_Click);
            // 
            // muteAllSoundsToolStripMenuItem
            // 
            this.muteAllSoundsToolStripMenuItem.BackColor = System.Drawing.SystemColors.Menu;
            this.muteAllSoundsToolStripMenuItem.Name = "muteAllSoundsToolStripMenuItem";
            this.muteAllSoundsToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
            this.muteAllSoundsToolStripMenuItem.Text = "Mute all Sounds";
            this.muteAllSoundsToolStripMenuItem.Click += new System.EventHandler(this.muteAllSoundsToolStripMenuItem_Click);
            // 
            // pluginsToolStripMenuItem
            // 
            this.pluginsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.loadAPluginToolStripMenuItem});
            this.pluginsToolStripMenuItem.Name = "pluginsToolStripMenuItem";
            this.pluginsToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
            this.pluginsToolStripMenuItem.Text = "Loaded Plugins";
            // 
            // loadAPluginToolStripMenuItem
            // 
            this.loadAPluginToolStripMenuItem.Name = "loadAPluginToolStripMenuItem";
            this.loadAPluginToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
            this.loadAPluginToolStripMenuItem.Text = "Load a Plugin...";
            this.loadAPluginToolStripMenuItem.ToolTipText = "Load a new Plugin";
            this.loadAPluginToolStripMenuItem.Click += new System.EventHandler(this.loadAPluginToolStripMenuItem_Click);
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.BackColor = System.Drawing.SystemColors.Menu;
            this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.serverListToolStripMenuItem,
            this.nickListToolStripMenuItem,
            this.bottomPanelToolStripMenuItem,
            this.statusBarToolStripMenuItem,
            this.toolBarToolStripMenuItem,
            this.toolStripMenuItem3,
            this.selectNickListToolStripMenuItem,
            this.selectServerTreeToolStripMenuItem,
            this.selectInputBoxToolStripMenuItem});
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(47, 21);
            this.viewToolStripMenuItem.Text = "View";
            // 
            // serverListToolStripMenuItem
            // 
            this.serverListToolStripMenuItem.Checked = true;
            this.serverListToolStripMenuItem.CheckOnClick = true;
            this.serverListToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.serverListToolStripMenuItem.Name = "serverListToolStripMenuItem";
            this.serverListToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.serverListToolStripMenuItem.Text = "Left Panel";
            this.serverListToolStripMenuItem.Click += new System.EventHandler(this.serverListToolStripMenuItem_Click);
            // 
            // nickListToolStripMenuItem
            // 
            this.nickListToolStripMenuItem.Checked = true;
            this.nickListToolStripMenuItem.CheckOnClick = true;
            this.nickListToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.nickListToolStripMenuItem.Name = "nickListToolStripMenuItem";
            this.nickListToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.nickListToolStripMenuItem.Text = "Right Panel";
            this.nickListToolStripMenuItem.Click += new System.EventHandler(this.nickListToolStripMenuItem_Click);
            // 
            // bottomPanelToolStripMenuItem
            // 
            this.bottomPanelToolStripMenuItem.CheckOnClick = true;
            this.bottomPanelToolStripMenuItem.Name = "bottomPanelToolStripMenuItem";
            this.bottomPanelToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.bottomPanelToolStripMenuItem.Text = "Bottom Panel";
            this.bottomPanelToolStripMenuItem.Click += new System.EventHandler(this.bottomPanelToolStripMenuItem_Click);
            // 
            // statusBarToolStripMenuItem
            // 
            this.statusBarToolStripMenuItem.Checked = true;
            this.statusBarToolStripMenuItem.CheckOnClick = true;
            this.statusBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.statusBarToolStripMenuItem.Name = "statusBarToolStripMenuItem";
            this.statusBarToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.statusBarToolStripMenuItem.Text = "Status Bar";
            this.statusBarToolStripMenuItem.Click += new System.EventHandler(this.statusBarToolStripMenuItem_Click);
            // 
            // toolBarToolStripMenuItem
            // 
            this.toolBarToolStripMenuItem.Checked = true;
            this.toolBarToolStripMenuItem.CheckOnClick = true;
            this.toolBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.toolBarToolStripMenuItem.Name = "toolBarToolStripMenuItem";
            this.toolBarToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.toolBarToolStripMenuItem.Text = "Tool Bar";
            this.toolBarToolStripMenuItem.Click += new System.EventHandler(this.toolBarToolStripMenuItem_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(178, 6);
            // 
            // selectNickListToolStripMenuItem
            // 
            this.selectNickListToolStripMenuItem.Name = "selectNickListToolStripMenuItem";
            this.selectNickListToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.selectNickListToolStripMenuItem.Text = "Select Nick List";
            this.selectNickListToolStripMenuItem.Click += new System.EventHandler(this.selectNickListToolStripMenuItem_Click);
            // 
            // selectServerTreeToolStripMenuItem
            // 
            this.selectServerTreeToolStripMenuItem.Name = "selectServerTreeToolStripMenuItem";
            this.selectServerTreeToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.selectServerTreeToolStripMenuItem.Text = "Select Server Tree";
            this.selectServerTreeToolStripMenuItem.Click += new System.EventHandler(this.selectServerTreeToolStripMenuItem_Click);
            // 
            // selectInputBoxToolStripMenuItem
            // 
            this.selectInputBoxToolStripMenuItem.Name = "selectInputBoxToolStripMenuItem";
            this.selectInputBoxToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.selectInputBoxToolStripMenuItem.Text = "Select Input box";
            this.selectInputBoxToolStripMenuItem.Click += new System.EventHandler(this.selectInputBoxToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.BackColor = System.Drawing.SystemColors.Menu;
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.codePlexPageToolStripMenuItem,
            this.iceChatHomePageToolStripMenuItem,
            this.forumsToolStripMenuItem,
            this.facebookFanPageToolStripMenuItem,
            this.downloadPluginsToolStripMenuItem,
            this.toolStripMenuItem1,
            this.checkForUpdateToolStripMenuItem,
            this.browseDataFolderToolStripMenuItem,            
            this.browsePluginsFolderToolStripMenuItem,
            this.iceChatChannelStripMenuItem,
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(47, 21);
            this.helpToolStripMenuItem.Text = "Help";
            // 
            // codePlexPageToolStripMenuItem
            // 
            this.codePlexPageToolStripMenuItem.Name = "codePlexPageToolStripMenuItem";
            this.codePlexPageToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.codePlexPageToolStripMenuItem.Text = "CodePlex Page";
            this.codePlexPageToolStripMenuItem.Click += new System.EventHandler(this.codePlexPageToolStripMenuItem_Click);
            // 
            // iceChatHomePageToolStripMenuItem
            // 
            this.iceChatHomePageToolStripMenuItem.Name = "iceChatHomePageToolStripMenuItem";
            this.iceChatHomePageToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.iceChatHomePageToolStripMenuItem.Text = "IceChat Home Page";
            this.iceChatHomePageToolStripMenuItem.Click += new System.EventHandler(this.iceChatHomePageToolStripMenuItem_Click);
            // 
            // forumsToolStripMenuItem
            // 
            this.forumsToolStripMenuItem.Name = "forumsToolStripMenuItem";
            this.forumsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.forumsToolStripMenuItem.Text = "Forums";
            this.forumsToolStripMenuItem.Click += new System.EventHandler(this.forumsToolStripMenuItem_Click);
            // 
            // facebookFanPageToolStripMenuItem
            // 
            this.facebookFanPageToolStripMenuItem.Name = "facebookFanPageToolStripMenuItem";
            this.facebookFanPageToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.facebookFanPageToolStripMenuItem.Text = "Facebook Fan page";
            this.facebookFanPageToolStripMenuItem.Click += new System.EventHandler(this.facebookFanPageToolStripMenuItem_Click);
            // 
            // downloadPluginsToolStripMenuItem
            // 
            this.downloadPluginsToolStripMenuItem.Name = "downloadPluginsToolStripMenuItem";
            this.downloadPluginsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.downloadPluginsToolStripMenuItem.Text = "Download Plugins";
            this.downloadPluginsToolStripMenuItem.Click += new System.EventHandler(this.downloadPluginsToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(187, 6);
            // 
            // browseDataFolderToolStripMenuItem
            // 
            this.browseDataFolderToolStripMenuItem.Name = "browseDataFolderToolStripMenuItem";
            this.browseDataFolderToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.browseDataFolderToolStripMenuItem.Text = "Browse Data Folder";
            this.browseDataFolderToolStripMenuItem.Click += new System.EventHandler(this.browseDataFolderToolStripMenuItem_Click);
            // 
            // browsePluginsFolderToolStripMenuItem
            // 
            this.browsePluginsFolderToolStripMenuItem.Name = "browsePluginsFolderToolStripMenuItem";
            this.browsePluginsFolderToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.browsePluginsFolderToolStripMenuItem.Text = "Browse Plugins Folder";
            this.browsePluginsFolderToolStripMenuItem.Click += new System.EventHandler(this.browsePluginsFolderToolStripMenuItem_Click);
            // 
            // checkForUpdateToolStripMenuItem
            // 
            this.checkForUpdateToolStripMenuItem.Name = "checkForUpdateToolStripMenuItem";
            this.checkForUpdateToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.checkForUpdateToolStripMenuItem.Text = "Check for Update";
            this.checkForUpdateToolStripMenuItem.Click += new System.EventHandler(this.checkForUpdateToolStripMenuItem_Click);
            //
            // iceChatChannelStripMenuItem
            //
            this.iceChatChannelStripMenuItem.Name = "iceChatChannelStripMenuItem";
            this.iceChatChannelStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.iceChatChannelStripMenuItem.Text = "Developer Channel";
            this.iceChatChannelStripMenuItem.Click += new System.EventHandler(iceChatChannelStripMenuItem_Click);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.aboutToolStripMenuItem.Text = "About";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // splitterLeft
            // 
            this.splitterLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.splitterLeft.Location = new System.Drawing.Point(161, 50);
            this.splitterLeft.Name = "splitterLeft";
            this.splitterLeft.Size = new System.Drawing.Size(3, 455);
            this.splitterLeft.TabIndex = 15;
            this.splitterLeft.TabStop = false;
            // 
            // splitterRight
            // 
            this.splitterRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.splitterRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.splitterRight.Location = new System.Drawing.Point(640, 50);
            this.splitterRight.Name = "splitterRight";
            this.splitterRight.Size = new System.Drawing.Size(3, 455);
            this.splitterRight.TabIndex = 16;
            this.splitterRight.TabStop = false;
            // 
            // notifyIcon
            // 
            this.notifyIcon.ContextMenuStrip = this.contextMenuNotify;
            this.notifyIcon.Text = "IceChat";
            this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.NotifyIconMouseDoubleClick);
            // 
            // contextMenuNotify
            // 
            this.contextMenuNotify.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.restoreToolStripMenuItem,
            this.exitToolStripMenuItem1});
            this.contextMenuNotify.Name = "contextMenuNotify";
            this.contextMenuNotify.Size = new System.Drawing.Size(114, 48);
            // 
            // restoreToolStripMenuItem
            // 
            this.restoreToolStripMenuItem.Name = "restoreToolStripMenuItem";
            this.restoreToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
            this.restoreToolStripMenuItem.Text = "Restore";
            this.restoreToolStripMenuItem.Click += new System.EventHandler(this.restoreToolStripMenuItem_Click);
            // 
            // exitToolStripMenuItem1
            // 
            this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
            this.exitToolStripMenuItem1.Size = new System.Drawing.Size(113, 22);
            this.exitToolStripMenuItem1.Text = "Exit";
            this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem1_Click);
            // 
            // toolStripMain
            // 
            this.toolStripMain.AccessibleDescription = "Main Tool bar";
            this.toolStripMain.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.toolStripMain.AllowItemReorder = true;
            this.toolStripMain.ContextMenuStrip = this.contextMenuToolBar;
            this.toolStripMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripMain.ImageScalingSize = new System.Drawing.Size(32, 32);
            this.toolStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripQuickConnect,
            this.toolStripSettings,
            this.toolStripColors,
            this.toolStripEditor,
            this.toolStripAway,
            this.toolStripSystemTray,
            this.toolStripUpdate});
            this.toolStripMain.Location = new System.Drawing.Point(0, 25);
            this.toolStripMain.Name = "toolStripMain";
            this.toolStripMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.toolStripMain.Size = new System.Drawing.Size(796, 25);
            this.toolStripMain.TabIndex = 17;
            this.toolStripMain.Text = "toolStripMain";
            // 
            // contextMenuToolBar
            // 
            this.contextMenuToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.hideToolStripMenuItem});
            this.contextMenuToolBar.Name = "contextMenuToolBar";
            this.contextMenuToolBar.Size = new System.Drawing.Size(100, 26);
            // 
            // hideToolStripMenuItem
            // 
            this.hideToolStripMenuItem.Name = "hideToolStripMenuItem";
            this.hideToolStripMenuItem.Size = new System.Drawing.Size(99, 22);
            this.hideToolStripMenuItem.Text = "Hide";
            this.hideToolStripMenuItem.Click += new System.EventHandler(this.hideToolStripMenuItem_Click);
            // 
            // toolStripQuickConnect
            // 
            this.toolStripQuickConnect.AccessibleDescription = "Bring up Quick Connect Window";
            this.toolStripQuickConnect.BackColor = System.Drawing.Color.Transparent;
            this.toolStripQuickConnect.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripQuickConnect.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripQuickConnect.Name = "toolStripQuickConnect";
            this.toolStripQuickConnect.Size = new System.Drawing.Size(90, 25);
            this.toolStripQuickConnect.Text = "Quick Connect";
            this.toolStripQuickConnect.Click += new System.EventHandler(this.toolStripQuickConnect_Click);
            // 
            // toolStripSettings
            // 
            this.toolStripSettings.AccessibleDescription = "Open settings window";
            this.toolStripSettings.BackColor = System.Drawing.Color.Transparent;
            this.toolStripSettings.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSettings.Name = "toolStripSettings";
            this.toolStripSettings.Size = new System.Drawing.Size(53, 22);
            this.toolStripSettings.Text = "Settings";
            this.toolStripSettings.Click += new System.EventHandler(this.toolStripSettings_Click);
            // 
            // toolStripColors
            // 
            this.toolStripColors.AccessibleDescription = "Open color settings window";
            this.toolStripColors.BackColor = System.Drawing.Color.Transparent;
            this.toolStripColors.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripColors.Name = "toolStripColors";
            this.toolStripColors.Size = new System.Drawing.Size(45, 22);
            this.toolStripColors.Text = "Colors";
            this.toolStripColors.Click += new System.EventHandler(this.toolStripColors_Click);
            // 
            // toolStripEditor
            // 
            this.toolStripEditor.AccessibleDescription = "Open IceChat Editor";
            this.toolStripEditor.BackColor = System.Drawing.Color.Transparent;
            this.toolStripEditor.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripEditor.Name = "toolStripEditor";
            this.toolStripEditor.Size = new System.Drawing.Size(42, 22);
            this.toolStripEditor.Text = "Editor";
            this.toolStripEditor.Click += new System.EventHandler(this.toolStripEditor_Click);
            // 
            // toolStripAway
            // 
            this.toolStripAway.AccessibleDescription = "Set yourself as away, or return";
            this.toolStripAway.BackColor = System.Drawing.Color.Transparent;
            this.toolStripAway.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripAway.Name = "toolStripAway";
            this.toolStripAway.Size = new System.Drawing.Size(59, 22);
            this.toolStripAway.Text = "Set Away";
            this.toolStripAway.ToolTipText = "Set Away";
            this.toolStripAway.Click += new System.EventHandler(this.toolStripAway_Click);
            // 
            // toolStripSystemTray
            // 
            this.toolStripSystemTray.AccessibleDescription = "Put IceChat on the System Tray";
            this.toolStripSystemTray.BackColor = System.Drawing.Color.Transparent;
            this.toolStripSystemTray.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSystemTray.Name = "toolStripSystemTray";
            this.toolStripSystemTray.Size = new System.Drawing.Size(75, 22);
            this.toolStripSystemTray.Text = "System Tray";
            this.toolStripSystemTray.Click += new System.EventHandler(this.toolStripSystemTray_Click);
            // 
            // toolStripUpdate
            // 
            this.toolStripUpdate.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripUpdate.Name = "toolStripUpdate";
            this.toolStripUpdate.Size = new System.Drawing.Size(100, 22);
            this.toolStripUpdate.Text = "Update Available";
            this.toolStripUpdate.Click += new System.EventHandler(this.toolStripUpdate_Click);
            // 
            // panelDockBottom
            // 
            this.panelDockBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelDockBottom.Location = new System.Drawing.Point(0, 556);
            this.panelDockBottom.Name = "panelDockBottom";
            this.panelDockBottom.Size = new System.Drawing.Size(796, 29);
            this.panelDockBottom.TabIndex = 22;
            this.panelDockBottom.Visible = false;
            // 
            // toolStripStatus
            // 
            this.toolStripStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripStatus.Name = "toolStripStatus";
            this.toolStripStatus.Size = new System.Drawing.Size(58, 17);
            this.toolStripStatus.Text = "Status:";
            // 
            // statusStripMain
            // 
            this.statusStripMain.AccessibleDescription = "Main status bar";
            this.statusStripMain.AccessibleRole = System.Windows.Forms.AccessibleRole.StatusBar;
            this.statusStripMain.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.statusStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatus});
            this.statusStripMain.Location = new System.Drawing.Point(0, 531);
            this.statusStripMain.Name = "statusStripMain";
            this.statusStripMain.Size = new System.Drawing.Size(796, 22);
            this.statusStripMain.SizingGrip = false;
            this.statusStripMain.TabIndex = 18;
            // 
            // splitterBottom
            // 
            this.splitterBottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.splitterBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.splitterBottom.Location = new System.Drawing.Point(0, 553);
            this.splitterBottom.Name = "splitterBottom";
            this.splitterBottom.Size = new System.Drawing.Size(796, 3);
            this.splitterBottom.TabIndex = 0;
            this.splitterBottom.TabStop = false;
            this.splitterBottom.Visible = false;
            // 
            // panelDockRight
            // 
            this.panelDockRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelDockRight.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.panelDockRight.Location = new System.Drawing.Point(643, 50);
            this.panelDockRight.Name = "panelDockRight";
            this.panelDockRight.Size = new System.Drawing.Size(153, 455);
            this.panelDockRight.TabIndex = 14;
            // 
            // panelDockLeft
            // 
            this.panelDockLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelDockLeft.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.panelDockLeft.Location = new System.Drawing.Point(0, 50);
            this.panelDockLeft.Name = "panelDockLeft";
            this.panelDockLeft.Size = new System.Drawing.Size(161, 455);
            this.panelDockLeft.TabIndex = 13;
            // 
            // mainTabControl
            // 
            this.mainTabControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.mainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainTabControl.Location = new System.Drawing.Point(164, 50);
            this.mainTabControl.Margin = new System.Windows.Forms.Padding(0);
            this.mainTabControl.Name = "mainTabControl";
            this.mainTabControl.SelectedIndex = -1;
            this.mainTabControl.Size = new System.Drawing.Size(476, 455);
            this.mainTabControl.TabIndex = 20;
            // 
            // inputPanel
            // 
            this.inputPanel.AccessibleDescription = "";
            this.inputPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.inputPanel.Location = new System.Drawing.Point(0, 505);
            this.inputPanel.Name = "inputPanel";
            this.inputPanel.Size = new System.Drawing.Size(796, 26);
            this.inputPanel.TabIndex = 0;
            // 
            // FormMain
            // 
            this.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size(796, 585);
            this.Controls.Add(this.mainTabControl);
            this.Controls.Add(this.splitterRight);
            this.Controls.Add(this.splitterLeft);
            this.Controls.Add(this.panelDockRight);
            this.Controls.Add(this.panelDockLeft);
            this.Controls.Add(this.inputPanel);
            this.Controls.Add(this.statusStripMain);
            this.Controls.Add(this.toolStripMain);
            this.Controls.Add(this.menuMainStrip);
            this.Controls.Add(this.splitterBottom);
            this.Controls.Add(this.panelDockBottom);
            this.MainMenuStrip = this.menuMainStrip;
            this.Name = "FormMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "IceChat";
            this.menuMainStrip.ResumeLayout(false);
            this.menuMainStrip.PerformLayout();
            this.contextMenuNotify.ResumeLayout(false);
            this.toolStripMain.ResumeLayout(false);
            this.toolStripMain.PerformLayout();
            this.contextMenuToolBar.ResumeLayout(false);
            this.statusStripMain.ResumeLayout(false);
            this.statusStripMain.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <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.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.listView1 = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.c_treeView = new System.Windows.Forms.ContextMenu();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.c_listView = new System.Windows.Forms.ContextMenu();
     this.menuItem3 = new System.Windows.Forms.MenuItem();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem1});
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.Text = "Rename Title ID Folders to Real Names";
     this.menuItem1.Visible = false;
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // treeView1
     //
     this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
     this.treeView1.Location = new System.Drawing.Point(0, 0);
     this.treeView1.Name = "treeView1";
     this.treeView1.Size = new System.Drawing.Size(238, 393);
     this.treeView1.TabIndex = 0;
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     //
     // listView1
     //
     this.listView1.AllowDrop = true;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5});
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.LabelEdit = true;
     this.listView1.Location = new System.Drawing.Point(238, 0);
     this.listView1.MultiSelect = false;
     this.listView1.Name = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size = new System.Drawing.Size(697, 393);
     this.listView1.TabIndex = 2;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Name";
     this.columnHeader1.Width = 150;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Type";
     this.columnHeader2.Width = 100;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Size";
     this.columnHeader3.Width = 100;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Date";
     this.columnHeader4.Width = 160;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "STFS Name";
     this.columnHeader5.Width = 160;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(238, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 393);
     this.splitter1.TabIndex = 3;
     this.splitter1.TabStop = false;
     //
     // c_treeView
     //
     this.c_treeView.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem2});
     //
     // menuItem2
     //
     this.menuItem2.Index = 0;
     this.menuItem2.Text = "Open Folder Location";
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // c_listView
     //
     this.c_listView.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem3});
     //
     // menuItem3
     //
     this.menuItem3.Index = 0;
     this.menuItem3.Text = "Open Location";
     this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
     //
     // CustomBackupViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(935, 393);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.treeView1);
     this.Menu = this.mainMenu1;
     this.Name = "CustomBackupViewer";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Custom Backup Viewer";
     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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDeviceMaster));
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.cMnu_Fresh = new System.Windows.Forms.ToolStripMenuItem();
     this.cMnu_Add = new System.Windows.Forms.ToolStripMenuItem();
     this.cMnu_Delete = new System.Windows.Forms.ToolStripMenuItem();
     this.cMnu_Export = new System.Windows.Forms.ToolStripMenuItem();
     this.模拟读表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1 = new System.Windows.Forms.Panel();
     this.facilityTree = new ZhinengChaoBiao.Controls.DivisionTree(this.components);
     this.DivisionMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnu_AddDevice = new System.Windows.Forms.ToolStripMenuItem();
     this.mnu_AddDivision = new System.Windows.Forms.ToolStripMenuItem();
     this.mnu_DeleteDivision = new System.Windows.Forms.ToolStripMenuItem();
     this.mnu_DepartmentProperty = new System.Windows.Forms.ToolStripMenuItem();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.colID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDeviceType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBus = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDivision = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colLastDt = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.contextMenuStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.DivisionMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cMnu_Fresh,
     this.cMnu_Add,
     this.cMnu_Delete,
     this.cMnu_Export,
     this.模拟读表ToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(125, 114);
     //
     // cMnu_Fresh
     //
     this.cMnu_Fresh.Name = "cMnu_Fresh";
     this.cMnu_Fresh.Size = new System.Drawing.Size(124, 22);
     this.cMnu_Fresh.Text = "刷新";
     //
     // cMnu_Add
     //
     this.cMnu_Add.Name = "cMnu_Add";
     this.cMnu_Add.Size = new System.Drawing.Size(124, 22);
     this.cMnu_Add.Text = "新建";
     this.cMnu_Add.Visible = false;
     //
     // cMnu_Delete
     //
     this.cMnu_Delete.Name = "cMnu_Delete";
     this.cMnu_Delete.Size = new System.Drawing.Size(124, 22);
     this.cMnu_Delete.Text = "删除";
     //
     // cMnu_Export
     //
     this.cMnu_Export.Name = "cMnu_Export";
     this.cMnu_Export.Size = new System.Drawing.Size(124, 22);
     this.cMnu_Export.Text = "导出...";
     //
     // 模拟读表ToolStripMenuItem
     //
     this.模拟读表ToolStripMenuItem.Name = "模拟读表ToolStripMenuItem";
     this.模拟读表ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.模拟读表ToolStripMenuItem.Text = "模拟读表";
     this.模拟读表ToolStripMenuItem.Click += new System.EventHandler(this.模拟读表ToolStripMenuItem_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.facilityTree);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(200, 374);
     this.panel1.TabIndex = 61;
     //
     // facilityTree
     //
     this.facilityTree.ContextMenuStrip = this.DivisionMenu;
     this.facilityTree.Dock = System.Windows.Forms.DockStyle.Fill;
     this.facilityTree.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawText;
     this.facilityTree.HideSelection = false;
     this.facilityTree.ItemHeight = 20;
     this.facilityTree.Location = new System.Drawing.Point(0, 0);
     this.facilityTree.Name = "facilityTree";
     this.facilityTree.Size = new System.Drawing.Size(200, 374);
     this.facilityTree.TabIndex = 0;
     this.facilityTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.facilityTree_NodeMouseClick);
     //
     // DivisionMenu
     //
     this.DivisionMenu.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.DivisionMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnu_AddDevice,
     this.mnu_AddDivision,
     this.mnu_DeleteDivision,
     this.mnu_DepartmentProperty});
     this.DivisionMenu.Name = "contextMenuStrip1";
     this.DivisionMenu.Size = new System.Drawing.Size(127, 92);
     //
     // mnu_AddDevice
     //
     this.mnu_AddDevice.Name = "mnu_AddDevice";
     this.mnu_AddDevice.Size = new System.Drawing.Size(126, 22);
     this.mnu_AddDevice.Text = "增加设备";
     this.mnu_AddDevice.Click += new System.EventHandler(this.mnu_AddDevice_Click);
     //
     // mnu_AddDivision
     //
     this.mnu_AddDivision.Name = "mnu_AddDivision";
     this.mnu_AddDivision.Size = new System.Drawing.Size(126, 22);
     this.mnu_AddDivision.Text = "增加区域";
     this.mnu_AddDivision.Click += new System.EventHandler(this.mnu_AddDivision_Click);
     //
     // mnu_DeleteDivision
     //
     this.mnu_DeleteDivision.Name = "mnu_DeleteDivision";
     this.mnu_DeleteDivision.Size = new System.Drawing.Size(126, 22);
     this.mnu_DeleteDivision.Text = "删除";
     this.mnu_DeleteDivision.Click += new System.EventHandler(this.mnu_DeleteDivision_Click);
     //
     // mnu_DepartmentProperty
     //
     this.mnu_DepartmentProperty.Name = "mnu_DepartmentProperty";
     this.mnu_DepartmentProperty.Size = new System.Drawing.Size(126, 22);
     this.mnu_DepartmentProperty.Text = "属性";
     this.mnu_DepartmentProperty.Click += new System.EventHandler(this.mnu_DivisionProperty_Click);
     //
     // splitter1
     //
     this.splitter1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.splitter1.Location = new System.Drawing.Point(200, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(6, 374);
     this.splitter1.TabIndex = 62;
     this.splitter1.TabStop = false;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToResizeRows = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colID,
     this.colName,
     this.colDeviceType,
     this.colBus,
     this.colAddress,
     this.colDivision,
     this.colLastDt,
     this.colMemo});
     this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(206, 0);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowHeadersVisible = false;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size = new System.Drawing.Size(1077, 374);
     this.dataGridView1.TabIndex = 63;
     //
     // colID
     //
     this.colID.HeaderText = "编号";
     this.colID.Name = "colID";
     this.colID.ReadOnly = true;
     //
     // colName
     //
     this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.colName.HeaderText = "名称";
     this.colName.MinimumWidth = 100;
     this.colName.Name = "colName";
     this.colName.ReadOnly = true;
     //
     // colDeviceType
     //
     this.colDeviceType.HeaderText = "设备类型";
     this.colDeviceType.Name = "colDeviceType";
     this.colDeviceType.ReadOnly = true;
     //
     // colBus
     //
     this.colBus.HeaderText = "总线";
     this.colBus.Name = "colBus";
     this.colBus.ReadOnly = true;
     this.colBus.Width = 120;
     //
     // colAddress
     //
     this.colAddress.HeaderText = "地址";
     this.colAddress.Name = "colAddress";
     this.colAddress.ReadOnly = true;
     //
     // colDivision
     //
     this.colDivision.HeaderText = "区域";
     this.colDivision.Name = "colDivision";
     this.colDivision.ReadOnly = true;
     //
     // colLastDt
     //
     dataGridViewCellStyle1.Format = "G";
     dataGridViewCellStyle1.NullValue = null;
     this.colLastDt.DefaultCellStyle = dataGridViewCellStyle1;
     this.colLastDt.HeaderText = "上次读表日期";
     this.colLastDt.Name = "colLastDt";
     this.colLastDt.ReadOnly = true;
     this.colLastDt.Width = 130;
     //
     // colMemo
     //
     this.colMemo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colMemo.HeaderText = "";
     this.colMemo.Name = "colMemo";
     this.colMemo.ReadOnly = true;
     //
     // FrmDeviceMaster
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1283, 396);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FrmDeviceMaster";
     this.Text = "设备管理";
     this.Controls.SetChildIndex(this.panel1, 0);
     this.Controls.SetChildIndex(this.splitter1, 0);
     this.Controls.SetChildIndex(this.dataGridView1, 0);
     this.contextMenuStrip1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.DivisionMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelStatus = new System.Windows.Forms.Panel();
       this.panelState = new System.Windows.Forms.Panel();
       this.listState = new System.Windows.Forms.ListBox();
       this.splitter3 = new System.Windows.Forms.Splitter();
       this.panelRegs = new System.Windows.Forms.Panel();
       this.listF = new System.Windows.Forms.ListBox();
       this.splitter4 = new System.Windows.Forms.Splitter();
       this.listREGS = new System.Windows.Forms.ListBox();
       this.splitter1 = new System.Windows.Forms.Splitter();
       this.panelMem = new System.Windows.Forms.Panel();
       this.dataPanel = new ZXMAK2.Hardware.Adlers.UI.DataPanel();
       this.splitter2 = new System.Windows.Forms.Splitter();
       this.panelDasm = new System.Windows.Forms.Panel();
       this.dasmPanel = new ZXMAK2.Hardware.Adlers.UI.DasmPanel();
       this.contextMenuDasm = new System.Windows.Forms.ContextMenu();
       this.menuItemDasmGotoADDR = new System.Windows.Forms.MenuItem();
       this.menuItemDasmGotoPC = new System.Windows.Forms.MenuItem();
       this.menuItem2 = new System.Windows.Forms.MenuItem();
       this.menuItemDasmClearBreakpoints = new System.Windows.Forms.MenuItem();
       this.menuItem4 = new System.Windows.Forms.MenuItem();
       this.menuDasmLoadBlock = new System.Windows.Forms.MenuItem();
       this.menuDasmSaveBlock = new System.Windows.Forms.MenuItem();
       this.menuItem1 = new System.Windows.Forms.MenuItem();
       this.menuItemDasmRefresh = new System.Windows.Forms.MenuItem();
       this.contextMenuData = new System.Windows.Forms.ContextMenu();
       this.menuItemDataGotoADDR = new System.Windows.Forms.MenuItem();
       this.menuItemDataSetColumnCount = new System.Windows.Forms.MenuItem();
       this.menuItem5 = new System.Windows.Forms.MenuItem();
       this.menuDataLoadBlock = new System.Windows.Forms.MenuItem();
       this.menuDataSaveBlock = new System.Windows.Forms.MenuItem();
       this.menuItem3 = new System.Windows.Forms.MenuItem();
       this.menuItemDataRefresh = new System.Windows.Forms.MenuItem();
       this.panel1 = new System.Windows.Forms.Panel();
       this.dbgCmdLine = new System.Windows.Forms.TextBox();
       this.panelStatus.SuspendLayout();
       this.panelState.SuspendLayout();
       this.panelRegs.SuspendLayout();
       this.panelMem.SuspendLayout();
       this.panelDasm.SuspendLayout();
       this.panel1.SuspendLayout();
       this.SuspendLayout();
       //
       // panelStatus
       //
       this.panelStatus.Controls.Add(this.panelState);
       this.panelStatus.Controls.Add(this.splitter3);
       this.panelStatus.Controls.Add(this.panelRegs);
       this.panelStatus.Dock = System.Windows.Forms.DockStyle.Right;
       this.panelStatus.Location = new System.Drawing.Point(451, 0);
       this.panelStatus.Name = "panelStatus";
       this.panelStatus.Size = new System.Drawing.Size(168, 404);
       this.panelStatus.TabIndex = 0;
       //
       // panelState
       //
       this.panelState.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.panelState.Controls.Add(this.listState);
       this.panelState.Dock = System.Windows.Forms.DockStyle.Fill;
       this.panelState.Location = new System.Drawing.Point(0, 252);
       this.panelState.Name = "panelState";
       this.panelState.Size = new System.Drawing.Size(168, 152);
       this.panelState.TabIndex = 2;
       //
       // listState
       //
       this.listState.Dock = System.Windows.Forms.DockStyle.Fill;
       this.listState.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
       this.listState.FormattingEnabled = true;
       this.listState.IntegralHeight = false;
       this.listState.ItemHeight = 14;
       this.listState.Location = new System.Drawing.Point(0, 0);
       this.listState.Name = "listState";
       this.listState.Size = new System.Drawing.Size(164, 148);
       this.listState.TabIndex = 3;
       this.listState.DoubleClick += new System.EventHandler(this.listState_DoubleClick);
       //
       // splitter3
       //
       this.splitter3.Dock = System.Windows.Forms.DockStyle.Top;
       this.splitter3.Location = new System.Drawing.Point(0, 249);
       this.splitter3.Name = "splitter3";
       this.splitter3.Size = new System.Drawing.Size(168, 3);
       this.splitter3.TabIndex = 1;
       this.splitter3.TabStop = false;
       //
       // panelRegs
       //
       this.panelRegs.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.panelRegs.Controls.Add(this.listF);
       this.panelRegs.Controls.Add(this.splitter4);
       this.panelRegs.Controls.Add(this.listREGS);
       this.panelRegs.Dock = System.Windows.Forms.DockStyle.Top;
       this.panelRegs.Location = new System.Drawing.Point(0, 0);
       this.panelRegs.Name = "panelRegs";
       this.panelRegs.Size = new System.Drawing.Size(168, 249);
       this.panelRegs.TabIndex = 0;
       //
       // listF
       //
       this.listF.BackColor = System.Drawing.SystemColors.ButtonFace;
       this.listF.Dock = System.Windows.Forms.DockStyle.Fill;
       this.listF.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
       this.listF.FormattingEnabled = true;
       this.listF.IntegralHeight = false;
       this.listF.ItemHeight = 15;
       this.listF.Items.AddRange(new object[] {
     "  S = 0",
     "  Z = 0",
     " F5 = 0",
     "  H = 1",
     " F3 = 0",
     "P/V = 0",
     "  N = 0",
     "  C = 0"});
       this.listF.Location = new System.Drawing.Point(88, 0);
       this.listF.Name = "listF";
       this.listF.Size = new System.Drawing.Size(76, 245);
       this.listF.TabIndex = 2;
       this.listF.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listF_MouseDoubleClick);
       //
       // splitter4
       //
       this.splitter4.Location = new System.Drawing.Point(85, 0);
       this.splitter4.Name = "splitter4";
       this.splitter4.Size = new System.Drawing.Size(3, 245);
       this.splitter4.TabIndex = 1;
       this.splitter4.TabStop = false;
       //
       // listREGS
       //
       this.listREGS.BackColor = System.Drawing.SystemColors.ButtonFace;
       this.listREGS.Dock = System.Windows.Forms.DockStyle.Left;
       this.listREGS.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
       this.listREGS.FormattingEnabled = true;
       this.listREGS.IntegralHeight = false;
       this.listREGS.ItemHeight = 15;
       this.listREGS.Items.AddRange(new object[] {
     " PC = 0000",
     " IR = 0000",
     " SP = 0000",
     " AF = 0000",
     " HL = 0000",
     " DE = 0000",
     " BC = 0000",
     " IX = 0000",
     " IY = 0000",
     "AF\' = 0000",
     "HL\' = 0000",
     "DE\' = 0000",
     "BC\' = 0000",
     " MW = 0000"});
       this.listREGS.Location = new System.Drawing.Point(0, 0);
       this.listREGS.Name = "listREGS";
       this.listREGS.Size = new System.Drawing.Size(85, 245);
       this.listREGS.TabIndex = 1;
       this.listREGS.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listREGS_MouseDoubleClick);
       //
       // splitter1
       //
       this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
       this.splitter1.Location = new System.Drawing.Point(448, 0);
       this.splitter1.Name = "splitter1";
       this.splitter1.Size = new System.Drawing.Size(3, 404);
       this.splitter1.TabIndex = 1;
       this.splitter1.TabStop = false;
       //
       // panelMem
       //
       this.panelMem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
               | System.Windows.Forms.AnchorStyles.Right)));
       this.panelMem.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.panelMem.Controls.Add(this.dataPanel);
       this.panelMem.Location = new System.Drawing.Point(0, 251);
       this.panelMem.Name = "panelMem";
       this.panelMem.Size = new System.Drawing.Size(448, 125);
       this.panelMem.TabIndex = 2;
       //
       // dataPanel
       //
       this.dataPanel.BackColor = System.Drawing.SystemColors.ButtonFace;
       this.dataPanel.ColCount = 8;
       this.dataPanel.Dock = System.Windows.Forms.DockStyle.Fill;
       this.dataPanel.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
       this.dataPanel.Location = new System.Drawing.Point(0, 0);
       this.dataPanel.Name = "dataPanel";
       this.dataPanel.Size = new System.Drawing.Size(444, 121);
       this.dataPanel.TabIndex = 0;
       this.dataPanel.Text = "dataPanel1";
       this.dataPanel.TopAddress = ((ushort)(0));
       this.dataPanel.GetData += new ZXMAK2.Hardware.Adlers.UI.DataPanel.ONGETDATACPU(this.dasmPanel_GetData);
       this.dataPanel.DataClick += new ZXMAK2.Hardware.Adlers.UI.DataPanel.ONCLICKCPU(this.dataPanel_DataClick);
       this.dataPanel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dataPanel_MouseClick);
       //
       // splitter2
       //
       this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.splitter2.Location = new System.Drawing.Point(0, 401);
       this.splitter2.Name = "splitter2";
       this.splitter2.Size = new System.Drawing.Size(448, 3);
       this.splitter2.TabIndex = 3;
       this.splitter2.TabStop = false;
       //
       // panelDasm
       //
       this.panelDasm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
               | System.Windows.Forms.AnchorStyles.Left)
               | System.Windows.Forms.AnchorStyles.Right)));
       this.panelDasm.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.panelDasm.Controls.Add(this.dasmPanel);
       this.panelDasm.Location = new System.Drawing.Point(0, 0);
       this.panelDasm.Name = "panelDasm";
       this.panelDasm.Size = new System.Drawing.Size(448, 249);
       this.panelDasm.TabIndex = 4;
       //
       // dasmPanel
       //
       this.dasmPanel.ActiveAddress = ((ushort)(0));
       this.dasmPanel.BackColor = System.Drawing.SystemColors.ControlText;
       this.dasmPanel.BreakpointColor = System.Drawing.Color.Red;
       this.dasmPanel.BreakpointForeColor = System.Drawing.Color.Black;
       this.dasmPanel.Dock = System.Windows.Forms.DockStyle.Fill;
       this.dasmPanel.Font = new System.Drawing.Font("Courier New", 9F);
       this.dasmPanel.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
       this.dasmPanel.Location = new System.Drawing.Point(0, 0);
       this.dasmPanel.Name = "dasmPanel";
       this.dasmPanel.Size = new System.Drawing.Size(444, 245);
       this.dasmPanel.TabIndex = 0;
       this.dasmPanel.Text = "dasmPanel1";
       this.dasmPanel.TopAddress = ((ushort)(0));
       this.dasmPanel.CheckBreakpoint += new ZXMAK2.Hardware.Adlers.UI.DasmPanel.ONCHECKCPU(this.dasmPanel_CheckBreakpoint);
       this.dasmPanel.CheckExecuting += new ZXMAK2.Hardware.Adlers.UI.DasmPanel.ONCHECKCPU(this.dasmPanel_CheckExecuting);
       this.dasmPanel.GetData += new ZXMAK2.Hardware.Adlers.UI.DasmPanel.ONGETDATACPU(this.dasmPanel_GetData);
       this.dasmPanel.GetDasm += new ZXMAK2.Hardware.Adlers.UI.DasmPanel.ONGETDASMCPU(this.dasmPanel_GetDasm);
       this.dasmPanel.BreakpointClick += new ZXMAK2.Hardware.Adlers.UI.DasmPanel.ONCLICKCPU(this.dasmPanel_SetBreakpoint);
       this.dasmPanel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dasmPanel_MouseClick);
       //
       // contextMenuDasm
       //
       this.contextMenuDasm.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemDasmGotoADDR,
     this.menuItemDasmGotoPC,
     this.menuItem2,
     this.menuItemDasmClearBreakpoints,
     this.menuItem4,
     this.menuDasmLoadBlock,
     this.menuDasmSaveBlock,
     this.menuItem1,
     this.menuItemDasmRefresh});
       this.contextMenuDasm.Popup += new System.EventHandler(this.contextMenuDasm_Popup);
       //
       // menuItemDasmGotoADDR
       //
       this.menuItemDasmGotoADDR.Index = 0;
       this.menuItemDasmGotoADDR.Text = "Goto address...";
       this.menuItemDasmGotoADDR.Click += new System.EventHandler(this.menuItemDasmGotoADDR_Click);
       //
       // menuItemDasmGotoPC
       //
       this.menuItemDasmGotoPC.Index = 1;
       this.menuItemDasmGotoPC.Text = "Goto PC";
       this.menuItemDasmGotoPC.Click += new System.EventHandler(this.menuItemDasmGotoPC_Click);
       //
       // menuItem2
       //
       this.menuItem2.Index = 2;
       this.menuItem2.Text = "-";
       //
       // menuItemDasmClearBreakpoints
       //
       this.menuItemDasmClearBreakpoints.Index = 3;
       this.menuItemDasmClearBreakpoints.Text = "Reset breakpoints";
       this.menuItemDasmClearBreakpoints.Click += new System.EventHandler(this.menuItemDasmClearBP_Click);
       //
       // menuItem4
       //
       this.menuItem4.Index = 4;
       this.menuItem4.Text = "-";
       //
       // menuDasmLoadBlock
       //
       this.menuDasmLoadBlock.Index = 5;
       this.menuDasmLoadBlock.Text = "Load Block...";
       this.menuDasmLoadBlock.Click += new System.EventHandler(this.menuLoadBlock_Click);
       //
       // menuDasmSaveBlock
       //
       this.menuDasmSaveBlock.Index = 6;
       this.menuDasmSaveBlock.Text = "Save Block...";
       this.menuDasmSaveBlock.Click += new System.EventHandler(this.menuSaveBlock_Click);
       //
       // menuItem1
       //
       this.menuItem1.Index = 7;
       this.menuItem1.Text = "-";
       //
       // menuItemDasmRefresh
       //
       this.menuItemDasmRefresh.Index = 8;
       this.menuItemDasmRefresh.Text = "Refresh";
       this.menuItemDasmRefresh.Click += new System.EventHandler(this.menuItemDasmRefresh_Click);
       //
       // contextMenuData
       //
       this.contextMenuData.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemDataGotoADDR,
     this.menuItemDataSetColumnCount,
     this.menuItem5,
     this.menuDataLoadBlock,
     this.menuDataSaveBlock,
     this.menuItem3,
     this.menuItemDataRefresh});
       //
       // menuItemDataGotoADDR
       //
       this.menuItemDataGotoADDR.Index = 0;
       this.menuItemDataGotoADDR.Text = "Goto Address...";
       this.menuItemDataGotoADDR.Click += new System.EventHandler(this.menuItemDataGotoADDR_Click);
       //
       // menuItemDataSetColumnCount
       //
       this.menuItemDataSetColumnCount.Index = 1;
       this.menuItemDataSetColumnCount.Text = "Set column count...";
       this.menuItemDataSetColumnCount.Click += new System.EventHandler(this.menuItemDataSetColumnCount_Click);
       //
       // menuItem5
       //
       this.menuItem5.Index = 2;
       this.menuItem5.Text = "-";
       //
       // menuDataLoadBlock
       //
       this.menuDataLoadBlock.Index = 3;
       this.menuDataLoadBlock.Text = "Load Block...";
       this.menuDataLoadBlock.Click += new System.EventHandler(this.menuLoadBlock_Click);
       //
       // menuDataSaveBlock
       //
       this.menuDataSaveBlock.Index = 4;
       this.menuDataSaveBlock.Text = "Save Block...";
       this.menuDataSaveBlock.Click += new System.EventHandler(this.menuSaveBlock_Click);
       //
       // menuItem3
       //
       this.menuItem3.Index = 5;
       this.menuItem3.Text = "-";
       //
       // menuItemDataRefresh
       //
       this.menuItemDataRefresh.Index = 6;
       this.menuItemDataRefresh.Text = "Refresh";
       this.menuItemDataRefresh.Click += new System.EventHandler(this.menuItemDataRefresh_Click);
       //
       // panel1
       //
       this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.panel1.Controls.Add(this.dbgCmdLine);
       this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.panel1.Location = new System.Drawing.Point(0, 378);
       this.panel1.Name = "panel1";
       this.panel1.Size = new System.Drawing.Size(448, 23);
       this.panel1.TabIndex = 5;
       //
       // dbgCmdLine
       //
       this.dbgCmdLine.AutoCompleteCustomSource.AddRange(new string[] {
     "ds",
     "ld",
     "br"});
       this.dbgCmdLine.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dbgCmdLine.Dock = System.Windows.Forms.DockStyle.Fill;
       this.dbgCmdLine.Font = new System.Drawing.Font("Courier New", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
       this.dbgCmdLine.Location = new System.Drawing.Point(0, 0);
       this.dbgCmdLine.Name = "dbgCmdLine";
       this.dbgCmdLine.Size = new System.Drawing.Size(444, 17);
       this.dbgCmdLine.TabIndex = 0;
       this.dbgCmdLine.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dbgCmdLine_KeyUp);
       //
       // FormCpu
       //
       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       this.BackColor = System.Drawing.Color.Yellow;
       this.ClientSize = new System.Drawing.Size(619, 404);
       this.Controls.Add(this.panel1);
       this.Controls.Add(this.panelDasm);
       this.Controls.Add(this.splitter2);
       this.Controls.Add(this.panelMem);
       this.Controls.Add(this.splitter1);
       this.Controls.Add(this.panelStatus);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
       this.KeyPreview = true;
       this.Name = "FormCpu";
       this.ShowInTaskbar = false;
       this.Text = "Z80 CPU";
       this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormCPU_FormClosing);
       this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormCPU_FormClosed);
       this.Load += new System.EventHandler(this.FormCPU_Load);
       this.Shown += new System.EventHandler(this.FormCPU_Shown);
       this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormCPU_KeyDown);
       this.panelStatus.ResumeLayout(false);
       this.panelState.ResumeLayout(false);
       this.panelRegs.ResumeLayout(false);
       this.panelMem.ResumeLayout(false);
       this.panelDasm.ResumeLayout(false);
       this.panel1.ResumeLayout(false);
       this.panel1.PerformLayout();
       this.ResumeLayout(false);
 }
Ejemplo n.º 17
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.plikToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.zamknijToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.wynikToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.zapiszJakoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitter2 = new System.Windows.Forms.Splitter();
     this.splitter3 = new System.Windows.Forms.Splitter();
     this.splitter4 = new System.Windows.Forms.Splitter();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.headerPanel3 = new Parallelity.Windows.Controls.CapitionPanel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
     this.headerPanel2 = new Parallelity.Windows.Controls.CapitionPanel();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.headerPanel1 = new Parallelity.Windows.Controls.CapitionPanel();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.logBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.textDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.timeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.udostępnijToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.headerPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.toolStrip2.SuspendLayout();
     this.headerPanel2.SuspendLayout();
     this.headerPanel1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logBindingSource)).BeginInit();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.plikToolStripMenuItem,
     this.wynikToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(720, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // plikToolStripMenuItem
     //
     this.plikToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.zamknijToolStripMenuItem});
     this.plikToolStripMenuItem.Name = "plikToolStripMenuItem";
     this.plikToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
     this.plikToolStripMenuItem.Text = "Plik";
     //
     // zamknijToolStripMenuItem
     //
     this.zamknijToolStripMenuItem.Name = "zamknijToolStripMenuItem";
     this.zamknijToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
     this.zamknijToolStripMenuItem.Text = "Zamknij";
     this.zamknijToolStripMenuItem.Click += new System.EventHandler(this.zamknijToolStripMenuItem_Click);
     //
     // wynikToolStripMenuItem
     //
     this.wynikToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.zapiszJakoToolStripMenuItem,
     this.udostępnijToolStripMenuItem});
     this.wynikToolStripMenuItem.Name = "wynikToolStripMenuItem";
     this.wynikToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
     this.wynikToolStripMenuItem.Text = "Wynik";
     //
     // zapiszJakoToolStripMenuItem
     //
     this.zapiszJakoToolStripMenuItem.Enabled = false;
     this.zapiszJakoToolStripMenuItem.Name = "zapiszJakoToolStripMenuItem";
     this.zapiszJakoToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.zapiszJakoToolStripMenuItem.Text = "Zapisz jako...";
     this.zapiszJakoToolStripMenuItem.Click += new System.EventHandler(this.zapiszJakoToolStripMenuItem_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 388);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(720, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(135, 17);
     this.toolStripStatusLabel1.Text = "Wykonywanie operacji...";
     this.toolStripStatusLabel1.Visible = false;
     //
     // splitter2
     //
     this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitter2.Location = new System.Drawing.Point(0, 256);
     this.splitter2.Name = "splitter2";
     this.splitter2.Size = new System.Drawing.Size(720, 5);
     this.splitter2.TabIndex = 6;
     this.splitter2.TabStop = false;
     //
     // splitter3
     //
     this.splitter3.Location = new System.Drawing.Point(164, 24);
     this.splitter3.Name = "splitter3";
     this.splitter3.Size = new System.Drawing.Size(5, 232);
     this.splitter3.TabIndex = 7;
     this.splitter3.TabStop = false;
     //
     // splitter4
     //
     this.splitter4.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter4.Location = new System.Drawing.Point(515, 24);
     this.splitter4.Name = "splitter4";
     this.splitter4.Size = new System.Drawing.Size(5, 232);
     this.splitter4.TabIndex = 8;
     this.splitter4.TabStop = false;
     //
     // openFileDialog1
     //
     this.openFileDialog1.Filter = "Biblioteki aplikacji|*.dll";
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "toolStripButton2";
     //
     // headerPanel3
     //
     this.headerPanel3.BorderSize = 1;
     this.headerPanel3.Controls.Add(this.pictureBox1);
     this.headerPanel3.Controls.Add(this.toolStrip2);
     this.headerPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.headerPanel3.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.headerPanel3.HeaderColor1 = System.Drawing.SystemColors.ActiveCaption;
     this.headerPanel3.HeaderColor2 = System.Drawing.SystemColors.InactiveCaption;
     this.headerPanel3.HeaderFont = new System.Drawing.Font("Segoe UI", 9F);
     this.headerPanel3.HeaderHeight = 22;
     this.headerPanel3.HeaderText = "Zadanie";
     this.headerPanel3.Location = new System.Drawing.Point(169, 24);
     this.headerPanel3.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
     this.headerPanel3.Name = "headerPanel3";
     this.headerPanel3.Size = new System.Drawing.Size(346, 232);
     this.headerPanel3.TabIndex = 9;
     this.headerPanel3.TextColor = System.Drawing.Color.Black;
     this.headerPanel3.TextIndent = 5;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location = new System.Drawing.Point(1, 54);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(344, 177);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop = false;
     //
     // toolStrip2
     //
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1,
     this.toolStripComboBox1});
     this.toolStrip2.Location = new System.Drawing.Point(1, 23);
     this.toolStrip2.Name = "toolStrip2";
     this.toolStrip2.Size = new System.Drawing.Size(344, 31);
     this.toolStrip2.TabIndex = 0;
     this.toolStrip2.Text = "toolStrip2";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = global::Parallelity.Properties.Resources.start;
     this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(28, 28);
     this.toolStripButton1.Text = "Rozpocznij zadanie";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.toolStripComboBox1.Name = "toolStripComboBox1";
     this.toolStripComboBox1.Size = new System.Drawing.Size(121, 31);
     //
     // headerPanel2
     //
     this.headerPanel2.BorderSize = 1;
     this.headerPanel2.Controls.Add(this.propertyGrid1);
     this.headerPanel2.Dock = System.Windows.Forms.DockStyle.Right;
     this.headerPanel2.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.headerPanel2.HeaderColor1 = System.Drawing.SystemColors.ActiveCaption;
     this.headerPanel2.HeaderColor2 = System.Drawing.SystemColors.InactiveCaption;
     this.headerPanel2.HeaderFont = new System.Drawing.Font("Segoe UI", 9F);
     this.headerPanel2.HeaderHeight = 22;
     this.headerPanel2.HeaderText = "Parametry zadania";
     this.headerPanel2.Location = new System.Drawing.Point(520, 24);
     this.headerPanel2.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
     this.headerPanel2.Name = "headerPanel2";
     this.headerPanel2.Size = new System.Drawing.Size(200, 232);
     this.headerPanel2.TabIndex = 5;
     this.headerPanel2.TextColor = System.Drawing.Color.Black;
     this.headerPanel2.TextIndent = 5;
     //
     // propertyGrid1
     //
     this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid1.Location = new System.Drawing.Point(1, 23);
     this.propertyGrid1.Name = "propertyGrid1";
     this.propertyGrid1.Size = new System.Drawing.Size(198, 208);
     this.propertyGrid1.TabIndex = 0;
     //
     // headerPanel1
     //
     this.headerPanel1.BorderSize = 1;
     this.headerPanel1.Controls.Add(this.treeView1);
     this.headerPanel1.Controls.Add(this.toolStrip1);
     this.headerPanel1.Dock = System.Windows.Forms.DockStyle.Left;
     this.headerPanel1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.headerPanel1.HeaderColor1 = System.Drawing.SystemColors.ActiveCaption;
     this.headerPanel1.HeaderColor2 = System.Drawing.SystemColors.InactiveCaption;
     this.headerPanel1.HeaderFont = new System.Drawing.Font("Segoe UI", 9F);
     this.headerPanel1.HeaderHeight = 22;
     this.headerPanel1.HeaderText = "Biblioteka zadań";
     this.headerPanel1.Location = new System.Drawing.Point(0, 24);
     this.headerPanel1.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
     this.headerPanel1.Name = "headerPanel1";
     this.headerPanel1.Size = new System.Drawing.Size(164, 232);
     this.headerPanel1.TabIndex = 4;
     this.headerPanel1.TextColor = System.Drawing.Color.Black;
     this.headerPanel1.TextIndent = 5;
     //
     // treeView1
     //
     this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Location = new System.Drawing.Point(1, 54);
     this.treeView1.Name = "treeView1";
     this.treeView1.Size = new System.Drawing.Size(162, 177);
     this.treeView1.TabIndex = 1;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton4});
     this.toolStrip1.Location = new System.Drawing.Point(1, 23);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(162, 31);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image = global::Parallelity.Properties.Resources.add;
     this.toolStripButton4.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(28, 28);
     this.toolStripButton4.Text = "Dodaj zadanie";
     this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
     //
     // logBindingSource
     //
     this.logBindingSource.DataSource = typeof(Parallelity.Logs.Log);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.dataGridView1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(712, 101);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Logi";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // dataGridView1
     //
     this.dataGridView1.AutoGenerateColumns = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.typeDataGridViewTextBoxColumn,
     this.textDataGridViewTextBoxColumn,
     this.timeDataGridViewTextBoxColumn});
     this.dataGridView1.DataSource = this.logBindingSource;
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(3, 3);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(706, 95);
     this.dataGridView1.TabIndex = 0;
     //
     // typeDataGridViewTextBoxColumn
     //
     this.typeDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.typeDataGridViewTextBoxColumn.DataPropertyName = "type";
     this.typeDataGridViewTextBoxColumn.FillWeight = 15F;
     this.typeDataGridViewTextBoxColumn.HeaderText = "Typ";
     this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
     this.typeDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // textDataGridViewTextBoxColumn
     //
     this.textDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.textDataGridViewTextBoxColumn.DataPropertyName = "text";
     this.textDataGridViewTextBoxColumn.FillWeight = 60F;
     this.textDataGridViewTextBoxColumn.HeaderText = "Treść";
     this.textDataGridViewTextBoxColumn.Name = "textDataGridViewTextBoxColumn";
     this.textDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // timeDataGridViewTextBoxColumn
     //
     this.timeDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.timeDataGridViewTextBoxColumn.DataPropertyName = "time";
     dataGridViewCellStyle2.Format = "G";
     dataGridViewCellStyle2.NullValue = null;
     this.timeDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
     this.timeDataGridViewTextBoxColumn.FillWeight = 25F;
     this.timeDataGridViewTextBoxColumn.HeaderText = "Czas";
     this.timeDataGridViewTextBoxColumn.Name = "timeDataGridViewTextBoxColumn";
     this.timeDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.tabControl1.Location = new System.Drawing.Point(0, 261);
     this.tabControl1.Multiline = true;
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(720, 127);
     this.tabControl1.TabIndex = 2;
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.Filter = "Bitmap|*.bmp|Portable Network Graphics|*.png|Joint Photographic Expert Group|*.jp" +
         "eg|Graphics Interchange Format|*.gif";
     //
     // udostępnijToolStripMenuItem
     //
     this.udostępnijToolStripMenuItem.Enabled = false;
     this.udostępnijToolStripMenuItem.Name = "udostępnijToolStripMenuItem";
     this.udostępnijToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.udostępnijToolStripMenuItem.Text = "Udostępnij...";
     this.udostępnijToolStripMenuItem.Click += new System.EventHandler(this.udostępnijToolStripMenuItem_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(720, 410);
     this.Controls.Add(this.headerPanel3);
     this.Controls.Add(this.splitter4);
     this.Controls.Add(this.splitter3);
     this.Controls.Add(this.headerPanel2);
     this.Controls.Add(this.headerPanel1);
     this.Controls.Add(this.splitter2);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MainForm";
     this.Text = "Parallelity";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.headerPanel3.ResumeLayout(false);
     this.headerPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.headerPanel2.ResumeLayout(false);
     this.headerPanel1.ResumeLayout(false);
     this.headerPanel1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logBindingSource)).EndInit();
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 18
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MDIMainForm));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsbSetTop = new System.Windows.Forms.ToolStripButton();
     this.tsbSetUp = new System.Windows.Forms.ToolStripButton();
     this.tsbSetDown = new System.Windows.Forms.ToolStripButton();
     this.tsbSetBottom = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbAdd = new System.Windows.Forms.ToolStripButton();
     this.tsbEdit = new System.Windows.Forms.ToolStripButton();
     this.tsbDelete = new System.Windows.Forms.ToolStripButton();
     this.tsbSave = new System.Windows.Forms.ToolStripButton();
     this.pnlModule = new System.Windows.Forms.Panel();
     this.tvModule = new System.Windows.Forms.TreeView();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.btnLogOnWeb = new System.Windows.Forms.Button();
     this.btnFrmUserAdmin = new System.Windows.Forms.Button();
     this.btnFrmModuleAdmin = new System.Windows.Forms.Button();
     this.btnFrmOrganizeAdmin = new System.Windows.Forms.Button();
     this.btnFrmRoleAdmin = new System.Windows.Forms.Button();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.btnFrmPermissionItemAdmin = new System.Windows.Forms.Button();
     this.tmrLock = new System.Windows.Forms.Timer(this.components);
     this.toolStrip1.SuspendLayout();
     this.pnlModule.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsbSetTop,
     this.tsbSetUp,
     this.tsbSetDown,
     this.tsbSetBottom,
     this.toolStripSeparator1,
     this.tsbAdd,
     this.tsbEdit,
     this.tsbDelete,
     this.tsbSave});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStrip1.Size = new System.Drawing.Size(876, 25);
     this.toolStrip1.TabIndex = 4;
     //
     // tsbSetTop
     //
     this.tsbSetTop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSetTop.Enabled = false;
     this.tsbSetTop.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetTop.Image")));
     this.tsbSetTop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSetTop.Name = "tsbSetTop";
     this.tsbSetTop.Size = new System.Drawing.Size(23, 22);
     this.tsbSetTop.Text = "Set Top";
     this.tsbSetTop.ToolTipText = "Set Top";
     this.tsbSetTop.Click += new System.EventHandler(this.tsbSetTop_Click);
     //
     // tsbSetUp
     //
     this.tsbSetUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSetUp.Enabled = false;
     this.tsbSetUp.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetUp.Image")));
     this.tsbSetUp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSetUp.Name = "tsbSetUp";
     this.tsbSetUp.Size = new System.Drawing.Size(23, 22);
     this.tsbSetUp.Text = "Set Up";
     this.tsbSetUp.ToolTipText = "Set Up";
     this.tsbSetUp.Click += new System.EventHandler(this.tsbSetUp_Click);
     //
     // tsbSetDown
     //
     this.tsbSetDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSetDown.Enabled = false;
     this.tsbSetDown.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetDown.Image")));
     this.tsbSetDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSetDown.Name = "tsbSetDown";
     this.tsbSetDown.Size = new System.Drawing.Size(23, 22);
     this.tsbSetDown.Text = "Set Down";
     this.tsbSetDown.ToolTipText = "Set Down";
     this.tsbSetDown.Click += new System.EventHandler(this.tsbSetDown_Click);
     //
     // tsbSetBottom
     //
     this.tsbSetBottom.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSetBottom.Enabled = false;
     this.tsbSetBottom.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetBottom.Image")));
     this.tsbSetBottom.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSetBottom.Name = "tsbSetBottom";
     this.tsbSetBottom.Size = new System.Drawing.Size(23, 22);
     this.tsbSetBottom.Text = "Set Bottom";
     this.tsbSetBottom.ToolTipText = "Set Bottom";
     this.tsbSetBottom.Click += new System.EventHandler(this.tsbSetBottom_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tsbAdd
     //
     this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAdd.Enabled = false;
     this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
     this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAdd.Name = "tsbAdd";
     this.tsbAdd.Size = new System.Drawing.Size(23, 22);
     this.tsbAdd.Text = "Add";
     this.tsbAdd.ToolTipText = "Add";
     this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
     //
     // tsbEdit
     //
     this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbEdit.Enabled = false;
     this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
     this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbEdit.Name = "tsbEdit";
     this.tsbEdit.Size = new System.Drawing.Size(23, 22);
     this.tsbEdit.Text = "Edit";
     this.tsbEdit.ToolTipText = "Edit";
     this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
     //
     // tsbDelete
     //
     this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbDelete.Enabled = false;
     this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
     this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbDelete.Name = "tsbDelete";
     this.tsbDelete.Size = new System.Drawing.Size(23, 22);
     this.tsbDelete.Text = "Delete";
     this.tsbDelete.ToolTipText = "Delete";
     this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
     //
     // tsbSave
     //
     this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSave.Enabled = false;
     this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
     this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSave.Name = "tsbSave";
     this.tsbSave.Size = new System.Drawing.Size(23, 22);
     this.tsbSave.Text = "Save";
     this.tsbSave.ToolTipText = "Save";
     this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
     //
     // pnlModule
     //
     this.pnlModule.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlModule.Controls.Add(this.tvModule);
     this.pnlModule.Dock = System.Windows.Forms.DockStyle.Left;
     this.pnlModule.Location = new System.Drawing.Point(0, 25);
     this.pnlModule.Name = "pnlModule";
     this.pnlModule.Size = new System.Drawing.Size(228, 513);
     this.pnlModule.TabIndex = 8;
     //
     // tvModule
     //
     this.tvModule.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvModule.ImageIndex = 0;
     this.tvModule.ImageList = this.imageList;
     this.tvModule.Location = new System.Drawing.Point(0, 0);
     this.tvModule.Name = "tvModule";
     this.tvModule.SelectedImageIndex = 0;
     this.tvModule.Size = new System.Drawing.Size(224, 509);
     this.tvModule.TabIndex = 0;
     this.tvModule.DoubleClick += new System.EventHandler(this.tvModule_DoubleClick);
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     this.imageList.Images.SetKeyName(10, "");
     this.imageList.Images.SetKeyName(11, "");
     this.imageList.Images.SetKeyName(12, "");
     this.imageList.Images.SetKeyName(13, "");
     this.imageList.Images.SetKeyName(14, "");
     this.imageList.Images.SetKeyName(15, "icon_messenger1.gif");
     this.imageList.Images.SetKeyName(16, "icon_messenger0.gif");
     this.imageList.Images.SetKeyName(17, "icon_messenger2.gif");
     this.imageList.Images.SetKeyName(18, "icon_messenger3.gif");
     this.imageList.Images.SetKeyName(19, "icon_messenger4.gif");
     this.imageList.Images.SetKeyName(20, "icon_messenger5.gif");
     this.imageList.Images.SetKeyName(21, "icon_messenger6.gif");
     //
     // btnLogOnWeb
     //
     this.btnLogOnWeb.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnLogOnWeb.Location = new System.Drawing.Point(650, 355);
     this.btnLogOnWeb.Name = "btnLogOnWeb";
     this.btnLogOnWeb.Size = new System.Drawing.Size(214, 23);
     this.btnLogOnWeb.TabIndex = 9;
     this.btnLogOnWeb.Text = "LogOn Web";
     this.btnLogOnWeb.UseVisualStyleBackColor = true;
     this.btnLogOnWeb.Click += new System.EventHandler(this.btnLogOnWeb_Click);
     //
     // btnFrmUserAdmin
     //
     this.btnFrmUserAdmin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFrmUserAdmin.Location = new System.Drawing.Point(649, 439);
     this.btnFrmUserAdmin.Name = "btnFrmUserAdmin";
     this.btnFrmUserAdmin.Size = new System.Drawing.Size(215, 23);
     this.btnFrmUserAdmin.TabIndex = 8;
     this.btnFrmUserAdmin.Tag = "DotNet.WinForm.User";
     this.btnFrmUserAdmin.Text = "FrmUserAdmin";
     this.btnFrmUserAdmin.UseVisualStyleBackColor = true;
     this.btnFrmUserAdmin.Click += new System.EventHandler(this.btn_Click);
     //
     // btnFrmModuleAdmin
     //
     this.btnFrmModuleAdmin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFrmModuleAdmin.Location = new System.Drawing.Point(649, 483);
     this.btnFrmModuleAdmin.Name = "btnFrmModuleAdmin";
     this.btnFrmModuleAdmin.Size = new System.Drawing.Size(215, 23);
     this.btnFrmModuleAdmin.TabIndex = 5;
     this.btnFrmModuleAdmin.Tag = "DotNet.WinForm.Module";
     this.btnFrmModuleAdmin.Text = "FrmModuleAdmin";
     this.btnFrmModuleAdmin.UseVisualStyleBackColor = true;
     this.btnFrmModuleAdmin.Click += new System.EventHandler(this.btn_Click);
     //
     // btnFrmOrganizeAdmin
     //
     this.btnFrmOrganizeAdmin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFrmOrganizeAdmin.Location = new System.Drawing.Point(649, 417);
     this.btnFrmOrganizeAdmin.Name = "btnFrmOrganizeAdmin";
     this.btnFrmOrganizeAdmin.Size = new System.Drawing.Size(215, 23);
     this.btnFrmOrganizeAdmin.TabIndex = 1;
     this.btnFrmOrganizeAdmin.Tag = "DotNet.WinForm.Organize";
     this.btnFrmOrganizeAdmin.Text = "FrmOrganizeAdmin";
     this.btnFrmOrganizeAdmin.UseVisualStyleBackColor = true;
     this.btnFrmOrganizeAdmin.Click += new System.EventHandler(this.btn_Click);
     //
     // btnFrmRoleAdmin
     //
     this.btnFrmRoleAdmin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFrmRoleAdmin.Location = new System.Drawing.Point(649, 461);
     this.btnFrmRoleAdmin.Name = "btnFrmRoleAdmin";
     this.btnFrmRoleAdmin.Size = new System.Drawing.Size(215, 23);
     this.btnFrmRoleAdmin.TabIndex = 0;
     this.btnFrmRoleAdmin.Tag = "DotNet.WinForm.Role";
     this.btnFrmRoleAdmin.Text = "FrmRoleAdmin";
     this.btnFrmRoleAdmin.UseVisualStyleBackColor = true;
     this.btnFrmRoleAdmin.Click += new System.EventHandler(this.btn_Click);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(228, 25);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 513);
     this.splitter1.TabIndex = 9;
     this.splitter1.TabStop = false;
     //
     // btnFrmPermissionItemAdmin
     //
     this.btnFrmPermissionItemAdmin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFrmPermissionItemAdmin.Location = new System.Drawing.Point(649, 505);
     this.btnFrmPermissionItemAdmin.Name = "btnFrmPermissionItemAdmin";
     this.btnFrmPermissionItemAdmin.Size = new System.Drawing.Size(215, 23);
     this.btnFrmPermissionItemAdmin.TabIndex = 11;
     this.btnFrmPermissionItemAdmin.Tag = "DotNet.WinForm.PermissionItem";
     this.btnFrmPermissionItemAdmin.Text = "FrmPermissionItemAdmin";
     this.btnFrmPermissionItemAdmin.UseVisualStyleBackColor = true;
     this.btnFrmPermissionItemAdmin.Click += new System.EventHandler(this.btn_Click);
     //
     // tmrLock
     //
     this.tmrLock.Interval = 10000;
     //
     // MDIMainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(876, 538);
     this.Controls.Add(this.btnFrmPermissionItemAdmin);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.pnlModule);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.btnLogOnWeb);
     this.Controls.Add(this.btnFrmUserAdmin);
     this.Controls.Add(this.btnFrmModuleAdmin);
     this.Controls.Add(this.btnFrmRoleAdmin);
     this.Controls.Add(this.btnFrmOrganizeAdmin);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.IsMdiContainer = true;
     this.Name = "MDIMainForm";
     this.Text = ".NET通用快速开发架构";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MDIMainForm_FormClosing);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MDIMainForm_FormClosed);
     this.Load += new System.EventHandler(this.MDIMainForm_Load);
     this.MdiChildActivate += new System.EventHandler(this.MDIMainForm_MdiChildActivate);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.pnlModule.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.radPanel2 = new Telerik.WinControls.UI.RadPanel();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
     this.lblRemarks = new Telerik.WinControls.UI.RadLabel();
     this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
     this.lblName = new Telerik.WinControls.UI.RadLabel();
     this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
     this.lblID = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.btnExportToExcel = new Telerik.WinControls.UI.RadButton();
     this.btnPrint = new Telerik.WinControls.UI.RadButton();
     this.btnRefresh = new Telerik.WinControls.UI.RadButton();
     this.btnDelete = new Telerik.WinControls.UI.RadButton();
     this.btnEdit = new Telerik.WinControls.UI.RadButton();
     this.btnNew = new Telerik.WinControls.UI.RadButton();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.grdData = new Telerik.WinControls.UI.RadGridView();
     this.radSeparator3 = new Telerik.WinControls.UI.RadSeparator();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).BeginInit();
     this.radPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
     this.radPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lblRemarks)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnExportToExcel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPrint)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRefresh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnDelete)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnEdit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdData.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radPanel2
     //
     this.radPanel2.Controls.Add(this.radGroupBox1);
     this.radPanel2.Dock = System.Windows.Forms.DockStyle.Right;
     this.radPanel2.Location = new System.Drawing.Point(431, 5);
     this.radPanel2.Name = "radPanel2";
     this.radPanel2.Padding = new System.Windows.Forms.Padding(8);
     this.radPanel2.Size = new System.Drawing.Size(283, 420);
     this.radPanel2.TabIndex = 7;
     this.radPanel2.ThemeName = "TelerikMetroBlue";
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.radPanel1);
     this.radGroupBox1.Controls.Add(this.btnExportToExcel);
     this.radGroupBox1.Controls.Add(this.btnPrint);
     this.radGroupBox1.Controls.Add(this.btnRefresh);
     this.radGroupBox1.Controls.Add(this.btnDelete);
     this.radGroupBox1.Controls.Add(this.btnEdit);
     this.radGroupBox1.Controls.Add(this.btnNew);
     this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.radGroupBox1.HeaderText = "Details";
     this.radGroupBox1.Location = new System.Drawing.Point(8, 8);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Size = new System.Drawing.Size(267, 188);
     this.radGroupBox1.TabIndex = 1;
     this.radGroupBox1.Text = "Details";
     this.radGroupBox1.ThemeName = "TelerikMetroBlue";
     //
     // radPanel1
     //
     this.radPanel1.Controls.Add(this.lblRemarks);
     this.radPanel1.Controls.Add(this.radLabel7);
     this.radPanel1.Controls.Add(this.lblName);
     this.radPanel1.Controls.Add(this.radLabel3);
     this.radPanel1.Controls.Add(this.lblID);
     this.radPanel1.Controls.Add(this.radLabel1);
     this.radPanel1.Location = new System.Drawing.Point(10, 61);
     this.radPanel1.Name = "radPanel1";
     this.radPanel1.Size = new System.Drawing.Size(252, 83);
     this.radPanel1.TabIndex = 7;
     this.radPanel1.ThemeName = "TelerikMetroBlue";
     //
     // lblRemarks
     //
     this.lblRemarks.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblRemarks.Location = new System.Drawing.Point(64, 51);
     this.lblRemarks.Name = "lblRemarks";
     this.lblRemarks.Size = new System.Drawing.Size(13, 18);
     this.lblRemarks.TabIndex = 1;
     this.lblRemarks.Text = "0";
     //
     // radLabel7
     //
     this.radLabel7.AutoSize = false;
     this.radLabel7.Location = new System.Drawing.Point(3, 51);
     this.radLabel7.Name = "radLabel7";
     this.radLabel7.Size = new System.Drawing.Size(61, 18);
     this.radLabel7.TabIndex = 2;
     this.radLabel7.Text = "Remarks : ";
     this.radLabel7.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblName
     //
     this.lblName.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblName.Location = new System.Drawing.Point(64, 27);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(13, 18);
     this.lblName.TabIndex = 3;
     this.lblName.Text = "0";
     //
     // radLabel3
     //
     this.radLabel3.AutoSize = false;
     this.radLabel3.Location = new System.Drawing.Point(3, 27);
     this.radLabel3.Name = "radLabel3";
     this.radLabel3.Size = new System.Drawing.Size(61, 18);
     this.radLabel3.TabIndex = 4;
     this.radLabel3.Text = "Unit : ";
     this.radLabel3.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblID
     //
     this.lblID.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblID.Location = new System.Drawing.Point(64, 3);
     this.lblID.Name = "lblID";
     this.lblID.Size = new System.Drawing.Size(13, 18);
     this.lblID.TabIndex = 5;
     this.lblID.Text = "0";
     //
     // radLabel1
     //
     this.radLabel1.AutoSize = false;
     this.radLabel1.Location = new System.Drawing.Point(3, 3);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(61, 18);
     this.radLabel1.TabIndex = 6;
     this.radLabel1.Text = "Unit ID : ";
     this.radLabel1.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnExportToExcel
     //
     this.btnExportToExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnExportToExcel.Font = new System.Drawing.Font("Segoe UI", 9F);
     //            this.btnExportToExcel.Image = global::MeroChitraProject.Properties.Resources.excel_icon;
     this.btnExportToExcel.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnExportToExcel.Location = new System.Drawing.Point(10, 151);
     this.btnExportToExcel.Name = "btnExportToExcel";
     this.btnExportToExcel.Size = new System.Drawing.Size(80, 32);
     this.btnExportToExcel.TabIndex = 0;
     this.btnExportToExcel.Text = "Export";
     this.btnExportToExcel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnExportToExcel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnExportToExcel.ThemeName = "TelerikMetroBlue";
     this.btnExportToExcel.Click += new System.EventHandler(this.btnExportToExcel_Click);
     //
     // btnPrint
     //
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     //            this.btnPrint.Image = global::MeroChitraProject.Properties.Resources.Print_24x24;
     this.btnPrint.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnPrint.Location = new System.Drawing.Point(96, 151);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(80, 32);
     this.btnPrint.TabIndex = 0;
     this.btnPrint.Text = "&Print";
     this.btnPrint.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnPrint.ThemeName = "TelerikMetroBlue";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnRefresh
     //
     this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      //           this.btnRefresh.Image = global::MeroChitraProject.Properties.Resources.Refresh_24x24;
     this.btnRefresh.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnRefresh.Location = new System.Drawing.Point(182, 151);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(80, 32);
     this.btnRefresh.TabIndex = 0;
     this.btnRefresh.Text = "&Refresh";
     this.btnRefresh.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnRefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnRefresh.ThemeName = "TelerikMetroBlue";
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // btnDelete
     //
      //           this.btnDelete.Image = global::MeroChitraProject.Properties.Resources.Delete_24x24;
     this.btnDelete.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnDelete.Location = new System.Drawing.Point(182, 23);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(80, 32);
     this.btnDelete.TabIndex = 0;
     this.btnDelete.Text = "&Delete";
     this.btnDelete.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnDelete.ThemeName = "TelerikMetroBlue";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnEdit
     //
      //           this.btnEdit.Image = global::MeroChitraProject.Properties.Resources.Edit_24x24;
     this.btnEdit.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnEdit.Location = new System.Drawing.Point(96, 23);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(80, 32);
     this.btnEdit.TabIndex = 0;
     this.btnEdit.Text = "&Edit";
     this.btnEdit.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnEdit.ThemeName = "TelerikMetroBlue";
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnNew
     //
      //           this.btnNew.Image = global::MeroChitraProject.Properties.Resources.New_24x24;
     this.btnNew.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnNew.Location = new System.Drawing.Point(10, 23);
     this.btnNew.Name = "btnNew";
     this.btnNew.Size = new System.Drawing.Size(80, 32);
     this.btnNew.TabIndex = 0;
     this.btnNew.Text = "&New";
     this.btnNew.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnNew.ThemeName = "TelerikMetroBlue";
     this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
     //
     // splitter1
     //
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(411, 5);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 420);
     this.splitter1.TabIndex = 5;
     this.splitter1.TabStop = false;
     //
     // grdData
     //
     this.grdData.AutoScroll = true;
     this.grdData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdData.Location = new System.Drawing.Point(5, 5);
     //
     // grdData
     //
     this.grdData.MasterTemplate.AllowAddNewRow = false;
     this.grdData.MasterTemplate.AllowColumnReorder = false;
     this.grdData.MasterTemplate.AllowDeleteRow = false;
     this.grdData.MasterTemplate.AllowEditRow = false;
     this.grdData.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.grdData.MasterTemplate.EnableFiltering = true;
     this.grdData.Name = "grdData";
     this.grdData.Size = new System.Drawing.Size(406, 420);
     this.grdData.TabIndex = 6;
     this.grdData.ThemeName = "Breeze";
     this.grdData.CurrentRowChanged += new Telerik.WinControls.UI.CurrentRowChangedEventHandler(this.grdData_CurrentRowChanged);
     //
     // radSeparator3
     //
     this.radSeparator3.Dock = System.Windows.Forms.DockStyle.Right;
     this.radSeparator3.Location = new System.Drawing.Point(414, 5);
     this.radSeparator3.Name = "radSeparator3";
     this.radSeparator3.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.radSeparator3.Size = new System.Drawing.Size(17, 420);
     this.radSeparator3.TabIndex = 9;
     this.radSeparator3.Text = "radSeparator3";
     //
     // FrmUnit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(719, 430);
     this.Controls.Add(this.grdData);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.radSeparator3);
     this.Controls.Add(this.radPanel2);
     this.Name = "FrmUnit";
     this.Padding = new System.Windows.Forms.Padding(5);
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text = "Unit";
     this.ThemeName = "Breeze";
     this.Load += new System.EventHandler(this.FrmUnit_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).EndInit();
     this.radPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
     this.radPanel1.ResumeLayout(false);
     this.radPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lblRemarks)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnExportToExcel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPrint)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRefresh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnDelete)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnEdit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdData.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 20
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiagramDesignerMainForm));
     Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager3 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.statusLabelMessage = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelShapeCount = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelMousePosition = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelSelectionSize = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelTopLeft = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelBottomRight = new System.Windows.Forms.ToolStripStatusLabel();
     this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newProjectInXMLStoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newProjectInSqlStoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openProjectMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openXMLRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openSQLServerRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.recentProjectsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
     this.saveMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.closeProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
     this.ManageShapeAndModelLibrariesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportDiagramAsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportDialogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.emfExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.wmfExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pngExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.jpgExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bmpExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.quitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.insertDiagramMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteDiagramToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showDiagramSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
     this.cutShapeOnlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cutShapeAndModelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyAsImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyShapeOnlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyShapeAndModelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteShapeOnlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteShapeAndModelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.selectAllOfTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.selectAllOfTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.unselectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.toForegroundMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toBackgroundMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
     this.undoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.redoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showGridMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showDisplaySettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     this.editDesignsAndStylesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewShowLayoutControlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
     this.highQualityRenderingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.adoNetDatabaseGeneratorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.testDataGeneratorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
     this.nShapeEventMonitorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.defaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.toolboxPropsPanel = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.toolboxListView = new System.Windows.Forms.ListView();
     this.toolboxContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.viewToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.propertyWindowTabControl = new System.Windows.Forms.TabControl();
     this.propertyWindowShapeTab = new System.Windows.Forms.TabPage();
     this.primaryPropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.propertyWindowModelTab = new System.Windows.Forms.TabPage();
     this.secondaryPropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.layersTab = new System.Windows.Forms.TabPage();
     this.layerEditorListView = new Dataweb.NShape.WinFormsUI.LayerListView();
     this.splitter2 = new System.Windows.Forms.Splitter();
     this.toolStripContainer = new System.Windows.Forms.ToolStripContainer();
     this.displayTabControl = new System.Windows.Forms.TabControl();
     this.historyTrackBar = new System.Windows.Forms.TrackBar();
     this.modelTreeView = new System.Windows.Forms.TreeView();
     this.editToolStrip = new System.Windows.Forms.ToolStrip();
     this.newProjectToolStripButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.xmlRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sQLRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openProjectToolStripButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.openXMLRepositoryToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.openSQLRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveProjectToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.cutShapeButton = new System.Windows.Forms.ToolStripButton();
     this.copyShapeButton = new System.Windows.Forms.ToolStripButton();
     this.pasteButton = new System.Windows.Forms.ToolStripButton();
     this.deleteShapeButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.undoToolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
     this.redoToolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
     this.settingsToolStrip = new System.Windows.Forms.ToolStrip();
     this.prevDiagramButton = new System.Windows.Forms.ToolStripButton();
     this.nextDiagramButton = new System.Windows.Forms.ToolStripButton();
     this.zoomToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.displaySettingsToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.refreshToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.showGridToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.displayToolStrip = new System.Windows.Forms.ToolStrip();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.designEditorToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.runtimeModeComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.debugToolStrip = new System.Windows.Forms.ToolStrip();
     this.debugDrawOccupationToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.debugDrawInvalidatedAreaToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project = new Dataweb.NShape.Project(this.components);
     this.cachedRepository = new Dataweb.NShape.Advanced.CachedRepository();
     this.layerController = new Dataweb.NShape.Controllers.LayerController();
     this.toolSetController = new Dataweb.NShape.Controllers.ToolSetController();
     this.modelTreeController = new Dataweb.NShape.Controllers.ModelController();
     this.propertyController = new Dataweb.NShape.Controllers.PropertyController();
     this.modelTreePresenter = new Dataweb.NShape.WinFormsUI.ModelTreeViewPresenter();
     this.propertyPresenter = new Dataweb.NShape.WinFormsUI.PropertyPresenter();
     this.toolSetListViewPresenter = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
     this.layerPresenter = new Dataweb.NShape.Controllers.LayerPresenter();
     this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
     this.resetToolbarsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip.SuspendLayout();
     this.mainMenuStrip.SuspendLayout();
     this.toolboxPropsPanel.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolboxContextMenuStrip.SuspendLayout();
     this.propertyWindowTabControl.SuspendLayout();
     this.propertyWindowShapeTab.SuspendLayout();
     this.propertyWindowModelTab.SuspendLayout();
     this.layersTab.SuspendLayout();
     this.toolStripContainer.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer.ContentPanel.SuspendLayout();
     this.toolStripContainer.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.historyTrackBar)).BeginInit();
     this.editToolStrip.SuspendLayout();
     this.settingsToolStrip.SuspendLayout();
     this.displayToolStrip.SuspendLayout();
     this.debugToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // BottomToolStripPanel
     //
     this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.BottomToolStripPanel.Name = "BottomToolStripPanel";
     this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // statusStrip
     //
     this.statusStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.statusLabelMessage,
     this.toolStripStatusLabel1,
     this.statusLabelShapeCount,
     this.toolStripStatusLabel2,
     this.statusLabelMousePosition,
     this.statusLabelSelectionSize,
     this.toolStripStatusLabel5,
     this.statusLabelTopLeft,
     this.statusLabelBottomRight});
     this.statusStrip.Location = new System.Drawing.Point(0, 0);
     this.statusStrip.Name = "statusStrip";
     this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip.Size = new System.Drawing.Size(1008, 24);
     this.statusStrip.TabIndex = 1;
     this.statusStrip.Text = "statusStrip";
     //
     // statusLabelMessage
     //
     this.statusLabelMessage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.statusLabelMessage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabelMessage.Name = "statusLabelMessage";
     this.statusLabelMessage.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelMessage.Size = new System.Drawing.Size(355, 19);
     this.statusLabelMessage.Spring = true;
     this.statusLabelMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.AutoToolTip = true;
     this.toolStripStatusLabel1.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(70, 19);
     this.toolStripStatusLabel1.Text = "Diagram: ";
     //
     // statusLabelShapeCount
     //
     this.statusLabelShapeCount.AutoToolTip = true;
     this.statusLabelShapeCount.Name = "statusLabelShapeCount";
     this.statusLabelShapeCount.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelShapeCount.Size = new System.Drawing.Size(60, 19);
     this.statusLabelShapeCount.Text = "n Shapes";
     this.statusLabelShapeCount.ToolTipText = "Number of shaes in the current diagram";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.AutoToolTip = true;
     this.toolStripStatusLabel2.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(66, 19);
     this.toolStripStatusLabel2.Text = "Selection:";
     //
     // statusLabelMousePosition
     //
     this.statusLabelMousePosition.AutoToolTip = true;
     this.statusLabelMousePosition.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelMousePosition.Image")));
     this.statusLabelMousePosition.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabelMousePosition.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelMousePosition.Name = "statusLabelMousePosition";
     this.statusLabelMousePosition.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelMousePosition.Size = new System.Drawing.Size(87, 19);
     this.statusLabelMousePosition.Text = "Mouse Pos";
     this.statusLabelMousePosition.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabelMousePosition.ToolTipText = "Mouse position in diagram coordinates";
     //
     // statusLabelSelectionSize
     //
     this.statusLabelSelectionSize.AutoToolTip = true;
     this.statusLabelSelectionSize.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelSelectionSize.Image")));
     this.statusLabelSelectionSize.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelSelectionSize.Name = "statusLabelSelectionSize";
     this.statusLabelSelectionSize.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelSelectionSize.Size = new System.Drawing.Size(100, 19);
     this.statusLabelSelectionSize.Text = "Selection Size";
     this.statusLabelSelectionSize.ToolTipText = "The size of the current selection in diagram coordinates";
     //
     // toolStripStatusLabel5
     //
     this.toolStripStatusLabel5.AutoToolTip = true;
     this.toolStripStatusLabel5.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
     this.toolStripStatusLabel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.toolStripStatusLabel5.Size = new System.Drawing.Size(88, 19);
     this.toolStripStatusLabel5.Text = "Display Area:";
     this.toolStripStatusLabel5.ToolTipText = "The currently displayed area in diagram coordinates";
     //
     // statusLabelTopLeft
     //
     this.statusLabelTopLeft.AutoToolTip = true;
     this.statusLabelTopLeft.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelTopLeft.Image")));
     this.statusLabelTopLeft.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelTopLeft.Name = "statusLabelTopLeft";
     this.statusLabelTopLeft.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelTopLeft.Size = new System.Drawing.Size(70, 19);
     this.statusLabelTopLeft.Text = "TopLeft";
     this.statusLabelTopLeft.ToolTipText = "The top left corner of currently displayed area in diagram coordinates";
     //
     // statusLabelBottomRight
     //
     this.statusLabelBottomRight.AutoToolTip = true;
     this.statusLabelBottomRight.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelBottomRight.Image")));
     this.statusLabelBottomRight.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelBottomRight.Name = "statusLabelBottomRight";
     this.statusLabelBottomRight.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelBottomRight.Size = new System.Drawing.Size(97, 19);
     this.statusLabelBottomRight.Text = "BottomRight";
     this.statusLabelBottomRight.ToolTipText = "The bottom right corner of currently displayed area in diagram coordinates";
     //
     // TopToolStripPanel
     //
     this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.TopToolStripPanel.Name = "TopToolStripPanel";
     this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.editToolStripMenuItem,
     this.viewToolStripMenuItem,
     this.toolsToolStripMenuItem,
     this.toolStripMenuItem9});
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name = "mainMenuStrip";
     this.mainMenuStrip.Size = new System.Drawing.Size(1008, 24);
     this.mainMenuStrip.TabIndex = 7;
     this.mainMenuStrip.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newProjectToolStripMenuItem,
     this.openProjectMenuItem,
     this.recentProjectsMenuItem,
     this.toolStripMenuItem7,
     this.saveMenuItem,
     this.saveAsMenuItem,
     this.closeProjectToolStripMenuItem,
     this.toolStripMenuItem5,
     this.ManageShapeAndModelLibrariesMenuItem,
     this.exportDiagramAsMenuItem,
     this.toolStripMenuItem1,
     this.quitMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newProjectToolStripMenuItem
     //
     this.newProjectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newProjectInXMLStoreToolStripMenuItem,
     this.newProjectInSqlStoreToolStripMenuItem});
     this.newProjectToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newProjectToolStripMenuItem.Image")));
     this.newProjectToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.newProjectToolStripMenuItem.Name = "newProjectToolStripMenuItem";
     this.newProjectToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
     this.newProjectToolStripMenuItem.Text = "New Project";
     //
     // newProjectInXMLStoreToolStripMenuItem
     //
     this.newProjectInXMLStoreToolStripMenuItem.Name = "newProjectInXMLStoreToolStripMenuItem";
     this.newProjectInXMLStoreToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.newProjectInXMLStoreToolStripMenuItem.Text = "XML Repository...";
     this.newProjectInXMLStoreToolStripMenuItem.Click += new System.EventHandler(this.newXMLRepositoryToolStripMenuItem_Click);
     //
     // newProjectInSqlStoreToolStripMenuItem
     //
     this.newProjectInSqlStoreToolStripMenuItem.Name = "newProjectInSqlStoreToolStripMenuItem";
     this.newProjectInSqlStoreToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.newProjectInSqlStoreToolStripMenuItem.Text = "SQL Server Repository...";
     this.newProjectInSqlStoreToolStripMenuItem.Click += new System.EventHandler(this.newSQLServerRepositoryToolStripMenuItem_Click);
     //
     // openProjectMenuItem
     //
     this.openProjectMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openXMLRepositoryToolStripMenuItem,
     this.openSQLServerRepositoryToolStripMenuItem});
     this.openProjectMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openProjectMenuItem.Image")));
     this.openProjectMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.openProjectMenuItem.Name = "openProjectMenuItem";
     this.openProjectMenuItem.Size = new System.Drawing.Size(268, 22);
     this.openProjectMenuItem.Text = "Open Project";
     //
     // openXMLRepositoryToolStripMenuItem
     //
     this.openXMLRepositoryToolStripMenuItem.Name = "openXMLRepositoryToolStripMenuItem";
     this.openXMLRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.openXMLRepositoryToolStripMenuItem.Text = "XML Repository...";
     this.openXMLRepositoryToolStripMenuItem.Click += new System.EventHandler(this.openXMLRepositoryToolStripMenuItem_Click);
     //
     // openSQLServerRepositoryToolStripMenuItem
     //
     this.openSQLServerRepositoryToolStripMenuItem.Name = "openSQLServerRepositoryToolStripMenuItem";
     this.openSQLServerRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.openSQLServerRepositoryToolStripMenuItem.Text = "SQL Server Repository...";
     this.openSQLServerRepositoryToolStripMenuItem.Click += new System.EventHandler(this.openSQLServerRepositoryToolStripMenuItem_Click);
     //
     // recentProjectsMenuItem
     //
     this.recentProjectsMenuItem.Name = "recentProjectsMenuItem";
     this.recentProjectsMenuItem.Size = new System.Drawing.Size(268, 22);
     this.recentProjectsMenuItem.Text = "Recent Projects";
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(265, 6);
     //
     // saveMenuItem
     //
     this.saveMenuItem.Enabled = false;
     this.saveMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveMenuItem.Image")));
     this.saveMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.saveMenuItem.Name = "saveMenuItem";
     this.saveMenuItem.Size = new System.Drawing.Size(268, 22);
     this.saveMenuItem.Text = "Save";
     this.saveMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // saveAsMenuItem
     //
     this.saveAsMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.saveAsMenuItem.Name = "saveAsMenuItem";
     this.saveAsMenuItem.Size = new System.Drawing.Size(268, 22);
     this.saveAsMenuItem.Text = "Save as...";
     this.saveAsMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
     //
     // closeProjectToolStripMenuItem
     //
     this.closeProjectToolStripMenuItem.Name = "closeProjectToolStripMenuItem";
     this.closeProjectToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
     this.closeProjectToolStripMenuItem.Text = "Close Project";
     this.closeProjectToolStripMenuItem.Click += new System.EventHandler(this.closeProjectToolStripMenuItem_Click);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(265, 6);
     //
     // ManageShapeAndModelLibrariesMenuItem
     //
     this.ManageShapeAndModelLibrariesMenuItem.Name = "ManageShapeAndModelLibrariesMenuItem";
     this.ManageShapeAndModelLibrariesMenuItem.Size = new System.Drawing.Size(268, 22);
     this.ManageShapeAndModelLibrariesMenuItem.Text = "Manage Shape and Model Libraries...";
     this.ManageShapeAndModelLibrariesMenuItem.Click += new System.EventHandler(this.ManageShapeAndModelLibrariesMenuItem_Click);
     //
     // exportDiagramAsMenuItem
     //
     this.exportDiagramAsMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exportDialogToolStripMenuItem,
     this.emfExportMenuItem,
     this.wmfExportMenuItem,
     this.pngExportMenuItem,
     this.jpgExportMenuItem,
     this.bmpExportMenuItem});
     this.exportDiagramAsMenuItem.Name = "exportDiagramAsMenuItem";
     this.exportDiagramAsMenuItem.Size = new System.Drawing.Size(268, 22);
     this.exportDiagramAsMenuItem.Text = "Export diagram";
     //
     // exportDialogToolStripMenuItem
     //
     this.exportDialogToolStripMenuItem.Name = "exportDialogToolStripMenuItem";
     this.exportDialogToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.exportDialogToolStripMenuItem.Text = "Custom...";
     this.exportDialogToolStripMenuItem.Click += new System.EventHandler(this.exportDiagramAsMenuItem_Click);
     //
     // emfExportMenuItem
     //
     this.emfExportMenuItem.Name = "emfExportMenuItem";
     this.emfExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.emfExportMenuItem.Text = "EMF Plus file";
     this.emfExportMenuItem.Click += new System.EventHandler(this.emfPlusFileToolStripMenuItem_Click);
     //
     // wmfExportMenuItem
     //
     this.wmfExportMenuItem.Name = "wmfExportMenuItem";
     this.wmfExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.wmfExportMenuItem.Text = "EMF file";
     this.wmfExportMenuItem.Click += new System.EventHandler(this.emfOnlyFileToolStripMenuItem_Click);
     //
     // pngExportMenuItem
     //
     this.pngExportMenuItem.Name = "pngExportMenuItem";
     this.pngExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.pngExportMenuItem.Text = "PNG file";
     this.pngExportMenuItem.Click += new System.EventHandler(this.pngFileToolStripMenuItem_Click);
     //
     // jpgExportMenuItem
     //
     this.jpgExportMenuItem.Name = "jpgExportMenuItem";
     this.jpgExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.jpgExportMenuItem.Text = "JPG file";
     this.jpgExportMenuItem.Click += new System.EventHandler(this.jpgFileToolStripMenuItem_Click);
     //
     // bmpExportMenuItem
     //
     this.bmpExportMenuItem.Name = "bmpExportMenuItem";
     this.bmpExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.bmpExportMenuItem.Text = "BMP file";
     this.bmpExportMenuItem.Click += new System.EventHandler(this.bmpFileToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(265, 6);
     //
     // quitMenuItem
     //
     this.quitMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.quitMenuItem.Name = "quitMenuItem";
     this.quitMenuItem.Size = new System.Drawing.Size(268, 22);
     this.quitMenuItem.Text = "Quit";
     this.quitMenuItem.Click += new System.EventHandler(this.quitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.insertDiagramMenuItem,
     this.deleteDiagramToolStripMenuItem,
     this.showDiagramSettingsToolStripMenuItem,
     this.toolStripMenuItem8,
     this.cutShapeOnlyMenuItem,
     this.cutShapeAndModelMenuItem,
     this.copyAsImageToolStripMenuItem,
     this.copyShapeOnlyMenuItem,
     this.copyShapeAndModelMenuItem,
     this.pasteMenuItem,
     this.deleteShapeOnlyMenuItem,
     this.deleteShapeAndModelMenuItem,
     this.toolStripMenuItem10,
     this.selectAllToolStripMenuItem,
     this.selectAllOfTypeToolStripMenuItem,
     this.selectAllOfTemplateToolStripMenuItem,
     this.unselectAllToolStripMenuItem,
     this.toolStripMenuItem2,
     this.toForegroundMenuItem,
     this.toBackgroundMenuItem,
     this.toolStripMenuItem6,
     this.undoMenuItem,
     this.redoMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // insertDiagramMenuItem
     //
     this.insertDiagramMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("insertDiagramMenuItem.Image")));
     this.insertDiagramMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.insertDiagramMenuItem.Name = "insertDiagramMenuItem";
     this.insertDiagramMenuItem.Size = new System.Drawing.Size(261, 22);
     this.insertDiagramMenuItem.Text = "Insert Diagram";
     this.insertDiagramMenuItem.Click += new System.EventHandler(this.newDiagramToolStripMenuItem_Click);
     //
     // deleteDiagramToolStripMenuItem
     //
     this.deleteDiagramToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteDiagramToolStripMenuItem.Image")));
     this.deleteDiagramToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteDiagramToolStripMenuItem.Name = "deleteDiagramToolStripMenuItem";
     this.deleteDiagramToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.deleteDiagramToolStripMenuItem.Text = "Delete Diagram";
     this.deleteDiagramToolStripMenuItem.Click += new System.EventHandler(this.deleteDiagramToolStripMenuItem_Click);
     //
     // showDiagramSettingsToolStripMenuItem
     //
     this.showDiagramSettingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showDiagramSettingsToolStripMenuItem.Image")));
     this.showDiagramSettingsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showDiagramSettingsToolStripMenuItem.Name = "showDiagramSettingsToolStripMenuItem";
     this.showDiagramSettingsToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.showDiagramSettingsToolStripMenuItem.Text = "Diagram Properties";
     this.showDiagramSettingsToolStripMenuItem.Click += new System.EventHandler(this.showDiagramSettingsToolStripMenuItem_Click);
     //
     // toolStripMenuItem8
     //
     this.toolStripMenuItem8.Name = "toolStripMenuItem8";
     this.toolStripMenuItem8.Size = new System.Drawing.Size(258, 6);
     //
     // cutShapeOnlyMenuItem
     //
     this.cutShapeOnlyMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutShapeOnlyMenuItem.Image")));
     this.cutShapeOnlyMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutShapeOnlyMenuItem.Name = "cutShapeOnlyMenuItem";
     this.cutShapeOnlyMenuItem.Size = new System.Drawing.Size(261, 22);
     this.cutShapeOnlyMenuItem.Text = "Cut Shape";
     this.cutShapeOnlyMenuItem.Click += new System.EventHandler(this.cutShapeOnlyItem_Click);
     //
     // cutShapeAndModelMenuItem
     //
     this.cutShapeAndModelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutShapeAndModelMenuItem.Image")));
     this.cutShapeAndModelMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutShapeAndModelMenuItem.Name = "cutShapeAndModelMenuItem";
     this.cutShapeAndModelMenuItem.Size = new System.Drawing.Size(261, 22);
     this.cutShapeAndModelMenuItem.Text = "Cut Shape and Model";
     this.cutShapeAndModelMenuItem.Click += new System.EventHandler(this.cutShapeAndModelItem_Click);
     //
     // copyAsImageToolStripMenuItem
     //
     this.copyAsImageToolStripMenuItem.Image = global::Dataweb.NShape.Designer.Properties.Resources.CopyAsImage;
     this.copyAsImageToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyAsImageToolStripMenuItem.Name = "copyAsImageToolStripMenuItem";
     this.copyAsImageToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.copyAsImageToolStripMenuItem.Text = "Copy as Image";
     this.copyAsImageToolStripMenuItem.Click += new System.EventHandler(this.copyAsImageToolStripMenuItem_Click);
     //
     // copyShapeOnlyMenuItem
     //
     this.copyShapeOnlyMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyShapeOnlyMenuItem.Image")));
     this.copyShapeOnlyMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyShapeOnlyMenuItem.Name = "copyShapeOnlyMenuItem";
     this.copyShapeOnlyMenuItem.Size = new System.Drawing.Size(261, 22);
     this.copyShapeOnlyMenuItem.Text = "Copy Shape";
     this.copyShapeOnlyMenuItem.Click += new System.EventHandler(this.copyShapeOnlyItem_Click);
     //
     // copyShapeAndModelMenuItem
     //
     this.copyShapeAndModelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyShapeAndModelMenuItem.Image")));
     this.copyShapeAndModelMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyShapeAndModelMenuItem.Name = "copyShapeAndModelMenuItem";
     this.copyShapeAndModelMenuItem.Size = new System.Drawing.Size(261, 22);
     this.copyShapeAndModelMenuItem.Text = "Copy Shape and Model";
     this.copyShapeAndModelMenuItem.Visible = false;
     this.copyShapeAndModelMenuItem.Click += new System.EventHandler(this.copyShapeAndModelItem_Click);
     //
     // pasteMenuItem
     //
     this.pasteMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteMenuItem.Image")));
     this.pasteMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.pasteMenuItem.Name = "pasteMenuItem";
     this.pasteMenuItem.Size = new System.Drawing.Size(261, 22);
     this.pasteMenuItem.Text = "Paste Shape";
     this.pasteMenuItem.Click += new System.EventHandler(this.pasteMenuItem_Click);
     //
     // deleteShapeOnlyMenuItem
     //
     this.deleteShapeOnlyMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteShapeOnlyMenuItem.Image")));
     this.deleteShapeOnlyMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteShapeOnlyMenuItem.Name = "deleteShapeOnlyMenuItem";
     this.deleteShapeOnlyMenuItem.ShortcutKeyDisplayString = "(Del)";
     this.deleteShapeOnlyMenuItem.Size = new System.Drawing.Size(261, 22);
     this.deleteShapeOnlyMenuItem.Text = "Delete Shape";
     this.deleteShapeOnlyMenuItem.Click += new System.EventHandler(this.deleteShapeOnlyItem_Click);
     //
     // deleteShapeAndModelMenuItem
     //
     this.deleteShapeAndModelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteShapeAndModelMenuItem.Image")));
     this.deleteShapeAndModelMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteShapeAndModelMenuItem.Name = "deleteShapeAndModelMenuItem";
     this.deleteShapeAndModelMenuItem.ShortcutKeyDisplayString = "(Ctrl+Del)";
     this.deleteShapeAndModelMenuItem.Size = new System.Drawing.Size(261, 22);
     this.deleteShapeAndModelMenuItem.Text = "Delete Shape and Model";
     this.deleteShapeAndModelMenuItem.Visible = false;
     this.deleteShapeAndModelMenuItem.Click += new System.EventHandler(this.deleteShapeAndModelItem_Click);
     //
     // toolStripMenuItem10
     //
     this.toolStripMenuItem10.Name = "toolStripMenuItem10";
     this.toolStripMenuItem10.Size = new System.Drawing.Size(258, 6);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.selectAllToolStripMenuItem.Text = "Select All";
     this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
     //
     // selectAllOfTypeToolStripMenuItem
     //
     this.selectAllOfTypeToolStripMenuItem.Name = "selectAllOfTypeToolStripMenuItem";
     this.selectAllOfTypeToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.selectAllOfTypeToolStripMenuItem.Text = "Select all Shapes of Type";
     this.selectAllOfTypeToolStripMenuItem.Click += new System.EventHandler(this.selectAllShapesOfTheSameTypeToolStripMenuItem_Click);
     //
     // selectAllOfTemplateToolStripMenuItem
     //
     this.selectAllOfTemplateToolStripMenuItem.Name = "selectAllOfTemplateToolStripMenuItem";
     this.selectAllOfTemplateToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.selectAllOfTemplateToolStripMenuItem.Text = "Select all Shapes of Template";
     this.selectAllOfTemplateToolStripMenuItem.Click += new System.EventHandler(this.selectAllShapesOfTheSameTemplateToolStripMenuItem_Click);
     //
     // unselectAllToolStripMenuItem
     //
     this.unselectAllToolStripMenuItem.Name = "unselectAllToolStripMenuItem";
     this.unselectAllToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.unselectAllToolStripMenuItem.Text = "Unselect All";
     this.unselectAllToolStripMenuItem.Click += new System.EventHandler(this.unselectAllToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(258, 6);
     //
     // toForegroundMenuItem
     //
     this.toForegroundMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("toForegroundMenuItem.Image")));
     this.toForegroundMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.toForegroundMenuItem.Name = "toForegroundMenuItem";
     this.toForegroundMenuItem.Size = new System.Drawing.Size(261, 22);
     this.toForegroundMenuItem.Text = "Bring to Front";
     this.toForegroundMenuItem.Click += new System.EventHandler(this.toForegroundMenuItem_Click);
     //
     // toBackgroundMenuItem
     //
     this.toBackgroundMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("toBackgroundMenuItem.Image")));
     this.toBackgroundMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.toBackgroundMenuItem.Name = "toBackgroundMenuItem";
     this.toBackgroundMenuItem.Size = new System.Drawing.Size(261, 22);
     this.toBackgroundMenuItem.Text = "Send to Back";
     this.toBackgroundMenuItem.Click += new System.EventHandler(this.toBackgroundMenuItem_Click);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(258, 6);
     //
     // undoMenuItem
     //
     this.undoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoMenuItem.Image")));
     this.undoMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.undoMenuItem.Name = "undoMenuItem";
     this.undoMenuItem.Size = new System.Drawing.Size(261, 22);
     this.undoMenuItem.Text = "Undo";
     this.undoMenuItem.Click += new System.EventHandler(this.undoButton_Click);
     //
     // redoMenuItem
     //
     this.redoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoMenuItem.Image")));
     this.redoMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.redoMenuItem.Name = "redoMenuItem";
     this.redoMenuItem.Size = new System.Drawing.Size(261, 22);
     this.redoMenuItem.Text = "Redo";
     this.redoMenuItem.Click += new System.EventHandler(this.redoButton_Click);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.showGridMenuItem,
     this.refreshToolStripMenuItem,
     this.showDisplaySettingsToolStripMenuItem,
     this.toolStripMenuItem3,
     this.editDesignsAndStylesToolStripMenuItem,
     this.viewShowLayoutControlToolStripMenuItem,
     this.toolStripMenuItem4,
     this.highQualityRenderingMenuItem});
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.viewToolStripMenuItem.Text = "View";
     //
     // showGridMenuItem
     //
     this.showGridMenuItem.Checked = true;
     this.showGridMenuItem.CheckOnClick = true;
     this.showGridMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.showGridMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showGridMenuItem.Image")));
     this.showGridMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showGridMenuItem.Name = "showGridMenuItem";
     this.showGridMenuItem.Size = new System.Drawing.Size(198, 22);
     this.showGridMenuItem.Text = "Show Grid";
     this.showGridMenuItem.Click += new System.EventHandler(this.showGridToolStripMenuItem_Click);
     //
     // refreshToolStripMenuItem
     //
     this.refreshToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolStripMenuItem.Image")));
     this.refreshToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.refreshToolStripMenuItem.Text = "Refresh Display";
     this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshButton_Click);
     //
     // showDisplaySettingsToolStripMenuItem
     //
     this.showDisplaySettingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showDisplaySettingsToolStripMenuItem.Image")));
     this.showDisplaySettingsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showDisplaySettingsToolStripMenuItem.Name = "showDisplaySettingsToolStripMenuItem";
     this.showDisplaySettingsToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.showDisplaySettingsToolStripMenuItem.Text = "Display Settings";
     this.showDisplaySettingsToolStripMenuItem.Click += new System.EventHandler(this.showDisplaySettingsItem_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(195, 6);
     //
     // editDesignsAndStylesToolStripMenuItem
     //
     this.editDesignsAndStylesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("editDesignsAndStylesToolStripMenuItem.Image")));
     this.editDesignsAndStylesToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.editDesignsAndStylesToolStripMenuItem.Name = "editDesignsAndStylesToolStripMenuItem";
     this.editDesignsAndStylesToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.editDesignsAndStylesToolStripMenuItem.Text = "Show Design Editor";
     this.editDesignsAndStylesToolStripMenuItem.Click += new System.EventHandler(this.editDesignsAndStylesToolStripMenuItem_Click);
     //
     // viewShowLayoutControlToolStripMenuItem
     //
     this.viewShowLayoutControlToolStripMenuItem.Name = "viewShowLayoutControlToolStripMenuItem";
     this.viewShowLayoutControlToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.viewShowLayoutControlToolStripMenuItem.Text = "Show Layout Control";
     this.viewShowLayoutControlToolStripMenuItem.Click += new System.EventHandler(this.viewShowLayoutControlToolStripMenuItem_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(195, 6);
     //
     // highQualityRenderingMenuItem
     //
     this.highQualityRenderingMenuItem.Checked = true;
     this.highQualityRenderingMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.highQualityRenderingMenuItem.Name = "highQualityRenderingMenuItem";
     this.highQualityRenderingMenuItem.Size = new System.Drawing.Size(198, 22);
     this.highQualityRenderingMenuItem.Text = "High Quality Rendering";
     this.highQualityRenderingMenuItem.Click += new System.EventHandler(this.highQualityToolStripMenuItem_Click);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.resetToolbarsToolStripMenuItem,
     this.toolStripMenuItem11,
     this.adoNetDatabaseGeneratorToolStripMenuItem,
     this.testDataGeneratorToolStripMenuItem,
     this.toolStripMenuItem12,
     this.nShapeEventMonitorToolStripMenuItem});
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "Tools";
     //
     // adoNetDatabaseGeneratorToolStripMenuItem
     //
     this.adoNetDatabaseGeneratorToolStripMenuItem.Name = "adoNetDatabaseGeneratorToolStripMenuItem";
     this.adoNetDatabaseGeneratorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.adoNetDatabaseGeneratorToolStripMenuItem.Text = "ADO.NET Database Generator";
     this.adoNetDatabaseGeneratorToolStripMenuItem.Click += new System.EventHandler(this.adoNetDatabaseGeneratorToolStripMenuItem_Click);
     //
     // testDataGeneratorToolStripMenuItem
     //
     this.testDataGeneratorToolStripMenuItem.Name = "testDataGeneratorToolStripMenuItem";
     this.testDataGeneratorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.testDataGeneratorToolStripMenuItem.Text = "Test Data Generator";
     this.testDataGeneratorToolStripMenuItem.Click += new System.EventHandler(this.testDataGeneratorToolStripMenuItem_Click);
     //
     // toolStripMenuItem11
     //
     this.toolStripMenuItem11.Name = "toolStripMenuItem11";
     this.toolStripMenuItem11.Size = new System.Drawing.Size(227, 6);
     //
     // nShapeEventMonitorToolStripMenuItem
     //
     this.nShapeEventMonitorToolStripMenuItem.CheckOnClick = true;
     this.nShapeEventMonitorToolStripMenuItem.Name = "nShapeEventMonitorToolStripMenuItem";
     this.nShapeEventMonitorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.nShapeEventMonitorToolStripMenuItem.Text = "NShape Event Monitor";
     this.nShapeEventMonitorToolStripMenuItem.Click += new System.EventHandler(this.nShapeEventMonitorToolStripMenuItem_Click);
     //
     // toolStripMenuItem9
     //
     this.toolStripMenuItem9.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutToolStripMenuItem});
     this.toolStripMenuItem9.Name = "toolStripMenuItem9";
     this.toolStripMenuItem9.Size = new System.Drawing.Size(44, 20);
     this.toolStripMenuItem9.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.aboutToolStripMenuItem.Text = "About...";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // defaultToolStripMenuItem
     //
     this.defaultToolStripMenuItem.Name = "defaultToolStripMenuItem";
     this.defaultToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // RightToolStripPanel
     //
     this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.RightToolStripPanel.Name = "RightToolStripPanel";
     this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // LeftToolStripPanel
     //
     this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.LeftToolStripPanel.Name = "LeftToolStripPanel";
     this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // ContentPanel
     //
     this.ContentPanel.AutoScroll = true;
     this.ContentPanel.Size = new System.Drawing.Size(928, 522);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(150, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 489);
     this.splitter1.TabIndex = 3;
     this.splitter1.TabStop = false;
     //
     // toolboxPropsPanel
     //
     this.toolboxPropsPanel.Controls.Add(this.splitContainer1);
     this.toolboxPropsPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.toolboxPropsPanel.Location = new System.Drawing.Point(780, 0);
     this.toolboxPropsPanel.Name = "toolboxPropsPanel";
     this.toolboxPropsPanel.Size = new System.Drawing.Size(228, 489);
     this.toolboxPropsPanel.TabIndex = 4;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.toolboxListView);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.propertyWindowTabControl);
     this.splitContainer1.Size = new System.Drawing.Size(228, 489);
     this.splitContainer1.SplitterDistance = 186;
     this.splitContainer1.TabIndex = 0;
     //
     // toolboxListView
     //
     this.toolboxListView.ContextMenuStrip = this.toolboxContextMenuStrip;
     this.toolboxListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolboxListView.FullRowSelect = true;
     this.toolboxListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.toolboxListView.HideSelection = false;
     this.toolboxListView.Location = new System.Drawing.Point(0, 0);
     this.toolboxListView.MultiSelect = false;
     this.toolboxListView.Name = "toolboxListView";
     this.toolboxListView.ShowItemToolTips = true;
     this.toolboxListView.Size = new System.Drawing.Size(228, 186);
     this.toolboxListView.TabIndex = 0;
     this.toolboxListView.UseCompatibleStateImageBehavior = false;
     this.toolboxListView.View = System.Windows.Forms.View.Details;
     //
     // toolboxContextMenuStrip
     //
     this.toolboxContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.viewToolStripMenuItem1});
     this.toolboxContextMenuStrip.Name = "toolboxContextMenuStrip";
     this.toolboxContextMenuStrip.Size = new System.Drawing.Size(153, 48);
     //
     // viewToolStripMenuItem1
     //
     this.viewToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.detailsToolStripMenuItem,
     this.tilesToolStripMenuItem,
     this.smallIconsToolStripMenuItem,
     this.largeIconsToolStripMenuItem});
     this.viewToolStripMenuItem1.Name = "viewToolStripMenuItem1";
     this.viewToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
     this.viewToolStripMenuItem1.Text = "View";
     //
     // detailsToolStripMenuItem
     //
     this.detailsToolStripMenuItem.Name = "detailsToolStripMenuItem";
     this.detailsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.detailsToolStripMenuItem.Text = "List (Small Icons)";
     this.detailsToolStripMenuItem.Click += new System.EventHandler(this.detailsToolStripMenuItem_Click);
     //
     // tilesToolStripMenuItem
     //
     this.tilesToolStripMenuItem.Name = "tilesToolStripMenuItem";
     this.tilesToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.tilesToolStripMenuItem.Text = "List (Large Icons)";
     this.tilesToolStripMenuItem.Click += new System.EventHandler(this.tilesToolStripMenuItem_Click);
     //
     // smallIconsToolStripMenuItem
     //
     this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
     this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.smallIconsToolStripMenuItem.Text = "Compact (Small Icons)";
     this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
     //
     // largeIconsToolStripMenuItem
     //
     this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
     this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.largeIconsToolStripMenuItem.Text = "Compact (Large Icons)";
     this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
     //
     // propertyWindowTabControl
     //
     this.propertyWindowTabControl.Controls.Add(this.propertyWindowShapeTab);
     this.propertyWindowTabControl.Controls.Add(this.propertyWindowModelTab);
     this.propertyWindowTabControl.Controls.Add(this.layersTab);
     this.propertyWindowTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyWindowTabControl.Location = new System.Drawing.Point(0, 0);
     this.propertyWindowTabControl.Name = "propertyWindowTabControl";
     this.propertyWindowTabControl.SelectedIndex = 0;
     this.propertyWindowTabControl.Size = new System.Drawing.Size(228, 299);
     this.propertyWindowTabControl.TabIndex = 0;
     //
     // propertyWindowShapeTab
     //
     this.propertyWindowShapeTab.Controls.Add(this.primaryPropertyGrid);
     this.propertyWindowShapeTab.Location = new System.Drawing.Point(4, 22);
     this.propertyWindowShapeTab.Name = "propertyWindowShapeTab";
     this.propertyWindowShapeTab.Padding = new System.Windows.Forms.Padding(3);
     this.propertyWindowShapeTab.Size = new System.Drawing.Size(220, 273);
     this.propertyWindowShapeTab.TabIndex = 0;
     this.propertyWindowShapeTab.Text = "Shape";
     this.propertyWindowShapeTab.UseVisualStyleBackColor = true;
     //
     // primaryPropertyGrid
     //
     this.primaryPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.primaryPropertyGrid.Location = new System.Drawing.Point(3, 3);
     this.primaryPropertyGrid.Name = "primaryPropertyGrid";
     this.primaryPropertyGrid.Size = new System.Drawing.Size(214, 267);
     this.primaryPropertyGrid.TabIndex = 1;
     //
     // propertyWindowModelTab
     //
     this.propertyWindowModelTab.Controls.Add(this.secondaryPropertyGrid);
     this.propertyWindowModelTab.Location = new System.Drawing.Point(4, 22);
     this.propertyWindowModelTab.Name = "propertyWindowModelTab";
     this.propertyWindowModelTab.Padding = new System.Windows.Forms.Padding(3);
     this.propertyWindowModelTab.Size = new System.Drawing.Size(220, 332);
     this.propertyWindowModelTab.TabIndex = 1;
     this.propertyWindowModelTab.Text = "Model";
     this.propertyWindowModelTab.UseVisualStyleBackColor = true;
     //
     // secondaryPropertyGrid
     //
     this.secondaryPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.secondaryPropertyGrid.Location = new System.Drawing.Point(3, 3);
     this.secondaryPropertyGrid.Name = "secondaryPropertyGrid";
     this.secondaryPropertyGrid.Size = new System.Drawing.Size(214, 372);
     this.secondaryPropertyGrid.TabIndex = 0;
     //
     // layersTab
     //
     this.layersTab.Controls.Add(this.layerEditorListView);
     this.layersTab.Location = new System.Drawing.Point(4, 22);
     this.layersTab.Name = "layersTab";
     this.layersTab.Padding = new System.Windows.Forms.Padding(3);
     this.layersTab.Size = new System.Drawing.Size(220, 332);
     this.layersTab.TabIndex = 2;
     this.layersTab.Text = "Layers";
     this.layersTab.UseVisualStyleBackColor = true;
     //
     // layerEditorListView
     //
     this.layerEditorListView.AllowColumnReorder = true;
     this.layerEditorListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layerEditorListView.FullRowSelect = true;
     this.layerEditorListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.layerEditorListView.HideDeniedMenuItems = false;
     this.layerEditorListView.HideSelection = false;
     this.layerEditorListView.LabelEdit = true;
     this.layerEditorListView.LabelWrap = false;
     this.layerEditorListView.Location = new System.Drawing.Point(3, 3);
     this.layerEditorListView.Name = "layerEditorListView";
     this.layerEditorListView.OwnerDraw = true;
     this.layerEditorListView.ShowDefaultContextMenu = true;
     this.layerEditorListView.ShowGroups = false;
     this.layerEditorListView.Size = new System.Drawing.Size(214, 326);
     this.layerEditorListView.TabIndex = 0;
     this.layerEditorListView.UseCompatibleStateImageBehavior = false;
     this.layerEditorListView.View = System.Windows.Forms.View.Details;
     //
     // splitter2
     //
     this.splitter2.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter2.Location = new System.Drawing.Point(777, 0);
     this.splitter2.Name = "splitter2";
     this.splitter2.Size = new System.Drawing.Size(3, 489);
     this.splitter2.TabIndex = 5;
     this.splitter2.TabStop = false;
     //
     // toolStripContainer
     //
     //
     // toolStripContainer.BottomToolStripPanel
     //
     this.toolStripContainer.BottomToolStripPanel.Controls.Add(this.statusStrip);
     //
     // toolStripContainer.ContentPanel
     //
     this.toolStripContainer.ContentPanel.AutoScroll = true;
     this.toolStripContainer.ContentPanel.Controls.Add(this.displayTabControl);
     this.toolStripContainer.ContentPanel.Controls.Add(this.historyTrackBar);
     this.toolStripContainer.ContentPanel.Controls.Add(this.splitter2);
     this.toolStripContainer.ContentPanel.Controls.Add(this.toolboxPropsPanel);
     this.toolStripContainer.ContentPanel.Controls.Add(this.splitter1);
     this.toolStripContainer.ContentPanel.Controls.Add(this.modelTreeView);
     this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(1008, 489);
     this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer.Name = "toolStripContainer";
     this.toolStripContainer.Size = new System.Drawing.Size(1008, 562);
     this.toolStripContainer.TabIndex = 8;
     this.toolStripContainer.Text = "toolStripContainer1";
     //
     // toolStripContainer.TopToolStripPanel
     //
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.mainMenuStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.editToolStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.settingsToolStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.displayToolStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.debugToolStrip);
     //
     // displayTabControl
     //
     this.displayTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.displayTabControl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.displayTabControl.Location = new System.Drawing.Point(153, 18);
     this.displayTabControl.Name = "displayTabControl";
     this.displayTabControl.SelectedIndex = 0;
     this.displayTabControl.Size = new System.Drawing.Size(624, 471);
     this.displayTabControl.TabIndex = 9;
     this.displayTabControl.SelectedIndexChanged += new System.EventHandler(this.displaysTabControl_SelectedIndexChanged);
     //
     // historyTrackBar
     //
     this.historyTrackBar.AutoSize = false;
     this.historyTrackBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.historyTrackBar.LargeChange = 1;
     this.historyTrackBar.Location = new System.Drawing.Point(153, 0);
     this.historyTrackBar.Name = "historyTrackBar";
     this.historyTrackBar.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.historyTrackBar.Size = new System.Drawing.Size(624, 18);
     this.historyTrackBar.TabIndex = 7;
     this.historyTrackBar.ValueChanged += new System.EventHandler(this.historyTrackBar_ValueChanged);
     //
     // modelTreeView
     //
     this.modelTreeView.Dock = System.Windows.Forms.DockStyle.Left;
     this.modelTreeView.FullRowSelect = true;
     this.modelTreeView.ImageIndex = 0;
     this.modelTreeView.Location = new System.Drawing.Point(0, 0);
     this.modelTreeView.Name = "modelTreeView";
     this.modelTreeView.SelectedImageIndex = 0;
     this.modelTreeView.Size = new System.Drawing.Size(150, 489);
     this.modelTreeView.TabIndex = 2;
     //
     // editToolStrip
     //
     this.editToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.editToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newProjectToolStripButton,
     this.openProjectToolStripButton,
     this.saveProjectToolStripButton,
     this.toolStripSeparator1,
     this.cutShapeButton,
     this.copyShapeButton,
     this.pasteButton,
     this.deleteShapeButton,
     this.toolStripSeparator2,
     this.undoToolStripSplitButton,
     this.redoToolStripSplitButton});
     this.editToolStrip.Location = new System.Drawing.Point(3, 24);
     this.editToolStrip.Name = "editToolStrip";
     this.editToolStrip.Size = new System.Drawing.Size(261, 25);
     this.editToolStrip.TabIndex = 11;
     //
     // newProjectToolStripButton
     //
     this.newProjectToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newProjectToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.xmlRepositoryToolStripMenuItem,
     this.sQLRepositoryToolStripMenuItem});
     this.newProjectToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newProjectToolStripButton.Image")));
     this.newProjectToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.newProjectToolStripButton.Name = "newProjectToolStripButton";
     this.newProjectToolStripButton.Size = new System.Drawing.Size(29, 22);
     this.newProjectToolStripButton.Text = "New Project...";
     //
     // xmlRepositoryToolStripMenuItem
     //
     this.xmlRepositoryToolStripMenuItem.Name = "xmlRepositoryToolStripMenuItem";
     this.xmlRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.xmlRepositoryToolStripMenuItem.Text = "XML Repository...";
     this.xmlRepositoryToolStripMenuItem.Click += new System.EventHandler(this.newXMLRepositoryToolStripMenuItem_Click);
     //
     // sQLRepositoryToolStripMenuItem
     //
     this.sQLRepositoryToolStripMenuItem.Name = "sQLRepositoryToolStripMenuItem";
     this.sQLRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.sQLRepositoryToolStripMenuItem.Text = "SQL Server Repository...";
     this.sQLRepositoryToolStripMenuItem.Click += new System.EventHandler(this.newSQLServerRepositoryToolStripMenuItem_Click);
     //
     // openProjectToolStripButton
     //
     this.openProjectToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openProjectToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openXMLRepositoryToolStripMenuItem1,
     this.openSQLRepositoryToolStripMenuItem});
     this.openProjectToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openProjectToolStripButton.Image")));
     this.openProjectToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.openProjectToolStripButton.Name = "openProjectToolStripButton";
     this.openProjectToolStripButton.Size = new System.Drawing.Size(29, 22);
     this.openProjectToolStripButton.Text = "Open Project...";
     //
     // openXMLRepositoryToolStripMenuItem1
     //
     this.openXMLRepositoryToolStripMenuItem1.Name = "openXMLRepositoryToolStripMenuItem1";
     this.openXMLRepositoryToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
     this.openXMLRepositoryToolStripMenuItem1.Text = "XML Repository...";
     this.openXMLRepositoryToolStripMenuItem1.Click += new System.EventHandler(this.openXMLRepositoryToolStripMenuItem_Click);
     //
     // openSQLRepositoryToolStripMenuItem
     //
     this.openSQLRepositoryToolStripMenuItem.Name = "openSQLRepositoryToolStripMenuItem";
     this.openSQLRepositoryToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.openSQLRepositoryToolStripMenuItem.Text = "SQL Repository...";
     this.openSQLRepositoryToolStripMenuItem.Click += new System.EventHandler(this.openSQLServerRepositoryToolStripMenuItem_Click);
     //
     // saveProjectToolStripButton
     //
     this.saveProjectToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveProjectToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveProjectToolStripButton.Image")));
     this.saveProjectToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.saveProjectToolStripButton.Name = "saveProjectToolStripButton";
     this.saveProjectToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.saveProjectToolStripButton.Text = "Save";
     this.saveProjectToolStripButton.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // cutShapeButton
     //
     this.cutShapeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.cutShapeButton.Image = ((System.Drawing.Image)(resources.GetObject("cutShapeButton.Image")));
     this.cutShapeButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutShapeButton.Name = "cutShapeButton";
     this.cutShapeButton.Size = new System.Drawing.Size(23, 22);
     this.cutShapeButton.Text = "Cut Shape";
     this.cutShapeButton.Click += new System.EventHandler(this.cutShapeOnlyItem_Click);
     //
     // copyShapeButton
     //
     this.copyShapeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.copyShapeButton.Image = ((System.Drawing.Image)(resources.GetObject("copyShapeButton.Image")));
     this.copyShapeButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyShapeButton.Name = "copyShapeButton";
     this.copyShapeButton.Size = new System.Drawing.Size(23, 22);
     this.copyShapeButton.Text = "Copy Shape";
     this.copyShapeButton.Click += new System.EventHandler(this.copyShapeOnlyItem_Click);
     //
     // pasteButton
     //
     this.pasteButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.pasteButton.Enabled = false;
     this.pasteButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteButton.Image")));
     this.pasteButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.pasteButton.Name = "pasteButton";
     this.pasteButton.Size = new System.Drawing.Size(23, 22);
     this.pasteButton.Text = "Paste";
     this.pasteButton.Click += new System.EventHandler(this.pasteMenuItem_Click);
     //
     // deleteShapeButton
     //
     this.deleteShapeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.deleteShapeButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteShapeButton.Image")));
     this.deleteShapeButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteShapeButton.Name = "deleteShapeButton";
     this.deleteShapeButton.Size = new System.Drawing.Size(23, 22);
     this.deleteShapeButton.Text = "Delete Shape";
     this.deleteShapeButton.Click += new System.EventHandler(this.deleteShapeOnlyItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // undoToolStripSplitButton
     //
     this.undoToolStripSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.undoToolStripSplitButton.Enabled = false;
     this.undoToolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("undoToolStripSplitButton.Image")));
     this.undoToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.undoToolStripSplitButton.Name = "undoToolStripSplitButton";
     this.undoToolStripSplitButton.Size = new System.Drawing.Size(32, 22);
     this.undoToolStripSplitButton.Text = "Undo";
     this.undoToolStripSplitButton.ButtonClick += new System.EventHandler(this.undoButton_Click);
     this.undoToolStripSplitButton.DropDownOpening += new System.EventHandler(this.undoToolStripSplitButton_DropDownOpening);
     //
     // redoToolStripSplitButton
     //
     this.redoToolStripSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.redoToolStripSplitButton.Enabled = false;
     this.redoToolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("redoToolStripSplitButton.Image")));
     this.redoToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.redoToolStripSplitButton.Name = "redoToolStripSplitButton";
     this.redoToolStripSplitButton.Size = new System.Drawing.Size(32, 22);
     this.redoToolStripSplitButton.Text = "Redo";
     this.redoToolStripSplitButton.ButtonClick += new System.EventHandler(this.redoButton_Click);
     this.redoToolStripSplitButton.DropDownOpening += new System.EventHandler(this.redoToolStripSplitButton_DropDownOpening);
     //
     // settingsToolStrip
     //
     this.settingsToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.settingsToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.prevDiagramButton,
     this.nextDiagramButton,
     this.zoomToolStripComboBox,
     this.displaySettingsToolStripButton,
     this.refreshToolbarButton,
     this.showGridToolbarButton});
     this.settingsToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.settingsToolStrip.Location = new System.Drawing.Point(264, 24);
     this.settingsToolStrip.Name = "settingsToolStrip";
     this.settingsToolStrip.Size = new System.Drawing.Size(195, 25);
     this.settingsToolStrip.TabIndex = 13;
     //
     // prevDiagramButton
     //
     this.prevDiagramButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.prevDiagramButton.Image = ((System.Drawing.Image)(resources.GetObject("prevDiagramButton.Image")));
     this.prevDiagramButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.prevDiagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.prevDiagramButton.Name = "prevDiagramButton";
     this.prevDiagramButton.Size = new System.Drawing.Size(23, 22);
     this.prevDiagramButton.Text = "Previous Diagram";
     this.prevDiagramButton.Click += new System.EventHandler(this.backButton_Click);
     //
     // nextDiagramButton
     //
     this.nextDiagramButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.nextDiagramButton.Image = ((System.Drawing.Image)(resources.GetObject("nextDiagramButton.Image")));
     this.nextDiagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.nextDiagramButton.Name = "nextDiagramButton";
     this.nextDiagramButton.Size = new System.Drawing.Size(23, 22);
     this.nextDiagramButton.Text = "Next Diagram";
     this.nextDiagramButton.Click += new System.EventHandler(this.forwardButton_Click);
     //
     // zoomToolStripComboBox
     //
     this.zoomToolStripComboBox.AutoSize = false;
     this.zoomToolStripComboBox.DropDownWidth = 66;
     this.zoomToolStripComboBox.Items.AddRange(new object[] {
     "1000 %",
     "800 %",
     "600 %",
     "400 %",
     "300 %",
     "200 %",
     "175 %",
     "150 %",
     "125 %",
     "100 %",
     "90 %",
     "80 %",
     "70 %",
     "60 %",
     "50 %",
     "40 %",
     "30 %",
     "20 %",
     "10 %"});
     this.zoomToolStripComboBox.Name = "zoomToolStripComboBox";
     this.zoomToolStripComboBox.Size = new System.Drawing.Size(66, 23);
     this.zoomToolStripComboBox.Text = "100 %";
     this.zoomToolStripComboBox.SelectedIndexChanged += new System.EventHandler(this.zoomToolStripComboBox_SelectedIndexChanged);
     this.zoomToolStripComboBox.TextChanged += new System.EventHandler(this.toolStripComboBox1_TextChanged);
     //
     // displaySettingsToolStripButton
     //
     this.displaySettingsToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.displaySettingsToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("displaySettingsToolStripButton.Image")));
     this.displaySettingsToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.displaySettingsToolStripButton.Name = "displaySettingsToolStripButton";
     this.displaySettingsToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.displaySettingsToolStripButton.Text = "Display Settings...";
     this.displaySettingsToolStripButton.Click += new System.EventHandler(this.showDisplaySettingsItem_Click);
     //
     // refreshToolbarButton
     //
     this.refreshToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.refreshToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolbarButton.Image")));
     this.refreshToolbarButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.refreshToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.refreshToolbarButton.Name = "refreshToolbarButton";
     this.refreshToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.refreshToolbarButton.Text = "Refresh Display";
     this.refreshToolbarButton.Click += new System.EventHandler(this.refreshButton_Click);
     //
     // showGridToolbarButton
     //
     this.showGridToolbarButton.Checked = true;
     this.showGridToolbarButton.CheckOnClick = true;
     this.showGridToolbarButton.CheckState = System.Windows.Forms.CheckState.Checked;
     this.showGridToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.showGridToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("showGridToolbarButton.Image")));
     this.showGridToolbarButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.showGridToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showGridToolbarButton.Name = "showGridToolbarButton";
     this.showGridToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.showGridToolbarButton.Text = "Show/Hide Gridlines";
     this.showGridToolbarButton.Click += new System.EventHandler(this.showGridToolStripMenuItem_Click);
     //
     // displayToolStrip
     //
     this.displayToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.displayToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton2,
     this.designEditorToolStripButton,
     this.runtimeModeComboBox});
     this.displayToolStrip.Location = new System.Drawing.Point(459, 24);
     this.displayToolStrip.Name = "displayToolStrip";
     this.displayToolStrip.Size = new System.Drawing.Size(160, 25);
     this.displayToolStrip.TabIndex = 12;
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "Diagram Properties";
     this.toolStripButton2.Click += new System.EventHandler(this.showDiagramSettingsToolStripMenuItem_Click);
     //
     // designEditorToolStripButton
     //
     this.designEditorToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.designEditorToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("designEditorToolStripButton.Image")));
     this.designEditorToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.designEditorToolStripButton.Name = "designEditorToolStripButton";
     this.designEditorToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.designEditorToolStripButton.Text = "Open Design Editor...";
     this.designEditorToolStripButton.Click += new System.EventHandler(this.editDesignsAndStylesToolStripMenuItem_Click);
     //
     // runtimeModeComboBox
     //
     this.runtimeModeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.runtimeModeComboBox.DropDownWidth = 100;
     this.runtimeModeComboBox.Items.AddRange(new object[] {
     "Administrator",
     "Super User",
     "Designer",
     "Operator",
     "Guest"});
     this.runtimeModeComboBox.Name = "runtimeModeComboBox";
     this.runtimeModeComboBox.Size = new System.Drawing.Size(100, 25);
     this.runtimeModeComboBox.ToolTipText = "Select User Role";
     this.runtimeModeComboBox.SelectedIndexChanged += new System.EventHandler(this.runtimeModeButton_SelectedIndexChanged);
     //
     // debugToolStrip
     //
     this.debugToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.debugToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.debugDrawOccupationToolbarButton,
     this.debugDrawInvalidatedAreaToolbarButton});
     this.debugToolStrip.Location = new System.Drawing.Point(619, 24);
     this.debugToolStrip.Name = "debugToolStrip";
     this.debugToolStrip.Size = new System.Drawing.Size(89, 25);
     this.debugToolStrip.TabIndex = 14;
     //
     // debugDrawOccupationToolbarButton
     //
     this.debugDrawOccupationToolbarButton.CheckOnClick = true;
     this.debugDrawOccupationToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.debugDrawOccupationToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("debugDrawOccupationToolbarButton.Image")));
     this.debugDrawOccupationToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.debugDrawOccupationToolbarButton.Name = "debugDrawOccupationToolbarButton";
     this.debugDrawOccupationToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.debugDrawOccupationToolbarButton.Text = "Visualize occupied cells of the diagram\'s spacial index.";
     this.debugDrawOccupationToolbarButton.Click += new System.EventHandler(this.debugDrawOccupationToolbarButton_Click);
     //
     // debugDrawInvalidatedAreaToolbarButton
     //
     this.debugDrawInvalidatedAreaToolbarButton.CheckOnClick = true;
     this.debugDrawInvalidatedAreaToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.debugDrawInvalidatedAreaToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("debugDrawInvalidatedAreaToolbarButton.Image")));
     this.debugDrawInvalidatedAreaToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.debugDrawInvalidatedAreaToolbarButton.Name = "debugDrawInvalidatedAreaToolbarButton";
     this.debugDrawInvalidatedAreaToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.debugDrawInvalidatedAreaToolbarButton.Text = "Visualize invalidated areas";
     this.debugDrawInvalidatedAreaToolbarButton.Click += new System.EventHandler(this.debugDrawInvalidatedAreaToolbarButton_Click);
     //
     // saveFileDialog
     //
     this.saveFileDialog.Filter = "XML Repository Files|*.xml|All Files|*.*";
     //
     // diagramSetController
     //
     this.diagramSetController.ActiveTool = null;
     this.diagramSetController.Project = this.project;
     //
     // project
     //
     this.project.AutoGenerateTemplates = true;
     this.project.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project.LibrarySearchPaths")));
     this.project.Name = "";
     this.project.Repository = this.cachedRepository;
     roleBasedSecurityManager3.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager3.CurrentRoleName = "Administrator";
     this.project.SecurityManager = roleBasedSecurityManager3;
     this.project.Opened += new System.EventHandler(this.project_Opened);
     this.project.Closed += new System.EventHandler(this.project_Closed);
     this.project.LibraryLoaded += new System.EventHandler<Dataweb.NShape.LibraryLoadedEventArgs>(this.project_LibraryLoaded);
     //
     // cachedRepository
     //
     this.cachedRepository.ProjectName = "";
     this.cachedRepository.Store = null;
     this.cachedRepository.Version = 0;
     //
     // layerController
     //
     this.layerController.DiagramSetController = this.diagramSetController;
     //
     // toolSetController
     //
     this.toolSetController.DiagramSetController = this.diagramSetController;
     this.toolSetController.DesignEditorSelected += new System.EventHandler(this.toolBoxAdapter_ShowDesignEditor);
     this.toolSetController.LibraryManagerSelected += new System.EventHandler(this.toolBoxAdapter_ShowLibraryManagerDialog);
     this.toolSetController.TemplateEditorSelected += new System.EventHandler<Dataweb.NShape.Controllers.TemplateEditorEventArgs>(this.toolBoxAdapter_ShowTemplateEditorDialog);
     //
     // modelTreeController
     //
     this.modelTreeController.DiagramSetController = this.diagramSetController;
     //
     // propertyController
     //
     this.propertyController.Project = this.project;
     this.propertyController.PropertyDisplayMode = Dataweb.NShape.Controllers.NonEditableDisplayMode.ReadOnly;
     //
     // modelTreePresenter
     //
     this.modelTreePresenter.HideDeniedMenuItems = false;
     this.modelTreePresenter.ModelTreeController = this.modelTreeController;
     this.modelTreePresenter.PropertyController = this.propertyController;
     this.modelTreePresenter.ShowDefaultContextMenu = true;
     this.modelTreePresenter.TreeView = this.modelTreeView;
     //
     // propertyPresenter
     //
     this.propertyPresenter.PrimaryPropertyGrid = this.primaryPropertyGrid;
     this.propertyPresenter.PropertyController = this.propertyController;
     this.propertyPresenter.SecondaryPropertyGrid = this.secondaryPropertyGrid;
     //
     // toolSetListViewPresenter
     //
     this.toolSetListViewPresenter.HideDeniedMenuItems = false;
     this.toolSetListViewPresenter.ListView = this.toolboxListView;
     this.toolSetListViewPresenter.ShowDefaultContextMenu = true;
     this.toolSetListViewPresenter.ToolSetController = this.toolSetController;
     //
     // layerPresenter
     //
     this.layerPresenter.DiagramPresenter = null;
     this.layerPresenter.HideDeniedMenuItems = false;
     this.layerPresenter.LayerController = this.layerController;
     this.layerPresenter.LayerView = this.layerEditorListView;
     //
     // toolStripMenuItem12
     //
     this.toolStripMenuItem12.Name = "toolStripMenuItem12";
     this.toolStripMenuItem12.Size = new System.Drawing.Size(227, 6);
     //
     // resetToolbarsToolStripMenuItem
     //
     this.resetToolbarsToolStripMenuItem.Name = "resetToolbarsToolStripMenuItem";
     this.resetToolbarsToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.resetToolbarsToolStripMenuItem.Text = "Reset Toolbar Layout";
     this.resetToolbarsToolStripMenuItem.Click += new System.EventHandler(this.resetToolbarsToolStripMenuItem_Click);
     //
     // DiagramDesignerMainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1008, 562);
     this.Controls.Add(this.toolStripContainer);
     this.DoubleBuffered = true;
     this.MainMenuStrip = this.mainMenuStrip;
     this.Name = "DiagramDesignerMainForm";
     this.Text = "NShape Designer";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DiagramDesignerMainForm_FormClosing);
     this.Load += new System.EventHandler(this.DiagramDesignerMainForm_Load);
     this.Shown += new System.EventHandler(this.DiagramDesignerMainForm_Shown);
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     this.toolboxPropsPanel.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.toolboxContextMenuStrip.ResumeLayout(false);
     this.propertyWindowTabControl.ResumeLayout(false);
     this.propertyWindowShapeTab.ResumeLayout(false);
     this.propertyWindowModelTab.ResumeLayout(false);
     this.layersTab.ResumeLayout(false);
     this.toolStripContainer.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer.ContentPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.PerformLayout();
     this.toolStripContainer.ResumeLayout(false);
     this.toolStripContainer.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.historyTrackBar)).EndInit();
     this.editToolStrip.ResumeLayout(false);
     this.editToolStrip.PerformLayout();
     this.settingsToolStrip.ResumeLayout(false);
     this.settingsToolStrip.PerformLayout();
     this.displayToolStrip.ResumeLayout(false);
     this.displayToolStrip.PerformLayout();
     this.debugToolStrip.ResumeLayout(false);
     this.debugToolStrip.PerformLayout();
     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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDevicesReal));
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.cMnu_Export = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1 = new System.Windows.Forms.Panel();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.lblCount = new System.Windows.Forms.ToolStripStatusLabel();
     this.facilityTree = new ZhinengChaoBiao.Controls.DivisionTree(this.components);
     this.colID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDeviceType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBus = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDivision = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colReadValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colReadDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colState = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.contextMenuStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cMnu_Export});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(110, 26);
     //
     // cMnu_Export
     //
     this.cMnu_Export.Name = "cMnu_Export";
     this.cMnu_Export.Size = new System.Drawing.Size(109, 22);
     this.cMnu_Export.Text = "导出...";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.facilityTree);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(200, 396);
     this.panel1.TabIndex = 61;
     //
     // splitter1
     //
     this.splitter1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.splitter1.Location = new System.Drawing.Point(200, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(6, 396);
     this.splitter1.TabIndex = 62;
     this.splitter1.TabStop = false;
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.lblCount});
     this.statusStrip1.Location = new System.Drawing.Point(206, 374);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(1077, 22);
     this.statusStrip1.TabIndex = 64;
     this.statusStrip1.Text = "statusStrip1";
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToResizeRows = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colID,
     this.colName,
     this.colDeviceType,
     this.colBus,
     this.colAddress,
     this.colDivision,
     this.colReadValue,
     this.colReadDate,
     this.colState,
     this.colMemo});
     this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(206, 0);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowHeadersVisible = false;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size = new System.Drawing.Size(1077, 374);
     this.dataGridView1.TabIndex = 65;
     //
     // lblCount
     //
     this.lblCount.Name = "lblCount";
     this.lblCount.Size = new System.Drawing.Size(1062, 17);
     this.lblCount.Spring = true;
     this.lblCount.Text = "共 0 项";
     //
     // facilityTree
     //
     this.facilityTree.Dock = System.Windows.Forms.DockStyle.Fill;
     this.facilityTree.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawText;
     this.facilityTree.HideSelection = false;
     this.facilityTree.ItemHeight = 20;
     this.facilityTree.Location = new System.Drawing.Point(0, 0);
     this.facilityTree.Name = "facilityTree";
     this.facilityTree.Size = new System.Drawing.Size(200, 396);
     this.facilityTree.TabIndex = 0;
     this.facilityTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.facilityTree_NodeMouseClick);
     //
     // colID
     //
     this.colID.HeaderText = "编号";
     this.colID.Name = "colID";
     this.colID.ReadOnly = true;
     //
     // colName
     //
     this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.colName.HeaderText = "名称";
     this.colName.MinimumWidth = 100;
     this.colName.Name = "colName";
     this.colName.ReadOnly = true;
     //
     // colDeviceType
     //
     this.colDeviceType.HeaderText = "设备类型";
     this.colDeviceType.Name = "colDeviceType";
     this.colDeviceType.ReadOnly = true;
     //
     // colBus
     //
     this.colBus.HeaderText = "总线";
     this.colBus.Name = "colBus";
     this.colBus.ReadOnly = true;
     this.colBus.Width = 120;
     //
     // colAddress
     //
     this.colAddress.HeaderText = "地址";
     this.colAddress.Name = "colAddress";
     this.colAddress.ReadOnly = true;
     //
     // colDivision
     //
     this.colDivision.HeaderText = "区域";
     this.colDivision.Name = "colDivision";
     this.colDivision.ReadOnly = true;
     //
     // colReadValue
     //
     this.colReadValue.HeaderText = "表读数";
     this.colReadValue.Name = "colReadValue";
     this.colReadValue.ReadOnly = true;
     //
     // colReadDate
     //
     dataGridViewCellStyle1.Format = "G";
     dataGridViewCellStyle1.NullValue = null;
     this.colReadDate.DefaultCellStyle = dataGridViewCellStyle1;
     this.colReadDate.HeaderText = "读表时间";
     this.colReadDate.Name = "colReadDate";
     this.colReadDate.ReadOnly = true;
     this.colReadDate.Width = 130;
     //
     // colState
     //
     this.colState.HeaderText = "状态";
     this.colState.Name = "colState";
     this.colState.ReadOnly = true;
     //
     // colMemo
     //
     this.colMemo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colMemo.HeaderText = "";
     this.colMemo.Name = "colMemo";
     this.colMemo.ReadOnly = true;
     //
     // FrmDevicesReal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1283, 396);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FrmDevicesReal";
     this.Text = "实时读表";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDevicesReal_FormClosing);
     this.Load += new System.EventHandler(this.FrmDevicesReal_Load);
     this.contextMenuStrip1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.buttonEdit1 = new DevExpress.XtraEditors.ButtonEdit();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.gridControl2 = new DevExpress.XtraGrid.GridControl();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.splitter1 = new System.Windows.Forms.Splitter();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     this.SuspendLayout();
     //
     // gridView3
     //
     this.gridView3.GridControl = this.gridControl1;
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsBehavior.Editable = false;
     this.gridView3.OptionsBehavior.ReadOnly = true;
     this.gridView3.OptionsSelection.MultiSelect = true;
     this.gridView3.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gridView3.OptionsView.ColumnAutoWidth = false;
     //
     // gridControl1
     //
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     gridLevelNode1.LevelTemplate = this.gridView3;
     gridLevelNode1.RelationName = "OverView_Centers";
     this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1});
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(642, 458);
     this.gridControl1.TabIndex = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1,
     this.gridView3});
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsBehavior.ReadOnly = true;
     this.gridView1.OptionsSelection.MultiSelect = true;
     this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gridView1.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.labelControl2);
     this.panelControl2.Controls.Add(this.labelControl1);
     this.panelControl2.Controls.Add(this.buttonEdit1);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl2.Location = new System.Drawing.Point(2, 417);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(225, 39);
     this.panelControl2.TabIndex = 1;
     //
     // labelControl2
     //
     this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl2.Location = new System.Drawing.Point(209, 12);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(14, 17);
     this.labelControl2.TabIndex = 2;
     this.labelControl2.Text = "中";
     //
     // labelControl1
     //
     this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl1.Location = new System.Drawing.Point(3, 12);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(126, 17);
     this.labelControl1.TabIndex = 1;
     this.labelControl1.Text = "将选中结果添加到列";
     //
     // buttonEdit1
     //
     this.buttonEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonEdit1.Location = new System.Drawing.Point(129, 9);
     this.buttonEdit1.Name = "buttonEdit1";
     this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)});
     this.buttonEdit1.Properties.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEdit1_Properties_ButtonClick);
     this.buttonEdit1.Size = new System.Drawing.Size(80, 22);
     this.buttonEdit1.TabIndex = 0;
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.gridControl2);
     this.panelControl3.Controls.Add(this.panelControl2);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Right;
     this.panelControl3.Location = new System.Drawing.Point(645, 0);
     this.panelControl3.MinimumSize = new System.Drawing.Size(229, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(229, 458);
     this.panelControl3.TabIndex = 3;
     //
     // gridControl2
     //
     this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl2.Location = new System.Drawing.Point(2, 2);
     this.gridControl2.MainView = this.gridView2;
     this.gridControl2.Name = "gridControl2";
     this.gridControl2.Size = new System.Drawing.Size(225, 415);
     this.gridControl2.TabIndex = 1;
     this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView2});
     //
     // gridView2
     //
     this.gridView2.GridControl = this.gridControl2;
     this.gridView2.Name = "gridView2";
     this.gridView2.OptionsBehavior.Editable = false;
     this.gridView2.OptionsBehavior.ReadOnly = true;
     this.gridView2.OptionsSelection.MultiSelect = true;
     this.gridView2.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gridView2.OptionsView.ColumnAutoWidth = false;
     //
     // splitter1
     //
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(642, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 458);
     this.splitter1.TabIndex = 5;
     this.splitter1.TabStop = false;
     //
     // KMeansResultControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panelControl3);
     this.Name = "KMeansResultControl";
     this.Size = new System.Drawing.Size(874, 458);
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainControl));
     this.listFiles = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.NodeTree = new System.Windows.Forms.TreeView();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.SuspendLayout();
     //
     // listFiles
     //
     this.listFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4});
     this.listFiles.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listFiles.FullRowSelect = true;
     this.listFiles.Location = new System.Drawing.Point(210, 0);
     this.listFiles.Name = "listFiles";
     this.listFiles.Size = new System.Drawing.Size(489, 299);
     this.listFiles.SmallImageList = this.imageList1;
     this.listFiles.TabIndex = 1;
     this.listFiles.UseCompatibleStateImageBehavior = false;
     this.listFiles.View = System.Windows.Forms.View.Details;
     this.listFiles.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listFiles_Double_click);
     this.listFiles.SelectedIndexChanged += new System.EventHandler(this.listFiles_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Name";
     this.columnHeader1.Width = 104;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Size";
     this.columnHeader2.Width = 70;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Mime-Type";
     this.columnHeader3.Width = 130;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Modified";
     this.columnHeader4.Width = 150;
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "globe.png");
     this.imageList1.Images.SetKeyName(1, "folder.png");
     this.imageList1.Images.SetKeyName(2, "file.png");
     this.imageList1.Images.SetKeyName(3, "file warning.png");
     this.imageList1.Images.SetKeyName(4, "find.png");
     this.imageList1.Images.SetKeyName(5, "file_edit.png");
     this.imageList1.Images.SetKeyName(6, "16.png");
     this.imageList1.Images.SetKeyName(7, "nt-folder.gif");
     this.imageList1.Images.SetKeyName(8, "doc.gif");
     this.imageList1.Images.SetKeyName(9, "txt.png");
     this.imageList1.Images.SetKeyName(10, "doc.png");
     this.imageList1.Images.SetKeyName(11, "dot.png");
     this.imageList1.Images.SetKeyName(12, "html2.png");
     this.imageList1.Images.SetKeyName(13, "xls.gif");
     this.imageList1.Images.SetKeyName(14, "ppt.GIF");
     this.imageList1.Images.SetKeyName(15, "xlt.PNG");
     this.imageList1.Images.SetKeyName(16, "xml.PNG");
     //
     // NodeTree
     //
     this.NodeTree.Dock = System.Windows.Forms.DockStyle.Left;
     this.NodeTree.ImageIndex = 0;
     this.NodeTree.ImageList = this.imageList1;
     this.NodeTree.Location = new System.Drawing.Point(0, 0);
     this.NodeTree.Name = "NodeTree";
     this.NodeTree.SelectedImageIndex = 0;
     this.NodeTree.Size = new System.Drawing.Size(210, 299);
     this.NodeTree.TabIndex = 0;
     this.NodeTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.NodeTree_AfterSelect);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(210, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 299);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop = false;
     //
     // MainControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.listFiles);
     this.Controls.Add(this.NodeTree);
     this.Name = "MainControl";
     this.Size = new System.Drawing.Size(699, 299);
     this.Load += new System.EventHandler(this.MainControl_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 24
0
 /// <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(frmEditorMain));
     this.ribbon1 = new System.Windows.Forms.Ribbon();
     this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
     this.ribbonButton2 = new System.Windows.Forms.RibbonButton();
     this.ribbonButton3 = new System.Windows.Forms.RibbonButton();
     this.ribbonButton4 = new System.Windows.Forms.RibbonButton();
     this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
     this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
     this.btnNewArea = new System.Windows.Forms.RibbonButton();
     this.btnSave = new System.Windows.Forms.RibbonButton();
     this.btnOpen = new System.Windows.Forms.RibbonButton();
     this.rbnMarkov = new System.Windows.Forms.RibbonButton();
     this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
     this.btnSelection = new System.Windows.Forms.RibbonButton();
     this.btnSquare = new System.Windows.Forms.RibbonButton();
     this.btnCircle = new System.Windows.Forms.RibbonButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pnlMain = new System.Windows.Forms.Panel();
     this.tabMain = new System.Windows.Forms.TabControl();
     this.splitRight = new System.Windows.Forms.Splitter();
     this.pnlRight = new System.Windows.Forms.Panel();
     this.gridProperties = new System.Windows.Forms.PropertyGrid();
     this.pnlProperties = new Azmyth.Editor.SplitPanel();
     this.pnlPropertiesCollapsed = new System.Windows.Forms.Panel();
     this.btnPropertiesShow = new System.Windows.Forms.Button();
     this.splitLeft = new System.Windows.Forms.Splitter();
     this.pnlLeft = new System.Windows.Forms.Panel();
     this.tvwWorld = new System.Windows.Forms.TreeView();
     this.pnlAssets = new Azmyth.Editor.SplitPanel();
     this.pnlAssetsCollapsed = new System.Windows.Forms.Panel();
     this.btnAssetsShow = new System.Windows.Forms.Button();
     this.splitBottom = new System.Windows.Forms.Splitter();
     this.pnlBottom = new System.Windows.Forms.Panel();
     this.txtOutput = new System.Windows.Forms.RichTextBox();
     this.splitPanelOutput = new Azmyth.Editor.SplitPanel();
     this.splitTop = new System.Windows.Forms.Splitter();
     this.pnlTop = new System.Windows.Forms.Panel();
     this.splitPanelTop = new Azmyth.Editor.SplitPanel();
     this.pnlTopCollapsed = new System.Windows.Forms.Panel();
     this.btnTopShow = new System.Windows.Forms.Button();
     this.TopPanel = new System.Windows.Forms.Panel();
     this.BottomPanel = new System.Windows.Forms.Panel();
     this.LeftPanel = new System.Windows.Forms.Panel();
     this.RightPanel = new System.Windows.Forms.Panel();
     this.MainPanel = new System.Windows.Forms.Panel();
     this.panel1.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.pnlRight.SuspendLayout();
     this.pnlPropertiesCollapsed.SuspendLayout();
     this.pnlLeft.SuspendLayout();
     this.pnlAssetsCollapsed.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.pnlTop.SuspendLayout();
     this.pnlTopCollapsed.SuspendLayout();
     this.SuspendLayout();
     //
     // ribbon1
     //
     this.ribbon1.CaptionBarVisible = false;
     this.ribbon1.Font = new System.Drawing.Font("Segoe UI", 11.4F);
     this.ribbon1.Location = new System.Drawing.Point(0, 0);
     this.ribbon1.Minimized = false;
     this.ribbon1.Name = "ribbon1";
     //
     //
     //
     this.ribbon1.OrbDropDown.BorderRoundness = 8;
     this.ribbon1.OrbDropDown.Location = new System.Drawing.Point(0, 0);
     this.ribbon1.OrbDropDown.Name = "";
     this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 447);
     this.ribbon1.OrbDropDown.TabIndex = 0;
     this.ribbon1.OrbImage = null;
     this.ribbon1.OrbStyle = System.Windows.Forms.RibbonOrbStyle.Office_2013;
     this.ribbon1.OrbVisible = false;
     //
     //
     //
     this.ribbon1.QuickAcessToolbar.Enabled = false;
     this.ribbon1.QuickAcessToolbar.Items.Add(this.ribbonButton1);
     this.ribbon1.QuickAcessToolbar.Items.Add(this.ribbonButton2);
     this.ribbon1.QuickAcessToolbar.Items.Add(this.ribbonButton3);
     this.ribbon1.QuickAcessToolbar.Items.Add(this.ribbonButton4);
     this.ribbon1.RibbonTabFont = new System.Drawing.Font("Trebuchet MS", 9F);
     this.ribbon1.Size = new System.Drawing.Size(1025, 148);
     this.ribbon1.TabIndex = 4;
     this.ribbon1.Tabs.Add(this.ribbonTab1);
     this.ribbon1.TabsMargin = new System.Windows.Forms.Padding(12, 2, 20, 0);
     this.ribbon1.Text = "ribbon1";
     this.ribbon1.ThemeColor = System.Windows.Forms.RibbonTheme.Black;
     //
     // ribbonButton1
     //
     this.ribbonButton1.Enabled = false;
     this.ribbonButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.Image")));
     this.ribbonButton1.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
     this.ribbonButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.SmallImage")));
     this.ribbonButton1.Text = "ribbonButton1";
     //
     // ribbonButton2
     //
     this.ribbonButton2.Enabled = false;
     this.ribbonButton2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.Image")));
     this.ribbonButton2.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
     this.ribbonButton2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.SmallImage")));
     this.ribbonButton2.Text = "ribbonButton2";
     //
     // ribbonButton3
     //
     this.ribbonButton3.Enabled = false;
     this.ribbonButton3.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.Image")));
     this.ribbonButton3.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
     this.ribbonButton3.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.SmallImage")));
     this.ribbonButton3.Text = "ribbonButton3";
     //
     // ribbonButton4
     //
     this.ribbonButton4.Enabled = false;
     this.ribbonButton4.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton4.Image")));
     this.ribbonButton4.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
     this.ribbonButton4.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton4.SmallImage")));
     this.ribbonButton4.Text = "ribbonButton4";
     //
     // ribbonTab1
     //
     this.ribbonTab1.Panels.Add(this.ribbonPanel1);
     this.ribbonTab1.Panels.Add(this.ribbonPanel2);
     this.ribbonTab1.Text = "Main";
     //
     // ribbonPanel1
     //
     this.ribbonPanel1.ButtonMoreEnabled = false;
     this.ribbonPanel1.ButtonMoreVisible = false;
     this.ribbonPanel1.Items.Add(this.btnNewArea);
     this.ribbonPanel1.Items.Add(this.btnSave);
     this.ribbonPanel1.Items.Add(this.btnOpen);
     this.ribbonPanel1.Items.Add(this.rbnMarkov);
     this.ribbonPanel1.Text = "Actions";
     //
     // btnNewArea
     //
     this.btnNewArea.DrawIconsBar = false;
     this.btnNewArea.Image = ((System.Drawing.Image)(resources.GetObject("btnNewArea.Image")));
     this.btnNewArea.SmallImage = ((System.Drawing.Image)(resources.GetObject("btnNewArea.SmallImage")));
     this.btnNewArea.Text = "New";
     this.btnNewArea.Click += new System.EventHandler(this.btnNewArea_Click);
     //
     // btnSave
     //
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.SmallImage = ((System.Drawing.Image)(resources.GetObject("btnSave.SmallImage")));
     this.btnSave.Text = "Save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnOpen
     //
     this.btnOpen.Image = ((System.Drawing.Image)(resources.GetObject("btnOpen.Image")));
     this.btnOpen.SmallImage = ((System.Drawing.Image)(resources.GetObject("btnOpen.SmallImage")));
     this.btnOpen.Text = "Open";
     this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
     //
     // rbnMarkov
     //
     this.rbnMarkov.Image = ((System.Drawing.Image)(resources.GetObject("rbnMarkov.Image")));
     this.rbnMarkov.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbnMarkov.SmallImage")));
     this.rbnMarkov.Text = "";
     this.rbnMarkov.Click += new System.EventHandler(this.rbnMarkov_Click);
     //
     // ribbonPanel2
     //
     this.ribbonPanel2.Items.Add(this.btnSelection);
     this.ribbonPanel2.Items.Add(this.btnSquare);
     this.ribbonPanel2.Items.Add(this.btnCircle);
     this.ribbonPanel2.Text = "Selection";
     //
     // btnSelection
     //
     this.btnSelection.Checked = true;
     this.btnSelection.CheckedGroup = "1";
     this.btnSelection.CheckOnClick = true;
     this.btnSelection.Image = global::Azmyth.Editor.Properties.Resources.Point;
     this.btnSelection.SmallImage = ((System.Drawing.Image)(resources.GetObject("btnSelection.SmallImage")));
     this.btnSelection.Text = "Point";
     this.btnSelection.Click += new System.EventHandler(this.btnSelection_Click);
     //
     // btnSquare
     //
     this.btnSquare.CheckedGroup = "1";
     this.btnSquare.CheckOnClick = true;
     this.btnSquare.Image = global::Azmyth.Editor.Properties.Resources.Square;
     this.btnSquare.SmallImage = ((System.Drawing.Image)(resources.GetObject("btnSquare.SmallImage")));
     this.btnSquare.Text = "Square";
     this.btnSquare.Click += new System.EventHandler(this.btnSquare_Click);
     //
     // btnCircle
     //
     this.btnCircle.CheckedGroup = "1";
     this.btnCircle.CheckOnClick = true;
     this.btnCircle.Image = global::Azmyth.Editor.Properties.Resources.Circle;
     this.btnCircle.SmallImage = ((System.Drawing.Image)(resources.GetObject("btnCircle.SmallImage")));
     this.btnCircle.Text = "Circle";
     this.btnCircle.Click += new System.EventHandler(this.btnCircle_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pnlMain);
     this.panel1.Controls.Add(this.splitRight);
     this.panel1.Controls.Add(this.pnlRight);
     this.panel1.Controls.Add(this.splitLeft);
     this.panel1.Controls.Add(this.pnlLeft);
     this.panel1.Controls.Add(this.splitBottom);
     this.panel1.Controls.Add(this.pnlBottom);
     this.panel1.Controls.Add(this.splitTop);
     this.panel1.Controls.Add(this.pnlTop);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 148);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1025, 567);
     this.panel1.TabIndex = 6;
     //
     // pnlMain
     //
     this.pnlMain.Controls.Add(this.tabMain);
     this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Location = new System.Drawing.Point(217, 103);
     this.pnlMain.Name = "pnlMain";
     this.pnlMain.Size = new System.Drawing.Size(594, 361);
     this.pnlMain.TabIndex = 19;
     //
     // tabMain
     //
     this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabMain.Location = new System.Drawing.Point(0, 0);
     this.tabMain.Name = "tabMain";
     this.tabMain.SelectedIndex = 0;
     this.tabMain.Size = new System.Drawing.Size(594, 361);
     this.tabMain.TabIndex = 10;
     //
     // splitRight
     //
     this.splitRight.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitRight.Location = new System.Drawing.Point(811, 103);
     this.splitRight.Name = "splitRight";
     this.splitRight.Size = new System.Drawing.Size(3, 361);
     this.splitRight.TabIndex = 18;
     this.splitRight.TabStop = false;
     this.splitRight.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitRight_SplitterMoved);
     //
     // pnlRight
     //
     this.pnlRight.Controls.Add(this.gridProperties);
     this.pnlRight.Controls.Add(this.pnlProperties);
     this.pnlRight.Controls.Add(this.pnlPropertiesCollapsed);
     this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.pnlRight.Location = new System.Drawing.Point(814, 103);
     this.pnlRight.Name = "pnlRight";
     this.pnlRight.Size = new System.Drawing.Size(211, 361);
     this.pnlRight.TabIndex = 17;
     //
     // gridProperties
     //
     this.gridProperties.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridProperties.Location = new System.Drawing.Point(0, 25);
     this.gridProperties.Name = "gridProperties";
     this.gridProperties.PropertySort = System.Windows.Forms.PropertySort.Categorized;
     this.gridProperties.Size = new System.Drawing.Size(186, 336);
     this.gridProperties.TabIndex = 17;
     this.gridProperties.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.gridProperties_PropertyValueChanged);
     //
     // pnlProperties
     //
     this.pnlProperties.Caption = "Properties";
     this.pnlProperties.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlProperties.Location = new System.Drawing.Point(0, 0);
     this.pnlProperties.Name = "pnlProperties";
     this.pnlProperties.Size = new System.Drawing.Size(186, 25);
     this.pnlProperties.TabIndex = 16;
     this.pnlProperties.Close += new System.Action<object, System.EventArgs>(this.pnlProperties_Close);
     this.pnlProperties.Minimize += new System.Action<object, System.EventArgs>(this.pnlProperties_Minimize);
     //
     // pnlPropertiesCollapsed
     //
     this.pnlPropertiesCollapsed.Controls.Add(this.btnPropertiesShow);
     this.pnlPropertiesCollapsed.Dock = System.Windows.Forms.DockStyle.Right;
     this.pnlPropertiesCollapsed.Location = new System.Drawing.Point(186, 0);
     this.pnlPropertiesCollapsed.Margin = new System.Windows.Forms.Padding(0);
     this.pnlPropertiesCollapsed.Name = "pnlPropertiesCollapsed";
     this.pnlPropertiesCollapsed.Padding = new System.Windows.Forms.Padding(2);
     this.pnlPropertiesCollapsed.Size = new System.Drawing.Size(25, 361);
     this.pnlPropertiesCollapsed.TabIndex = 14;
     this.pnlPropertiesCollapsed.Visible = false;
     //
     // btnPropertiesShow
     //
     this.btnPropertiesShow.Dock = System.Windows.Forms.DockStyle.Top;
     this.btnPropertiesShow.FlatAppearance.BorderSize = 0;
     this.btnPropertiesShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPropertiesShow.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPropertiesShow.Image = ((System.Drawing.Image)(resources.GetObject("btnPropertiesShow.Image")));
     this.btnPropertiesShow.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnPropertiesShow.Location = new System.Drawing.Point(2, 2);
     this.btnPropertiesShow.Margin = new System.Windows.Forms.Padding(0);
     this.btnPropertiesShow.Name = "btnPropertiesShow";
     this.btnPropertiesShow.Size = new System.Drawing.Size(21, 103);
     this.btnPropertiesShow.TabIndex = 0;
     this.btnPropertiesShow.Text = "Properties";
     this.btnPropertiesShow.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnPropertiesShow.UseVisualStyleBackColor = true;
     this.btnPropertiesShow.Click += new System.EventHandler(this.btnPropertiesShow_Click);
     this.btnPropertiesShow.Paint += new System.Windows.Forms.PaintEventHandler(this.btnPropertiesCollapsed_Paint);
     this.btnPropertiesShow.MouseEnter += new System.EventHandler(this.btnPropertiesCollapsed_MouseEnter);
     this.btnPropertiesShow.MouseLeave += new System.EventHandler(this.btnPropertiesCollapsed_MouseLeave);
     //
     // splitLeft
     //
     this.splitLeft.Location = new System.Drawing.Point(211, 103);
     this.splitLeft.Name = "splitLeft";
     this.splitLeft.Size = new System.Drawing.Size(6, 361);
     this.splitLeft.TabIndex = 16;
     this.splitLeft.TabStop = false;
     this.splitLeft.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitLeft_SplitterMoved);
     //
     // pnlLeft
     //
     this.pnlLeft.Controls.Add(this.tvwWorld);
     this.pnlLeft.Controls.Add(this.pnlAssets);
     this.pnlLeft.Controls.Add(this.pnlAssetsCollapsed);
     this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.pnlLeft.Location = new System.Drawing.Point(0, 103);
     this.pnlLeft.Name = "pnlLeft";
     this.pnlLeft.Size = new System.Drawing.Size(211, 361);
     this.pnlLeft.TabIndex = 15;
     //
     // tvwWorld
     //
     this.tvwWorld.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvwWorld.Location = new System.Drawing.Point(25, 25);
     this.tvwWorld.Margin = new System.Windows.Forms.Padding(0);
     this.tvwWorld.Name = "tvwWorld";
     this.tvwWorld.Size = new System.Drawing.Size(186, 336);
     this.tvwWorld.TabIndex = 12;
     this.tvwWorld.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwWorld_AfterSelect);
     //
     // pnlAssets
     //
     this.pnlAssets.Caption = "Assets";
     this.pnlAssets.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlAssets.Location = new System.Drawing.Point(25, 0);
     this.pnlAssets.Name = "pnlAssets";
     this.pnlAssets.Size = new System.Drawing.Size(186, 25);
     this.pnlAssets.TabIndex = 11;
     this.pnlAssets.Close += new System.Action<object, System.EventArgs>(this.pnlAssets_Close);
     this.pnlAssets.Minimize += new System.Action<object, System.EventArgs>(this.pnlAssets_Minimize);
     //
     // pnlAssetsCollapsed
     //
     this.pnlAssetsCollapsed.Controls.Add(this.btnAssetsShow);
     this.pnlAssetsCollapsed.Dock = System.Windows.Forms.DockStyle.Left;
     this.pnlAssetsCollapsed.Location = new System.Drawing.Point(0, 0);
     this.pnlAssetsCollapsed.Margin = new System.Windows.Forms.Padding(0);
     this.pnlAssetsCollapsed.Name = "pnlAssetsCollapsed";
     this.pnlAssetsCollapsed.Padding = new System.Windows.Forms.Padding(2);
     this.pnlAssetsCollapsed.Size = new System.Drawing.Size(25, 361);
     this.pnlAssetsCollapsed.TabIndex = 8;
     this.pnlAssetsCollapsed.Visible = false;
     //
     // btnAssetsShow
     //
     this.btnAssetsShow.Dock = System.Windows.Forms.DockStyle.Top;
     this.btnAssetsShow.FlatAppearance.BorderSize = 0;
     this.btnAssetsShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAssetsShow.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAssetsShow.Image = ((System.Drawing.Image)(resources.GetObject("btnAssetsShow.Image")));
     this.btnAssetsShow.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnAssetsShow.Location = new System.Drawing.Point(2, 2);
     this.btnAssetsShow.Margin = new System.Windows.Forms.Padding(0);
     this.btnAssetsShow.Name = "btnAssetsShow";
     this.btnAssetsShow.Size = new System.Drawing.Size(21, 103);
     this.btnAssetsShow.TabIndex = 0;
     this.btnAssetsShow.Text = "Assets";
     this.btnAssetsShow.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnAssetsShow.UseVisualStyleBackColor = true;
     this.btnAssetsShow.Click += new System.EventHandler(this.btnAssetsShow_Click);
     this.btnAssetsShow.Paint += new System.Windows.Forms.PaintEventHandler(this.btnAssetsShow_Paint);
     this.btnAssetsShow.MouseEnter += new System.EventHandler(this.btnAssetsShow_MouseEnter);
     this.btnAssetsShow.MouseLeave += new System.EventHandler(this.btnAssetsShow_MouseLeave);
     //
     // splitBottom
     //
     this.splitBottom.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitBottom.Location = new System.Drawing.Point(0, 464);
     this.splitBottom.Name = "splitBottom";
     this.splitBottom.Size = new System.Drawing.Size(1025, 3);
     this.splitBottom.TabIndex = 14;
     this.splitBottom.TabStop = false;
     this.splitBottom.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitBottom_SplitterMoved);
     //
     // pnlBottom
     //
     this.pnlBottom.Controls.Add(this.txtOutput);
     this.pnlBottom.Controls.Add(this.splitPanelOutput);
     this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 467);
     this.pnlBottom.Name = "pnlBottom";
     this.pnlBottom.Size = new System.Drawing.Size(1025, 100);
     this.pnlBottom.TabIndex = 13;
     //
     // txtOutput
     //
     this.txtOutput.BackColor = System.Drawing.Color.Black;
     this.txtOutput.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtOutput.Location = new System.Drawing.Point(0, 24);
     this.txtOutput.Name = "txtOutput";
     this.txtOutput.Size = new System.Drawing.Size(1025, 76);
     this.txtOutput.TabIndex = 2;
     this.txtOutput.Text = "";
     //
     // splitPanelOutput
     //
     this.splitPanelOutput.Caption = "Output";
     this.splitPanelOutput.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitPanelOutput.Location = new System.Drawing.Point(0, 0);
     this.splitPanelOutput.Name = "splitPanelOutput";
     this.splitPanelOutput.Size = new System.Drawing.Size(1025, 24);
     this.splitPanelOutput.TabIndex = 1;
     //
     // splitTop
     //
     this.splitTop.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitTop.Location = new System.Drawing.Point(0, 100);
     this.splitTop.Name = "splitTop";
     this.splitTop.Size = new System.Drawing.Size(1025, 3);
     this.splitTop.TabIndex = 12;
     this.splitTop.TabStop = false;
     this.splitTop.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitTop_SplitterMoved);
     //
     // pnlTop
     //
     this.pnlTop.Controls.Add(this.splitPanelTop);
     this.pnlTop.Controls.Add(this.pnlTopCollapsed);
     this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlTop.Name = "pnlTop";
     this.pnlTop.Size = new System.Drawing.Size(1025, 100);
     this.pnlTop.TabIndex = 11;
     //
     // splitPanelTop
     //
     this.splitPanelTop.Caption = null;
     this.splitPanelTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitPanelTop.Location = new System.Drawing.Point(0, 25);
     this.splitPanelTop.Name = "splitPanelTop";
     this.splitPanelTop.Size = new System.Drawing.Size(1025, 24);
     this.splitPanelTop.TabIndex = 1;
     this.splitPanelTop.Close += new System.Action<object, System.EventArgs>(this.splitPanelTop_Close);
     this.splitPanelTop.Minimize += new System.Action<object, System.EventArgs>(this.splitPanelTop_Minimize);
     //
     // pnlTopCollapsed
     //
     this.pnlTopCollapsed.Controls.Add(this.btnTopShow);
     this.pnlTopCollapsed.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlTopCollapsed.Location = new System.Drawing.Point(0, 0);
     this.pnlTopCollapsed.Margin = new System.Windows.Forms.Padding(0);
     this.pnlTopCollapsed.Name = "pnlTopCollapsed";
     this.pnlTopCollapsed.Padding = new System.Windows.Forms.Padding(2);
     this.pnlTopCollapsed.Size = new System.Drawing.Size(1025, 25);
     this.pnlTopCollapsed.TabIndex = 11;
     this.pnlTopCollapsed.Visible = false;
     //
     // btnTopShow
     //
     this.btnTopShow.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnTopShow.FlatAppearance.BorderSize = 0;
     this.btnTopShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTopShow.Image = global::Azmyth.Editor.Properties.Resources.imgFolder;
     this.btnTopShow.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.btnTopShow.Location = new System.Drawing.Point(2, 2);
     this.btnTopShow.Margin = new System.Windows.Forms.Padding(0);
     this.btnTopShow.Name = "btnTopShow";
     this.btnTopShow.Size = new System.Drawing.Size(91, 21);
     this.btnTopShow.TabIndex = 0;
     this.btnTopShow.Text = "Top Panel";
     this.btnTopShow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnTopShow.UseVisualStyleBackColor = true;
     this.btnTopShow.Click += new System.EventHandler(this.btnTopShow_Click);
     //
     // TopPanel
     //
     this.TopPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.TopPanel.Location = new System.Drawing.Point(0, 0);
     this.TopPanel.Name = "TopPanel";
     this.TopPanel.Size = new System.Drawing.Size(1025, 25);
     this.TopPanel.TabIndex = 1;
     //
     // BottomPanel
     //
     this.BottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.BottomPanel.Location = new System.Drawing.Point(0, 268);
     this.BottomPanel.Name = "BottomPanel";
     this.BottomPanel.Size = new System.Drawing.Size(1025, 25);
     this.BottomPanel.TabIndex = 3;
     //
     // LeftPanel
     //
     this.LeftPanel.Dock = System.Windows.Forms.DockStyle.Left;
     this.LeftPanel.Location = new System.Drawing.Point(0, 28);
     this.LeftPanel.Name = "LeftPanel";
     this.LeftPanel.Size = new System.Drawing.Size(25, 237);
     this.LeftPanel.TabIndex = 6;
     //
     // RightPanel
     //
     this.RightPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.RightPanel.Location = new System.Drawing.Point(1000, 28);
     this.RightPanel.Name = "RightPanel";
     this.RightPanel.Size = new System.Drawing.Size(25, 237);
     this.RightPanel.TabIndex = 8;
     //
     // MainPanel
     //
     this.MainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.MainPanel.Location = new System.Drawing.Point(28, 28);
     this.MainPanel.Name = "MainPanel";
     this.MainPanel.Size = new System.Drawing.Size(969, 237);
     this.MainPanel.TabIndex = 10;
     //
     // frmEditorMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1025, 715);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ribbon1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmEditorMain";
     this.Text = "Azmyth Editor";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmEditorMain_FormClosing);
     this.panel1.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlRight.ResumeLayout(false);
     this.pnlPropertiesCollapsed.ResumeLayout(false);
     this.pnlLeft.ResumeLayout(false);
     this.pnlAssetsCollapsed.ResumeLayout(false);
     this.pnlBottom.ResumeLayout(false);
     this.pnlTop.ResumeLayout(false);
     this.pnlTopCollapsed.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改
 /// 這個方法的內容。
 /// </summary>
 private void InitializeComponent()
 {
     this.lbl_verify_title = new System.Windows.Forms.Label();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.lbl_verify_list = new System.Windows.Forms.Label();
     this.lbl_verify_id = new System.Windows.Forms.Label();
     this.lbl_verify_groupdata = new System.Windows.Forms.Label();
     this.lbl_verify_name = new System.Windows.Forms.Label();
     this.txt_verify_name = new System.Windows.Forms.TextBox();
     this.lbl_verify_applytime = new System.Windows.Forms.Label();
     this.dtp_verify_apply = new System.Windows.Forms.DateTimePicker();
     this.ibl_verify_applyreason = new System.Windows.Forms.Label();
     this.dom_verify_applyreason = new System.Windows.Forms.DomainUpDown();
     this.lbl_verify_location = new System.Windows.Forms.Label();
     this.lbx_verify_location = new System.Windows.Forms.ListBox();
     this.btn_verify_ok = new System.Windows.Forms.Button();
     this.btn_verify_cancel = new System.Windows.Forms.Button();
     this.txt_verify_id = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // lbl_verify_title
     //
     this.lbl_verify_title.AutoSize = true;
     this.lbl_verify_title.Font = new System.Drawing.Font("微軟正黑體", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.lbl_verify_title.Location = new System.Drawing.Point(39, 33);
     this.lbl_verify_title.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbl_verify_title.Name = "lbl_verify_title";
     this.lbl_verify_title.Size = new System.Drawing.Size(124, 24);
     this.lbl_verify_title.TabIndex = 0;
     this.lbl_verify_title.Text = "打卡申請審核";
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(4, 765);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop = false;
     //
     // lbl_verify_list
     //
     this.lbl_verify_list.AutoSize = true;
     this.lbl_verify_list.Font = new System.Drawing.Font("微軟正黑體", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.lbl_verify_list.ForeColor = System.Drawing.Color.Firebrick;
     this.lbl_verify_list.Location = new System.Drawing.Point(88, 86);
     this.lbl_verify_list.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbl_verify_list.Name = "lbl_verify_list";
     this.lbl_verify_list.Size = new System.Drawing.Size(69, 19);
     this.lbl_verify_list.TabIndex = 2;
     this.lbl_verify_list.Text = "審核清單";
     //
     // lbl_verify_id
     //
     this.lbl_verify_id.AutoSize = true;
     this.lbl_verify_id.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.lbl_verify_id.Location = new System.Drawing.Point(130, 135);
     this.lbl_verify_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbl_verify_id.Name = "lbl_verify_id";
     this.lbl_verify_id.Size = new System.Drawing.Size(60, 17);
     this.lbl_verify_id.TabIndex = 3;
     this.lbl_verify_id.Text = "審核編號";
     //
     // lbl_verify_groupdata
     //
     this.lbl_verify_groupdata.AutoSize = true;
     this.lbl_verify_groupdata.Font = new System.Drawing.Font("微軟正黑體", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.lbl_verify_groupdata.ForeColor = System.Drawing.Color.Firebrick;
     this.lbl_verify_groupdata.Location = new System.Drawing.Point(88, 179);
     this.lbl_verify_groupdata.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbl_verify_groupdata.Name = "lbl_verify_groupdata";
     this.lbl_verify_groupdata.Size = new System.Drawing.Size(99, 19);
     this.lbl_verify_groupdata.TabIndex = 4;
     this.lbl_verify_groupdata.Text = "申請群組資料";
     //
     // lbl_verify_name
     //
     this.lbl_verify_name.AutoSize = true;
     this.lbl_verify_name.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.lbl_verify_name.Location = new System.Drawing.Point(136, 224);
     this.lbl_verify_name.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbl_verify_name.Name = "lbl_verify_name";
     this.lbl_verify_name.Size = new System.Drawing.Size(34, 17);
     this.lbl_verify_name.TabIndex = 5;
     this.lbl_verify_name.Text = "姓名";
     //
     // txt_verify_name
     //
     this.txt_verify_name.Location = new System.Drawing.Point(246, 224);
     this.txt_verify_name.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.txt_verify_name.Name = "txt_verify_name";
     this.txt_verify_name.Size = new System.Drawing.Size(148, 27);
     this.txt_verify_name.TabIndex = 6;
     //
     // lbl_verify_applytime
     //
     this.lbl_verify_applytime.AutoSize = true;
     this.lbl_verify_applytime.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.lbl_verify_applytime.Location = new System.Drawing.Point(136, 275);
     this.lbl_verify_applytime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbl_verify_applytime.Name = "lbl_verify_applytime";
     this.lbl_verify_applytime.Size = new System.Drawing.Size(60, 17);
     this.lbl_verify_applytime.TabIndex = 7;
     this.lbl_verify_applytime.Text = "申請時間";
     this.lbl_verify_applytime.Click += new System.EventHandler(this.lbl_verify_applytime_Click);
     //
     // dtp_verify_apply
     //
     this.dtp_verify_apply.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.dtp_verify_apply.Location = new System.Drawing.Point(246, 275);
     this.dtp_verify_apply.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.dtp_verify_apply.Name = "dtp_verify_apply";
     this.dtp_verify_apply.Size = new System.Drawing.Size(298, 25);
     this.dtp_verify_apply.TabIndex = 8;
     this.dtp_verify_apply.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
     //
     // ibl_verify_applyreason
     //
     this.ibl_verify_applyreason.AutoSize = true;
     this.ibl_verify_applyreason.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.ibl_verify_applyreason.Location = new System.Drawing.Point(136, 328);
     this.ibl_verify_applyreason.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.ibl_verify_applyreason.Name = "ibl_verify_applyreason";
     this.ibl_verify_applyreason.Size = new System.Drawing.Size(60, 17);
     this.ibl_verify_applyreason.TabIndex = 9;
     this.ibl_verify_applyreason.Text = "申請原因";
     this.ibl_verify_applyreason.Click += new System.EventHandler(this.ibl_verify_applyreason_Click);
     //
     // dom_verify_applyreason
     //
     this.dom_verify_applyreason.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.dom_verify_applyreason.Items.Add("新進員工");
     this.dom_verify_applyreason.Items.Add("主管");
     this.dom_verify_applyreason.Items.Add("老闆");
     this.dom_verify_applyreason.Location = new System.Drawing.Point(246, 328);
     this.dom_verify_applyreason.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.dom_verify_applyreason.Name = "dom_verify_applyreason";
     this.dom_verify_applyreason.Size = new System.Drawing.Size(180, 25);
     this.dom_verify_applyreason.TabIndex = 11;
     this.dom_verify_applyreason.Text = "新進員工";
     this.dom_verify_applyreason.SelectedItemChanged += new System.EventHandler(this.dom_verify_applyreason_SelectedItemChanged);
     //
     // lbl_verify_location
     //
     this.lbl_verify_location.AutoSize = true;
     this.lbl_verify_location.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.lbl_verify_location.Location = new System.Drawing.Point(136, 378);
     this.lbl_verify_location.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbl_verify_location.Name = "lbl_verify_location";
     this.lbl_verify_location.Size = new System.Drawing.Size(86, 17);
     this.lbl_verify_location.TabIndex = 12;
     this.lbl_verify_location.Text = "申請打卡地點";
     this.lbl_verify_location.Click += new System.EventHandler(this.lbl_verify_location_Click);
     //
     // lbx_verify_location
     //
     this.lbx_verify_location.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.lbx_verify_location.FormattingEnabled = true;
     this.lbx_verify_location.ItemHeight = 17;
     this.lbx_verify_location.Items.AddRange(new object[] {
     "公司",
     "資策會",
     "台大",
     "政大",
     "交大",
     "清大",
     "中央",
     "成大"});
     this.lbx_verify_location.Location = new System.Drawing.Point(248, 378);
     this.lbx_verify_location.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.lbx_verify_location.Name = "lbx_verify_location";
     this.lbx_verify_location.Size = new System.Drawing.Size(178, 140);
     this.lbx_verify_location.TabIndex = 13;
     this.lbx_verify_location.SelectedIndexChanged += new System.EventHandler(this.lbx_verify_location_SelectedIndexChanged);
     //
     // btn_verify_ok
     //
     this.btn_verify_ok.BackColor = System.Drawing.Color.OliveDrab;
     this.btn_verify_ok.ForeColor = System.Drawing.Color.Transparent;
     this.btn_verify_ok.Location = new System.Drawing.Point(248, 560);
     this.btn_verify_ok.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btn_verify_ok.Name = "btn_verify_ok";
     this.btn_verify_ok.Size = new System.Drawing.Size(109, 31);
     this.btn_verify_ok.TabIndex = 14;
     this.btn_verify_ok.Text = "OK";
     this.btn_verify_ok.UseVisualStyleBackColor = false;
     //
     // btn_verify_cancel
     //
     this.btn_verify_cancel.BackColor = System.Drawing.Color.Firebrick;
     this.btn_verify_cancel.ForeColor = System.Drawing.Color.Transparent;
     this.btn_verify_cancel.Location = new System.Drawing.Point(368, 560);
     this.btn_verify_cancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btn_verify_cancel.Name = "btn_verify_cancel";
     this.btn_verify_cancel.Size = new System.Drawing.Size(109, 31);
     this.btn_verify_cancel.TabIndex = 15;
     this.btn_verify_cancel.Text = "Cancel";
     this.btn_verify_cancel.UseVisualStyleBackColor = false;
     //
     // txt_verify_id
     //
     this.txt_verify_id.Location = new System.Drawing.Point(240, 135);
     this.txt_verify_id.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.txt_verify_id.Name = "txt_verify_id";
     this.txt_verify_id.Size = new System.Drawing.Size(148, 27);
     this.txt_verify_id.TabIndex = 16;
     //
     // Frm_Verify
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(642, 765);
     this.Controls.Add(this.txt_verify_id);
     this.Controls.Add(this.btn_verify_cancel);
     this.Controls.Add(this.btn_verify_ok);
     this.Controls.Add(this.lbx_verify_location);
     this.Controls.Add(this.lbl_verify_location);
     this.Controls.Add(this.dom_verify_applyreason);
     this.Controls.Add(this.ibl_verify_applyreason);
     this.Controls.Add(this.dtp_verify_apply);
     this.Controls.Add(this.lbl_verify_applytime);
     this.Controls.Add(this.txt_verify_name);
     this.Controls.Add(this.lbl_verify_name);
     this.Controls.Add(this.lbl_verify_groupdata);
     this.Controls.Add(this.lbl_verify_id);
     this.Controls.Add(this.lbl_verify_list);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.lbl_verify_title);
     this.Font = new System.Drawing.Font("微軟正黑體", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name = "Frm_Verify";
     this.Text = "Frm_Verify";
     this.Load += new System.EventHandler(this.Frm_Verify_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PicQueryForm));
     this.queryBtn = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.timeEdit1 = new DevExpress.XtraEditors.TimeEdit();
     this.timeEdit2 = new DevExpress.XtraEditors.TimeEdit();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.bestPicListView = new System.Windows.Forms.ListView();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.pictureBoxFace = new System.Windows.Forms.PictureBox();
     this.labelCaptureLoc = new System.Windows.Forms.Label();
     this.labelCaptureTime = new System.Windows.Forms.Label();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.axVLCPlugin21 = new AxAXVLC.AxVLCPlugin2();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.pictureBoxWholeImg = new System.Windows.Forms.PictureBox();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonFirstPage = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonPrePage = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonNextPage = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonLastPage = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabelCurPage = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBoxPageSize = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonPlayVideo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit2.Properties)).BeginInit();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFace)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axVLCPlugin21)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWholeImg)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // queryBtn
     //
     this.queryBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.queryBtn.Location = new System.Drawing.Point(724, 26);
     this.queryBtn.Name = "queryBtn";
     this.queryBtn.Size = new System.Drawing.Size(86, 23);
     this.queryBtn.TabIndex = 0;
     this.queryBtn.Text = "查询";
     this.queryBtn.UseVisualStyleBackColor = true;
     this.queryBtn.Click += new System.EventHandler(this.queryBtn_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 31);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 1;
     this.label1.Text = "监控点";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(184, 31);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(23, 12);
     this.label2.TabIndex = 2;
     this.label2.Text = "从:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(470, 31);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(23, 12);
     this.label3.TabIndex = 3;
     this.label3.Text = "到:";
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(85, 27);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(73, 20);
     this.comboBox1.TabIndex = 4;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(209, 27);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(129, 21);
     this.dateTimePicker1.TabIndex = 5;
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Location = new System.Drawing.Point(498, 27);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(129, 21);
     this.dateTimePicker2.TabIndex = 6;
     //
     // timeEdit1
     //
     this.timeEdit1.EditValue = new System.DateTime(2009, 5, 7, 0, 0, 0, 0);
     this.timeEdit1.Location = new System.Drawing.Point(344, 27);
     this.timeEdit1.Name = "timeEdit1";
     this.timeEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.timeEdit1.Size = new System.Drawing.Size(75, 23);
     this.timeEdit1.TabIndex = 7;
     //
     // timeEdit2
     //
     this.timeEdit2.EditValue = new System.DateTime(2009, 5, 7, 0, 0, 0, 0);
     this.timeEdit2.Location = new System.Drawing.Point(633, 27);
     this.timeEdit2.Name = "timeEdit2";
     this.timeEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.timeEdit2.Size = new System.Drawing.Size(71, 23);
     this.timeEdit2.TabIndex = 8;
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(80, 60);
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imageList2
     //
     this.imageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList2.ImageSize = new System.Drawing.Size(80, 60);
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     //
     // bestPicListView
     //
     this.bestPicListView.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.bestPicListView.AutoArrange = false;
     this.bestPicListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.bestPicListView.HideSelection = false;
     this.bestPicListView.Location = new System.Drawing.Point(0, 27);
     this.bestPicListView.MultiSelect = false;
     this.bestPicListView.Name = "bestPicListView";
     this.bestPicListView.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.bestPicListView.Size = new System.Drawing.Size(840, 256);
     this.bestPicListView.TabIndex = 10;
     this.bestPicListView.UseCompatibleStateImageBehavior = false;
     this.bestPicListView.ItemActivate += new System.EventHandler(this.bestPicListView_ItemActivate);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.comboBox1);
     this.groupBox3.Controls.Add(this.queryBtn);
     this.groupBox3.Controls.Add(this.dateTimePicker1);
     this.groupBox3.Controls.Add(this.dateTimePicker2);
     this.groupBox3.Controls.Add(this.timeEdit1);
     this.groupBox3.Controls.Add(this.timeEdit2);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(840, 70);
     this.groupBox3.TabIndex = 17;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "查询条件";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.layoutControl1);
     this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox4.Location = new System.Drawing.Point(0, 0);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(184, 185);
     this.groupBox4.TabIndex = 19;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "放大显示";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.pictureBoxFace);
     this.layoutControl1.Controls.Add(this.labelCaptureLoc);
     this.layoutControl1.Controls.Add(this.labelCaptureTime);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(3, 17);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(178, 165);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // pictureBoxFace
     //
     this.pictureBoxFace.Location = new System.Drawing.Point(7, 7);
     this.pictureBoxFace.Name = "pictureBoxFace";
     this.pictureBoxFace.Size = new System.Drawing.Size(164, 86);
     this.pictureBoxFace.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBoxFace.TabIndex = 19;
     this.pictureBoxFace.TabStop = false;
     //
     // labelCaptureLoc
     //
     this.labelCaptureLoc.Location = new System.Drawing.Point(7, 103);
     this.labelCaptureLoc.Name = "labelCaptureLoc";
     this.labelCaptureLoc.Size = new System.Drawing.Size(164, 22);
     this.labelCaptureLoc.TabIndex = 17;
     this.labelCaptureLoc.Text = "抓拍地点:";
     this.labelCaptureLoc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCaptureTime
     //
     this.labelCaptureTime.Location = new System.Drawing.Point(7, 135);
     this.labelCaptureTime.Name = "labelCaptureTime";
     this.labelCaptureTime.Size = new System.Drawing.Size(164, 23);
     this.labelCaptureTime.TabIndex = 18;
     this.labelCaptureTime.Text = "抓拍时间:";
     this.labelCaptureTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem2,
     this.layoutControlItem3});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "layoutControlGroup1";
     this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup1.Size = new System.Drawing.Size(178, 165);
     this.layoutControlGroup1.Text = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.labelCaptureTime;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 128);
     this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 33);
     this.layoutControlItem1.MinSize = new System.Drawing.Size(31, 33);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(174, 33);
     this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.labelCaptureLoc;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 96);
     this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 32);
     this.layoutControlItem2.MinSize = new System.Drawing.Size(31, 32);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(174, 32);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.pictureBoxFace;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(174, 96);
     this.layoutControlItem3.Text = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 70);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.bestPicListView);
     this.splitContainer1.Panel2.Controls.Add(this.toolStrip1);
     this.splitContainer1.Size = new System.Drawing.Size(840, 472);
     this.splitContainer1.SplitterDistance = 185;
     this.splitContainer1.TabIndex = 20;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.groupBox4);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.groupBox2);
     this.splitContainer2.Panel2.Controls.Add(this.splitter1);
     this.splitContainer2.Panel2.Controls.Add(this.groupBox1);
     this.splitContainer2.Size = new System.Drawing.Size(840, 185);
     this.splitContainer2.SplitterDistance = 184;
     this.splitContainer2.TabIndex = 21;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.axVLCPlugin21);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(442, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(210, 185);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "视频";
     //
     // axVLCPlugin21
     //
     this.axVLCPlugin21.Dock = System.Windows.Forms.DockStyle.Fill;
     this.axVLCPlugin21.Enabled = true;
     this.axVLCPlugin21.Location = new System.Drawing.Point(3, 17);
     this.axVLCPlugin21.Name = "axVLCPlugin21";
     this.axVLCPlugin21.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axVLCPlugin21.OcxState")));
     this.axVLCPlugin21.Size = new System.Drawing.Size(204, 165);
     this.axVLCPlugin21.TabIndex = 31;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(439, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 185);
     this.splitter1.TabIndex = 18;
     this.splitter1.TabStop = false;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.pictureBoxWholeImg);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(439, 185);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "全身像";
     //
     // pictureBoxWholeImg
     //
     this.pictureBoxWholeImg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBoxWholeImg.Location = new System.Drawing.Point(3, 17);
     this.pictureBoxWholeImg.Name = "pictureBoxWholeImg";
     this.pictureBoxWholeImg.Size = new System.Drawing.Size(433, 165);
     this.pictureBoxWholeImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxWholeImg.TabIndex = 16;
     this.pictureBoxWholeImg.TabStop = false;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButtonFirstPage,
     this.toolStripButtonPrePage,
     this.toolStripButtonNextPage,
     this.toolStripButtonLastPage,
     this.toolStripLabelCurPage,
     this.toolStripComboBoxPageSize,
     this.toolStripLabel1,
     this.toolStripSeparator2,
     this.toolStripButtonPlayVideo,
     this.toolStripSeparator1,
     this.saveToolStripButton});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(840, 27);
     this.toolStrip1.TabIndex = 13;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripButtonFirstPage
     //
     this.toolStripButtonFirstPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFirstPage.Image")));
     this.toolStripButtonFirstPage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonFirstPage.Name = "toolStripButtonFirstPage";
     this.toolStripButtonFirstPage.Size = new System.Drawing.Size(55, 24);
     this.toolStripButtonFirstPage.Text = "首页";
     this.toolStripButtonFirstPage.Click += new System.EventHandler(this.toolStripButtonFirstPage_Click);
     //
     // toolStripButtonPrePage
     //
     this.toolStripButtonPrePage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrePage.Image")));
     this.toolStripButtonPrePage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonPrePage.Name = "toolStripButtonPrePage";
     this.toolStripButtonPrePage.Size = new System.Drawing.Size(55, 24);
     this.toolStripButtonPrePage.Text = "上页";
     this.toolStripButtonPrePage.Click += new System.EventHandler(this.toolStripButtonPrePage_Click);
     //
     // toolStripButtonNextPage
     //
     this.toolStripButtonNextPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNextPage.Image")));
     this.toolStripButtonNextPage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonNextPage.Name = "toolStripButtonNextPage";
     this.toolStripButtonNextPage.Size = new System.Drawing.Size(55, 24);
     this.toolStripButtonNextPage.Text = "下页";
     this.toolStripButtonNextPage.Click += new System.EventHandler(this.toolStripButtonNextPage_Click);
     //
     // toolStripButtonLastPage
     //
     this.toolStripButtonLastPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLastPage.Image")));
     this.toolStripButtonLastPage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonLastPage.Name = "toolStripButtonLastPage";
     this.toolStripButtonLastPage.Size = new System.Drawing.Size(55, 24);
     this.toolStripButtonLastPage.Text = "末页";
     this.toolStripButtonLastPage.Click += new System.EventHandler(this.toolStripButtonLastPage_Click);
     //
     // toolStripLabelCurPage
     //
     this.toolStripLabelCurPage.Name = "toolStripLabelCurPage";
     this.toolStripLabelCurPage.Size = new System.Drawing.Size(57, 24);
     this.toolStripLabelCurPage.Text = "第1/1页";
     //
     // toolStripComboBoxPageSize
     //
     this.toolStripComboBoxPageSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBoxPageSize.Items.AddRange(new object[] {
     "20",
     "30",
     "40",
     "50"});
     this.toolStripComboBoxPageSize.Name = "toolStripComboBoxPageSize";
     this.toolStripComboBoxPageSize.Size = new System.Drawing.Size(121, 27);
     this.toolStripComboBoxPageSize.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBoxPageSize_SelectedIndexChanged);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(41, 24);
     this.toolStripLabel1.Text = "张/页";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
     //
     // toolStripButtonPlayVideo
     //
     this.toolStripButtonPlayVideo.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPlayVideo.Image")));
     this.toolStripButtonPlayVideo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonPlayVideo.Name = "toolStripButtonPlayVideo";
     this.toolStripButtonPlayVideo.Size = new System.Drawing.Size(81, 24);
     this.toolStripButtonPlayVideo.Text = "相关视频";
     this.toolStripButtonPlayVideo.Click += new System.EventHandler(this.toolStripButtonPlayVideo_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
     //
     // saveToolStripButton
     //
     this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
     this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripButton.Name = "saveToolStripButton";
     this.saveToolStripButton.Size = new System.Drawing.Size(97, 24);
     this.saveToolStripButton.Text = "保存图片(&S)";
     this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click);
     //
     // PicQueryForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(840, 542);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.groupBox3);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "PicQueryForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "搜索图片";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.PicQueryForm_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PicQueryForm_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit2.Properties)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFace)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axVLCPlugin21)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWholeImg)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
Ejemplo n.º 27
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Sis_Principal));
     this.tabPrincipal = new System.Windows.Forms.TabControl();
     this.stbPrincipal = new System.Windows.Forms.StatusStrip();
     this.lblVersion = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblUsuario = new System.Windows.Forms.ToolStripStatusLabel();
     this.MenuSis = new System.Windows.Forms.MenuStrip();
     this.archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bCambiarContraseña = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.bCerrarSesion = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.cboCliente = new System.Windows.Forms.ToolStripComboBox();
     this.ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bAcercade = new System.Windows.Forms.ToolStripMenuItem();
     this.Img = new System.Windows.Forms.ImageList(this.components);
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panMenu = new System.Windows.Forms.Panel();
     this.TreOpc = new System.Windows.Forms.TreeView();
     this.picLogo = new System.Windows.Forms.PictureBox();
     this.bSalir = new System.Windows.Forms.ToolStripMenuItem();
     this.stbPrincipal.SuspendLayout();
     this.MenuSis.SuspendLayout();
     this.panMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit();
     this.SuspendLayout();
     //
     // tabPrincipal
     //
     this.tabPrincipal.Location = new System.Drawing.Point(391, 115);
     this.tabPrincipal.Name = "tabPrincipal";
     this.tabPrincipal.SelectedIndex = 0;
     this.tabPrincipal.Size = new System.Drawing.Size(401, 128);
     this.tabPrincipal.TabIndex = 668;
     this.tabPrincipal.Visible = false;
     //
     // stbPrincipal
     //
     this.stbPrincipal.AutoSize = false;
     this.stbPrincipal.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.lblVersion,
     this.lblUsuario});
     this.stbPrincipal.Location = new System.Drawing.Point(0, 533);
     this.stbPrincipal.Name = "stbPrincipal";
     this.stbPrincipal.Size = new System.Drawing.Size(782, 23);
     this.stbPrincipal.TabIndex = 670;
     //
     // lblVersion
     //
     this.lblVersion.AutoSize = false;
     this.lblVersion.BackColor = System.Drawing.SystemColors.Control;
     this.lblVersion.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.lblVersion.Name = "lblVersion";
     this.lblVersion.Size = new System.Drawing.Size(150, 18);
     //
     // lblUsuario
     //
     this.lblUsuario.AutoSize = false;
     this.lblUsuario.BackColor = System.Drawing.SystemColors.Control;
     this.lblUsuario.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.lblUsuario.Name = "lblUsuario";
     this.lblUsuario.Size = new System.Drawing.Size(250, 18);
     //
     // MenuSis
     //
     this.MenuSis.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.archivoToolStripMenuItem,
     this.bMenu,
     this.cboCliente,
     this.ayudaToolStripMenuItem});
     this.MenuSis.Location = new System.Drawing.Point(0, 0);
     this.MenuSis.Name = "MenuSis";
     this.MenuSis.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.MenuSis.Size = new System.Drawing.Size(782, 27);
     this.MenuSis.TabIndex = 671;
     this.MenuSis.Text = "menuStrip1";
     //
     // archivoToolStripMenuItem
     //
     this.archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bCambiarContraseña,
     this.toolStripSeparator2,
     this.bCerrarSesion,
     this.toolStripSeparator1,
     this.bSalir});
     this.archivoToolStripMenuItem.Name = "archivoToolStripMenuItem";
     this.archivoToolStripMenuItem.Size = new System.Drawing.Size(60, 23);
     this.archivoToolStripMenuItem.Text = "&Archivo";
     //
     // bCambiarContraseña
     //
     this.bCambiarContraseña.Name = "bCambiarContraseña";
     this.bCambiarContraseña.Size = new System.Drawing.Size(189, 28);
     this.bCambiarContraseña.Text = "Cambiar Contraseña";
     this.bCambiarContraseña.Click += new System.EventHandler(this.bCambiarContraseña_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(186, 6);
     //
     // bCerrarSesion
     //
     this.bCerrarSesion.Name = "bCerrarSesion";
     this.bCerrarSesion.Size = new System.Drawing.Size(189, 28);
     this.bCerrarSesion.Text = "&Cerrar Sesión";
     this.bCerrarSesion.Click += new System.EventHandler(this.bCerrarSesion_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(186, 6);
     //
     // bMenu
     //
     this.bMenu.Name = "bMenu";
     this.bMenu.ShortcutKeys = System.Windows.Forms.Keys.F8;
     this.bMenu.Size = new System.Drawing.Size(92, 23);
     this.bMenu.Text = "&Ocultar Menú";
     this.bMenu.Click += new System.EventHandler(this.bMenu_Click);
     //
     // cboCliente
     //
     this.cboCliente.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboCliente.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.cboCliente.Name = "cboCliente";
     this.cboCliente.Size = new System.Drawing.Size(121, 23);
     this.cboCliente.ToolTipText = "Seleccione Cliente";
     this.cboCliente.SelectedIndexChanged += new System.EventHandler(this.cboCliente_SelectedIndexChanged);
     //
     // ayudaToolStripMenuItem
     //
     this.ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bAcercade});
     this.ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem";
     this.ayudaToolStripMenuItem.Size = new System.Drawing.Size(53, 23);
     this.ayudaToolStripMenuItem.Text = "A&yuda";
     //
     // bAcercade
     //
     this.bAcercade.Name = "bAcercade";
     this.bAcercade.Size = new System.Drawing.Size(138, 22);
     this.bAcercade.Text = "Acerca &de ...";
     this.bAcercade.Click += new System.EventHandler(this.bAcercade_Click);
     //
     // Img
     //
     this.Img.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("Img.ImageStream")));
     this.Img.TransparentColor = System.Drawing.Color.Transparent;
     this.Img.Images.SetKeyName(0, "folder.gif");
     this.Img.Images.SetKeyName(1, "field.gif");
     //
     // splitter1
     //
     this.splitter1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitter1.Location = new System.Drawing.Point(259, 27);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(1, 506);
     this.splitter1.TabIndex = 673;
     this.splitter1.TabStop = false;
     //
     // panMenu
     //
     this.panMenu.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panMenu.Controls.Add(this.TreOpc);
     this.panMenu.Controls.Add(this.picLogo);
     this.panMenu.Dock = System.Windows.Forms.DockStyle.Left;
     this.panMenu.Location = new System.Drawing.Point(0, 27);
     this.panMenu.Name = "panMenu";
     this.panMenu.Size = new System.Drawing.Size(259, 506);
     this.panMenu.TabIndex = 674;
     //
     // TreOpc
     //
     this.TreOpc.BackColor = System.Drawing.Color.WhiteSmoke;
     this.TreOpc.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TreOpc.Dock = System.Windows.Forms.DockStyle.Fill;
     this.TreOpc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TreOpc.ImageIndex = 0;
     this.TreOpc.ImageList = this.Img;
     this.TreOpc.Location = new System.Drawing.Point(0, 77);
     this.TreOpc.Name = "TreOpc";
     this.TreOpc.SelectedImageIndex = 0;
     this.TreOpc.Size = new System.Drawing.Size(255, 425);
     this.TreOpc.TabIndex = 673;
     this.TreOpc.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreOpc_AfterSelect);
     this.TreOpc.DoubleClick += new System.EventHandler(this.TreOpc_DoubleClick);
     this.TreOpc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TreOpc_KeyPress);
     //
     // picLogo
     //
     this.picLogo.BackColor = System.Drawing.Color.White;
     this.picLogo.Dock = System.Windows.Forms.DockStyle.Top;
     this.picLogo.InitialImage = ((System.Drawing.Image)(resources.GetObject("picLogo.InitialImage")));
     this.picLogo.Location = new System.Drawing.Point(0, 0);
     this.picLogo.Name = "picLogo";
     this.picLogo.Size = new System.Drawing.Size(255, 77);
     this.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picLogo.TabIndex = 674;
     this.picLogo.TabStop = false;
     //
     // bSalir
     //
     this.bSalir.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.bSalir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.bSalir.Name = "bSalir";
     this.bSalir.ShortcutKeys = System.Windows.Forms.Keys.F12;
     this.bSalir.Size = new System.Drawing.Size(189, 28);
     this.bSalir.Text = "Salir";
     this.bSalir.Click += new System.EventHandler(this.bSalir_Click);
     //
     // Frm_Sis_Principal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.LightSlateGray;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(782, 556);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.tabPrincipal);
     this.Controls.Add(this.panMenu);
     this.Controls.Add(this.MenuSis);
     this.Controls.Add(this.stbPrincipal);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Frm_Sis_Principal";
     this.Text = "SisCtd - Control de Tramite Documentario";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Frm_Sis_Principal_Load);
     this.stbPrincipal.ResumeLayout(false);
     this.stbPrincipal.PerformLayout();
     this.MenuSis.ResumeLayout(false);
     this.MenuSis.PerformLayout();
     this.panMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRolePermission));
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.btnPaste = new System.Windows.Forms.Button();
     this.btnCopy = new System.Windows.Forms.Button();
     this.btnClearPermission = new System.Windows.Forms.Button();
     this.ucRole = new DotNet.WinForm.Common.WinControls.UCRoleSelect();
     this.lblParentReq = new System.Windows.Forms.Label();
     this.lblParent = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.tcModule = new System.Windows.Forms.TabControl();
     this.tpModule = new System.Windows.Forms.TabPage();
     this.tvModule = new System.Windows.Forms.TreeView();
     this.splitter2 = new System.Windows.Forms.Splitter();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panel4 = new System.Windows.Forms.Panel();
     this.tcPermissionItem = new System.Windows.Forms.TabControl();
     this.tpPermissionItem = new System.Windows.Forms.TabPage();
     this.tvPermissionItem = new System.Windows.Forms.TreeView();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.tcModule.SuspendLayout();
     this.tpModule.SuspendLayout();
     this.panel4.SuspendLayout();
     this.tcPermissionItem.SuspendLayout();
     this.tpPermissionItem.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     this.imageList.Images.SetKeyName(10, "");
     this.imageList.Images.SetKeyName(11, "");
     this.imageList.Images.SetKeyName(12, "");
     this.imageList.Images.SetKeyName(13, "");
     this.imageList.Images.SetKeyName(14, "");
     this.imageList.Images.SetKeyName(15, "icon_messenger1.gif");
     this.imageList.Images.SetKeyName(16, "icon_messenger0.gif");
     this.imageList.Images.SetKeyName(17, "icon_messenger2.gif");
     this.imageList.Images.SetKeyName(18, "icon_messenger3.gif");
     this.imageList.Images.SetKeyName(19, "icon_messenger4.gif");
     this.imageList.Images.SetKeyName(20, "icon_messenger5.gif");
     this.imageList.Images.SetKeyName(21, "icon_messenger6.gif");
     //
     // btnPaste
     //
     this.btnPaste.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPaste.AutoSize = true;
     this.btnPaste.Enabled = false;
     this.btnPaste.Location = new System.Drawing.Point(313, 3);
     this.btnPaste.Name = "btnPaste";
     this.btnPaste.Size = new System.Drawing.Size(102, 23);
     this.btnPaste.TabIndex = 2;
     this.btnPaste.Text = "粘贴权限";
     this.btnPaste.UseVisualStyleBackColor = true;
     this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click);
     //
     // btnCopy
     //
     this.btnCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCopy.AutoSize = true;
     this.btnCopy.Enabled = false;
     this.btnCopy.Location = new System.Drawing.Point(205, 3);
     this.btnCopy.Name = "btnCopy";
     this.btnCopy.Size = new System.Drawing.Size(102, 23);
     this.btnCopy.TabIndex = 1;
     this.btnCopy.Text = "复制权限";
     this.btnCopy.UseVisualStyleBackColor = true;
     this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
     //
     // btnClearPermission
     //
     this.btnClearPermission.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClearPermission.AutoSize = true;
     this.btnClearPermission.Enabled = false;
     this.btnClearPermission.Location = new System.Drawing.Point(97, 3);
     this.btnClearPermission.Name = "btnClearPermission";
     this.btnClearPermission.Size = new System.Drawing.Size(102, 23);
     this.btnClearPermission.TabIndex = 0;
     this.btnClearPermission.Text = "清除权限(&C)";
     this.btnClearPermission.UseVisualStyleBackColor = true;
     this.btnClearPermission.Click += new System.EventHandler(this.btnClearPermission_Click);
     //
     // ucRole
     //
     this.ucRole.AllowNull = false;
     this.ucRole.AllowSelect = false;
     this.ucRole.Location = new System.Drawing.Point(122, 11);
     this.ucRole.MultiSelect = false;
     this.ucRole.Name = "ucRole";
     this.ucRole.OpenId = "";
     this.ucRole.PermissionItemScopeCode = "";
     this.ucRole.RemoveIds = null;
     this.ucRole.SelectedFullName = "";
     this.ucRole.SelectedId = "";
     this.ucRole.SelectedIds = null;
     this.ucRole.ShowRoleOnly = true;
     this.ucRole.Size = new System.Drawing.Size(227, 22);
     this.ucRole.TabIndex = 4;
     //
     // lblParentReq
     //
     this.lblParentReq.AutoSize = true;
     this.lblParentReq.ForeColor = System.Drawing.Color.Red;
     this.lblParentReq.Location = new System.Drawing.Point(353, 16);
     this.lblParentReq.Name = "lblParentReq";
     this.lblParentReq.Size = new System.Drawing.Size(11, 12);
     this.lblParentReq.TabIndex = 5;
     this.lblParentReq.Text = "*";
     //
     // lblParent
     //
     this.lblParent.Location = new System.Drawing.Point(13, 15);
     this.lblParent.Name = "lblParent";
     this.lblParent.Size = new System.Drawing.Size(110, 12);
     this.lblParent.TabIndex = 3;
     this.lblParent.Text = "角色(&R):";
     this.lblParent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.splitter2);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.panel4);
     this.panel1.Location = new System.Drawing.Point(6, 39);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(794, 488);
     this.panel1.TabIndex = 36;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.tcModule);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(3, 0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(418, 488);
     this.panel3.TabIndex = 1;
     //
     // tcModule
     //
     this.tcModule.Controls.Add(this.tpModule);
     this.tcModule.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcModule.Location = new System.Drawing.Point(0, 0);
     this.tcModule.MinimumSize = new System.Drawing.Size(100, 100);
     this.tcModule.Name = "tcModule";
     this.tcModule.SelectedIndex = 0;
     this.tcModule.Size = new System.Drawing.Size(418, 488);
     this.tcModule.TabIndex = 0;
     //
     // tpModule
     //
     this.tpModule.Controls.Add(this.tvModule);
     this.tpModule.Location = new System.Drawing.Point(4, 22);
     this.tpModule.Name = "tpModule";
     this.tpModule.Padding = new System.Windows.Forms.Padding(3);
     this.tpModule.Size = new System.Drawing.Size(410, 462);
     this.tpModule.TabIndex = 0;
     this.tpModule.Text = "菜单访问权限";
     this.tpModule.UseVisualStyleBackColor = true;
     //
     // tvModule
     //
     this.tvModule.AllowDrop = true;
     this.tvModule.CheckBoxes = true;
     this.tvModule.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvModule.Enabled = false;
     this.tvModule.ImageIndex = 0;
     this.tvModule.ImageList = this.imageList;
     this.tvModule.Location = new System.Drawing.Point(3, 3);
     this.tvModule.Name = "tvModule";
     this.tvModule.SelectedImageIndex = 0;
     this.tvModule.Size = new System.Drawing.Size(404, 456);
     this.tvModule.TabIndex = 0;
     this.tvModule.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvModule_AfterCheck);
     this.tvModule.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvModule_NodeMouseClick);
     //
     // splitter2
     //
     this.splitter2.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter2.Location = new System.Drawing.Point(421, 0);
     this.splitter2.Name = "splitter2";
     this.splitter2.Size = new System.Drawing.Size(3, 488);
     this.splitter2.TabIndex = 2;
     this.splitter2.TabStop = false;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 488);
     this.splitter1.TabIndex = 3;
     this.splitter1.TabStop = false;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.tcPermissionItem);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel4.Location = new System.Drawing.Point(424, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(370, 488);
     this.panel4.TabIndex = 2;
     //
     // tcPermissionItem
     //
     this.tcPermissionItem.Controls.Add(this.tpPermissionItem);
     this.tcPermissionItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPermissionItem.Location = new System.Drawing.Point(0, 0);
     this.tcPermissionItem.MinimumSize = new System.Drawing.Size(100, 100);
     this.tcPermissionItem.Name = "tcPermissionItem";
     this.tcPermissionItem.SelectedIndex = 0;
     this.tcPermissionItem.Size = new System.Drawing.Size(370, 488);
     this.tcPermissionItem.TabIndex = 0;
     //
     // tpPermissionItem
     //
     this.tpPermissionItem.Controls.Add(this.tvPermissionItem);
     this.tpPermissionItem.Location = new System.Drawing.Point(4, 22);
     this.tpPermissionItem.Name = "tpPermissionItem";
     this.tpPermissionItem.Padding = new System.Windows.Forms.Padding(3);
     this.tpPermissionItem.Size = new System.Drawing.Size(362, 462);
     this.tpPermissionItem.TabIndex = 0;
     this.tpPermissionItem.Text = "拥有操作权限";
     this.tpPermissionItem.UseVisualStyleBackColor = true;
     //
     // tvPermissionItem
     //
     this.tvPermissionItem.AllowDrop = true;
     this.tvPermissionItem.CheckBoxes = true;
     this.tvPermissionItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvPermissionItem.Enabled = false;
     this.tvPermissionItem.HotTracking = true;
     this.tvPermissionItem.ImageIndex = 0;
     this.tvPermissionItem.ImageList = this.imageList;
     this.tvPermissionItem.Location = new System.Drawing.Point(3, 3);
     this.tvPermissionItem.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
     this.tvPermissionItem.Name = "tvPermissionItem";
     this.tvPermissionItem.SelectedImageIndex = 0;
     this.tvPermissionItem.Size = new System.Drawing.Size(356, 456);
     this.tvPermissionItem.TabIndex = 0;
     this.tvPermissionItem.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvPermissionItem_AfterCheck);
     this.tvPermissionItem.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvPermissionItem_NodeMouseClick);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.btnPaste);
     this.flowLayoutPanel1.Controls.Add(this.btnCopy);
     this.flowLayoutPanel1.Controls.Add(this.btnClearPermission);
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(382, 8);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(418, 30);
     this.flowLayoutPanel1.TabIndex = 37;
     //
     // FrmRolePermission
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(806, 568);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ucRole);
     this.Controls.Add(this.lblParentReq);
     this.Controls.Add(this.lblParent);
     this.Name = "FrmRolePermission";
     this.Text = "角色权限设置";
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.tcModule.ResumeLayout(false);
     this.tpModule.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.tcPermissionItem.ResumeLayout(false);
     this.tpPermissionItem.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 29
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.splitter = new System.Windows.Forms.Splitter();
            this.panel1 = new System.Windows.Forms.Panel();
            this.graphView = new GraphView();
            this.gridView = new GridView();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitter
            // 
            this.splitter.BackColor = System.Drawing.SystemColors.Control;
            this.splitter.Dock = System.Windows.Forms.DockStyle.Top;
            this.splitter.Location = new System.Drawing.Point(0, 171);
            this.splitter.Name = "splitter";
            this.splitter.Size = new System.Drawing.Size(568, 5);
            this.splitter.TabIndex = 2;
            this.splitter.TabStop = false;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.gridView);
            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(568, 171);
            this.panel1.TabIndex = 3;
            // 
            // graphView
            // 
            this.graphView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.graphView.LeftRightPadding = 0;
            this.graphView.Location = new System.Drawing.Point(0, 176);
            this.graphView.Margin = new System.Windows.Forms.Padding(2);
            this.graphView.Name = "graphView";
            this.graphView.Size = new System.Drawing.Size(568, 325);
            this.graphView.TabIndex = 4;
            // 
            // gridView
            // 
            this.gridView.AutoFilterOn = false;
            this.gridView.DataSource = null;
            this.gridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridView.GetCurrentCell = null;
            this.gridView.Location = new System.Drawing.Point(0, 0);
            this.gridView.Margin = new System.Windows.Forms.Padding(4);
            this.gridView.ModelName = null;
            this.gridView.Name = "gridView";
            this.gridView.NumericFormat = null;
            this.gridView.ReadOnly = false;
            this.gridView.RowCount = 0;
            this.gridView.Size = new System.Drawing.Size(568, 171);
            this.gridView.TabIndex = 5;
            // 
            // XYPairsView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.graphView);
            this.Controls.Add(this.splitter);
            this.Controls.Add(this.panel1);
            this.Name = "XYPairsView";
            this.Size = new System.Drawing.Size(568, 501);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 30
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmFolderAdmin));
     this.btnBatchSave = new System.Windows.Forms.Button();
     this.btnMove = new System.Windows.Forms.Button();
     this.pnlFolder = new System.Windows.Forms.Panel();
     this.grdFolder = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colFolderName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splFolder = new System.Windows.Forms.Splitter();
     this.tvFolder = new System.Windows.Forms.TreeView();
     this.cMnuFolder = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mItmAdd = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmEdit = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmMove = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.tsspAddRootFolder = new System.Windows.Forms.ToolStripSeparator();
     this.mItmAddRootFolder = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.btnBatchDelete = new System.Windows.Forms.Button();
     this.btnEdit = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.ucTableSort = new DotNet.WinForm.Common.WinControls.UCTableSort();
     this.btnInvertSelect = new System.Windows.Forms.Button();
     this.btnSelectAll = new System.Windows.Forms.Button();
     this.btnExport = new System.Windows.Forms.Button();
     this.pnlFolder.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdFolder)).BeginInit();
     this.cMnuFolder.SuspendLayout();
     this.SuspendLayout();
     //
     // btnBatchSave
     //
     this.btnBatchSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatchSave.Location = new System.Drawing.Point(788, 533);
     this.btnBatchSave.Name = "btnBatchSave";
     this.btnBatchSave.Size = new System.Drawing.Size(75, 23);
     this.btnBatchSave.TabIndex = 9;
     this.btnBatchSave.Text = "保存(&S)";
     this.btnBatchSave.UseVisualStyleBackColor = true;
     this.btnBatchSave.Click += new System.EventHandler(this.btnBatchSave_Click);
     //
     // btnMove
     //
     this.btnMove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnMove.Location = new System.Drawing.Point(628, 533);
     this.btnMove.Name = "btnMove";
     this.btnMove.Size = new System.Drawing.Size(75, 23);
     this.btnMove.TabIndex = 7;
     this.btnMove.Text = "移动(&M)...";
     this.btnMove.UseVisualStyleBackColor = true;
     this.btnMove.Click += new System.EventHandler(this.btnMove_Click);
     //
     // pnlFolder
     //
     this.pnlFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlFolder.Controls.Add(this.grdFolder);
     this.pnlFolder.Controls.Add(this.splFolder);
     this.pnlFolder.Controls.Add(this.tvFolder);
     this.pnlFolder.Location = new System.Drawing.Point(8, 65);
     this.pnlFolder.Name = "pnlFolder";
     this.pnlFolder.Size = new System.Drawing.Size(935, 463);
     this.pnlFolder.TabIndex = 1;
     //
     // grdFolder
     //
     this.grdFolder.AllowDrop = true;
     this.grdFolder.AllowUserToAddRows = false;
     this.grdFolder.AllowUserToDeleteRows = false;
     this.grdFolder.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     this.grdFolder.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.grdFolder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdFolder.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colFolderName,
     this.colDescription});
     this.grdFolder.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdFolder.Location = new System.Drawing.Point(263, 0);
     this.grdFolder.MultiSelect = false;
     this.grdFolder.Name = "grdFolder";
     this.grdFolder.RowTemplate.Height = 23;
     this.grdFolder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdFolder.Size = new System.Drawing.Size(672, 463);
     this.grdFolder.TabIndex = 1;
     this.grdFolder.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdFolder_CellDoubleClick);
     this.grdFolder.Sorted += new System.EventHandler(this.grdFolder_Sorted);
     this.grdFolder.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.grdFolder_UserDeletingRow);
     this.grdFolder.Click += new System.EventHandler(this.grdFolder_Click);
     this.grdFolder.DragDrop += new System.Windows.Forms.DragEventHandler(this.grdFolder_DragDrop);
     this.grdFolder.DragOver += new System.Windows.Forms.DragEventHandler(this.grdFolder_DragOver);
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.Frozen = true;
     this.colSelected.HeaderText = "选择";
     this.colSelected.Name = "colSelected";
     this.colSelected.Width = 50;
     //
     // colFolderName
     //
     this.colFolderName.DataPropertyName = "FolderName";
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
     this.colFolderName.DefaultCellStyle = dataGridViewCellStyle2;
     this.colFolderName.HeaderText = "名称";
     this.colFolderName.MaxInputLength = 100;
     this.colFolderName.Name = "colFolderName";
     this.colFolderName.ReadOnly = true;
     this.colFolderName.Width = 200;
     //
     // colDescription
     //
     this.colDescription.DataPropertyName = "DESCRIPTION";
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.colDescription.DefaultCellStyle = dataGridViewCellStyle3;
     this.colDescription.HeaderText = "描述";
     this.colDescription.MaxInputLength = 200;
     this.colDescription.Name = "colDescription";
     this.colDescription.Width = 210;
     //
     // splFolder
     //
     this.splFolder.Location = new System.Drawing.Point(260, 0);
     this.splFolder.Name = "splFolder";
     this.splFolder.Size = new System.Drawing.Size(3, 463);
     this.splFolder.TabIndex = 8;
     this.splFolder.TabStop = false;
     //
     // tvFolder
     //
     this.tvFolder.AllowDrop = true;
     this.tvFolder.ContextMenuStrip = this.cMnuFolder;
     this.tvFolder.Dock = System.Windows.Forms.DockStyle.Left;
     this.tvFolder.ImageIndex = 0;
     this.tvFolder.ImageList = this.imageList;
     this.tvFolder.Location = new System.Drawing.Point(0, 0);
     this.tvFolder.Name = "tvFolder";
     this.tvFolder.SelectedImageIndex = 1;
     this.tvFolder.Size = new System.Drawing.Size(260, 463);
     this.tvFolder.TabIndex = 0;
     this.tvFolder.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.tvFolder_ItemDrag);
     this.tvFolder.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvFolder_AfterSelect);
     this.tvFolder.Click += new System.EventHandler(this.tvFolder_Click);
     this.tvFolder.DragDrop += new System.Windows.Forms.DragEventHandler(this.tvFolder_DragDrop);
     this.tvFolder.DragEnter += new System.Windows.Forms.DragEventHandler(this.tvFolder_DragEnter);
     this.tvFolder.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvFolder_MouseDown);
     //
     // cMnuFolder
     //
     this.cMnuFolder.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mItmAdd,
     this.mItmEdit,
     this.mItmMove,
     this.mItmDelete,
     this.tsspAddRootFolder,
     this.mItmAddRootFolder});
     this.cMnuFolder.Name = "cMnuModule";
     this.cMnuFolder.Size = new System.Drawing.Size(174, 120);
     this.cMnuFolder.Opened += new System.EventHandler(this.cMnuFolder_Opened);
     //
     // mItmAdd
     //
     this.mItmAdd.Name = "mItmAdd";
     this.mItmAdd.Size = new System.Drawing.Size(173, 22);
     this.mItmAdd.Text = "添加(&A)...";
     this.mItmAdd.Click += new System.EventHandler(this.mItmAdd_Click);
     //
     // mItmEdit
     //
     this.mItmEdit.Name = "mItmEdit";
     this.mItmEdit.Size = new System.Drawing.Size(173, 22);
     this.mItmEdit.Text = "编辑(&E)...";
     this.mItmEdit.Click += new System.EventHandler(this.mItmEdit_Click);
     //
     // mItmMove
     //
     this.mItmMove.Name = "mItmMove";
     this.mItmMove.Size = new System.Drawing.Size(173, 22);
     this.mItmMove.Text = "移动(&M)...";
     this.mItmMove.Click += new System.EventHandler(this.mItmMove_Click);
     //
     // mItmDelete
     //
     this.mItmDelete.Name = "mItmDelete";
     this.mItmDelete.Size = new System.Drawing.Size(173, 22);
     this.mItmDelete.Text = "删除(&D)";
     this.mItmDelete.Click += new System.EventHandler(this.mItmDelete_Click);
     //
     // tsspAddRootFolder
     //
     this.tsspAddRootFolder.Name = "tsspAddRootFolder";
     this.tsspAddRootFolder.Size = new System.Drawing.Size(170, 6);
     //
     // mItmAddRootFolder
     //
     this.mItmAddRootFolder.Name = "mItmAddRootFolder";
     this.mItmAddRootFolder.Size = new System.Drawing.Size(173, 22);
     this.mItmAddRootFolder.Text = "添加根文件夹(&A)...";
     this.mItmAddRootFolder.Click += new System.EventHandler(this.mItmAddFolder_Click);
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     this.imageList.Images.SetKeyName(10, "");
     this.imageList.Images.SetKeyName(11, "");
     this.imageList.Images.SetKeyName(12, "");
     this.imageList.Images.SetKeyName(13, "");
     this.imageList.Images.SetKeyName(14, "");
     this.imageList.Images.SetKeyName(15, "icon_messenger1.gif");
     this.imageList.Images.SetKeyName(16, "icon_messenger0.gif");
     this.imageList.Images.SetKeyName(17, "icon_messenger2.gif");
     this.imageList.Images.SetKeyName(18, "icon_messenger3.gif");
     this.imageList.Images.SetKeyName(19, "icon_messenger4.gif");
     this.imageList.Images.SetKeyName(20, "icon_messenger5.gif");
     this.imageList.Images.SetKeyName(21, "icon_messenger6.gif");
     //
     // btnBatchDelete
     //
     this.btnBatchDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatchDelete.Location = new System.Drawing.Point(708, 533);
     this.btnBatchDelete.Name = "btnBatchDelete";
     this.btnBatchDelete.Size = new System.Drawing.Size(75, 23);
     this.btnBatchDelete.TabIndex = 8;
     this.btnBatchDelete.Text = "删除(&D)";
     this.btnBatchDelete.UseVisualStyleBackColor = true;
     this.btnBatchDelete.Click += new System.EventHandler(this.btnBatchDelete_Click);
     //
     // btnEdit
     //
     this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdit.Location = new System.Drawing.Point(548, 533);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(75, 23);
     this.btnEdit.TabIndex = 6;
     this.btnEdit.Text = "编辑(&E)...";
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(868, 533);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 9;
     this.btnClose.Text = "关闭";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Location = new System.Drawing.Point(468, 533);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 5;
     this.btnAdd.Text = "添加(&A)...";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // ucTableSort
     //
     this.ucTableSort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ucTableSort.Location = new System.Drawing.Point(174, 534);
     this.ucTableSort.Margin = new System.Windows.Forms.Padding(0);
     this.ucTableSort.Name = "ucTableSort";
     this.ucTableSort.OEntityId = null;
     this.ucTableSort.Padding = new System.Windows.Forms.Padding(1);
     this.ucTableSort.SetBottomEnabled = false;
     this.ucTableSort.SetDownEnabled = false;
     this.ucTableSort.SetTopEnabled = false;
     this.ucTableSort.SetUpEnabled = false;
     this.ucTableSort.Size = new System.Drawing.Size(99, 24);
     this.ucTableSort.TabIndex = 2;
     //
     // btnInvertSelect
     //
     this.btnInvertSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnInvertSelect.Location = new System.Drawing.Point(90, 534);
     this.btnInvertSelect.Name = "btnInvertSelect";
     this.btnInvertSelect.Size = new System.Drawing.Size(78, 23);
     this.btnInvertSelect.TabIndex = 4;
     this.btnInvertSelect.Text = "反选";
     this.btnInvertSelect.UseVisualStyleBackColor = true;
     this.btnInvertSelect.Click += new System.EventHandler(this.btnInvertSelect_Click);
     //
     // btnSelectAll
     //
     this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectAll.Location = new System.Drawing.Point(7, 534);
     this.btnSelectAll.Name = "btnSelectAll";
     this.btnSelectAll.Size = new System.Drawing.Size(78, 23);
     this.btnSelectAll.TabIndex = 3;
     this.btnSelectAll.Text = "全选";
     this.btnSelectAll.UseVisualStyleBackColor = true;
     this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
     //
     // btnExport
     //
     this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExport.Location = new System.Drawing.Point(829, 20);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(111, 23);
     this.btnExport.TabIndex = 12;
     this.btnExport.Text = "导出E&xcel...";
     this.btnExport.UseVisualStyleBackColor = true;
     this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
     //
     // FrmFolderAdmin
     //
     this.AllowDrop = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::DotNet.WinForm.Files.Properties.Resources.Head;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(951, 560);
     this.Controls.Add(this.btnInvertSelect);
     this.Controls.Add(this.btnSelectAll);
     this.Controls.Add(this.btnExport);
     this.Controls.Add(this.ucTableSort);
     this.Controls.Add(this.pnlFolder);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnBatchSave);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.btnEdit);
     this.Controls.Add(this.btnBatchDelete);
     this.Controls.Add(this.btnMove);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.MinimumSize = new System.Drawing.Size(375, 288);
     this.Name = "FrmFolderAdmin";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "文件夹管理";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmFolderAdmin_FormClosing);
     this.Load += new System.EventHandler(this.FrmFolderAdmin_Load);
     this.pnlFolder.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdFolder)).EndInit();
     this.cMnuFolder.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStaffOrganizeSelect));
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnConfirm = new System.Windows.Forms.Button();
     this.pnlOrganize = new System.Windows.Forms.Panel();
     this.grdStaff = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colRealName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splOrganize = new System.Windows.Forms.Splitter();
     this.tvOrganize = new System.Windows.Forms.TreeView();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.btnSetNull = new System.Windows.Forms.Button();
     this.lblSearch = new System.Windows.Forms.Label();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.btnSearch = new System.Windows.Forms.Button();
     this.chkContainChildren = new System.Windows.Forms.CheckBox();
     this.btnInvertSelect = new System.Windows.Forms.Button();
     this.btnSelectAll = new System.Windows.Forms.Button();
     this.pnlOrganize.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdStaff)).BeginInit();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(660, 510);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 8;
     this.btnCancel.Text = "取消";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // btnConfirm
     //
     this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnConfirm.Location = new System.Drawing.Point(578, 510);
     this.btnConfirm.Name = "btnConfirm";
     this.btnConfirm.Size = new System.Drawing.Size(75, 23);
     this.btnConfirm.TabIndex = 7;
     this.btnConfirm.Text = "确定";
     this.btnConfirm.UseVisualStyleBackColor = true;
     this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
     //
     // pnlOrganize
     //
     this.pnlOrganize.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlOrganize.Controls.Add(this.grdStaff);
     this.pnlOrganize.Controls.Add(this.splOrganize);
     this.pnlOrganize.Controls.Add(this.tvOrganize);
     this.pnlOrganize.Location = new System.Drawing.Point(8, 40);
     this.pnlOrganize.Name = "pnlOrganize";
     this.pnlOrganize.Size = new System.Drawing.Size(727, 464);
     this.pnlOrganize.TabIndex = 1;
     //
     // grdStaff
     //
     this.grdStaff.AllowUserToAddRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.AliceBlue;
     this.grdStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.grdStaff.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     this.grdStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.grdStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colUserName,
     this.colCode,
     this.colRealName,
     this.colDescription});
     this.grdStaff.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdStaff.Location = new System.Drawing.Point(263, 0);
     this.grdStaff.MultiSelect = false;
     this.grdStaff.Name = "grdStaff";
     this.grdStaff.RowTemplate.Height = 23;
     this.grdStaff.Size = new System.Drawing.Size(464, 464);
     this.grdStaff.TabIndex = 2;
     this.grdStaff.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdStaff_CellDoubleClick);
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.HeaderText = "选择";
     this.colSelected.Name = "colSelected";
     this.colSelected.Width = 50;
     //
     // colUserName
     //
     this.colUserName.DataPropertyName = "UserName";
     this.colUserName.HeaderText = "用户名";
     this.colUserName.MaxInputLength = 20;
     this.colUserName.Name = "colUserName";
     this.colUserName.ReadOnly = true;
     this.colUserName.Width = 80;
     //
     // colCode
     //
     this.colCode.DataPropertyName = "Code";
     this.colCode.HeaderText = "编号";
     this.colCode.MaxInputLength = 20;
     this.colCode.Name = "colCode";
     this.colCode.ReadOnly = true;
     this.colCode.Width = 80;
     //
     // colRealName
     //
     this.colRealName.DataPropertyName = "RealName";
     this.colRealName.HeaderText = "姓名";
     this.colRealName.MaxInputLength = 20;
     this.colRealName.Name = "colRealName";
     this.colRealName.ReadOnly = true;
     this.colRealName.Width = 80;
     //
     // colDescription
     //
     this.colDescription.DataPropertyName = "Description";
     this.colDescription.HeaderText = "描述";
     this.colDescription.MaxInputLength = 200;
     this.colDescription.Name = "colDescription";
     this.colDescription.ReadOnly = true;
     this.colDescription.Width = 110;
     //
     // splOrganize
     //
     this.splOrganize.Location = new System.Drawing.Point(260, 0);
     this.splOrganize.Name = "splOrganize";
     this.splOrganize.Size = new System.Drawing.Size(3, 464);
     this.splOrganize.TabIndex = 8;
     this.splOrganize.TabStop = false;
     //
     // tvOrganize
     //
     this.tvOrganize.AllowDrop = true;
     this.tvOrganize.Dock = System.Windows.Forms.DockStyle.Left;
     this.tvOrganize.ImageIndex = 0;
     this.tvOrganize.ImageList = this.imageList;
     this.tvOrganize.Location = new System.Drawing.Point(0, 0);
     this.tvOrganize.Name = "tvOrganize";
     this.tvOrganize.SelectedImageIndex = 1;
     this.tvOrganize.Size = new System.Drawing.Size(260, 464);
     this.tvOrganize.TabIndex = 1;
     this.tvOrganize.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvOrganize_AfterSelect);
     this.tvOrganize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvOrganize_MouseDown);
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     this.imageList.Images.SetKeyName(10, "");
     this.imageList.Images.SetKeyName(11, "");
     this.imageList.Images.SetKeyName(12, "");
     this.imageList.Images.SetKeyName(13, "");
     this.imageList.Images.SetKeyName(14, "");
     this.imageList.Images.SetKeyName(15, "icon_messenger1.gif");
     this.imageList.Images.SetKeyName(16, "icon_messenger0.gif");
     this.imageList.Images.SetKeyName(17, "icon_messenger2.gif");
     this.imageList.Images.SetKeyName(18, "icon_messenger3.gif");
     this.imageList.Images.SetKeyName(19, "icon_messenger4.gif");
     this.imageList.Images.SetKeyName(20, "icon_messenger5.gif");
     this.imageList.Images.SetKeyName(21, "icon_messenger6.gif");
     //
     // btnSetNull
     //
     this.btnSetNull.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSetNull.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnSetNull.Location = new System.Drawing.Point(496, 510);
     this.btnSetNull.Name = "btnSetNull";
     this.btnSetNull.Size = new System.Drawing.Size(75, 23);
     this.btnSetNull.TabIndex = 6;
     this.btnSetNull.Text = "置空(&N)";
     this.btnSetNull.UseVisualStyleBackColor = true;
     this.btnSetNull.Click += new System.EventHandler(this.btnSetNull_Click);
     //
     // lblSearch
     //
     this.lblSearch.Location = new System.Drawing.Point(2, 16);
     this.lblSearch.Name = "lblSearch";
     this.lblSearch.Size = new System.Drawing.Size(85, 12);
     this.lblSearch.TabIndex = 0;
     this.lblSearch.Text = "内容(&C):";
     this.lblSearch.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(88, 11);
     this.txtSearch.MaxLength = 20;
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(203, 21);
     this.txtSearch.TabIndex = 1;
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     //
     // btnSearch
     //
     this.btnSearch.Location = new System.Drawing.Point(296, 11);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(75, 23);
     this.btnSearch.TabIndex = 2;
     this.btnSearch.Text = "查询(&F)";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // chkContainChildren
     //
     this.chkContainChildren.AutoSize = true;
     this.chkContainChildren.Location = new System.Drawing.Point(647, 16);
     this.chkContainChildren.Name = "chkContainChildren";
     this.chkContainChildren.Size = new System.Drawing.Size(96, 16);
     this.chkContainChildren.TabIndex = 3;
     this.chkContainChildren.Text = "含子部门员工";
     this.chkContainChildren.UseVisualStyleBackColor = true;
     this.chkContainChildren.CheckedChanged += new System.EventHandler(this.chkContainChildren_CheckedChanged);
     //
     // btnInvertSelect
     //
     this.btnInvertSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnInvertSelect.Location = new System.Drawing.Point(91, 510);
     this.btnInvertSelect.Name = "btnInvertSelect";
     this.btnInvertSelect.Size = new System.Drawing.Size(78, 23);
     this.btnInvertSelect.TabIndex = 5;
     this.btnInvertSelect.Text = "反选";
     this.btnInvertSelect.UseVisualStyleBackColor = true;
     this.btnInvertSelect.Click += new System.EventHandler(this.btnInvertSelect_Click);
     //
     // btnSelectAll
     //
     this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectAll.Location = new System.Drawing.Point(6, 510);
     this.btnSelectAll.Name = "btnSelectAll";
     this.btnSelectAll.Size = new System.Drawing.Size(78, 23);
     this.btnSelectAll.TabIndex = 4;
     this.btnSelectAll.Text = "全选";
     this.btnSelectAll.UseVisualStyleBackColor = true;
     this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
     //
     // FrmStaffOrganizeSelect
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(743, 539);
     this.Controls.Add(this.btnInvertSelect);
     this.Controls.Add(this.btnSelectAll);
     this.Controls.Add(this.chkContainChildren);
     this.Controls.Add(this.lblSearch);
     this.Controls.Add(this.txtSearch);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.btnSetNull);
     this.Controls.Add(this.pnlOrganize);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnConfirm);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.Name = "FrmStaffOrganizeSelect";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "选择员工";
     this.pnlOrganize.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdStaff)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }