/// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.sbMessage = new System.Windows.Forms.StatusBar();
     this.sbPanelTitle = new System.Windows.Forms.StatusBarPanel();
     this.sbPanelMessage = new System.Windows.Forms.StatusBarPanel();
     this.sbPanelLogin = new System.Windows.Forms.StatusBarPanel();
     ((System.ComponentModel.ISupportInitialize)(this.sbPanelTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sbPanelMessage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sbPanelLogin)).BeginInit();
     this.SuspendLayout();
     //
     // sbMessage
     //
     this.sbMessage.Location = new System.Drawing.Point(0, 0);
     this.sbMessage.Name = "sbMessage";
     this.sbMessage.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
     this.sbPanelTitle,
     this.sbPanelMessage,
     this.sbPanelLogin});
     this.sbMessage.ShowPanels = true;
     this.sbMessage.Size = new System.Drawing.Size(762, 25);
     this.sbMessage.TabIndex = 9;
     //
     // sbPanelTitle
     //
     this.sbPanelTitle.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
     this.sbPanelTitle.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     this.sbPanelTitle.Name = "sbPanelTitle";
     this.sbPanelTitle.Text = "系统消息";
     this.sbPanelTitle.Width = 64;
     //
     // sbPanelMessage
     //
     this.sbPanelMessage.MinWidth = 0;
     this.sbPanelMessage.Name = "sbPanelMessage";
     this.sbPanelMessage.Text = "准备就绪...";
     this.sbPanelMessage.Width = 600;
     //
     // sbPanelLogin
     //
     this.sbPanelLogin.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
     this.sbPanelLogin.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     this.sbPanelLogin.MinWidth = 180;
     this.sbPanelLogin.Name = "sbPanelLogin";
     this.sbPanelLogin.Text = "系统管理员(Administrator)";
     this.sbPanelLogin.Width = 180;
     //
     // BottomControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.sbMessage);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name = "BottomControl";
     this.Size = new System.Drawing.Size(762, 25);
     ((System.ComponentModel.ISupportInitialize)(this.sbPanelTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sbPanelMessage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sbPanelLogin)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #2
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.Windows.Forms.StatusBarPanel            statusBarPanel1;
     System.Windows.Forms.SplitContainer            splitContainer1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditForm));
     this.sBox           = new Alsing.Windows.Forms.SyntaxBoxControl();
     this.sDoc           = new Alsing.SourceCode.SyntaxDocument(this.components);
     this.Output         = new System.Windows.Forms.TextBox();
     this.Status         = new System.Windows.Forms.StatusBar();
     this.DebugContainer = new System.Windows.Forms.SplitContainer();
     this.PyGrid         = new System.Windows.Forms.PropertyGrid();
     statusBarPanel1     = new System.Windows.Forms.StatusBarPanel();
     splitContainer1     = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(statusBarPanel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DebugContainer)).BeginInit();
     this.DebugContainer.Panel1.SuspendLayout();
     this.DebugContainer.Panel2.SuspendLayout();
     this.DebugContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // statusBarPanel1
     //
     statusBarPanel1.Name  = "statusBarPanel1";
     statusBarPanel1.Width = 200;
     //
     // splitContainer1
     //
     splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.Location    = new System.Drawing.Point(0, 0);
     splitContainer1.Name        = "splitContainer1";
     splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(this.sBox);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(this.Output);
     splitContainer1.Size             = new System.Drawing.Size(850, 562);
     splitContainer1.SplitterDistance = 281;
     splitContainer1.TabIndex         = 5;
     //
     // sBox
     //
     this.sBox.ActiveView           = Alsing.Windows.Forms.ActiveView.BottomRight;
     this.sBox.AutoListPosition     = null;
     this.sBox.AutoListSelectedText = "a123";
     this.sBox.AutoListVisible      = false;
     this.sBox.BackColor            = System.Drawing.Color.White;
     this.sBox.BorderStyle          = Alsing.Windows.Forms.BorderStyle.None;
     this.sBox.ChildBorderColor     = System.Drawing.Color.White;
     this.sBox.ChildBorderStyle     = Alsing.Windows.Forms.BorderStyle.None;
     this.sBox.CopyAsRTF            = false;
     this.sBox.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.sBox.Document             = this.sDoc;
     this.sBox.FontName             = "Courier new";
     this.sBox.ImeMode              = System.Windows.Forms.ImeMode.NoControl;
     this.sBox.InfoTipCount         = 1;
     this.sBox.InfoTipPosition      = null;
     this.sBox.InfoTipSelectedIndex = 1;
     this.sBox.InfoTipVisible       = false;
     this.sBox.Location             = new System.Drawing.Point(0, 0);
     this.sBox.LockCursorUpdate     = false;
     this.sBox.Name                 = "sBox";
     this.sBox.ScopeIndicatorColor  = System.Drawing.Color.Black;
     this.sBox.ShowScopeIndicator   = false;
     this.sBox.Size                 = new System.Drawing.Size(850, 281);
     this.sBox.SmoothScroll         = false;
     this.sBox.SplitviewH           = -4;
     this.sBox.SplitviewV           = -4;
     this.sBox.TabGuideColor        = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(219)))), ((int)(((byte)(214)))));
     this.sBox.TabIndex             = 4;
     this.sBox.Text                 = "syntaxBoxControl1";
     this.sBox.WhitespaceColor      = System.Drawing.SystemColors.ControlDark;
     //
     // sDoc
     //
     this.sDoc.Lines = new string[] {
         "abc"
     };
     this.sDoc.MaxUndoBufferSize = 1000;
     this.sDoc.Modified          = false;
     this.sDoc.UndoStep          = 0;
     this.sDoc.Change           += new System.EventHandler(this.sDoc_Change);
     this.sDoc.ModifiedChanged  += new System.EventHandler(this.sDoc_ModifiedChanged);
     //
     // Output
     //
     this.Output.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.Output.Font       = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Output.Location   = new System.Drawing.Point(0, 0);
     this.Output.Multiline  = true;
     this.Output.Name       = "Output";
     this.Output.ReadOnly   = true;
     this.Output.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.Output.Size       = new System.Drawing.Size(850, 277);
     this.Output.TabIndex   = 0;
     this.Output.WordWrap   = false;
     //
     // Status
     //
     this.Status.Location = new System.Drawing.Point(0, 562);
     this.Status.Name     = "Status";
     this.Status.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         statusBarPanel1
     });
     this.Status.ShowPanels = true;
     this.Status.Size       = new System.Drawing.Size(850, 22);
     this.Status.TabIndex   = 5;
     //
     // DebugContainer
     //
     this.DebugContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.DebugContainer.Location = new System.Drawing.Point(0, 0);
     this.DebugContainer.Name     = "DebugContainer";
     //
     // DebugContainer.Panel1
     //
     this.DebugContainer.Panel1.Controls.Add(splitContainer1);
     //
     // DebugContainer.Panel2
     //
     this.DebugContainer.Panel2.Controls.Add(this.PyGrid);
     this.DebugContainer.Panel2Collapsed  = true;
     this.DebugContainer.Size             = new System.Drawing.Size(850, 562);
     this.DebugContainer.SplitterDistance = 445;
     this.DebugContainer.TabIndex         = 6;
     //
     // PyGrid
     //
     this.PyGrid.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PyGrid.Location = new System.Drawing.Point(0, 0);
     this.PyGrid.Name     = "PyGrid";
     this.PyGrid.Size     = new System.Drawing.Size(96, 100);
     this.PyGrid.TabIndex = 0;
     //
     // EditForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(850, 584);
     this.Controls.Add(this.DebugContainer);
     this.Controls.Add(this.Status);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "EditForm";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.Text          = "EditForm";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.EditForm_FormClosing);
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.EditForm_FormClosed);
     this.Load         += new System.EventHandler(this.EditForm_Load);
     ((System.ComponentModel.ISupportInitialize)(statusBarPanel1)).EndInit();
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     this.DebugContainer.Panel1.ResumeLayout(false);
     this.DebugContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DebugContainer)).EndInit();
     this.DebugContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 public StatusBarPanelClickEventArgs(System.Windows.Forms.StatusBarPanel statusBarPanel, MouseButtons button, int clicks, int x, int y) : base(button, clicks, x, y, 0)
 {
     this.statusBarPanel = statusBarPanel;
 }
Beispiel #4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.TabSheet_CMD = new System.Windows.Forms.TabPage();
     this.groupBox46 = new System.Windows.Forms.GroupBox();
     this.button26 = new System.Windows.Forms.Button();
     this.textBox14 = new System.Windows.Forms.TextBox();
     this.groupBox42 = new System.Windows.Forms.GroupBox();
     this.groupBox41 = new System.Windows.Forms.GroupBox();
     this.CloseNetPort = new System.Windows.Forms.Button();
     this.OpenNetPort = new System.Windows.Forms.Button();
     this.textBox9 = new System.Windows.Forms.TextBox();
     this.label63 = new System.Windows.Forms.Label();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.label62 = new System.Windows.Forms.Label();
     this.textBox7 = new System.Windows.Forms.TextBox();
     this.label61 = new System.Windows.Forms.Label();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.GroupBox1 = new System.Windows.Forms.GroupBox();
     this.ComboBox_baud2 = new System.Windows.Forms.ComboBox();
     this.label47 = new System.Windows.Forms.Label();
     this.ComboBox_AlreadyOpenCOM = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.ClosePort = new System.Windows.Forms.Button();
     this.OpenPort = new System.Windows.Forms.Button();
     this.Edit_CmdComAddr = new System.Windows.Forms.TextBox();
     this.Label2 = new System.Windows.Forms.Label();
     this.ComboBox_COM = new System.Windows.Forms.ComboBox();
     this.Label1 = new System.Windows.Forms.Label();
     this.groupBox28 = new System.Windows.Forms.GroupBox();
     this.Radio_beepDis = new System.Windows.Forms.RadioButton();
     this.Radio_beepEn = new System.Windows.Forms.RadioButton();
     this.Button_Beep = new System.Windows.Forms.Button();
     this.groupBox27 = new System.Windows.Forms.GroupBox();
     this.Button_OutputRep = new System.Windows.Forms.Button();
     this.checkBox14 = new System.Windows.Forms.CheckBox();
     this.checkBox15 = new System.Windows.Forms.CheckBox();
     this.checkBox16 = new System.Windows.Forms.CheckBox();
     this.checkBox17 = new System.Windows.Forms.CheckBox();
     this.groupBox26 = new System.Windows.Forms.GroupBox();
     this.ClockCMD = new System.Windows.Forms.Button();
     this.GetClock = new System.Windows.Forms.RadioButton();
     this.SetClock = new System.Windows.Forms.RadioButton();
     this.label39 = new System.Windows.Forms.Label();
     this.label40 = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.label42 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.Text_sec = new System.Windows.Forms.TextBox();
     this.Text_min = new System.Windows.Forms.TextBox();
     this.Text_hour = new System.Windows.Forms.TextBox();
     this.Text_day = new System.Windows.Forms.TextBox();
     this.Text_month = new System.Windows.Forms.TextBox();
     this.label46 = new System.Windows.Forms.Label();
     this.Text_year = new System.Windows.Forms.TextBox();
     this.TextBox5 = new System.Windows.Forms.TextBox();
     this.groupBox25 = new System.Windows.Forms.GroupBox();
     this.Button_RelayTime = new System.Windows.Forms.Button();
     this.label38 = new System.Windows.Forms.Label();
     this.ComboBox_RelayTime = new System.Windows.Forms.ComboBox();
     this.label37 = new System.Windows.Forms.Label();
     this.groupBox24 = new System.Windows.Forms.GroupBox();
     this.Button_Ant = new System.Windows.Forms.Button();
     this.checkBox13 = new System.Windows.Forms.CheckBox();
     this.checkBox12 = new System.Windows.Forms.CheckBox();
     this.checkBox11 = new System.Windows.Forms.CheckBox();
     this.checkBox10 = new System.Windows.Forms.CheckBox();
     this.groupBox23 = new System.Windows.Forms.GroupBox();
     this.Button_GetGPIO = new System.Windows.Forms.Button();
     this.Button_SetGPIO = new System.Windows.Forms.Button();
     this.checkBox9 = new System.Windows.Forms.CheckBox();
     this.checkBox8 = new System.Windows.Forms.CheckBox();
     this.checkBox7 = new System.Windows.Forms.CheckBox();
     this.checkBox6 = new System.Windows.Forms.CheckBox();
     this.checkBox5 = new System.Windows.Forms.CheckBox();
     this.checkBox4 = new System.Windows.Forms.CheckBox();
     this.checkBox3 = new System.Windows.Forms.CheckBox();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.groupBox30 = new System.Windows.Forms.GroupBox();
     this.radioButton_band5 = new System.Windows.Forms.RadioButton();
     this.radioButton_band4 = new System.Windows.Forms.RadioButton();
     this.radioButton_band3 = new System.Windows.Forms.RadioButton();
     this.radioButton_band2 = new System.Windows.Forms.RadioButton();
     this.radioButton_band1 = new System.Windows.Forms.RadioButton();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.Button1 = new System.Windows.Forms.Button();
     this.Button5 = new System.Windows.Forms.Button();
     this.ComboBox_scantime = new System.Windows.Forms.ComboBox();
     this.ComboBox_baud = new System.Windows.Forms.ComboBox();
     this.CheckBox_SameFre = new System.Windows.Forms.CheckBox();
     this.label17 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.ComboBox_dmaxfre = new System.Windows.Forms.ComboBox();
     this.ComboBox_dminfre = new System.Windows.Forms.ComboBox();
     this.ComboBox_PowerDbm = new System.Windows.Forms.ComboBox();
     this.Edit_NewComAdr = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.Button3 = new System.Windows.Forms.Button();
     this.Edit_scantime = new System.Windows.Forms.TextBox();
     this.EPCC1G2 = new System.Windows.Forms.CheckBox();
     this.ISO180006B = new System.Windows.Forms.CheckBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.Edit_dmaxfre = new System.Windows.Forms.TextBox();
     this.Edit_powerdBm = new System.Windows.Forms.TextBox();
     this.Edit_Version = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.Edit_dminfre = new System.Windows.Forms.TextBox();
     this.Edit_ComAdr = new System.Windows.Forms.TextBox();
     this.Edit_Type = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.button37 = new System.Windows.Forms.Button();
     this.button25 = new System.Windows.Forms.Button();
     this.groupBox48 = new System.Windows.Forms.GroupBox();
     this.label71 = new System.Windows.Forms.Label();
     this.comboBox6 = new System.Windows.Forms.ComboBox();
     this.label70 = new System.Windows.Forms.Label();
     this.button30 = new System.Windows.Forms.Button();
     this.button29 = new System.Windows.Forms.Button();
     this.textBox16 = new System.Windows.Forms.TextBox();
     this.textBox15 = new System.Windows.Forms.TextBox();
     this.groupBox51 = new System.Windows.Forms.GroupBox();
     this.button36 = new System.Windows.Forms.Button();
     this.button33 = new System.Windows.Forms.Button();
     this.label110 = new System.Windows.Forms.Label();
     this.macTB = new System.Windows.Forms.TextBox();
     this.panel_StaticIp = new System.Windows.Forms.Panel();
     this.label109 = new System.Windows.Forms.Label();
     this.label108 = new System.Windows.Forms.Label();
     this.label107 = new System.Windows.Forms.Label();
     this.label106 = new System.Windows.Forms.Label();
     this.label105 = new System.Windows.Forms.Label();
     this.altDNSTB = new System.Windows.Forms.TextBox();
     this.pDNSTB = new System.Windows.Forms.TextBox();
     this.gatewayTB = new System.Windows.Forms.TextBox();
     this.subnetTB = new System.Windows.Forms.TextBox();
     this.ipTB = new System.Windows.Forms.TextBox();
     this.groupBox50 = new System.Windows.Forms.GroupBox();
     this.button35 = new System.Windows.Forms.Button();
     this.button32 = new System.Windows.Forms.Button();
     this.panel_TCP = new System.Windows.Forms.Panel();
     this.label87 = new System.Windows.Forms.Label();
     this.label88 = new System.Windows.Forms.Label();
     this.label89 = new System.Windows.Forms.Label();
     this.label90 = new System.Windows.Forms.Label();
     this.label93 = new System.Windows.Forms.Label();
     this.workasCB = new System.Windows.Forms.ComboBox();
     this.tcpRomteHostTB = new System.Windows.Forms.TextBox();
     this.tcpRemotePortNUD = new System.Windows.Forms.NumericUpDown();
     this.tcpLocalPortNUD = new System.Windows.Forms.NumericUpDown();
     this.tcpActiveCB = new System.Windows.Forms.ComboBox();
     this.groupBox49 = new System.Windows.Forms.GroupBox();
     this.button34 = new System.Windows.Forms.Button();
     this.button31 = new System.Windows.Forms.Button();
     this.panel4 = new System.Windows.Forms.Panel();
     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.label77 = new System.Windows.Forms.Label();
     this.label78 = new System.Windows.Forms.Label();
     this.protocolCB = new System.Windows.Forms.ComboBox();
     this.stopbitCB = new System.Windows.Forms.ComboBox();
     this.parityCB = new System.Windows.Forms.ComboBox();
     this.databitCB = new System.Windows.Forms.ComboBox();
     this.baudrateCB = new System.Windows.Forms.ComboBox();
     this.flowCB = new System.Windows.Forms.ComboBox();
     this.fifoCB = new System.Windows.Forms.ComboBox();
     this.groupBox47 = new System.Windows.Forms.GroupBox();
     this.button28 = new System.Windows.Forms.Button();
     this.button27 = new System.Windows.Forms.Button();
     this.TabSheet_EPCC1G2 = new System.Windows.Forms.TabPage();
     this.groupBox31 = new System.Windows.Forms.GroupBox();
     this.maskData_textBox = new System.Windows.Forms.TextBox();
     this.label60 = new System.Windows.Forms.Label();
     this.groupBox40 = new System.Windows.Forms.GroupBox();
     this.R_User = new System.Windows.Forms.RadioButton();
     this.R_TID = new System.Windows.Forms.RadioButton();
     this.R_EPC = new System.Windows.Forms.RadioButton();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.maskLen_textBox = new System.Windows.Forms.TextBox();
     this.label44 = new System.Windows.Forms.Label();
     this.maskadr_textbox = new System.Windows.Forms.TextBox();
     this.label43 = new System.Windows.Forms.Label();
     this.groupBox18 = new System.Windows.Forms.GroupBox();
     this.Button_LockUserBlock_G2 = new System.Windows.Forms.Button();
     this.Edit_AccessCode6 = new System.Windows.Forms.TextBox();
     this.ComboBox_BlockNum = new System.Windows.Forms.ComboBox();
     this.label30 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.ComboBox_EPC6 = new System.Windows.Forms.ComboBox();
     this.groupBox16 = new System.Windows.Forms.GroupBox();
     this.Label_Alarm = new System.Windows.Forms.Label();
     this.button4 = new System.Windows.Forms.Button();
     this.Button_SetEASAlarm_G2 = new System.Windows.Forms.Button();
     this.groupBox17 = new System.Windows.Forms.GroupBox();
     this.NoAlarm_G2 = new System.Windows.Forms.RadioButton();
     this.Alarm_G2 = new System.Windows.Forms.RadioButton();
     this.Edit_AccessCode5 = new System.Windows.Forms.TextBox();
     this.label28 = new System.Windows.Forms.Label();
     this.ComboBox_EPC5 = new System.Windows.Forms.ComboBox();
     this.groupBox15 = new System.Windows.Forms.GroupBox();
     this.Button_CheckReadProtected_G2 = new System.Windows.Forms.Button();
     this.Button_RemoveReadProtect_G2 = new System.Windows.Forms.Button();
     this.Button_SetMultiReadProtect_G2 = new System.Windows.Forms.Button();
     this.Button_SetReadProtect_G2 = new System.Windows.Forms.Button();
     this.Edit_AccessCode4 = new System.Windows.Forms.TextBox();
     this.label27 = new System.Windows.Forms.Label();
     this.ComboBox_EPC4 = new System.Windows.Forms.ComboBox();
     this.groupBox14 = new System.Windows.Forms.GroupBox();
     this.Button_WriteEPC_G2 = new System.Windows.Forms.Button();
     this.Edit_AccessCode3 = new System.Windows.Forms.TextBox();
     this.label26 = new System.Windows.Forms.Label();
     this.Edit_WriteEPC = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.groupBox13 = new System.Windows.Forms.GroupBox();
     this.Button_DestroyCard = new System.Windows.Forms.Button();
     this.Edit_DestroyCode = new System.Windows.Forms.TextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.ComboBox_EPC3 = new System.Windows.Forms.ComboBox();
     this.groupBox12 = new System.Windows.Forms.GroupBox();
     this.CheckBox_TID = new System.Windows.Forms.CheckBox();
     this.groupBox45 = new System.Windows.Forms.GroupBox();
     this.textBox12 = new System.Windows.Forms.TextBox();
     this.label68 = new System.Windows.Forms.Label();
     this.textBox13 = new System.Windows.Forms.TextBox();
     this.label69 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.ComboBox_IntervalTime = new System.Windows.Forms.ComboBox();
     this.label23 = new System.Windows.Forms.Label();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.Button_SetProtectState = new System.Windows.Forms.Button();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.groupBox11 = new System.Windows.Forms.GroupBox();
     this.AlwaysNot2 = new System.Windows.Forms.RadioButton();
     this.Always2 = new System.Windows.Forms.RadioButton();
     this.Proect2 = new System.Windows.Forms.RadioButton();
     this.NoProect2 = new System.Windows.Forms.RadioButton();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.P_User = new System.Windows.Forms.RadioButton();
     this.P_TID = new System.Windows.Forms.RadioButton();
     this.P_EPC = new System.Windows.Forms.RadioButton();
     this.P_Reserve = new System.Windows.Forms.RadioButton();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.AlwaysNot = new System.Windows.Forms.RadioButton();
     this.Always = new System.Windows.Forms.RadioButton();
     this.Proect = new System.Windows.Forms.RadioButton();
     this.NoProect = new System.Windows.Forms.RadioButton();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.AccessCode = new System.Windows.Forms.RadioButton();
     this.DestroyCode = new System.Windows.Forms.RadioButton();
     this.ComboBox_EPC1 = new System.Windows.Forms.ComboBox();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.textBox_pc = new System.Windows.Forms.TextBox();
     this.checkBox_pc = new System.Windows.Forms.CheckBox();
     this.BlockWrite = new System.Windows.Forms.Button();
     this.ComboBox_EPC2 = new System.Windows.Forms.ComboBox();
     this.button7 = new System.Windows.Forms.Button();
     this.Button_BlockErase = new System.Windows.Forms.Button();
     this.Button_DataWrite = new System.Windows.Forms.Button();
     this.SpeedButton_Read_G2 = new System.Windows.Forms.Button();
     this.Edit_WriteData = new System.Windows.Forms.TextBox();
     this.Edit_AccessCode2 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.Edit_WordPtr = new System.Windows.Forms.TextBox();
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.label21 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.C_User = new System.Windows.Forms.RadioButton();
     this.C_TID = new System.Windows.Forms.RadioButton();
     this.C_EPC = new System.Windows.Forms.RadioButton();
     this.C_Reserve = new System.Windows.Forms.RadioButton();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.textBox18 = new System.Windows.Forms.TextBox();
     this.label80 = new System.Windows.Forms.Label();
     this.textBox17 = new System.Windows.Forms.TextBox();
     this.label79 = new System.Windows.Forms.Label();
     this.ListView1_EPC = new System.Windows.Forms.ListView();
     this.listViewCol_Number = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.listViewCol_ID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.listViewCol_Length = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.listViewCol_Times = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.TabSheet_6B = new System.Windows.Forms.TabPage();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     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.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.StatusBar1 = new System.Windows.Forms.StatusBar();
     this.TStatusPanel = new System.Windows.Forms.StatusBarPanel();
     this.Port = new System.Windows.Forms.StatusBarPanel();
     this.Manufacturername = new System.Windows.Forms.StatusBarPanel();
     this.Timer_Test_ = new System.Windows.Forms.Timer(this.components);
     this.Timer_G2_Read = new System.Windows.Forms.Timer(this.components);
     this.Timer_G2_Alarm = new System.Windows.Forms.Timer(this.components);
     this.Timer_Test_6B = new System.Windows.Forms.Timer(this.components);
     this.Timer_6B_Read = new System.Windows.Forms.Timer(this.components);
     this.Timer_6B_Write = new System.Windows.Forms.Timer(this.components);
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.tabControl1.SuspendLayout();
     this.TabSheet_CMD.SuspendLayout();
     this.groupBox46.SuspendLayout();
     this.groupBox42.SuspendLayout();
     this.groupBox41.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     this.groupBox28.SuspendLayout();
     this.groupBox27.SuspendLayout();
     this.groupBox26.SuspendLayout();
     this.groupBox25.SuspendLayout();
     this.groupBox24.SuspendLayout();
     this.groupBox23.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox30.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.groupBox48.SuspendLayout();
     this.groupBox51.SuspendLayout();
     this.panel_StaticIp.SuspendLayout();
     this.groupBox50.SuspendLayout();
     this.panel_TCP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tcpRemotePortNUD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tcpLocalPortNUD)).BeginInit();
     this.groupBox49.SuspendLayout();
     this.panel4.SuspendLayout();
     this.groupBox47.SuspendLayout();
     this.TabSheet_EPCC1G2.SuspendLayout();
     this.groupBox31.SuspendLayout();
     this.groupBox40.SuspendLayout();
     this.groupBox18.SuspendLayout();
     this.groupBox16.SuspendLayout();
     this.groupBox17.SuspendLayout();
     this.groupBox15.SuspendLayout();
     this.groupBox14.SuspendLayout();
     this.groupBox13.SuspendLayout();
     this.groupBox12.SuspendLayout();
     this.groupBox45.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.groupBox11.SuspendLayout();
     this.groupBox10.SuspendLayout();
     this.groupBox8.SuspendLayout();
     this.groupBox9.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TStatusPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Port)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Manufacturername)).BeginInit();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.TabSheet_CMD);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.TabSheet_EPCC1G2);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.TabSheet_6B);
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Location = new System.Drawing.Point(2, 1);
     this.tabControl1.Multiline = true;
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(825, 704);
     this.tabControl1.TabIndex = 0;
     this.tabControl1.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl1_Selecting);
     //
     // TabSheet_CMD
     //
     this.TabSheet_CMD.BackColor = System.Drawing.Color.Transparent;
     this.TabSheet_CMD.Controls.Add(this.groupBox46);
     this.TabSheet_CMD.Controls.Add(this.groupBox42);
     this.TabSheet_CMD.Controls.Add(this.groupBox28);
     this.TabSheet_CMD.Controls.Add(this.groupBox27);
     this.TabSheet_CMD.Controls.Add(this.groupBox26);
     this.TabSheet_CMD.Controls.Add(this.groupBox25);
     this.TabSheet_CMD.Controls.Add(this.groupBox24);
     this.TabSheet_CMD.Controls.Add(this.groupBox23);
     this.TabSheet_CMD.Controls.Add(this.groupBox3);
     this.TabSheet_CMD.Controls.Add(this.groupBox2);
     this.TabSheet_CMD.Location = new System.Drawing.Point(4, 22);
     this.TabSheet_CMD.Name = "TabSheet_CMD";
     this.TabSheet_CMD.Padding = new System.Windows.Forms.Padding(3);
     this.TabSheet_CMD.Size = new System.Drawing.Size(817, 678);
     this.TabSheet_CMD.TabIndex = 1;
     this.TabSheet_CMD.Text = "Reader Parameter";
     this.TabSheet_CMD.UseVisualStyleBackColor = true;
     //
     // groupBox46
     //
     this.groupBox46.Controls.Add(this.button26);
     this.groupBox46.Controls.Add(this.textBox14);
     this.groupBox46.Location = new System.Drawing.Point(5, 457);
     this.groupBox46.Name = "groupBox46";
     this.groupBox46.Size = new System.Drawing.Size(136, 76);
     this.groupBox46.TabIndex = 52;
     this.groupBox46.TabStop = false;
     this.groupBox46.Text = "Reader seria number";
     //
     // button26
     //
     this.button26.Location = new System.Drawing.Point(71, 46);
     this.button26.Name = "button26";
     this.button26.Size = new System.Drawing.Size(56, 25);
     this.button26.TabIndex = 2;
     this.button26.Text = "Get";
     this.button26.UseVisualStyleBackColor = true;
     this.button26.Click += new System.EventHandler(this.button26_Click);
     //
     // textBox14
     //
     this.textBox14.Location = new System.Drawing.Point(9, 18);
     this.textBox14.MaxLength = 8;
     this.textBox14.Name = "textBox14";
     this.textBox14.Size = new System.Drawing.Size(117, 20);
     this.textBox14.TabIndex = 0;
     //
     // groupBox42
     //
     this.groupBox42.Controls.Add(this.groupBox41);
     this.groupBox42.Controls.Add(this.radioButton2);
     this.groupBox42.Controls.Add(this.radioButton1);
     this.groupBox42.Controls.Add(this.GroupBox1);
     this.groupBox42.Location = new System.Drawing.Point(6, 7);
     this.groupBox42.Name = "groupBox42";
     this.groupBox42.Size = new System.Drawing.Size(138, 449);
     this.groupBox42.TabIndex = 50;
     this.groupBox42.TabStop = false;
     this.groupBox42.Text = "Communication";
     //
     // groupBox41
     //
     this.groupBox41.Controls.Add(this.CloseNetPort);
     this.groupBox41.Controls.Add(this.OpenNetPort);
     this.groupBox41.Controls.Add(this.textBox9);
     this.groupBox41.Controls.Add(this.label63);
     this.groupBox41.Controls.Add(this.textBox8);
     this.groupBox41.Controls.Add(this.label62);
     this.groupBox41.Controls.Add(this.textBox7);
     this.groupBox41.Controls.Add(this.label61);
     this.groupBox41.Location = new System.Drawing.Point(6, 263);
     this.groupBox41.Name = "groupBox41";
     this.groupBox41.Size = new System.Drawing.Size(128, 180);
     this.groupBox41.TabIndex = 50;
     this.groupBox41.TabStop = false;
     this.groupBox41.Text = "TCPIP";
     //
     // CloseNetPort
     //
     this.CloseNetPort.Location = new System.Drawing.Point(9, 147);
     this.CloseNetPort.Name = "CloseNetPort";
     this.CloseNetPort.Size = new System.Drawing.Size(113, 25);
     this.CloseNetPort.TabIndex = 7;
     this.CloseNetPort.Text = "CloseNetPort";
     this.CloseNetPort.UseVisualStyleBackColor = true;
     this.CloseNetPort.Click += new System.EventHandler(this.CloseNetPort_Click);
     //
     // OpenNetPort
     //
     this.OpenNetPort.Location = new System.Drawing.Point(9, 114);
     this.OpenNetPort.Name = "OpenNetPort";
     this.OpenNetPort.Size = new System.Drawing.Size(113, 25);
     this.OpenNetPort.TabIndex = 6;
     this.OpenNetPort.Text = "OpenNetPort";
     this.OpenNetPort.UseVisualStyleBackColor = true;
     this.OpenNetPort.Click += new System.EventHandler(this.OpenNetPort_Click);
     //
     // textBox9
     //
     this.textBox9.Location = new System.Drawing.Point(43, 85);
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new System.Drawing.Size(78, 20);
     this.textBox9.TabIndex = 5;
     this.textBox9.Text = "FF";
     //
     // label63
     //
     this.label63.AutoSize = true;
     this.label63.Location = new System.Drawing.Point(7, 94);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(35, 13);
     this.label63.TabIndex = 4;
     this.label63.Text = "Addr:";
     //
     // textBox8
     //
     this.textBox8.Location = new System.Drawing.Point(33, 47);
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new System.Drawing.Size(88, 20);
     this.textBox8.TabIndex = 3;
     this.textBox8.Text = "192.168.0.250";
     //
     // label62
     //
     this.label62.AutoSize = true;
     this.label62.Location = new System.Drawing.Point(7, 56);
     this.label62.Name = "label62";
     this.label62.Size = new System.Drawing.Size(23, 13);
     this.label62.TabIndex = 2;
     this.label62.Text = "IP:";
     //
     // textBox7
     //
     this.textBox7.Location = new System.Drawing.Point(40, 17);
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new System.Drawing.Size(82, 20);
     this.textBox7.TabIndex = 1;
     this.textBox7.Text = "27012";
     //
     // label61
     //
     this.label61.AutoSize = true;
     this.label61.Location = new System.Drawing.Point(6, 27);
     this.label61.Name = "label61";
     this.label61.Size = new System.Drawing.Size(29, 13);
     this.label61.TabIndex = 0;
     this.label61.Text = "Port:";
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(73, 18);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(56, 17);
     this.radioButton2.TabIndex = 43;
     this.radioButton2.TabStop = true;
     this.radioButton2.Text = "TCPIP";
     this.radioButton2.UseVisualStyleBackColor = true;
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(13, 18);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(49, 17);
     this.radioButton1.TabIndex = 42;
     this.radioButton1.TabStop = true;
     this.radioButton1.Text = "COM";
     this.radioButton1.UseVisualStyleBackColor = true;
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.ComboBox_baud2);
     this.GroupBox1.Controls.Add(this.label47);
     this.GroupBox1.Controls.Add(this.ComboBox_AlreadyOpenCOM);
     this.GroupBox1.Controls.Add(this.label3);
     this.GroupBox1.Controls.Add(this.ClosePort);
     this.GroupBox1.Controls.Add(this.OpenPort);
     this.GroupBox1.Controls.Add(this.Edit_CmdComAddr);
     this.GroupBox1.Controls.Add(this.Label2);
     this.GroupBox1.Controls.Add(this.ComboBox_COM);
     this.GroupBox1.Controls.Add(this.Label1);
     this.GroupBox1.Location = new System.Drawing.Point(6, 35);
     this.GroupBox1.Name = "GroupBox1";
     this.GroupBox1.Size = new System.Drawing.Size(127, 223);
     this.GroupBox1.TabIndex = 41;
     this.GroupBox1.TabStop = false;
     this.GroupBox1.Text = "COM";
     //
     // ComboBox_baud2
     //
     this.ComboBox_baud2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_baud2.FormattingEnabled = true;
     this.ComboBox_baud2.Items.AddRange(new object[] {
     "9600bps",
     "19200bps",
     "38400bps",
     "57600bps",
     "115200bps"});
     this.ComboBox_baud2.Location = new System.Drawing.Point(7, 119);
     this.ComboBox_baud2.Name = "ComboBox_baud2";
     this.ComboBox_baud2.Size = new System.Drawing.Size(113, 21);
     this.ComboBox_baud2.TabIndex = 12;
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(6, 103);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(38, 13);
     this.label47.TabIndex = 9;
     this.label47.Text = "Baud:";
     //
     // ComboBox_AlreadyOpenCOM
     //
     this.ComboBox_AlreadyOpenCOM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_AlreadyOpenCOM.FormattingEnabled = true;
     this.ComboBox_AlreadyOpenCOM.Location = new System.Drawing.Point(5, 166);
     this.ComboBox_AlreadyOpenCOM.Name = "ComboBox_AlreadyOpenCOM";
     this.ComboBox_AlreadyOpenCOM.Size = new System.Drawing.Size(117, 21);
     this.ComboBox_AlreadyOpenCOM.TabIndex = 7;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 147);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(94, 13);
     this.label3.TabIndex = 6;
     this.label3.Text = "Opened COM Port";
     //
     // ClosePort
     //
     this.ClosePort.Location = new System.Drawing.Point(5, 192);
     this.ClosePort.Name = "ClosePort";
     this.ClosePort.Size = new System.Drawing.Size(117, 25);
     this.ClosePort.TabIndex = 5;
     this.ClosePort.Text = "Close COM Port";
     this.ClosePort.UseVisualStyleBackColor = true;
     this.ClosePort.Click += new System.EventHandler(this.ClosePort_Click);
     //
     // OpenPort
     //
     this.OpenPort.Location = new System.Drawing.Point(5, 72);
     this.OpenPort.Name = "OpenPort";
     this.OpenPort.Size = new System.Drawing.Size(117, 25);
     this.OpenPort.TabIndex = 4;
     this.OpenPort.Text = "Open COM Port";
     this.OpenPort.UseVisualStyleBackColor = true;
     this.OpenPort.Click += new System.EventHandler(this.OpenPort_Click);
     //
     // Edit_CmdComAddr
     //
     this.Edit_CmdComAddr.BackColor = System.Drawing.SystemColors.Window;
     this.Edit_CmdComAddr.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.Edit_CmdComAddr.Location = new System.Drawing.Point(98, 42);
     this.Edit_CmdComAddr.MaxLength = 2;
     this.Edit_CmdComAddr.Name = "Edit_CmdComAddr";
     this.Edit_CmdComAddr.Size = new System.Drawing.Size(24, 20);
     this.Edit_CmdComAddr.TabIndex = 3;
     this.Edit_CmdComAddr.Text = "FF";
     //
     // Label2
     //
     this.Label2.AutoSize = true;
     this.Label2.Location = new System.Drawing.Point(6, 46);
     this.Label2.Name = "Label2";
     this.Label2.Size = new System.Drawing.Size(86, 13);
     this.Label2.TabIndex = 2;
     this.Label2.Text = "Reader Address:";
     //
     // ComboBox_COM
     //
     this.ComboBox_COM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_COM.FormattingEnabled = true;
     this.ComboBox_COM.Location = new System.Drawing.Point(65, 14);
     this.ComboBox_COM.Name = "ComboBox_COM";
     this.ComboBox_COM.Size = new System.Drawing.Size(57, 21);
     this.ComboBox_COM.TabIndex = 1;
     this.ComboBox_COM.SelectedIndexChanged += new System.EventHandler(this.ComboBox_COM_SelectedIndexChanged_1);
     //
     // Label1
     //
     this.Label1.AutoSize = true;
     this.Label1.Location = new System.Drawing.Point(5, 23);
     this.Label1.Name = "Label1";
     this.Label1.Size = new System.Drawing.Size(59, 13);
     this.Label1.TabIndex = 0;
     this.Label1.Text = "COM Port:";
     //
     // groupBox28
     //
     this.groupBox28.Controls.Add(this.Radio_beepDis);
     this.groupBox28.Controls.Add(this.Radio_beepEn);
     this.groupBox28.Controls.Add(this.Button_Beep);
     this.groupBox28.Location = new System.Drawing.Point(317, 481);
     this.groupBox28.Name = "groupBox28";
     this.groupBox28.Size = new System.Drawing.Size(193, 52);
     this.groupBox28.TabIndex = 48;
     this.groupBox28.TabStop = false;
     this.groupBox28.Text = "Beep Operationn";
     //
     // Radio_beepDis
     //
     this.Radio_beepDis.AutoSize = true;
     this.Radio_beepDis.Location = new System.Drawing.Point(56, 22);
     this.Radio_beepDis.Name = "Radio_beepDis";
     this.Radio_beepDis.Size = new System.Drawing.Size(39, 17);
     this.Radio_beepDis.TabIndex = 7;
     this.Radio_beepDis.TabStop = true;
     this.Radio_beepDis.Text = "Off";
     this.Radio_beepDis.UseVisualStyleBackColor = true;
     //
     // Radio_beepEn
     //
     this.Radio_beepEn.AutoSize = true;
     this.Radio_beepEn.Location = new System.Drawing.Point(10, 22);
     this.Radio_beepEn.Name = "Radio_beepEn";
     this.Radio_beepEn.Size = new System.Drawing.Size(39, 17);
     this.Radio_beepEn.TabIndex = 6;
     this.Radio_beepEn.TabStop = true;
     this.Radio_beepEn.Text = "On";
     this.Radio_beepEn.UseVisualStyleBackColor = true;
     //
     // Button_Beep
     //
     this.Button_Beep.Location = new System.Drawing.Point(110, 16);
     this.Button_Beep.Name = "Button_Beep";
     this.Button_Beep.Size = new System.Drawing.Size(75, 25);
     this.Button_Beep.TabIndex = 5;
     this.Button_Beep.Text = "Set";
     this.Button_Beep.UseVisualStyleBackColor = true;
     this.Button_Beep.Click += new System.EventHandler(this.Button_Beep_Click);
     //
     // groupBox27
     //
     this.groupBox27.Controls.Add(this.Button_OutputRep);
     this.groupBox27.Controls.Add(this.checkBox14);
     this.groupBox27.Controls.Add(this.checkBox15);
     this.groupBox27.Controls.Add(this.checkBox16);
     this.groupBox27.Controls.Add(this.checkBox17);
     this.groupBox27.Location = new System.Drawing.Point(317, 428);
     this.groupBox27.Name = "groupBox27";
     this.groupBox27.Size = new System.Drawing.Size(299, 51);
     this.groupBox27.TabIndex = 47;
     this.groupBox27.TabStop = false;
     this.groupBox27.Text = "Set Notification Pulse Output";
     //
     // Button_OutputRep
     //
     this.Button_OutputRep.Location = new System.Drawing.Point(216, 16);
     this.Button_OutputRep.Name = "Button_OutputRep";
     this.Button_OutputRep.Size = new System.Drawing.Size(75, 25);
     this.Button_OutputRep.TabIndex = 5;
     this.Button_OutputRep.Text = "Set";
     this.Button_OutputRep.UseVisualStyleBackColor = true;
     this.Button_OutputRep.Click += new System.EventHandler(this.Button_OutputRep_Click);
     //
     // checkBox14
     //
     this.checkBox14.AutoSize = true;
     this.checkBox14.Location = new System.Drawing.Point(162, 21);
     this.checkBox14.Name = "checkBox14";
     this.checkBox14.Size = new System.Drawing.Size(55, 17);
     this.checkBox14.TabIndex = 4;
     this.checkBox14.Text = "OUT4";
     this.checkBox14.UseVisualStyleBackColor = true;
     //
     // checkBox15
     //
     this.checkBox15.AutoSize = true;
     this.checkBox15.Location = new System.Drawing.Point(110, 21);
     this.checkBox15.Name = "checkBox15";
     this.checkBox15.Size = new System.Drawing.Size(55, 17);
     this.checkBox15.TabIndex = 3;
     this.checkBox15.Text = "OUT3";
     this.checkBox15.UseVisualStyleBackColor = true;
     //
     // checkBox16
     //
     this.checkBox16.AutoSize = true;
     this.checkBox16.Location = new System.Drawing.Point(57, 21);
     this.checkBox16.Name = "checkBox16";
     this.checkBox16.Size = new System.Drawing.Size(55, 17);
     this.checkBox16.TabIndex = 2;
     this.checkBox16.Text = "OUT2";
     this.checkBox16.UseVisualStyleBackColor = true;
     //
     // checkBox17
     //
     this.checkBox17.AutoSize = true;
     this.checkBox17.Location = new System.Drawing.Point(8, 21);
     this.checkBox17.Name = "checkBox17";
     this.checkBox17.Size = new System.Drawing.Size(55, 17);
     this.checkBox17.TabIndex = 1;
     this.checkBox17.Text = "OUT1";
     this.checkBox17.UseVisualStyleBackColor = true;
     //
     // groupBox26
     //
     this.groupBox26.Controls.Add(this.ClockCMD);
     this.groupBox26.Controls.Add(this.GetClock);
     this.groupBox26.Controls.Add(this.SetClock);
     this.groupBox26.Controls.Add(this.label39);
     this.groupBox26.Controls.Add(this.label40);
     this.groupBox26.Controls.Add(this.label41);
     this.groupBox26.Controls.Add(this.label42);
     this.groupBox26.Controls.Add(this.label45);
     this.groupBox26.Controls.Add(this.Text_sec);
     this.groupBox26.Controls.Add(this.Text_min);
     this.groupBox26.Controls.Add(this.Text_hour);
     this.groupBox26.Controls.Add(this.Text_day);
     this.groupBox26.Controls.Add(this.Text_month);
     this.groupBox26.Controls.Add(this.label46);
     this.groupBox26.Controls.Add(this.Text_year);
     this.groupBox26.Controls.Add(this.TextBox5);
     this.groupBox26.Location = new System.Drawing.Point(147, 428);
     this.groupBox26.Name = "groupBox26";
     this.groupBox26.Size = new System.Drawing.Size(163, 105);
     this.groupBox26.TabIndex = 46;
     this.groupBox26.TabStop = false;
     this.groupBox26.Text = "Real Time Clock Setting";
     //
     // ClockCMD
     //
     this.ClockCMD.Location = new System.Drawing.Point(94, 67);
     this.ClockCMD.Name = "ClockCMD";
     this.ClockCMD.Size = new System.Drawing.Size(62, 30);
     this.ClockCMD.TabIndex = 15;
     this.ClockCMD.Text = "Go";
     this.ClockCMD.UseVisualStyleBackColor = true;
     this.ClockCMD.Click += new System.EventHandler(this.ClockCMD_Click);
     //
     // GetClock
     //
     this.GetClock.AutoSize = true;
     this.GetClock.Location = new System.Drawing.Point(3, 83);
     this.GetClock.Name = "GetClock";
     this.GetClock.Size = new System.Drawing.Size(83, 17);
     this.GetClock.TabIndex = 14;
     this.GetClock.TabStop = true;
     this.GetClock.Text = "Query Clock";
     this.GetClock.UseVisualStyleBackColor = true;
     //
     // SetClock
     //
     this.SetClock.AutoSize = true;
     this.SetClock.Location = new System.Drawing.Point(3, 65);
     this.SetClock.Name = "SetClock";
     this.SetClock.Size = new System.Drawing.Size(71, 17);
     this.SetClock.TabIndex = 13;
     this.SetClock.TabStop = true;
     this.SetClock.Text = "Set Clock";
     this.SetClock.UseVisualStyleBackColor = true;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Location = new System.Drawing.Point(137, 20);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(26, 13);
     this.label39.TabIndex = 12;
     this.label39.Text = "Sec";
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Location = new System.Drawing.Point(116, 20);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(24, 13);
     this.label40.TabIndex = 11;
     this.label40.Text = "Min";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Location = new System.Drawing.Point(90, 20);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(30, 13);
     this.label41.TabIndex = 10;
     this.label41.Text = "Hour";
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Location = new System.Drawing.Point(68, 20);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(26, 13);
     this.label42.TabIndex = 9;
     this.label42.Text = "Day";
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(34, 20);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(37, 13);
     this.label45.TabIndex = 8;
     this.label45.Text = "Month";
     //
     // Text_sec
     //
     this.Text_sec.Location = new System.Drawing.Point(140, 36);
     this.Text_sec.MaxLength = 2;
     this.Text_sec.Name = "Text_sec";
     this.Text_sec.Size = new System.Drawing.Size(20, 20);
     this.Text_sec.TabIndex = 7;
     //
     // Text_min
     //
     this.Text_min.Location = new System.Drawing.Point(117, 36);
     this.Text_min.MaxLength = 2;
     this.Text_min.Name = "Text_min";
     this.Text_min.Size = new System.Drawing.Size(20, 20);
     this.Text_min.TabIndex = 6;
     //
     // Text_hour
     //
     this.Text_hour.Location = new System.Drawing.Point(92, 36);
     this.Text_hour.MaxLength = 2;
     this.Text_hour.Name = "Text_hour";
     this.Text_hour.Size = new System.Drawing.Size(20, 20);
     this.Text_hour.TabIndex = 5;
     //
     // Text_day
     //
     this.Text_day.Location = new System.Drawing.Point(67, 36);
     this.Text_day.MaxLength = 2;
     this.Text_day.Name = "Text_day";
     this.Text_day.Size = new System.Drawing.Size(20, 20);
     this.Text_day.TabIndex = 4;
     //
     // Text_month
     //
     this.Text_month.Location = new System.Drawing.Point(42, 36);
     this.Text_month.MaxLength = 2;
     this.Text_month.Name = "Text_month";
     this.Text_month.Size = new System.Drawing.Size(20, 20);
     this.Text_month.TabIndex = 3;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(6, 20);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(29, 13);
     this.label46.TabIndex = 2;
     this.label46.Text = "Year";
     //
     // Text_year
     //
     this.Text_year.Location = new System.Drawing.Point(18, 36);
     this.Text_year.MaxLength = 2;
     this.Text_year.Name = "Text_year";
     this.Text_year.Size = new System.Drawing.Size(20, 20);
     this.Text_year.TabIndex = 1;
     //
     // TextBox5
     //
     this.TextBox5.Location = new System.Drawing.Point(1, 36);
     this.TextBox5.Name = "TextBox5";
     this.TextBox5.ReadOnly = true;
     this.TextBox5.Size = new System.Drawing.Size(17, 20);
     this.TextBox5.TabIndex = 0;
     this.TextBox5.Text = "20";
     //
     // groupBox25
     //
     this.groupBox25.Controls.Add(this.Button_RelayTime);
     this.groupBox25.Controls.Add(this.label38);
     this.groupBox25.Controls.Add(this.ComboBox_RelayTime);
     this.groupBox25.Controls.Add(this.label37);
     this.groupBox25.Location = new System.Drawing.Point(485, 365);
     this.groupBox25.Name = "groupBox25";
     this.groupBox25.Size = new System.Drawing.Size(323, 56);
     this.groupBox25.TabIndex = 45;
     this.groupBox25.TabStop = false;
     this.groupBox25.Text = "Relay control ";
     //
     // Button_RelayTime
     //
     this.Button_RelayTime.Location = new System.Drawing.Point(242, 17);
     this.Button_RelayTime.Name = "Button_RelayTime";
     this.Button_RelayTime.Size = new System.Drawing.Size(75, 25);
     this.Button_RelayTime.TabIndex = 3;
     this.Button_RelayTime.Text = "Set";
     this.Button_RelayTime.UseVisualStyleBackColor = true;
     this.Button_RelayTime.Click += new System.EventHandler(this.Button_RelayTime_Click);
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(200, 23);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(36, 13);
     this.label38.TabIndex = 2;
     this.label38.Text = "*50ms";
     //
     // ComboBox_RelayTime
     //
     this.ComboBox_RelayTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_RelayTime.FormattingEnabled = true;
     this.ComboBox_RelayTime.Location = new System.Drawing.Point(86, 20);
     this.ComboBox_RelayTime.Name = "ComboBox_RelayTime";
     this.ComboBox_RelayTime.Size = new System.Drawing.Size(113, 21);
     this.ComboBox_RelayTime.TabIndex = 1;
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(8, 24);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(75, 13);
     this.label37.TabIndex = 0;
     this.label37.Text = "ReleaseTime:";
     //
     // groupBox24
     //
     this.groupBox24.Controls.Add(this.Button_Ant);
     this.groupBox24.Controls.Add(this.checkBox13);
     this.groupBox24.Controls.Add(this.checkBox12);
     this.groupBox24.Controls.Add(this.checkBox11);
     this.groupBox24.Controls.Add(this.checkBox10);
     this.groupBox24.Location = new System.Drawing.Point(147, 365);
     this.groupBox24.Name = "groupBox24";
     this.groupBox24.Size = new System.Drawing.Size(333, 56);
     this.groupBox24.TabIndex = 44;
     this.groupBox24.TabStop = false;
     this.groupBox24.Text = "Antenna configuration ";
     //
     // Button_Ant
     //
     this.Button_Ant.Location = new System.Drawing.Point(248, 17);
     this.Button_Ant.Name = "Button_Ant";
     this.Button_Ant.Size = new System.Drawing.Size(75, 25);
     this.Button_Ant.TabIndex = 5;
     this.Button_Ant.Text = "Set";
     this.Button_Ant.UseVisualStyleBackColor = true;
     this.Button_Ant.Click += new System.EventHandler(this.Button_Ant_Click);
     //
     // checkBox13
     //
     this.checkBox13.AutoSize = true;
     this.checkBox13.Location = new System.Drawing.Point(188, 23);
     this.checkBox13.Name = "checkBox13";
     this.checkBox13.Size = new System.Drawing.Size(54, 17);
     this.checkBox13.TabIndex = 4;
     this.checkBox13.Text = "ANT4";
     this.checkBox13.UseVisualStyleBackColor = true;
     //
     // checkBox12
     //
     this.checkBox12.AutoSize = true;
     this.checkBox12.Location = new System.Drawing.Point(128, 23);
     this.checkBox12.Name = "checkBox12";
     this.checkBox12.Size = new System.Drawing.Size(54, 17);
     this.checkBox12.TabIndex = 3;
     this.checkBox12.Text = "ANT3";
     this.checkBox12.UseVisualStyleBackColor = true;
     //
     // checkBox11
     //
     this.checkBox11.AutoSize = true;
     this.checkBox11.Location = new System.Drawing.Point(68, 23);
     this.checkBox11.Name = "checkBox11";
     this.checkBox11.Size = new System.Drawing.Size(54, 17);
     this.checkBox11.TabIndex = 2;
     this.checkBox11.Text = "ANT2";
     this.checkBox11.UseVisualStyleBackColor = true;
     //
     // checkBox10
     //
     this.checkBox10.AutoSize = true;
     this.checkBox10.Location = new System.Drawing.Point(8, 23);
     this.checkBox10.Name = "checkBox10";
     this.checkBox10.Size = new System.Drawing.Size(54, 17);
     this.checkBox10.TabIndex = 1;
     this.checkBox10.Text = "ANT1";
     this.checkBox10.UseVisualStyleBackColor = true;
     //
     // groupBox23
     //
     this.groupBox23.Controls.Add(this.Button_GetGPIO);
     this.groupBox23.Controls.Add(this.Button_SetGPIO);
     this.groupBox23.Controls.Add(this.checkBox9);
     this.groupBox23.Controls.Add(this.checkBox8);
     this.groupBox23.Controls.Add(this.checkBox7);
     this.groupBox23.Controls.Add(this.checkBox6);
     this.groupBox23.Controls.Add(this.checkBox5);
     this.groupBox23.Controls.Add(this.checkBox4);
     this.groupBox23.Controls.Add(this.checkBox3);
     this.groupBox23.Controls.Add(this.checkBox2);
     this.groupBox23.Location = new System.Drawing.Point(147, 304);
     this.groupBox23.Name = "groupBox23";
     this.groupBox23.Size = new System.Drawing.Size(663, 54);
     this.groupBox23.TabIndex = 43;
     this.groupBox23.TabStop = false;
     this.groupBox23.Text = "GPIO Operation";
     //
     // Button_GetGPIO
     //
     this.Button_GetGPIO.Location = new System.Drawing.Point(580, 17);
     this.Button_GetGPIO.Name = "Button_GetGPIO";
     this.Button_GetGPIO.Size = new System.Drawing.Size(75, 25);
     this.Button_GetGPIO.TabIndex = 9;
     this.Button_GetGPIO.Text = "Get";
     this.Button_GetGPIO.UseVisualStyleBackColor = true;
     this.Button_GetGPIO.Click += new System.EventHandler(this.Button_GetGPIO_Click);
     //
     // Button_SetGPIO
     //
     this.Button_SetGPIO.Location = new System.Drawing.Point(483, 17);
     this.Button_SetGPIO.Name = "Button_SetGPIO";
     this.Button_SetGPIO.Size = new System.Drawing.Size(75, 25);
     this.Button_SetGPIO.TabIndex = 8;
     this.Button_SetGPIO.Text = "Set";
     this.Button_SetGPIO.UseVisualStyleBackColor = true;
     this.Button_SetGPIO.Click += new System.EventHandler(this.Button_SetGPIO_Click);
     //
     // checkBox9
     //
     this.checkBox9.AutoSize = true;
     this.checkBox9.Location = new System.Drawing.Point(392, 22);
     this.checkBox9.Name = "checkBox9";
     this.checkBox9.Size = new System.Drawing.Size(47, 17);
     this.checkBox9.TabIndex = 7;
     this.checkBox9.Text = "Pin8";
     this.checkBox9.UseVisualStyleBackColor = true;
     //
     // checkBox8
     //
     this.checkBox8.AutoSize = true;
     this.checkBox8.Location = new System.Drawing.Point(338, 22);
     this.checkBox8.Name = "checkBox8";
     this.checkBox8.Size = new System.Drawing.Size(47, 17);
     this.checkBox8.TabIndex = 6;
     this.checkBox8.Text = "Pin7";
     this.checkBox8.UseVisualStyleBackColor = true;
     //
     // checkBox7
     //
     this.checkBox7.AutoSize = true;
     this.checkBox7.Location = new System.Drawing.Point(281, 22);
     this.checkBox7.Name = "checkBox7";
     this.checkBox7.Size = new System.Drawing.Size(47, 17);
     this.checkBox7.TabIndex = 5;
     this.checkBox7.Text = "Pin6";
     this.checkBox7.UseVisualStyleBackColor = true;
     //
     // checkBox6
     //
     this.checkBox6.AutoSize = true;
     this.checkBox6.Location = new System.Drawing.Point(227, 22);
     this.checkBox6.Name = "checkBox6";
     this.checkBox6.Size = new System.Drawing.Size(47, 17);
     this.checkBox6.TabIndex = 4;
     this.checkBox6.Text = "Pin5";
     this.checkBox6.UseVisualStyleBackColor = true;
     //
     // checkBox5
     //
     this.checkBox5.AutoSize = true;
     this.checkBox5.Location = new System.Drawing.Point(170, 22);
     this.checkBox5.Name = "checkBox5";
     this.checkBox5.Size = new System.Drawing.Size(47, 17);
     this.checkBox5.TabIndex = 3;
     this.checkBox5.Text = "Pin4";
     this.checkBox5.UseVisualStyleBackColor = true;
     //
     // checkBox4
     //
     this.checkBox4.AutoSize = true;
     this.checkBox4.Location = new System.Drawing.Point(116, 22);
     this.checkBox4.Name = "checkBox4";
     this.checkBox4.Size = new System.Drawing.Size(47, 17);
     this.checkBox4.TabIndex = 2;
     this.checkBox4.Text = "Pin3";
     this.checkBox4.UseVisualStyleBackColor = true;
     //
     // checkBox3
     //
     this.checkBox3.AutoSize = true;
     this.checkBox3.Location = new System.Drawing.Point(62, 22);
     this.checkBox3.Name = "checkBox3";
     this.checkBox3.Size = new System.Drawing.Size(47, 17);
     this.checkBox3.TabIndex = 1;
     this.checkBox3.Text = "Pin2";
     this.checkBox3.UseVisualStyleBackColor = true;
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(8, 22);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(47, 17);
     this.checkBox2.TabIndex = 0;
     this.checkBox2.Text = "Pin1";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.groupBox30);
     this.groupBox3.Controls.Add(this.progressBar1);
     this.groupBox3.Controls.Add(this.Button1);
     this.groupBox3.Controls.Add(this.Button5);
     this.groupBox3.Controls.Add(this.ComboBox_scantime);
     this.groupBox3.Controls.Add(this.ComboBox_baud);
     this.groupBox3.Controls.Add(this.CheckBox_SameFre);
     this.groupBox3.Controls.Add(this.label17);
     this.groupBox3.Controls.Add(this.label16);
     this.groupBox3.Controls.Add(this.ComboBox_dmaxfre);
     this.groupBox3.Controls.Add(this.ComboBox_dminfre);
     this.groupBox3.Controls.Add(this.ComboBox_PowerDbm);
     this.groupBox3.Controls.Add(this.Edit_NewComAdr);
     this.groupBox3.Controls.Add(this.label15);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.label13);
     this.groupBox3.Controls.Add(this.label12);
     this.groupBox3.Location = new System.Drawing.Point(147, 139);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(663, 159);
     this.groupBox3.TabIndex = 42;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Set Reader Parameter";
     //
     // groupBox30
     //
     this.groupBox30.Controls.Add(this.radioButton_band5);
     this.groupBox30.Controls.Add(this.radioButton_band4);
     this.groupBox30.Controls.Add(this.radioButton_band3);
     this.groupBox30.Controls.Add(this.radioButton_band2);
     this.groupBox30.Controls.Add(this.radioButton_band1);
     this.groupBox30.Location = new System.Drawing.Point(475, 15);
     this.groupBox30.Name = "groupBox30";
     this.groupBox30.Size = new System.Drawing.Size(180, 96);
     this.groupBox30.TabIndex = 44;
     this.groupBox30.TabStop = false;
     this.groupBox30.Text = "FreqBaud";
     //
     // radioButton_band5
     //
     this.radioButton_band5.AutoSize = true;
     this.radioButton_band5.Location = new System.Drawing.Point(6, 76);
     this.radioButton_band5.Name = "radioButton_band5";
     this.radioButton_band5.Size = new System.Drawing.Size(67, 17);
     this.radioButton_band5.TabIndex = 4;
     this.radioButton_band5.TabStop = true;
     this.radioButton_band5.Text = "EU band";
     this.radioButton_band5.UseVisualStyleBackColor = true;
     this.radioButton_band5.CheckedChanged += new System.EventHandler(this.radioButton21_CheckedChanged);
     //
     // radioButton_band4
     //
     this.radioButton_band4.AutoSize = true;
     this.radioButton_band4.Location = new System.Drawing.Point(6, 59);
     this.radioButton_band4.Name = "radioButton_band4";
     this.radioButton_band4.Size = new System.Drawing.Size(86, 17);
     this.radioButton_band4.TabIndex = 3;
     this.radioButton_band4.TabStop = true;
     this.radioButton_band4.Text = "Korean band";
     this.radioButton_band4.UseVisualStyleBackColor = true;
     this.radioButton_band4.CheckedChanged += new System.EventHandler(this.radioButton_band4_CheckedChanged);
     //
     // radioButton_band3
     //
     this.radioButton_band3.AutoSize = true;
     this.radioButton_band3.Location = new System.Drawing.Point(6, 43);
     this.radioButton_band3.Name = "radioButton_band3";
     this.radioButton_band3.Size = new System.Drawing.Size(67, 17);
     this.radioButton_band3.TabIndex = 2;
     this.radioButton_band3.TabStop = true;
     this.radioButton_band3.Text = "US band";
     this.radioButton_band3.UseVisualStyleBackColor = true;
     this.radioButton_band3.CheckedChanged += new System.EventHandler(this.radioButton_band3_CheckedChanged);
     //
     // radioButton_band2
     //
     this.radioButton_band2.AutoSize = true;
     this.radioButton_band2.Location = new System.Drawing.Point(6, 28);
     this.radioButton_band2.Name = "radioButton_band2";
     this.radioButton_band2.Size = new System.Drawing.Size(96, 17);
     this.radioButton_band2.TabIndex = 1;
     this.radioButton_band2.TabStop = true;
     this.radioButton_band2.Text = "Chinese band2";
     this.radioButton_band2.UseVisualStyleBackColor = true;
     this.radioButton_band2.CheckedChanged += new System.EventHandler(this.radioButton_band2_CheckedChanged);
     //
     // radioButton_band1
     //
     this.radioButton_band1.AutoSize = true;
     this.radioButton_band1.Location = new System.Drawing.Point(6, 13);
     this.radioButton_band1.Name = "radioButton_band1";
     this.radioButton_band1.Size = new System.Drawing.Size(74, 17);
     this.radioButton_band1.TabIndex = 0;
     this.radioButton_band1.TabStop = true;
     this.radioButton_band1.Text = "User band";
     this.radioButton_band1.UseVisualStyleBackColor = true;
     this.radioButton_band1.CheckedChanged += new System.EventHandler(this.radioButton_band1_CheckedChanged);
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(101, 118);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(399, 25);
     this.progressBar1.TabIndex = 43;
     //
     // Button1
     //
     this.Button1.Location = new System.Drawing.Point(538, 125);
     this.Button1.Name = "Button1";
     this.Button1.Size = new System.Drawing.Size(118, 25);
     this.Button1.TabIndex = 14;
     this.Button1.Text = "Default Parameter";
     this.Button1.UseVisualStyleBackColor = true;
     this.Button1.Click += new System.EventHandler(this.Button1_Click);
     //
     // Button5
     //
     this.Button5.Location = new System.Drawing.Point(404, 125);
     this.Button5.Name = "Button5";
     this.Button5.Size = new System.Drawing.Size(121, 25);
     this.Button5.TabIndex = 13;
     this.Button5.Text = "Set Parameter";
     this.Button5.UseVisualStyleBackColor = true;
     this.Button5.Click += new System.EventHandler(this.Button5_Click);
     //
     // ComboBox_scantime
     //
     this.ComboBox_scantime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_scantime.FormattingEnabled = true;
     this.ComboBox_scantime.Location = new System.Drawing.Point(348, 60);
     this.ComboBox_scantime.Name = "ComboBox_scantime";
     this.ComboBox_scantime.Size = new System.Drawing.Size(121, 21);
     this.ComboBox_scantime.TabIndex = 12;
     //
     // ComboBox_baud
     //
     this.ComboBox_baud.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_baud.FormattingEnabled = true;
     this.ComboBox_baud.Items.AddRange(new object[] {
     "9600bps",
     "19200bps",
     "38400bps",
     "57600bps",
     "115200bps"});
     this.ComboBox_baud.Location = new System.Drawing.Point(348, 22);
     this.ComboBox_baud.Name = "ComboBox_baud";
     this.ComboBox_baud.Size = new System.Drawing.Size(121, 21);
     this.ComboBox_baud.TabIndex = 11;
     //
     // CheckBox_SameFre
     //
     this.CheckBox_SameFre.AutoSize = true;
     this.CheckBox_SameFre.Location = new System.Drawing.Point(215, 95);
     this.CheckBox_SameFre.Name = "CheckBox_SameFre";
     this.CheckBox_SameFre.Size = new System.Drawing.Size(79, 17);
     this.CheckBox_SameFre.TabIndex = 10;
     this.CheckBox_SameFre.Text = "Single Freq";
     this.CheckBox_SameFre.UseVisualStyleBackColor = true;
     this.CheckBox_SameFre.CheckedChanged += new System.EventHandler(this.CheckBox_SameFre_CheckedChanged);
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(213, 63);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(128, 13);
     this.label17.TabIndex = 9;
     this.label17.Text = "Max InventoryScanTime::";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(213, 29);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(38, 13);
     this.label16.TabIndex = 8;
     this.label16.Text = "Baud:";
     //
     // ComboBox_dmaxfre
     //
     this.ComboBox_dmaxfre.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_dmaxfre.FormattingEnabled = true;
     this.ComboBox_dmaxfre.Location = new System.Drawing.Point(95, 127);
     this.ComboBox_dmaxfre.Name = "ComboBox_dmaxfre";
     this.ComboBox_dmaxfre.Size = new System.Drawing.Size(100, 21);
     this.ComboBox_dmaxfre.TabIndex = 7;
     this.ComboBox_dmaxfre.SelectedIndexChanged += new System.EventHandler(this.ComboBox_dfreSelect);
     //
     // ComboBox_dminfre
     //
     this.ComboBox_dminfre.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_dminfre.FormattingEnabled = true;
     this.ComboBox_dminfre.Location = new System.Drawing.Point(95, 93);
     this.ComboBox_dminfre.Name = "ComboBox_dminfre";
     this.ComboBox_dminfre.Size = new System.Drawing.Size(100, 21);
     this.ComboBox_dminfre.TabIndex = 6;
     this.ComboBox_dminfre.SelectedIndexChanged += new System.EventHandler(this.ComboBox_dfreSelect);
     //
     // ComboBox_PowerDbm
     //
     this.ComboBox_PowerDbm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_PowerDbm.FormattingEnabled = true;
     this.ComboBox_PowerDbm.Items.AddRange(new object[] {
     "0",
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9",
     "10",
     "11",
     "12",
     "13",
     "14",
     "15",
     "16",
     "17",
     "18",
     "19",
     "20",
     "21",
     "22",
     "23",
     "24",
     "25",
     "26",
     "27",
     "28",
     "29",
     "30"});
     this.ComboBox_PowerDbm.Location = new System.Drawing.Point(95, 60);
     this.ComboBox_PowerDbm.Name = "ComboBox_PowerDbm";
     this.ComboBox_PowerDbm.Size = new System.Drawing.Size(100, 21);
     this.ComboBox_PowerDbm.TabIndex = 5;
     //
     // Edit_NewComAdr
     //
     this.Edit_NewComAdr.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.Edit_NewComAdr.Location = new System.Drawing.Point(95, 22);
     this.Edit_NewComAdr.MaxLength = 2;
     this.Edit_NewComAdr.Name = "Edit_NewComAdr";
     this.Edit_NewComAdr.Size = new System.Drawing.Size(100, 20);
     this.Edit_NewComAdr.TabIndex = 4;
     this.Edit_NewComAdr.Text = "00";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(6, 130);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(52, 13);
     this.label15.TabIndex = 3;
     this.label15.Text = "Dmaxfre:";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(6, 96);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(54, 13);
     this.label14.TabIndex = 2;
     this.label14.Text = "Dminxfre:";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(6, 63);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(40, 13);
     this.label13.TabIndex = 1;
     this.label13.Text = "Power:";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(6, 29);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(76, 13);
     this.label12.TabIndex = 0;
     this.label12.Text = "Address(HEX):";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.Button3);
     this.groupBox2.Controls.Add(this.Edit_scantime);
     this.groupBox2.Controls.Add(this.EPCC1G2);
     this.groupBox2.Controls.Add(this.ISO180006B);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.Edit_dmaxfre);
     this.groupBox2.Controls.Add(this.Edit_powerdBm);
     this.groupBox2.Controls.Add(this.Edit_Version);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.Edit_dminfre);
     this.groupBox2.Controls.Add(this.Edit_ComAdr);
     this.groupBox2.Controls.Add(this.Edit_Type);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Location = new System.Drawing.Point(147, 7);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(663, 129);
     this.groupBox2.TabIndex = 41;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Reader Information";
     //
     // Button3
     //
     this.Button3.Location = new System.Drawing.Point(538, 98);
     this.Button3.Name = "Button3";
     this.Button3.Size = new System.Drawing.Size(118, 25);
     this.Button3.TabIndex = 17;
     this.Button3.Text = "Get Reader Info";
     this.Button3.UseVisualStyleBackColor = true;
     this.Button3.Click += new System.EventHandler(this.Button3_Click);
     //
     // Edit_scantime
     //
     this.Edit_scantime.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.Edit_scantime.Location = new System.Drawing.Point(538, 59);
     this.Edit_scantime.Name = "Edit_scantime";
     this.Edit_scantime.Size = new System.Drawing.Size(118, 20);
     this.Edit_scantime.TabIndex = 16;
     //
     // EPCC1G2
     //
     this.EPCC1G2.AutoSize = true;
     this.EPCC1G2.Location = new System.Drawing.Point(538, 35);
     this.EPCC1G2.Name = "EPCC1G2";
     this.EPCC1G2.Size = new System.Drawing.Size(77, 17);
     this.EPCC1G2.TabIndex = 15;
     this.EPCC1G2.Text = "EPCC1-G2";
     this.EPCC1G2.UseVisualStyleBackColor = true;
     //
     // ISO180006B
     //
     this.ISO180006B.AutoSize = true;
     this.ISO180006B.Location = new System.Drawing.Point(538, 14);
     this.ISO180006B.Name = "ISO180006B";
     this.ISO180006B.Size = new System.Drawing.Size(90, 17);
     this.ISO180006B.TabIndex = 14;
     this.ISO180006B.Text = "ISO18000-6B";
     this.ISO180006B.UseVisualStyleBackColor = true;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(402, 63);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(125, 13);
     this.label11.TabIndex = 13;
     this.label11.Text = "Max InventoryScanTime:";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(402, 23);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(43, 13);
     this.label10.TabIndex = 12;
     this.label10.Text = "Protocl:";
     //
     // Edit_dmaxfre
     //
     this.Edit_dmaxfre.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.Edit_dmaxfre.Location = new System.Drawing.Point(286, 100);
     this.Edit_dmaxfre.Name = "Edit_dmaxfre";
     this.Edit_dmaxfre.Size = new System.Drawing.Size(100, 20);
     this.Edit_dmaxfre.TabIndex = 11;
     //
     // Edit_powerdBm
     //
     this.Edit_powerdBm.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.Edit_powerdBm.Location = new System.Drawing.Point(286, 60);
     this.Edit_powerdBm.Name = "Edit_powerdBm";
     this.Edit_powerdBm.Size = new System.Drawing.Size(100, 20);
     this.Edit_powerdBm.TabIndex = 10;
     //
     // Edit_Version
     //
     this.Edit_Version.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.Edit_Version.Location = new System.Drawing.Point(286, 20);
     this.Edit_Version.Name = "Edit_Version";
     this.Edit_Version.Size = new System.Drawing.Size(100, 20);
     this.Edit_Version.TabIndex = 9;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(197, 103);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(52, 13);
     this.label9.TabIndex = 8;
     this.label9.Text = "Dmaxfre:";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(197, 63);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(40, 13);
     this.label8.TabIndex = 7;
     this.label8.Text = "Power:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(197, 23);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(45, 13);
     this.label7.TabIndex = 6;
     this.label7.Text = "Version:";
     //
     // Edit_dminfre
     //
     this.Edit_dminfre.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.Edit_dminfre.Location = new System.Drawing.Point(95, 100);
     this.Edit_dminfre.Name = "Edit_dminfre";
     this.Edit_dminfre.Size = new System.Drawing.Size(85, 20);
     this.Edit_dminfre.TabIndex = 5;
     //
     // Edit_ComAdr
     //
     this.Edit_ComAdr.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.Edit_ComAdr.Location = new System.Drawing.Point(95, 60);
     this.Edit_ComAdr.Name = "Edit_ComAdr";
     this.Edit_ComAdr.Size = new System.Drawing.Size(85, 20);
     this.Edit_ComAdr.TabIndex = 4;
     //
     // Edit_Type
     //
     this.Edit_Type.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.Edit_Type.Location = new System.Drawing.Point(95, 20);
     this.Edit_Type.Name = "Edit_Type";
     this.Edit_Type.Size = new System.Drawing.Size(85, 20);
     this.Edit_Type.TabIndex = 3;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(6, 103);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(54, 13);
     this.label6.TabIndex = 2;
     this.label6.Text = "Dminxfre:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(6, 63);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(48, 13);
     this.label5.TabIndex = 1;
     this.label5.Text = "Address:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 23);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(34, 13);
     this.label4.TabIndex = 0;
     this.label4.Text = "Type:";
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.button37);
     this.tabPage4.Controls.Add(this.button25);
     this.tabPage4.Controls.Add(this.groupBox48);
     this.tabPage4.Controls.Add(this.groupBox51);
     this.tabPage4.Controls.Add(this.groupBox50);
     this.tabPage4.Controls.Add(this.groupBox49);
     this.tabPage4.Controls.Add(this.groupBox47);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size = new System.Drawing.Size(817, 678);
     this.tabPage4.TabIndex = 7;
     this.tabPage4.Text = "TCPIP Serial Config";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // button37
     //
     this.button37.Location = new System.Drawing.Point(554, 472);
     this.button37.Name = "button37";
     this.button37.Size = new System.Drawing.Size(121, 25);
     this.button37.TabIndex = 64;
     this.button37.Text = "Load default value";
     this.button37.UseVisualStyleBackColor = true;
     this.button37.Click += new System.EventHandler(this.button37_Click);
     //
     // button25
     //
     this.button25.Location = new System.Drawing.Point(554, 506);
     this.button25.Name = "button25";
     this.button25.Size = new System.Drawing.Size(121, 25);
     this.button25.TabIndex = 63;
     this.button25.Text = "Save and restart";
     this.button25.UseVisualStyleBackColor = true;
     this.button25.Click += new System.EventHandler(this.button25_Click);
     //
     // groupBox48
     //
     this.groupBox48.Controls.Add(this.label71);
     this.groupBox48.Controls.Add(this.comboBox6);
     this.groupBox48.Controls.Add(this.label70);
     this.groupBox48.Controls.Add(this.button30);
     this.groupBox48.Controls.Add(this.button29);
     this.groupBox48.Controls.Add(this.textBox16);
     this.groupBox48.Controls.Add(this.textBox15);
     this.groupBox48.Location = new System.Drawing.Point(5, 540);
     this.groupBox48.Name = "groupBox48";
     this.groupBox48.Size = new System.Drawing.Size(669, 131);
     this.groupBox48.TabIndex = 62;
     this.groupBox48.TabStop = false;
     this.groupBox48.Text = "AT Transparent command";
     //
     // label71
     //
     this.label71.AutoSize = true;
     this.label71.Location = new System.Drawing.Point(142, 30);
     this.label71.Name = "label71";
     this.label71.Size = new System.Drawing.Size(36, 13);
     this.label71.TabIndex = 6;
     this.label71.Text = "*10ms";
     //
     // comboBox6
     //
     this.comboBox6.FormattingEnabled = true;
     this.comboBox6.Location = new System.Drawing.Point(73, 26);
     this.comboBox6.Name = "comboBox6";
     this.comboBox6.Size = new System.Drawing.Size(63, 21);
     this.comboBox6.TabIndex = 5;
     //
     // label70
     //
     this.label70.AutoSize = true;
     this.label70.Location = new System.Drawing.Point(14, 30);
     this.label70.Name = "label70";
     this.label70.Size = new System.Drawing.Size(44, 13);
     this.label70.TabIndex = 4;
     this.label70.Text = "timeout:";
     //
     // button30
     //
     this.button30.Location = new System.Drawing.Point(572, 25);
     this.button30.Name = "button30";
     this.button30.Size = new System.Drawing.Size(87, 25);
     this.button30.TabIndex = 3;
     this.button30.Text = "Clear";
     this.button30.UseVisualStyleBackColor = true;
     this.button30.Click += new System.EventHandler(this.button30_Click);
     //
     // button29
     //
     this.button29.Location = new System.Drawing.Point(479, 25);
     this.button29.Name = "button29";
     this.button29.Size = new System.Drawing.Size(82, 25);
     this.button29.TabIndex = 2;
     this.button29.Text = "Send";
     this.button29.UseVisualStyleBackColor = true;
     this.button29.Click += new System.EventHandler(this.button29_Click);
     //
     // textBox16
     //
     this.textBox16.Location = new System.Drawing.Point(181, 26);
     this.textBox16.Name = "textBox16";
     this.textBox16.Size = new System.Drawing.Size(289, 20);
     this.textBox16.TabIndex = 1;
     //
     // textBox15
     //
     this.textBox15.Location = new System.Drawing.Point(11, 59);
     this.textBox15.Multiline = true;
     this.textBox15.Name = "textBox15";
     this.textBox15.Size = new System.Drawing.Size(648, 66);
     this.textBox15.TabIndex = 0;
     //
     // groupBox51
     //
     this.groupBox51.Controls.Add(this.button36);
     this.groupBox51.Controls.Add(this.button33);
     this.groupBox51.Controls.Add(this.label110);
     this.groupBox51.Controls.Add(this.macTB);
     this.groupBox51.Controls.Add(this.panel_StaticIp);
     this.groupBox51.Location = new System.Drawing.Point(5, 311);
     this.groupBox51.Name = "groupBox51";
     this.groupBox51.Size = new System.Drawing.Size(543, 221);
     this.groupBox51.TabIndex = 61;
     this.groupBox51.TabStop = false;
     this.groupBox51.Text = "Net work setting";
     //
     // button36
     //
     this.button36.Location = new System.Drawing.Point(456, 142);
     this.button36.Name = "button36";
     this.button36.Size = new System.Drawing.Size(75, 25);
     this.button36.TabIndex = 119;
     this.button36.Text = "Get";
     this.button36.UseVisualStyleBackColor = true;
     this.button36.Click += new System.EventHandler(this.button36_Click);
     //
     // button33
     //
     this.button33.Location = new System.Drawing.Point(456, 184);
     this.button33.Name = "button33";
     this.button33.Size = new System.Drawing.Size(75, 25);
     this.button33.TabIndex = 118;
     this.button33.Text = "Set";
     this.button33.UseVisualStyleBackColor = true;
     this.button33.Click += new System.EventHandler(this.button33_Click);
     //
     // label110
     //
     this.label110.AutoSize = true;
     this.label110.Location = new System.Drawing.Point(222, 28);
     this.label110.Name = "label110";
     this.label110.Size = new System.Drawing.Size(69, 13);
     this.label110.TabIndex = 61;
     this.label110.Text = "Mac Address";
     //
     // macTB
     //
     this.macTB.AccessibleName = "MacAddress";
     this.macTB.Location = new System.Drawing.Point(224, 46);
     this.macTB.Name = "macTB";
     this.macTB.ReadOnly = true;
     this.macTB.Size = new System.Drawing.Size(176, 20);
     this.macTB.TabIndex = 58;
     //
     // panel_StaticIp
     //
     this.panel_StaticIp.Controls.Add(this.label109);
     this.panel_StaticIp.Controls.Add(this.label108);
     this.panel_StaticIp.Controls.Add(this.label107);
     this.panel_StaticIp.Controls.Add(this.label106);
     this.panel_StaticIp.Controls.Add(this.label105);
     this.panel_StaticIp.Controls.Add(this.altDNSTB);
     this.panel_StaticIp.Controls.Add(this.pDNSTB);
     this.panel_StaticIp.Controls.Add(this.gatewayTB);
     this.panel_StaticIp.Controls.Add(this.subnetTB);
     this.panel_StaticIp.Controls.Add(this.ipTB);
     this.panel_StaticIp.Location = new System.Drawing.Point(12, 22);
     this.panel_StaticIp.Name = "panel_StaticIp";
     this.panel_StaticIp.Size = new System.Drawing.Size(179, 187);
     this.panel_StaticIp.TabIndex = 56;
     //
     // label109
     //
     this.label109.AutoSize = true;
     this.label109.Location = new System.Drawing.Point(3, 139);
     this.label109.Name = "label109";
     this.label109.Size = new System.Drawing.Size(109, 13);
     this.label109.TabIndex = 50;
     this.label109.Text = "Alternate DNS Server";
     //
     // label108
     //
     this.label108.AutoSize = true;
     this.label108.Location = new System.Drawing.Point(3, 93);
     this.label108.Name = "label108";
     this.label108.Size = new System.Drawing.Size(110, 13);
     this.label108.TabIndex = 49;
     this.label108.Text = "Preferred DNS Server";
     //
     // label107
     //
     this.label107.AutoSize = true;
     this.label107.Location = new System.Drawing.Point(3, 65);
     this.label107.Name = "label107";
     this.label107.Size = new System.Drawing.Size(49, 13);
     this.label107.TabIndex = 48;
     this.label107.Text = "Gateway";
     //
     // label106
     //
     this.label106.AutoSize = true;
     this.label106.Location = new System.Drawing.Point(3, 36);
     this.label106.Name = "label106";
     this.label106.Size = new System.Drawing.Size(41, 13);
     this.label106.TabIndex = 47;
     this.label106.Text = "Subnet";
     //
     // label105
     //
     this.label105.AutoSize = true;
     this.label105.Location = new System.Drawing.Point(3, 7);
     this.label105.Name = "label105";
     this.label105.Size = new System.Drawing.Size(58, 13);
     this.label105.TabIndex = 46;
     this.label105.Text = "IP Address";
     //
     // altDNSTB
     //
     this.altDNSTB.AccessibleName = "AlternateDNS";
     this.altDNSTB.Location = new System.Drawing.Point(79, 155);
     this.altDNSTB.Name = "altDNSTB";
     this.altDNSTB.Size = new System.Drawing.Size(97, 20);
     this.altDNSTB.TabIndex = 43;
     //
     // pDNSTB
     //
     this.pDNSTB.AccessibleName = "PreferredDNS";
     this.pDNSTB.Location = new System.Drawing.Point(79, 109);
     this.pDNSTB.Name = "pDNSTB";
     this.pDNSTB.Size = new System.Drawing.Size(97, 20);
     this.pDNSTB.TabIndex = 42;
     //
     // gatewayTB
     //
     this.gatewayTB.AccessibleName = "Gateway";
     this.gatewayTB.Location = new System.Drawing.Point(79, 62);
     this.gatewayTB.Name = "gatewayTB";
     this.gatewayTB.Size = new System.Drawing.Size(97, 20);
     this.gatewayTB.TabIndex = 41;
     //
     // subnetTB
     //
     this.subnetTB.AccessibleName = "Subnet";
     this.subnetTB.Location = new System.Drawing.Point(79, 33);
     this.subnetTB.Name = "subnetTB";
     this.subnetTB.Size = new System.Drawing.Size(97, 20);
     this.subnetTB.TabIndex = 40;
     //
     // ipTB
     //
     this.ipTB.AccessibleName = "IpAddress";
     this.ipTB.Location = new System.Drawing.Point(79, 3);
     this.ipTB.Name = "ipTB";
     this.ipTB.Size = new System.Drawing.Size(97, 20);
     this.ipTB.TabIndex = 39;
     //
     // groupBox50
     //
     this.groupBox50.Controls.Add(this.button35);
     this.groupBox50.Controls.Add(this.button32);
     this.groupBox50.Controls.Add(this.panel_TCP);
     this.groupBox50.Location = new System.Drawing.Point(5, 141);
     this.groupBox50.Name = "groupBox50";
     this.groupBox50.Size = new System.Drawing.Size(543, 164);
     this.groupBox50.TabIndex = 60;
     this.groupBox50.TabStop = false;
     this.groupBox50.Text = "Connection setting";
     //
     // button35
     //
     this.button35.Location = new System.Drawing.Point(456, 85);
     this.button35.Name = "button35";
     this.button35.Size = new System.Drawing.Size(75, 25);
     this.button35.TabIndex = 119;
     this.button35.Text = "Get";
     this.button35.UseVisualStyleBackColor = true;
     this.button35.Click += new System.EventHandler(this.button35_Click);
     //
     // button32
     //
     this.button32.Location = new System.Drawing.Point(456, 124);
     this.button32.Name = "button32";
     this.button32.Size = new System.Drawing.Size(75, 25);
     this.button32.TabIndex = 118;
     this.button32.Text = "Set";
     this.button32.UseVisualStyleBackColor = true;
     this.button32.Click += new System.EventHandler(this.button32_Click);
     //
     // panel_TCP
     //
     this.panel_TCP.Controls.Add(this.label87);
     this.panel_TCP.Controls.Add(this.label88);
     this.panel_TCP.Controls.Add(this.label89);
     this.panel_TCP.Controls.Add(this.label90);
     this.panel_TCP.Controls.Add(this.label93);
     this.panel_TCP.Controls.Add(this.workasCB);
     this.panel_TCP.Controls.Add(this.tcpRomteHostTB);
     this.panel_TCP.Controls.Add(this.tcpRemotePortNUD);
     this.panel_TCP.Controls.Add(this.tcpLocalPortNUD);
     this.panel_TCP.Controls.Add(this.tcpActiveCB);
     this.panel_TCP.Location = new System.Drawing.Point(12, 22);
     this.panel_TCP.Name = "panel_TCP";
     this.panel_TCP.Size = new System.Drawing.Size(421, 127);
     this.panel_TCP.TabIndex = 113;
     //
     // label87
     //
     this.label87.AutoSize = true;
     this.label87.Location = new System.Drawing.Point(3, 101);
     this.label87.Name = "label87";
     this.label87.Size = new System.Drawing.Size(55, 13);
     this.label87.TabIndex = 119;
     this.label87.Text = "Local Port";
     //
     // label88
     //
     this.label88.AutoSize = true;
     this.label88.Location = new System.Drawing.Point(3, 70);
     this.label88.Name = "label88";
     this.label88.Size = new System.Drawing.Size(66, 13);
     this.label88.TabIndex = 118;
     this.label88.Text = "Remote Port";
     //
     // label89
     //
     this.label89.AutoSize = true;
     this.label89.Location = new System.Drawing.Point(3, 39);
     this.label89.Name = "label89";
     this.label89.Size = new System.Drawing.Size(69, 13);
     this.label89.TabIndex = 117;
     this.label89.Text = "Remote Host";
     //
     // label90
     //
     this.label90.AutoSize = true;
     this.label90.Location = new System.Drawing.Point(3, 13);
     this.label90.Name = "label90";
     this.label90.Size = new System.Drawing.Size(60, 13);
     this.label90.TabIndex = 116;
     this.label90.Text = "Worked As";
     //
     // label93
     //
     this.label93.AutoSize = true;
     this.label93.Location = new System.Drawing.Point(203, 13);
     this.label93.Name = "label93";
     this.label93.Size = new System.Drawing.Size(80, 13);
     this.label93.TabIndex = 107;
     this.label93.Text = "Active Connect";
     //
     // workasCB
     //
     this.workasCB.AccessibleName = "ConnWorkMode";
     this.workasCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.workasCB.FormattingEnabled = true;
     this.workasCB.Items.AddRange(new object[] {
     "Server",
     "Client"});
     this.workasCB.Location = new System.Drawing.Point(79, 10);
     this.workasCB.Name = "workasCB";
     this.workasCB.Size = new System.Drawing.Size(92, 21);
     this.workasCB.TabIndex = 106;
     //
     // tcpRomteHostTB
     //
     this.tcpRomteHostTB.AccessibleName = "ConnRemoteHost";
     this.tcpRomteHostTB.Location = new System.Drawing.Point(79, 35);
     this.tcpRomteHostTB.Name = "tcpRomteHostTB";
     this.tcpRomteHostTB.Size = new System.Drawing.Size(92, 20);
     this.tcpRomteHostTB.TabIndex = 98;
     //
     // tcpRemotePortNUD
     //
     this.tcpRemotePortNUD.AccessibleName = "ConnRemotePort";
     this.tcpRemotePortNUD.Location = new System.Drawing.Point(111, 64);
     this.tcpRemotePortNUD.Maximum = new decimal(new int[] {
     65535,
     0,
     0,
     0});
     this.tcpRemotePortNUD.Name = "tcpRemotePortNUD";
     this.tcpRemotePortNUD.Size = new System.Drawing.Size(60, 20);
     this.tcpRemotePortNUD.TabIndex = 96;
     this.tcpRemotePortNUD.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // tcpLocalPortNUD
     //
     this.tcpLocalPortNUD.AccessibleName = "ConnLocalPort";
     this.tcpLocalPortNUD.Location = new System.Drawing.Point(111, 93);
     this.tcpLocalPortNUD.Maximum = new decimal(new int[] {
     65535,
     0,
     0,
     0});
     this.tcpLocalPortNUD.Name = "tcpLocalPortNUD";
     this.tcpLocalPortNUD.Size = new System.Drawing.Size(60, 20);
     this.tcpLocalPortNUD.TabIndex = 95;
     this.tcpLocalPortNUD.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // tcpActiveCB
     //
     this.tcpActiveCB.AccessibleName = "ConnActive";
     this.tcpActiveCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tcpActiveCB.FormattingEnabled = true;
     this.tcpActiveCB.Items.AddRange(new object[] {
     "None",
     "WithAnyCharacter",
     "WithStartCharacter",
     "AutoStart"});
     this.tcpActiveCB.Location = new System.Drawing.Point(292, 8);
     this.tcpActiveCB.Name = "tcpActiveCB";
     this.tcpActiveCB.Size = new System.Drawing.Size(107, 21);
     this.tcpActiveCB.TabIndex = 93;
     //
     // groupBox49
     //
     this.groupBox49.Controls.Add(this.button34);
     this.groupBox49.Controls.Add(this.button31);
     this.groupBox49.Controls.Add(this.panel4);
     this.groupBox49.Location = new System.Drawing.Point(5, 7);
     this.groupBox49.Name = "groupBox49";
     this.groupBox49.Size = new System.Drawing.Size(543, 128);
     this.groupBox49.TabIndex = 59;
     this.groupBox49.TabStop = false;
     this.groupBox49.Text = "Serial setting";
     //
     // button34
     //
     this.button34.Location = new System.Drawing.Point(456, 44);
     this.button34.Name = "button34";
     this.button34.Size = new System.Drawing.Size(75, 25);
     this.button34.TabIndex = 118;
     this.button34.Text = "Get";
     this.button34.UseVisualStyleBackColor = true;
     this.button34.Click += new System.EventHandler(this.button34_Click);
     //
     // button31
     //
     this.button31.Location = new System.Drawing.Point(456, 86);
     this.button31.Name = "button31";
     this.button31.Size = new System.Drawing.Size(75, 25);
     this.button31.TabIndex = 117;
     this.button31.Text = "Set";
     this.button31.UseVisualStyleBackColor = true;
     this.button31.Click += new System.EventHandler(this.button31_Click);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.label72);
     this.panel4.Controls.Add(this.label73);
     this.panel4.Controls.Add(this.label74);
     this.panel4.Controls.Add(this.label75);
     this.panel4.Controls.Add(this.label76);
     this.panel4.Controls.Add(this.label77);
     this.panel4.Controls.Add(this.label78);
     this.panel4.Controls.Add(this.protocolCB);
     this.panel4.Controls.Add(this.stopbitCB);
     this.panel4.Controls.Add(this.parityCB);
     this.panel4.Controls.Add(this.databitCB);
     this.panel4.Controls.Add(this.baudrateCB);
     this.panel4.Controls.Add(this.flowCB);
     this.panel4.Controls.Add(this.fifoCB);
     this.panel4.Location = new System.Drawing.Point(18, 22);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(415, 92);
     this.panel4.TabIndex = 113;
     //
     // label72
     //
     this.label72.AutoSize = true;
     this.label72.Location = new System.Drawing.Point(281, 14);
     this.label72.Name = "label72";
     this.label72.Size = new System.Drawing.Size(50, 13);
     this.label72.TabIndex = 112;
     this.label72.Text = "Data Bits";
     //
     // label73
     //
     this.label73.AutoSize = true;
     this.label73.Location = new System.Drawing.Point(221, 69);
     this.label73.Name = "label73";
     this.label73.Size = new System.Drawing.Size(49, 13);
     this.label73.TabIndex = 111;
     this.label73.Text = "Stop Bits";
     //
     // label74
     //
     this.label74.AutoSize = true;
     this.label74.Location = new System.Drawing.Point(221, 42);
     this.label74.Name = "label74";
     this.label74.Size = new System.Drawing.Size(65, 13);
     this.label74.TabIndex = 110;
     this.label74.Text = "Flow Control";
     //
     // label75
     //
     this.label75.AutoSize = true;
     this.label75.Location = new System.Drawing.Point(15, 69);
     this.label75.Name = "label75";
     this.label75.Size = new System.Drawing.Size(33, 13);
     this.label75.TabIndex = 109;
     this.label75.Text = "Parity";
     //
     // label76
     //
     this.label76.AutoSize = true;
     this.label76.Location = new System.Drawing.Point(15, 42);
     this.label76.Name = "label76";
     this.label76.Size = new System.Drawing.Size(58, 13);
     this.label76.TabIndex = 107;
     this.label76.Text = "Baud Rate";
     //
     // label77
     //
     this.label77.AutoSize = true;
     this.label77.Location = new System.Drawing.Point(186, 14);
     this.label77.Name = "label77";
     this.label77.Size = new System.Drawing.Size(30, 13);
     this.label77.TabIndex = 108;
     this.label77.Text = "FIFO";
     //
     // label78
     //
     this.label78.AutoSize = true;
     this.label78.Location = new System.Drawing.Point(15, 14);
     this.label78.Name = "label78";
     this.label78.Size = new System.Drawing.Size(46, 13);
     this.label78.TabIndex = 107;
     this.label78.Text = "Protocol";
     //
     // protocolCB
     //
     this.protocolCB.AccessibleName = "SerialProtocol";
     this.protocolCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.protocolCB.FormattingEnabled = true;
     this.protocolCB.Items.AddRange(new object[] {
     "RS232",
     "RS422",
     "RS485"});
     this.protocolCB.Location = new System.Drawing.Point(92, 11);
     this.protocolCB.Name = "protocolCB";
     this.protocolCB.Size = new System.Drawing.Size(64, 21);
     this.protocolCB.TabIndex = 83;
     //
     // stopbitCB
     //
     this.stopbitCB.AccessibleName = "StopBits";
     this.stopbitCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.stopbitCB.FormattingEnabled = true;
     this.stopbitCB.Items.AddRange(new object[] {
     "1",
     "1.5",
     "2"});
     this.stopbitCB.Location = new System.Drawing.Point(311, 66);
     this.stopbitCB.Name = "stopbitCB";
     this.stopbitCB.Size = new System.Drawing.Size(45, 21);
     this.stopbitCB.TabIndex = 48;
     //
     // parityCB
     //
     this.parityCB.AccessibleName = "SerialParity";
     this.parityCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.parityCB.FormattingEnabled = true;
     this.parityCB.Items.AddRange(new object[] {
     "NONE",
     "ODD",
     "EVEN",
     "MARK",
     "SPACE"});
     this.parityCB.Location = new System.Drawing.Point(92, 66);
     this.parityCB.Name = "parityCB";
     this.parityCB.Size = new System.Drawing.Size(88, 21);
     this.parityCB.TabIndex = 47;
     //
     // databitCB
     //
     this.databitCB.AccessibleName = "DataBits";
     this.databitCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.databitCB.FormattingEnabled = true;
     this.databitCB.Items.AddRange(new object[] {
     "5",
     "6",
     "7",
     "8"});
     this.databitCB.Location = new System.Drawing.Point(354, 11);
     this.databitCB.Name = "databitCB";
     this.databitCB.Size = new System.Drawing.Size(45, 21);
     this.databitCB.TabIndex = 46;
     //
     // baudrateCB
     //
     this.baudrateCB.AccessibleName = "BaudRate";
     this.baudrateCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.baudrateCB.FormattingEnabled = true;
     this.baudrateCB.Items.AddRange(new object[] {
     "110",
     "134",
     "150",
     "300",
     "600",
     "1200",
     "1800",
     "2400",
     "4800",
     "7200",
     "9600",
     "14400",
     "19200",
     "38400",
     "57600",
     "115200",
     "230400",
     "460800"});
     this.baudrateCB.Location = new System.Drawing.Point(92, 38);
     this.baudrateCB.Name = "baudrateCB";
     this.baudrateCB.Size = new System.Drawing.Size(98, 21);
     this.baudrateCB.TabIndex = 45;
     //
     // flowCB
     //
     this.flowCB.AccessibleName = "FlowControl";
     this.flowCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.flowCB.FormattingEnabled = true;
     this.flowCB.Items.AddRange(new object[] {
     "None",
     "Software",
     "Hardware"});
     this.flowCB.Location = new System.Drawing.Point(311, 39);
     this.flowCB.Name = "flowCB";
     this.flowCB.Size = new System.Drawing.Size(88, 21);
     this.flowCB.TabIndex = 44;
     //
     // fifoCB
     //
     this.fifoCB.AccessibleName = "SerialFIFO";
     this.fifoCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.fifoCB.FormattingEnabled = true;
     this.fifoCB.Items.AddRange(new object[] {
     "14",
     "8",
     "4"});
     this.fifoCB.Location = new System.Drawing.Point(221, 11);
     this.fifoCB.Name = "fifoCB";
     this.fifoCB.Size = new System.Drawing.Size(45, 21);
     this.fifoCB.TabIndex = 43;
     //
     // groupBox47
     //
     this.groupBox47.Controls.Add(this.button28);
     this.groupBox47.Controls.Add(this.button27);
     this.groupBox47.Location = new System.Drawing.Point(554, 373);
     this.groupBox47.Name = "groupBox47";
     this.groupBox47.Size = new System.Drawing.Size(121, 92);
     this.groupBox47.TabIndex = 58;
     this.groupBox47.TabStop = false;
     this.groupBox47.Text = "AT Mode Change";
     //
     // button28
     //
     this.button28.Location = new System.Drawing.Point(7, 53);
     this.button28.Name = "button28";
     this.button28.Size = new System.Drawing.Size(107, 25);
     this.button28.TabIndex = 1;
     this.button28.Text = "EXIT";
     this.button28.UseVisualStyleBackColor = true;
     this.button28.Click += new System.EventHandler(this.button28_Click);
     //
     // button27
     //
     this.button27.Location = new System.Drawing.Point(7, 21);
     this.button27.Name = "button27";
     this.button27.Size = new System.Drawing.Size(107, 25);
     this.button27.TabIndex = 0;
     this.button27.Text = "GOTO";
     this.button27.UseVisualStyleBackColor = true;
     this.button27.Click += new System.EventHandler(this.button27_Click);
     //
     // TabSheet_EPCC1G2
     //
     this.TabSheet_EPCC1G2.Controls.Add(this.groupBox31);
     this.TabSheet_EPCC1G2.Controls.Add(this.groupBox18);
     this.TabSheet_EPCC1G2.Controls.Add(this.groupBox16);
     this.TabSheet_EPCC1G2.Controls.Add(this.groupBox15);
     this.TabSheet_EPCC1G2.Controls.Add(this.groupBox14);
     this.TabSheet_EPCC1G2.Controls.Add(this.groupBox13);
     this.TabSheet_EPCC1G2.Controls.Add(this.groupBox12);
     this.TabSheet_EPCC1G2.Controls.Add(this.groupBox7);
     this.TabSheet_EPCC1G2.Controls.Add(this.groupBox5);
     this.TabSheet_EPCC1G2.Controls.Add(this.groupBox4);
     this.TabSheet_EPCC1G2.Location = new System.Drawing.Point(4, 22);
     this.TabSheet_EPCC1G2.Name = "TabSheet_EPCC1G2";
     this.TabSheet_EPCC1G2.Size = new System.Drawing.Size(817, 678);
     this.TabSheet_EPCC1G2.TabIndex = 2;
     this.TabSheet_EPCC1G2.Text = "EPCC1-G2 Test";
     this.TabSheet_EPCC1G2.UseVisualStyleBackColor = true;
     //
     // groupBox31
     //
     this.groupBox31.Controls.Add(this.maskData_textBox);
     this.groupBox31.Controls.Add(this.label60);
     this.groupBox31.Controls.Add(this.groupBox40);
     this.groupBox31.Controls.Add(this.checkBox1);
     this.groupBox31.Controls.Add(this.maskLen_textBox);
     this.groupBox31.Controls.Add(this.label44);
     this.groupBox31.Controls.Add(this.maskadr_textbox);
     this.groupBox31.Controls.Add(this.label43);
     this.groupBox31.Location = new System.Drawing.Point(2, 182);
     this.groupBox31.Name = "groupBox31";
     this.groupBox31.Size = new System.Drawing.Size(479, 76);
     this.groupBox31.TabIndex = 9;
     this.groupBox31.TabStop = false;
     this.groupBox31.Text = "Mask conditions";
     //
     // maskData_textBox
     //
     this.maskData_textBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.maskData_textBox.Enabled = false;
     this.maskData_textBox.Location = new System.Drawing.Point(303, 44);
     this.maskData_textBox.Name = "maskData_textBox";
     this.maskData_textBox.Size = new System.Drawing.Size(170, 20);
     this.maskData_textBox.TabIndex = 8;
     this.maskData_textBox.Text = "00";
     //
     // label60
     //
     this.label60.AutoSize = true;
     this.label60.Location = new System.Drawing.Point(214, 48);
     this.label60.Name = "label60";
     this.label60.Size = new System.Drawing.Size(90, 13);
     this.label60.TabIndex = 7;
     this.label60.Text = "Mask Data(Hex):";
     //
     // groupBox40
     //
     this.groupBox40.Controls.Add(this.R_User);
     this.groupBox40.Controls.Add(this.R_TID);
     this.groupBox40.Controls.Add(this.R_EPC);
     this.groupBox40.Location = new System.Drawing.Point(4, 33);
     this.groupBox40.Name = "groupBox40";
     this.groupBox40.Size = new System.Drawing.Size(200, 39);
     this.groupBox40.TabIndex = 6;
     this.groupBox40.TabStop = false;
     //
     // R_User
     //
     this.R_User.AutoSize = true;
     this.R_User.Enabled = false;
     this.R_User.Location = new System.Drawing.Point(124, 15);
     this.R_User.Name = "R_User";
     this.R_User.Size = new System.Drawing.Size(47, 17);
     this.R_User.TabIndex = 2;
     this.R_User.TabStop = true;
     this.R_User.Text = "User";
     this.R_User.UseVisualStyleBackColor = true;
     //
     // R_TID
     //
     this.R_TID.AutoSize = true;
     this.R_TID.Enabled = false;
     this.R_TID.Location = new System.Drawing.Point(65, 15);
     this.R_TID.Name = "R_TID";
     this.R_TID.Size = new System.Drawing.Size(43, 17);
     this.R_TID.TabIndex = 1;
     this.R_TID.TabStop = true;
     this.R_TID.Text = "TID";
     this.R_TID.UseVisualStyleBackColor = true;
     //
     // R_EPC
     //
     this.R_EPC.AutoSize = true;
     this.R_EPC.Enabled = false;
     this.R_EPC.Location = new System.Drawing.Point(6, 15);
     this.R_EPC.Name = "R_EPC";
     this.R_EPC.Size = new System.Drawing.Size(46, 17);
     this.R_EPC.TabIndex = 0;
     this.R_EPC.TabStop = true;
     this.R_EPC.Text = "EPC";
     this.R_EPC.UseVisualStyleBackColor = true;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(425, 17);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(59, 17);
     this.checkBox1.TabIndex = 5;
     this.checkBox1.Text = "Enable";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // maskLen_textBox
     //
     this.maskLen_textBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.maskLen_textBox.Enabled = false;
     this.maskLen_textBox.Location = new System.Drawing.Point(357, 12);
     this.maskLen_textBox.MaxLength = 2;
     this.maskLen_textBox.Name = "maskLen_textBox";
     this.maskLen_textBox.Size = new System.Drawing.Size(45, 20);
     this.maskLen_textBox.TabIndex = 4;
     this.maskLen_textBox.Text = "00";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(231, 18);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(115, 13);
     this.label44.TabIndex = 3;
     this.label44.Text = "Mask Bit Length(Hex):";
     //
     // maskadr_textbox
     //
     this.maskadr_textbox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.maskadr_textbox.Enabled = false;
     this.maskadr_textbox.Location = new System.Drawing.Point(176, 13);
     this.maskadr_textbox.MaxLength = 4;
     this.maskadr_textbox.Name = "maskadr_textbox";
     this.maskadr_textbox.Size = new System.Drawing.Size(50, 20);
     this.maskadr_textbox.TabIndex = 2;
     this.maskadr_textbox.Text = "0000";
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Location = new System.Drawing.Point(6, 18);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(145, 13);
     this.label43.TabIndex = 1;
     this.label43.Text = "Mask Start Bit Address(Hex):";
     //
     // groupBox18
     //
     this.groupBox18.Controls.Add(this.Button_LockUserBlock_G2);
     this.groupBox18.Controls.Add(this.Edit_AccessCode6);
     this.groupBox18.Controls.Add(this.ComboBox_BlockNum);
     this.groupBox18.Controls.Add(this.label30);
     this.groupBox18.Controls.Add(this.label29);
     this.groupBox18.Controls.Add(this.ComboBox_EPC6);
     this.groupBox18.Location = new System.Drawing.Point(485, 575);
     this.groupBox18.Name = "groupBox18";
     this.groupBox18.Size = new System.Drawing.Size(325, 99);
     this.groupBox18.TabIndex = 8;
     this.groupBox18.TabStop = false;
     this.groupBox18.Text = "Lock Block for User (Permanently Lock)";
     //
     // Button_LockUserBlock_G2
     //
     this.Button_LockUserBlock_G2.Location = new System.Drawing.Point(226, 68);
     this.Button_LockUserBlock_G2.Name = "Button_LockUserBlock_G2";
     this.Button_LockUserBlock_G2.Size = new System.Drawing.Size(89, 25);
     this.Button_LockUserBlock_G2.TabIndex = 5;
     this.Button_LockUserBlock_G2.Text = "Block Lock";
     this.Button_LockUserBlock_G2.UseVisualStyleBackColor = true;
     this.Button_LockUserBlock_G2.Click += new System.EventHandler(this.Button_LockUserBlock_G2_Click);
     //
     // Edit_AccessCode6
     //
     this.Edit_AccessCode6.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.Edit_AccessCode6.Location = new System.Drawing.Point(134, 72);
     this.Edit_AccessCode6.MaxLength = 8;
     this.Edit_AccessCode6.Name = "Edit_AccessCode6";
     this.Edit_AccessCode6.Size = new System.Drawing.Size(85, 20);
     this.Edit_AccessCode6.TabIndex = 4;
     this.Edit_AccessCode6.Text = "00000000";
     //
     // ComboBox_BlockNum
     //
     this.ComboBox_BlockNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_BlockNum.FormattingEnabled = true;
     this.ComboBox_BlockNum.Location = new System.Drawing.Point(134, 43);
     this.ComboBox_BlockNum.Name = "ComboBox_BlockNum";
     this.ComboBox_BlockNum.Size = new System.Drawing.Size(87, 21);
     this.ComboBox_BlockNum.TabIndex = 3;
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Location = new System.Drawing.Point(9, 67);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(91, 26);
     this.label30.TabIndex = 2;
     this.label30.Text = "Access Password\r\n(8 Hex):";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(9, 40);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(105, 26);
     this.label29.TabIndex = 1;
     this.label29.Text = "Address of Tag Data\r\n(Word):";
     //
     // ComboBox_EPC6
     //
     this.ComboBox_EPC6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_EPC6.FormattingEnabled = true;
     this.ComboBox_EPC6.Location = new System.Drawing.Point(6, 16);
     this.ComboBox_EPC6.Name = "ComboBox_EPC6";
     this.ComboBox_EPC6.Size = new System.Drawing.Size(313, 21);
     this.ComboBox_EPC6.TabIndex = 0;
     //
     // groupBox16
     //
     this.groupBox16.Controls.Add(this.Label_Alarm);
     this.groupBox16.Controls.Add(this.button4);
     this.groupBox16.Controls.Add(this.Button_SetEASAlarm_G2);
     this.groupBox16.Controls.Add(this.groupBox17);
     this.groupBox16.Controls.Add(this.Edit_AccessCode5);
     this.groupBox16.Controls.Add(this.label28);
     this.groupBox16.Controls.Add(this.ComboBox_EPC5);
     this.groupBox16.Location = new System.Drawing.Point(485, 457);
     this.groupBox16.Name = "groupBox16";
     this.groupBox16.Size = new System.Drawing.Size(325, 116);
     this.groupBox16.TabIndex = 7;
     this.groupBox16.TabStop = false;
     this.groupBox16.Text = "EAS Alarm";
     //
     // Label_Alarm
     //
     this.Label_Alarm.AutoSize = true;
     this.Label_Alarm.Font = new System.Drawing.Font("MS Reference Sans Serif", 30.3F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)), true);
     this.Label_Alarm.ForeColor = System.Drawing.Color.Red;
     this.Label_Alarm.Location = new System.Drawing.Point(243, 38);
     this.Label_Alarm.Name = "Label_Alarm";
     this.Label_Alarm.Size = new System.Drawing.Size(51, 46);
     this.Label_Alarm.TabIndex = 14;
     this.Label_Alarm.Text = "l";
     //
     // button4
     //
     this.button4.Enabled = false;
     this.button4.Location = new System.Drawing.Point(226, 86);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(89, 25);
     this.button4.TabIndex = 13;
     this.button4.Text = "EAS Alarm";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // Button_SetEASAlarm_G2
     //
     this.Button_SetEASAlarm_G2.Location = new System.Drawing.Point(110, 86);
     this.Button_SetEASAlarm_G2.Name = "Button_SetEASAlarm_G2";
     this.Button_SetEASAlarm_G2.Size = new System.Drawing.Size(97, 25);
     this.Button_SetEASAlarm_G2.TabIndex = 12;
     this.Button_SetEASAlarm_G2.Text = "EAS Configure";
     this.Button_SetEASAlarm_G2.UseVisualStyleBackColor = true;
     this.Button_SetEASAlarm_G2.Click += new System.EventHandler(this.Button_SetEASAlarm_G2_Click);
     //
     // groupBox17
     //
     this.groupBox17.Controls.Add(this.NoAlarm_G2);
     this.groupBox17.Controls.Add(this.Alarm_G2);
     this.groupBox17.Location = new System.Drawing.Point(6, 62);
     this.groupBox17.Name = "groupBox17";
     this.groupBox17.Size = new System.Drawing.Size(100, 51);
     this.groupBox17.TabIndex = 11;
     this.groupBox17.TabStop = false;
     //
     // NoAlarm_G2
     //
     this.NoAlarm_G2.AutoSize = true;
     this.NoAlarm_G2.Location = new System.Drawing.Point(5, 29);
     this.NoAlarm_G2.Name = "NoAlarm_G2";
     this.NoAlarm_G2.Size = new System.Drawing.Size(68, 17);
     this.NoAlarm_G2.TabIndex = 1;
     this.NoAlarm_G2.TabStop = true;
     this.NoAlarm_G2.Text = "No Alarm";
     this.NoAlarm_G2.UseVisualStyleBackColor = true;
     //
     // Alarm_G2
     //
     this.Alarm_G2.AutoSize = true;
     this.Alarm_G2.Location = new System.Drawing.Point(5, 11);
     this.Alarm_G2.Name = "Alarm_G2";
     this.Alarm_G2.Size = new System.Drawing.Size(51, 17);
     this.Alarm_G2.TabIndex = 0;
     this.Alarm_G2.TabStop = true;
     this.Alarm_G2.Text = "Alarm";
     this.Alarm_G2.UseVisualStyleBackColor = true;
     //
     // Edit_AccessCode5
     //
     this.Edit_AccessCode5.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.Edit_AccessCode5.Location = new System.Drawing.Point(107, 40);
     this.Edit_AccessCode5.MaxLength = 8;
     this.Edit_AccessCode5.Name = "Edit_AccessCode5";
     this.Edit_AccessCode5.Size = new System.Drawing.Size(100, 20);
     this.Edit_AccessCode5.TabIndex = 10;
     this.Edit_AccessCode5.Text = "00000000";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(6, 37);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(91, 26);
     this.label28.TabIndex = 9;
     this.label28.Text = "Access Password\r\n(8 Hex):";
     //
     // ComboBox_EPC5
     //
     this.ComboBox_EPC5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_EPC5.FormattingEnabled = true;
     this.ComboBox_EPC5.Location = new System.Drawing.Point(6, 14);
     this.ComboBox_EPC5.Name = "ComboBox_EPC5";
     this.ComboBox_EPC5.Size = new System.Drawing.Size(313, 21);
     this.ComboBox_EPC5.TabIndex = 8;
     //
     // groupBox15
     //
     this.groupBox15.Controls.Add(this.Button_CheckReadProtected_G2);
     this.groupBox15.Controls.Add(this.Button_RemoveReadProtect_G2);
     this.groupBox15.Controls.Add(this.Button_SetMultiReadProtect_G2);
     this.groupBox15.Controls.Add(this.Button_SetReadProtect_G2);
     this.groupBox15.Controls.Add(this.Edit_AccessCode4);
     this.groupBox15.Controls.Add(this.label27);
     this.groupBox15.Controls.Add(this.ComboBox_EPC4);
     this.groupBox15.Location = new System.Drawing.Point(485, 267);
     this.groupBox15.Name = "groupBox15";
     this.groupBox15.Size = new System.Drawing.Size(325, 190);
     this.groupBox15.TabIndex = 6;
     this.groupBox15.TabStop = false;
     this.groupBox15.Text = "Read Protection";
     //
     // Button_CheckReadProtected_G2
     //
     this.Button_CheckReadProtected_G2.Enabled = false;
     this.Button_CheckReadProtected_G2.Location = new System.Drawing.Point(6, 159);
     this.Button_CheckReadProtected_G2.Name = "Button_CheckReadProtected_G2";
     this.Button_CheckReadProtected_G2.Size = new System.Drawing.Size(313, 25);
     this.Button_CheckReadProtected_G2.TabIndex = 6;
     this.Button_CheckReadProtected_G2.Text = "Check Privacy";
     this.Button_CheckReadProtected_G2.UseVisualStyleBackColor = true;
     this.Button_CheckReadProtected_G2.Click += new System.EventHandler(this.Button_CheckReadProtected_G2_Click);
     //
     // Button_RemoveReadProtect_G2
     //
     this.Button_RemoveReadProtect_G2.Enabled = false;
     this.Button_RemoveReadProtect_G2.Location = new System.Drawing.Point(6, 130);
     this.Button_RemoveReadProtect_G2.Name = "Button_RemoveReadProtect_G2";
     this.Button_RemoveReadProtect_G2.Size = new System.Drawing.Size(313, 25);
     this.Button_RemoveReadProtect_G2.TabIndex = 5;
     this.Button_RemoveReadProtect_G2.Text = "Reset Privacy";
     this.Button_RemoveReadProtect_G2.UseVisualStyleBackColor = true;
     this.Button_RemoveReadProtect_G2.Click += new System.EventHandler(this.Button_RemoveReadProtect_G2_Click);
     //
     // Button_SetMultiReadProtect_G2
     //
     this.Button_SetMultiReadProtect_G2.Enabled = false;
     this.Button_SetMultiReadProtect_G2.Location = new System.Drawing.Point(6, 101);
     this.Button_SetMultiReadProtect_G2.Name = "Button_SetMultiReadProtect_G2";
     this.Button_SetMultiReadProtect_G2.Size = new System.Drawing.Size(313, 25);
     this.Button_SetMultiReadProtect_G2.TabIndex = 4;
     this.Button_SetMultiReadProtect_G2.Text = "Set Privacy Without EPC";
     this.Button_SetMultiReadProtect_G2.UseVisualStyleBackColor = true;
     this.Button_SetMultiReadProtect_G2.Click += new System.EventHandler(this.Button_SetMultiReadProtect_G2_Click);
     //
     // Button_SetReadProtect_G2
     //
     this.Button_SetReadProtect_G2.Enabled = false;
     this.Button_SetReadProtect_G2.Location = new System.Drawing.Point(6, 72);
     this.Button_SetReadProtect_G2.Name = "Button_SetReadProtect_G2";
     this.Button_SetReadProtect_G2.Size = new System.Drawing.Size(313, 25);
     this.Button_SetReadProtect_G2.TabIndex = 3;
     this.Button_SetReadProtect_G2.Text = "Set Privacy By EPC";
     this.Button_SetReadProtect_G2.UseVisualStyleBackColor = true;
     this.Button_SetReadProtect_G2.Click += new System.EventHandler(this.Button_SetReadProtect_G2_Click);
     //
     // Edit_AccessCode4
     //
     this.Edit_AccessCode4.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.Edit_AccessCode4.Location = new System.Drawing.Point(107, 43);
     this.Edit_AccessCode4.MaxLength = 8;
     this.Edit_AccessCode4.Name = "Edit_AccessCode4";
     this.Edit_AccessCode4.Size = new System.Drawing.Size(100, 20);
     this.Edit_AccessCode4.TabIndex = 2;
     this.Edit_AccessCode4.Text = "00000000";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(6, 40);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(91, 26);
     this.label27.TabIndex = 1;
     this.label27.Text = "Access Password\r\n(8 Hex):";
     //
     // ComboBox_EPC4
     //
     this.ComboBox_EPC4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_EPC4.FormattingEnabled = true;
     this.ComboBox_EPC4.Location = new System.Drawing.Point(8, 15);
     this.ComboBox_EPC4.Name = "ComboBox_EPC4";
     this.ComboBox_EPC4.Size = new System.Drawing.Size(311, 21);
     this.ComboBox_EPC4.TabIndex = 0;
     //
     // groupBox14
     //
     this.groupBox14.Controls.Add(this.Button_WriteEPC_G2);
     this.groupBox14.Controls.Add(this.Edit_AccessCode3);
     this.groupBox14.Controls.Add(this.label26);
     this.groupBox14.Controls.Add(this.Edit_WriteEPC);
     this.groupBox14.Controls.Add(this.label25);
     this.groupBox14.Location = new System.Drawing.Point(485, 185);
     this.groupBox14.Name = "groupBox14";
     this.groupBox14.Size = new System.Drawing.Size(325, 79);
     this.groupBox14.TabIndex = 5;
     this.groupBox14.TabStop = false;
     this.groupBox14.Text = "Write EPC(Random write one tag in the antenna)";
     //
     // Button_WriteEPC_G2
     //
     this.Button_WriteEPC_G2.Enabled = false;
     this.Button_WriteEPC_G2.Location = new System.Drawing.Point(244, 48);
     this.Button_WriteEPC_G2.Name = "Button_WriteEPC_G2";
     this.Button_WriteEPC_G2.Size = new System.Drawing.Size(75, 25);
     this.Button_WriteEPC_G2.TabIndex = 4;
     this.Button_WriteEPC_G2.Text = "Write EPC";
     this.Button_WriteEPC_G2.UseVisualStyleBackColor = true;
     this.Button_WriteEPC_G2.Click += new System.EventHandler(this.Button_WriteEPC_G2_Click);
     //
     // Edit_AccessCode3
     //
     this.Edit_AccessCode3.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.Edit_AccessCode3.Location = new System.Drawing.Point(107, 50);
     this.Edit_AccessCode3.MaxLength = 8;
     this.Edit_AccessCode3.Name = "Edit_AccessCode3";
     this.Edit_AccessCode3.Size = new System.Drawing.Size(100, 20);
     this.Edit_AccessCode3.TabIndex = 3;
     this.Edit_AccessCode3.Text = "00000000";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(6, 44);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(91, 26);
     this.label26.TabIndex = 2;
     this.label26.Text = "Access Password\r\n(8 Hex):";
     //
     // Edit_WriteEPC
     //
     this.Edit_WriteEPC.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.Edit_WriteEPC.Location = new System.Drawing.Point(77, 18);
     this.Edit_WriteEPC.MaxLength = 60;
     this.Edit_WriteEPC.Name = "Edit_WriteEPC";
     this.Edit_WriteEPC.Size = new System.Drawing.Size(242, 20);
     this.Edit_WriteEPC.TabIndex = 1;
     this.Edit_WriteEPC.Text = "0000";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(6, 15);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(60, 26);
     this.label25.TabIndex = 0;
     this.label25.Text = "Write EPC:\r\n(1-15Word)";
     //
     // groupBox13
     //
     this.groupBox13.Controls.Add(this.Button_DestroyCard);
     this.groupBox13.Controls.Add(this.Edit_DestroyCode);
     this.groupBox13.Controls.Add(this.label24);
     this.groupBox13.Controls.Add(this.ComboBox_EPC3);
     this.groupBox13.Location = new System.Drawing.Point(485, 111);
     this.groupBox13.Name = "groupBox13";
     this.groupBox13.Size = new System.Drawing.Size(325, 73);
     this.groupBox13.TabIndex = 4;
     this.groupBox13.TabStop = false;
     this.groupBox13.Text = "Kill Tag";
     //
     // Button_DestroyCard
     //
     this.Button_DestroyCard.Location = new System.Drawing.Point(244, 42);
     this.Button_DestroyCard.Name = "Button_DestroyCard";
     this.Button_DestroyCard.Size = new System.Drawing.Size(75, 25);
     this.Button_DestroyCard.TabIndex = 3;
     this.Button_DestroyCard.Text = "Kill Tag";
     this.Button_DestroyCard.UseVisualStyleBackColor = true;
     this.Button_DestroyCard.Click += new System.EventHandler(this.Button_DestroyCard_Click);
     //
     // Edit_DestroyCode
     //
     this.Edit_DestroyCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.Edit_DestroyCode.Location = new System.Drawing.Point(115, 44);
     this.Edit_DestroyCode.MaxLength = 8;
     this.Edit_DestroyCode.Name = "Edit_DestroyCode";
     this.Edit_DestroyCode.Size = new System.Drawing.Size(92, 20);
     this.Edit_DestroyCode.TabIndex = 2;
     this.Edit_DestroyCode.Text = "00000000";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(6, 42);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(69, 26);
     this.label24.TabIndex = 1;
     this.label24.Text = "Kill Password\r\n(8 Hex):";
     //
     // ComboBox_EPC3
     //
     this.ComboBox_EPC3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_EPC3.FormattingEnabled = true;
     this.ComboBox_EPC3.Location = new System.Drawing.Point(8, 16);
     this.ComboBox_EPC3.Name = "ComboBox_EPC3";
     this.ComboBox_EPC3.Size = new System.Drawing.Size(311, 21);
     this.ComboBox_EPC3.TabIndex = 0;
     //
     // groupBox12
     //
     this.groupBox12.Controls.Add(this.CheckBox_TID);
     this.groupBox12.Controls.Add(this.groupBox45);
     this.groupBox12.Controls.Add(this.button2);
     this.groupBox12.Controls.Add(this.ComboBox_IntervalTime);
     this.groupBox12.Controls.Add(this.label23);
     this.groupBox12.Location = new System.Drawing.Point(485, 0);
     this.groupBox12.Name = "groupBox12";
     this.groupBox12.Size = new System.Drawing.Size(325, 105);
     this.groupBox12.TabIndex = 3;
     this.groupBox12.TabStop = false;
     this.groupBox12.Text = "Query Tag";
     //
     // CheckBox_TID
     //
     this.CheckBox_TID.AutoSize = true;
     this.CheckBox_TID.Location = new System.Drawing.Point(235, 62);
     this.CheckBox_TID.Name = "CheckBox_TID";
     this.CheckBox_TID.Size = new System.Drawing.Size(44, 17);
     this.CheckBox_TID.TabIndex = 14;
     this.CheckBox_TID.Text = "TID";
     this.CheckBox_TID.UseVisualStyleBackColor = true;
     //
     // groupBox45
     //
     this.groupBox45.Controls.Add(this.textBox12);
     this.groupBox45.Controls.Add(this.label68);
     this.groupBox45.Controls.Add(this.textBox13);
     this.groupBox45.Controls.Add(this.label69);
     this.groupBox45.Location = new System.Drawing.Point(8, 43);
     this.groupBox45.Name = "groupBox45";
     this.groupBox45.Size = new System.Drawing.Size(214, 52);
     this.groupBox45.TabIndex = 13;
     this.groupBox45.TabStop = false;
     this.groupBox45.Text = "Query TID Parameter";
     //
     // textBox12
     //
     this.textBox12.Location = new System.Drawing.Point(69, 18);
     this.textBox12.MaxLength = 2;
     this.textBox12.Name = "textBox12";
     this.textBox12.Size = new System.Drawing.Size(37, 20);
     this.textBox12.TabIndex = 3;
     this.textBox12.Text = "02";
     //
     // label68
     //
     this.label68.AutoSize = true;
     this.label68.Location = new System.Drawing.Point(126, 25);
     this.label68.Name = "label68";
     this.label68.Size = new System.Drawing.Size(31, 13);
     this.label68.TabIndex = 2;
     this.label68.Text = "Len:";
     //
     // textBox13
     //
     this.textBox13.Location = new System.Drawing.Point(162, 18);
     this.textBox13.MaxLength = 2;
     this.textBox13.Name = "textBox13";
     this.textBox13.Size = new System.Drawing.Size(37, 20);
     this.textBox13.TabIndex = 1;
     this.textBox13.Text = "04";
     //
     // label69
     //
     this.label69.AutoSize = true;
     this.label69.Location = new System.Drawing.Point(4, 26);
     this.label69.Name = "label69";
     this.label69.Size = new System.Drawing.Size(57, 13);
     this.label69.TabIndex = 0;
     this.label69.Text = "StartAddr:";
     //
     // button2
     //
     this.button2.Enabled = false;
     this.button2.Location = new System.Drawing.Point(235, 12);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(84, 25);
     this.button2.TabIndex = 2;
     this.button2.Text = "Query Tag";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // ComboBox_IntervalTime
     //
     this.ComboBox_IntervalTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_IntervalTime.FormattingEnabled = true;
     this.ComboBox_IntervalTime.Location = new System.Drawing.Point(117, 15);
     this.ComboBox_IntervalTime.Name = "ComboBox_IntervalTime";
     this.ComboBox_IntervalTime.Size = new System.Drawing.Size(105, 21);
     this.ComboBox_IntervalTime.TabIndex = 1;
     this.ComboBox_IntervalTime.SelectedIndexChanged += new System.EventHandler(this.ComboBox_IntervalTime_SelectedIndexChanged);
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(6, 20);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(74, 13);
     this.label23.TabIndex = 0;
     this.label23.Text = "Read Interval:";
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.Button_SetProtectState);
     this.groupBox7.Controls.Add(this.textBox2);
     this.groupBox7.Controls.Add(this.label22);
     this.groupBox7.Controls.Add(this.groupBox11);
     this.groupBox7.Controls.Add(this.groupBox10);
     this.groupBox7.Controls.Add(this.groupBox8);
     this.groupBox7.Controls.Add(this.ComboBox_EPC1);
     this.groupBox7.Location = new System.Drawing.Point(1, 482);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(481, 192);
     this.groupBox7.TabIndex = 2;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "Set Protect For Reading Or Writing";
     //
     // Button_SetProtectState
     //
     this.Button_SetProtectState.Location = new System.Drawing.Point(375, 159);
     this.Button_SetProtectState.Name = "Button_SetProtectState";
     this.Button_SetProtectState.Size = new System.Drawing.Size(99, 25);
     this.Button_SetProtectState.TabIndex = 6;
     this.Button_SetProtectState.Text = "Lock";
     this.Button_SetProtectState.UseVisualStyleBackColor = true;
     this.Button_SetProtectState.Click += new System.EventHandler(this.Button_SetProtectState_Click);
     //
     // textBox2
     //
     this.textBox2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.textBox2.Location = new System.Drawing.Point(263, 161);
     this.textBox2.MaxLength = 8;
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(100, 20);
     this.textBox2.TabIndex = 5;
     this.textBox2.Text = "00000000";
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(261, 142);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(131, 13);
     this.label22.TabIndex = 4;
     this.label22.Text = "Access Password (8 Hex):";
     //
     // groupBox11
     //
     this.groupBox11.Controls.Add(this.AlwaysNot2);
     this.groupBox11.Controls.Add(this.Always2);
     this.groupBox11.Controls.Add(this.Proect2);
     this.groupBox11.Controls.Add(this.NoProect2);
     this.groupBox11.Location = new System.Drawing.Point(258, 47);
     this.groupBox11.Name = "groupBox11";
     this.groupBox11.Size = new System.Drawing.Size(217, 90);
     this.groupBox11.TabIndex = 3;
     this.groupBox11.TabStop = false;
     this.groupBox11.Text = "Lock of EPC TID and User Bank";
     //
     // AlwaysNot2
     //
     this.AlwaysNot2.AutoSize = true;
     this.AlwaysNot2.Location = new System.Drawing.Point(4, 69);
     this.AlwaysNot2.Name = "AlwaysNot2";
     this.AlwaysNot2.Size = new System.Drawing.Size(99, 17);
     this.AlwaysNot2.TabIndex = 3;
     this.AlwaysNot2.TabStop = true;
     this.AlwaysNot2.Text = "Never writeable";
     this.AlwaysNot2.UseVisualStyleBackColor = true;
     //
     // Always2
     //
     this.Always2.AutoSize = true;
     this.Always2.Location = new System.Drawing.Point(4, 52);
     this.Always2.Name = "Always2";
     this.Always2.Size = new System.Drawing.Size(128, 17);
     this.Always2.TabIndex = 2;
     this.Always2.TabStop = true;
     this.Always2.Text = "Permanently writeable";
     this.Always2.UseVisualStyleBackColor = true;
     //
     // Proect2
     //
     this.Proect2.AutoSize = true;
     this.Proect2.Location = new System.Drawing.Point(4, 34);
     this.Proect2.Name = "Proect2";
     this.Proect2.Size = new System.Drawing.Size(178, 17);
     this.Proect2.TabIndex = 1;
     this.Proect2.TabStop = true;
     this.Proect2.Text = "Writeable from the secured state";
     this.Proect2.UseVisualStyleBackColor = true;
     //
     // NoProect2
     //
     this.NoProect2.AutoSize = true;
     this.NoProect2.Location = new System.Drawing.Point(4, 15);
     this.NoProect2.Name = "NoProect2";
     this.NoProect2.Size = new System.Drawing.Size(139, 17);
     this.NoProect2.TabIndex = 0;
     this.NoProect2.TabStop = true;
     this.NoProect2.Text = "Writeable from any state";
     this.NoProect2.UseVisualStyleBackColor = true;
     //
     // groupBox10
     //
     this.groupBox10.Controls.Add(this.P_User);
     this.groupBox10.Controls.Add(this.P_TID);
     this.groupBox10.Controls.Add(this.P_EPC);
     this.groupBox10.Controls.Add(this.P_Reserve);
     this.groupBox10.Location = new System.Drawing.Point(259, 13);
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.Size = new System.Drawing.Size(215, 34);
     this.groupBox10.TabIndex = 2;
     this.groupBox10.TabStop = false;
     //
     // P_User
     //
     this.P_User.AutoSize = true;
     this.P_User.Location = new System.Drawing.Point(166, 12);
     this.P_User.Name = "P_User";
     this.P_User.Size = new System.Drawing.Size(47, 17);
     this.P_User.TabIndex = 3;
     this.P_User.TabStop = true;
     this.P_User.Text = "User";
     this.P_User.UseVisualStyleBackColor = true;
     this.P_User.CheckedChanged += new System.EventHandler(this.P_User_CheckedChanged);
     //
     // P_TID
     //
     this.P_TID.AutoSize = true;
     this.P_TID.Location = new System.Drawing.Point(121, 12);
     this.P_TID.Name = "P_TID";
     this.P_TID.Size = new System.Drawing.Size(43, 17);
     this.P_TID.TabIndex = 2;
     this.P_TID.TabStop = true;
     this.P_TID.Text = "TID";
     this.P_TID.UseVisualStyleBackColor = true;
     this.P_TID.CheckedChanged += new System.EventHandler(this.P_TID_CheckedChanged);
     //
     // P_EPC
     //
     this.P_EPC.AutoSize = true;
     this.P_EPC.Location = new System.Drawing.Point(76, 12);
     this.P_EPC.Name = "P_EPC";
     this.P_EPC.Size = new System.Drawing.Size(46, 17);
     this.P_EPC.TabIndex = 1;
     this.P_EPC.TabStop = true;
     this.P_EPC.Text = "EPC";
     this.P_EPC.UseVisualStyleBackColor = true;
     this.P_EPC.CheckedChanged += new System.EventHandler(this.P_EPC_CheckedChanged);
     //
     // P_Reserve
     //
     this.P_Reserve.AutoSize = true;
     this.P_Reserve.Location = new System.Drawing.Point(4, 12);
     this.P_Reserve.Name = "P_Reserve";
     this.P_Reserve.Size = new System.Drawing.Size(71, 17);
     this.P_Reserve.TabIndex = 0;
     this.P_Reserve.TabStop = true;
     this.P_Reserve.Text = "Password";
     this.P_Reserve.UseVisualStyleBackColor = true;
     this.P_Reserve.CheckedChanged += new System.EventHandler(this.P_Reserve_CheckedChanged);
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.AlwaysNot);
     this.groupBox8.Controls.Add(this.Always);
     this.groupBox8.Controls.Add(this.Proect);
     this.groupBox8.Controls.Add(this.NoProect);
     this.groupBox8.Controls.Add(this.groupBox9);
     this.groupBox8.Location = new System.Drawing.Point(4, 38);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(248, 147);
     this.groupBox8.TabIndex = 1;
     this.groupBox8.TabStop = false;
     this.groupBox8.Text = "Lock of Password";
     //
     // AlwaysNot
     //
     this.AlwaysNot.AutoSize = true;
     this.AlwaysNot.Location = new System.Drawing.Point(6, 127);
     this.AlwaysNot.Name = "AlwaysNot";
     this.AlwaysNot.Size = new System.Drawing.Size(164, 17);
     this.AlwaysNot.TabIndex = 4;
     this.AlwaysNot.TabStop = true;
     this.AlwaysNot.Text = "Never readable and writeable";
     this.AlwaysNot.UseVisualStyleBackColor = true;
     //
     // Always
     //
     this.Always.AutoSize = true;
     this.Always.Location = new System.Drawing.Point(6, 109);
     this.Always.Name = "Always";
     this.Always.Size = new System.Drawing.Size(193, 17);
     this.Always.TabIndex = 3;
     this.Always.TabStop = true;
     this.Always.Text = "Permanently readable and writeable";
     this.Always.UseVisualStyleBackColor = true;
     //
     // Proect
     //
     this.Proect.AutoSize = true;
     this.Proect.Location = new System.Drawing.Point(6, 80);
     this.Proect.Name = "Proect";
     this.Proect.Size = new System.Drawing.Size(181, 30);
     this.Proect.TabIndex = 2;
     this.Proect.TabStop = true;
     this.Proect.Text = "Readable and writeable from the \r\nsecured state";
     this.Proect.UseVisualStyleBackColor = true;
     //
     // NoProect
     //
     this.NoProect.AutoSize = true;
     this.NoProect.Location = new System.Drawing.Point(6, 50);
     this.NoProect.Name = "NoProect";
     this.NoProect.Size = new System.Drawing.Size(143, 30);
     this.NoProect.TabIndex = 1;
     this.NoProect.TabStop = true;
     this.NoProect.Text = "Readable and  writeable \r\nfrom any state";
     this.NoProect.UseVisualStyleBackColor = true;
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.AccessCode);
     this.groupBox9.Controls.Add(this.DestroyCode);
     this.groupBox9.Location = new System.Drawing.Point(5, 11);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(237, 34);
     this.groupBox9.TabIndex = 0;
     this.groupBox9.TabStop = false;
     //
     // AccessCode
     //
     this.AccessCode.AutoSize = true;
     this.AccessCode.Location = new System.Drawing.Point(108, 13);
     this.AccessCode.Name = "AccessCode";
     this.AccessCode.Size = new System.Drawing.Size(109, 17);
     this.AccessCode.TabIndex = 1;
     this.AccessCode.TabStop = true;
     this.AccessCode.Text = "Access Password";
     this.AccessCode.UseVisualStyleBackColor = true;
     //
     // DestroyCode
     //
     this.DestroyCode.AutoSize = true;
     this.DestroyCode.Location = new System.Drawing.Point(6, 13);
     this.DestroyCode.Name = "DestroyCode";
     this.DestroyCode.Size = new System.Drawing.Size(87, 17);
     this.DestroyCode.TabIndex = 0;
     this.DestroyCode.TabStop = true;
     this.DestroyCode.Text = "Kill Password";
     this.DestroyCode.UseVisualStyleBackColor = true;
     //
     // ComboBox_EPC1
     //
     this.ComboBox_EPC1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_EPC1.FormattingEnabled = true;
     this.ComboBox_EPC1.Location = new System.Drawing.Point(4, 15);
     this.ComboBox_EPC1.Name = "ComboBox_EPC1";
     this.ComboBox_EPC1.Size = new System.Drawing.Size(249, 21);
     this.ComboBox_EPC1.TabIndex = 0;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.textBox_pc);
     this.groupBox5.Controls.Add(this.checkBox_pc);
     this.groupBox5.Controls.Add(this.BlockWrite);
     this.groupBox5.Controls.Add(this.ComboBox_EPC2);
     this.groupBox5.Controls.Add(this.button7);
     this.groupBox5.Controls.Add(this.Button_BlockErase);
     this.groupBox5.Controls.Add(this.Button_DataWrite);
     this.groupBox5.Controls.Add(this.SpeedButton_Read_G2);
     this.groupBox5.Controls.Add(this.Edit_WriteData);
     this.groupBox5.Controls.Add(this.Edit_AccessCode2);
     this.groupBox5.Controls.Add(this.textBox1);
     this.groupBox5.Controls.Add(this.Edit_WordPtr);
     this.groupBox5.Controls.Add(this.listBox1);
     this.groupBox5.Controls.Add(this.label21);
     this.groupBox5.Controls.Add(this.label20);
     this.groupBox5.Controls.Add(this.label19);
     this.groupBox5.Controls.Add(this.label18);
     this.groupBox5.Controls.Add(this.groupBox6);
     this.groupBox5.Location = new System.Drawing.Point(1, 258);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(481, 220);
     this.groupBox5.TabIndex = 1;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Read Data / Write Data / Block Erase";
     //
     // textBox_pc
     //
     this.textBox_pc.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.textBox_pc.Location = new System.Drawing.Point(431, 14);
     this.textBox_pc.Name = "textBox_pc";
     this.textBox_pc.ReadOnly = true;
     this.textBox_pc.Size = new System.Drawing.Size(43, 20);
     this.textBox_pc.TabIndex = 29;
     this.textBox_pc.Text = "0800";
     //
     // checkBox_pc
     //
     this.checkBox_pc.AutoSize = true;
     this.checkBox_pc.Location = new System.Drawing.Point(293, 20);
     this.checkBox_pc.Name = "checkBox_pc";
     this.checkBox_pc.Size = new System.Drawing.Size(127, 17);
     this.checkBox_pc.TabIndex = 28;
     this.checkBox_pc.Text = "Compute and add PC";
     this.checkBox_pc.UseVisualStyleBackColor = true;
     this.checkBox_pc.CheckedChanged += new System.EventHandler(this.checkBox_pc_CheckedChanged);
     //
     // BlockWrite
     //
     this.BlockWrite.Location = new System.Drawing.Point(90, 190);
     this.BlockWrite.Name = "BlockWrite";
     this.BlockWrite.Size = new System.Drawing.Size(73, 25);
     this.BlockWrite.TabIndex = 17;
     this.BlockWrite.Text = "BlockWrite";
     this.BlockWrite.UseVisualStyleBackColor = true;
     this.BlockWrite.Click += new System.EventHandler(this.BlockWrite_Click);
     //
     // ComboBox_EPC2
     //
     this.ComboBox_EPC2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox_EPC2.FormattingEnabled = true;
     this.ComboBox_EPC2.Location = new System.Drawing.Point(4, 17);
     this.ComboBox_EPC2.Name = "ComboBox_EPC2";
     this.ComboBox_EPC2.Size = new System.Drawing.Size(282, 21);
     this.ComboBox_EPC2.TabIndex = 15;
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(244, 189);
     this.button7.Name = "button7";
     this.button7.Size = new System.Drawing.Size(43, 26);
     this.button7.TabIndex = 14;
     this.button7.Text = "Clear";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // Button_BlockErase
     //
     this.Button_BlockErase.Location = new System.Drawing.Point(166, 190);
     this.Button_BlockErase.Name = "Button_BlockErase";
     this.Button_BlockErase.Size = new System.Drawing.Size(73, 25);
     this.Button_BlockErase.TabIndex = 13;
     this.Button_BlockErase.Text = "BlockErase";
     this.Button_BlockErase.UseVisualStyleBackColor = true;
     this.Button_BlockErase.Click += new System.EventHandler(this.Button_BlockErase_Click);
     //
     // Button_DataWrite
     //
     this.Button_DataWrite.Location = new System.Drawing.Point(43, 190);
     this.Button_DataWrite.Name = "Button_DataWrite";
     this.Button_DataWrite.Size = new System.Drawing.Size(43, 25);
     this.Button_DataWrite.TabIndex = 12;
     this.Button_DataWrite.Text = "Write";
     this.Button_DataWrite.UseVisualStyleBackColor = true;
     this.Button_DataWrite.Click += new System.EventHandler(this.Button_DataWrite_Click);
     //
     // SpeedButton_Read_G2
     //
     this.SpeedButton_Read_G2.Location = new System.Drawing.Point(4, 190);
     this.SpeedButton_Read_G2.Name = "SpeedButton_Read_G2";
     this.SpeedButton_Read_G2.Size = new System.Drawing.Size(37, 25);
     this.SpeedButton_Read_G2.TabIndex = 11;
     this.SpeedButton_Read_G2.Text = "Read";
     this.SpeedButton_Read_G2.UseVisualStyleBackColor = true;
     this.SpeedButton_Read_G2.Click += new System.EventHandler(this.SpeedButton_Read_G2_Click);
     //
     // Edit_WriteData
     //
     this.Edit_WriteData.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.Edit_WriteData.Location = new System.Drawing.Point(116, 165);
     this.Edit_WriteData.Name = "Edit_WriteData";
     this.Edit_WriteData.Size = new System.Drawing.Size(170, 20);
     this.Edit_WriteData.TabIndex = 10;
     this.Edit_WriteData.Text = "0000";
     this.Edit_WriteData.TextChanged += new System.EventHandler(this.Edit_WriteData_TextChanged);
     //
     // Edit_AccessCode2
     //
     this.Edit_AccessCode2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.Edit_AccessCode2.Location = new System.Drawing.Point(170, 137);
     this.Edit_AccessCode2.MaxLength = 8;
     this.Edit_AccessCode2.Name = "Edit_AccessCode2";
     this.Edit_AccessCode2.Size = new System.Drawing.Size(115, 20);
     this.Edit_AccessCode2.TabIndex = 9;
     this.Edit_AccessCode2.Text = "00000000";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(205, 107);
     this.textBox1.MaxLength = 2;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(81, 20);
     this.textBox1.TabIndex = 8;
     this.textBox1.Text = "4";
     //
     // Edit_WordPtr
     //
     this.Edit_WordPtr.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.Edit_WordPtr.Location = new System.Drawing.Point(205, 74);
     this.Edit_WordPtr.MaxLength = 2;
     this.Edit_WordPtr.Name = "Edit_WordPtr";
     this.Edit_WordPtr.Size = new System.Drawing.Size(81, 20);
     this.Edit_WordPtr.TabIndex = 7;
     this.Edit_WordPtr.Text = "00";
     //
     // listBox1
     //
     this.listBox1.FormattingEnabled = true;
     this.listBox1.Location = new System.Drawing.Point(293, 41);
     this.listBox1.Name = "listBox1";
     this.listBox1.Size = new System.Drawing.Size(181, 173);
     this.listBox1.TabIndex = 6;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(8, 170);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(89, 13);
     this.label21.TabIndex = 5;
     this.label21.Text = "Write Data (Hex):";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(5, 133);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(147, 26);
     this.label20.TabIndex = 4;
     this.label20.Text = "Password(Read/Block Erase)\r\n(0-120/Word/D):";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(7, 111);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(172, 13);
     this.label19.TabIndex = 3;
     this.label19.Text = "Length of Data(Read/Block Erase:";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(8, 83);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(164, 13);
     this.label18.TabIndex = 2;
     this.label18.Text = "Address of Tag Data(Word/Hex):";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.C_User);
     this.groupBox6.Controls.Add(this.C_TID);
     this.groupBox6.Controls.Add(this.C_EPC);
     this.groupBox6.Controls.Add(this.C_Reserve);
     this.groupBox6.Location = new System.Drawing.Point(6, 34);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(280, 34);
     this.groupBox6.TabIndex = 1;
     this.groupBox6.TabStop = false;
     //
     // C_User
     //
     this.C_User.AutoSize = true;
     this.C_User.Location = new System.Drawing.Point(207, 12);
     this.C_User.Name = "C_User";
     this.C_User.Size = new System.Drawing.Size(47, 17);
     this.C_User.TabIndex = 3;
     this.C_User.TabStop = true;
     this.C_User.Text = "User";
     this.C_User.UseVisualStyleBackColor = true;
     this.C_User.CheckedChanged += new System.EventHandler(this.C_User_CheckedChanged);
     //
     // C_TID
     //
     this.C_TID.AutoSize = true;
     this.C_TID.Location = new System.Drawing.Point(149, 12);
     this.C_TID.Name = "C_TID";
     this.C_TID.Size = new System.Drawing.Size(43, 17);
     this.C_TID.TabIndex = 2;
     this.C_TID.TabStop = true;
     this.C_TID.Text = "TID";
     this.C_TID.UseVisualStyleBackColor = true;
     this.C_TID.CheckedChanged += new System.EventHandler(this.C_TID_CheckedChanged);
     //
     // C_EPC
     //
     this.C_EPC.AutoSize = true;
     this.C_EPC.Location = new System.Drawing.Point(90, 12);
     this.C_EPC.Name = "C_EPC";
     this.C_EPC.Size = new System.Drawing.Size(46, 17);
     this.C_EPC.TabIndex = 1;
     this.C_EPC.TabStop = true;
     this.C_EPC.Text = "EPC";
     this.C_EPC.UseVisualStyleBackColor = true;
     this.C_EPC.CheckedChanged += new System.EventHandler(this.C_EPC_CheckedChanged);
     //
     // C_Reserve
     //
     this.C_Reserve.AutoSize = true;
     this.C_Reserve.Location = new System.Drawing.Point(4, 12);
     this.C_Reserve.Name = "C_Reserve";
     this.C_Reserve.Size = new System.Drawing.Size(71, 17);
     this.C_Reserve.TabIndex = 0;
     this.C_Reserve.TabStop = true;
     this.C_Reserve.Text = "Password";
     this.C_Reserve.UseVisualStyleBackColor = true;
     this.C_Reserve.CheckedChanged += new System.EventHandler(this.C_Reserve_CheckedChanged);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.textBox18);
     this.groupBox4.Controls.Add(this.label80);
     this.groupBox4.Controls.Add(this.textBox17);
     this.groupBox4.Controls.Add(this.label79);
     this.groupBox4.Controls.Add(this.ListView1_EPC);
     this.groupBox4.Location = new System.Drawing.Point(1, 0);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(480, 182);
     this.groupBox4.TabIndex = 0;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "List EPC of Tags";
     //
     // textBox18
     //
     this.textBox18.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBox18.ForeColor = System.Drawing.Color.Blue;
     this.textBox18.Location = new System.Drawing.Point(365, 13);
     this.textBox18.Name = "textBox18";
     this.textBox18.Size = new System.Drawing.Size(110, 44);
     this.textBox18.TabIndex = 5;
     //
     // label80
     //
     this.label80.AutoSize = true;
     this.label80.Location = new System.Drawing.Point(280, 36);
     this.label80.Name = "label80";
     this.label80.Size = new System.Drawing.Size(77, 13);
     this.label80.TabIndex = 4;
     this.label80.Text = "Total Number:";
     //
     // textBox17
     //
     this.textBox17.ForeColor = System.Drawing.Color.Blue;
     this.textBox17.Location = new System.Drawing.Point(4, 36);
     this.textBox17.Name = "textBox17";
     this.textBox17.Size = new System.Drawing.Size(255, 20);
     this.textBox17.TabIndex = 3;
     //
     // label79
     //
     this.label79.AutoSize = true;
     this.label79.Location = new System.Drawing.Point(3, 17);
     this.label79.Name = "label79";
     this.label79.Size = new System.Drawing.Size(71, 13);
     this.label79.TabIndex = 2;
     this.label79.Text = "Current EPC:";
     //
     // ListView1_EPC
     //
     this.ListView1_EPC.AccessibleRole = System.Windows.Forms.AccessibleRole.IpAddress;
     this.ListView1_EPC.AutoArrange = false;
     this.ListView1_EPC.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.ListView1_EPC.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.listViewCol_Number,
     this.listViewCol_ID,
     this.listViewCol_Length,
     this.columnHeader10,
     this.listViewCol_Times});
     this.ListView1_EPC.FullRowSelect = true;
     this.ListView1_EPC.GridLines = true;
     this.ListView1_EPC.Location = new System.Drawing.Point(3, 65);
     this.ListView1_EPC.Name = "ListView1_EPC";
     this.ListView1_EPC.Size = new System.Drawing.Size(474, 109);
     this.ListView1_EPC.TabIndex = 1;
     this.ListView1_EPC.UseCompatibleStateImageBehavior = false;
     this.ListView1_EPC.View = System.Windows.Forms.View.Details;
     this.ListView1_EPC.SelectedIndexChanged += new System.EventHandler(this.ListView1_EPC_SelectedIndexChanged);
     //
     // listViewCol_Number
     //
     this.listViewCol_Number.Text = "NO.";
     this.listViewCol_Number.Width = 40;
     //
     // listViewCol_ID
     //
     this.listViewCol_ID.Text = "EPC";
     this.listViewCol_ID.Width = 215;
     //
     // listViewCol_Length
     //
     this.listViewCol_Length.Text = "EPC Length";
     this.listViewCol_Length.Width = 75;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "ANT(4,3,2,1)";
     this.columnHeader10.Width = 90;
     //
     // listViewCol_Times
     //
     this.listViewCol_Times.Text = "Times";
     this.listViewCol_Times.Width = 50;
     //
     // tabPage2
     //
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(817, 678);
     this.tabPage2.TabIndex = 5;
     this.tabPage2.Text = "Auto_running Mode";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // TabSheet_6B
     //
     this.TabSheet_6B.Location = new System.Drawing.Point(4, 22);
     this.TabSheet_6B.Name = "TabSheet_6B";
     this.TabSheet_6B.Size = new System.Drawing.Size(817, 678);
     this.TabSheet_6B.TabIndex = 3;
     this.TabSheet_6B.Text = "18000-6B Test";
     this.TabSheet_6B.UseVisualStyleBackColor = true;
     //
     // tabPage1
     //
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Size = new System.Drawing.Size(817, 678);
     this.tabPage1.TabIndex = 4;
     this.tabPage1.Text = "Frequency Analysis";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage3
     //
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Size = new System.Drawing.Size(817, 678);
     this.tabPage3.TabIndex = 6;
     this.tabPage3.Text = "TCPIP net Config";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "No.";
     this.columnHeader5.Width = 50;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "ID";
     this.columnHeader6.Width = 600;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Times";
     this.columnHeader7.Width = 90;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "NO.";
     this.columnHeader1.Width = 50;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "EPC";
     this.columnHeader2.Width = 290;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "First read tag time";
     this.columnHeader3.Width = 150;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Last read tag time";
     this.columnHeader4.Width = 150;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "ANT";
     this.columnHeader8.Width = 100;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "Times";
     this.columnHeader9.Width = 55;
     //
     // StatusBar1
     //
     this.StatusBar1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.StatusBar1.Location = new System.Drawing.Point(0, 703);
     this.StatusBar1.Name = "StatusBar1";
     this.StatusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
     this.TStatusPanel,
     this.Port,
     this.Manufacturername});
     this.StatusBar1.ShowPanels = true;
     this.StatusBar1.Size = new System.Drawing.Size(826, 22);
     this.StatusBar1.SizingGrip = false;
     this.StatusBar1.TabIndex = 26;
     this.StatusBar1.Text = "StatusBar1";
     //
     // TStatusPanel
     //
     this.TStatusPanel.Name = "TStatusPanel";
     this.TStatusPanel.Width = 740;
     //
     // Port
     //
     this.Port.MinWidth = 66;
     this.Port.Name = "Port";
     this.Port.Text = "Port:";
     //
     // Manufacturername
     //
     this.Manufacturername.Name = "Manufacturername";
     this.Manufacturername.Text = "statusManufacturer nameBarPanel1";
     //
     // Timer_Test_
     //
     this.Timer_Test_.Tick += new System.EventHandler(this.Timer_Test__Tick);
     //
     // Timer_G2_Read
     //
     this.Timer_G2_Read.Interval = 200;
     this.Timer_G2_Read.Tick += new System.EventHandler(this.Timer_G2_Read_Tick);
     //
     // Timer_G2_Alarm
     //
     this.Timer_G2_Alarm.Tick += new System.EventHandler(this.Timer_G2_Alarm_Tick);
     //
     // Timer_Test_6B
     //
     this.Timer_Test_6B.Tick += new System.EventHandler(this.Timer_Test_6B_Tick);
     //
     // Timer_6B_Read
     //
     this.Timer_6B_Read.Tick += new System.EventHandler(this.Timer_6B_Read_Tick);
     //
     // Timer_6B_Write
     //
     this.Timer_6B_Write.Tick += new System.EventHandler(this.Timer_6B_Write_Tick);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.ClientSize = new System.Drawing.Size(826, 725);
     this.Controls.Add(this.StatusBar1);
     this.Controls.Add(this.tabControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "UHFReader28CSHarp Demo Software V1.5";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
     this.Load += new System.EventHandler(this.Form1_Load);
     this.tabControl1.ResumeLayout(false);
     this.TabSheet_CMD.ResumeLayout(false);
     this.groupBox46.ResumeLayout(false);
     this.groupBox46.PerformLayout();
     this.groupBox42.ResumeLayout(false);
     this.groupBox42.PerformLayout();
     this.groupBox41.ResumeLayout(false);
     this.groupBox41.PerformLayout();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     this.groupBox28.ResumeLayout(false);
     this.groupBox28.PerformLayout();
     this.groupBox27.ResumeLayout(false);
     this.groupBox27.PerformLayout();
     this.groupBox26.ResumeLayout(false);
     this.groupBox26.PerformLayout();
     this.groupBox25.ResumeLayout(false);
     this.groupBox25.PerformLayout();
     this.groupBox24.ResumeLayout(false);
     this.groupBox24.PerformLayout();
     this.groupBox23.ResumeLayout(false);
     this.groupBox23.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox30.ResumeLayout(false);
     this.groupBox30.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.groupBox48.ResumeLayout(false);
     this.groupBox48.PerformLayout();
     this.groupBox51.ResumeLayout(false);
     this.groupBox51.PerformLayout();
     this.panel_StaticIp.ResumeLayout(false);
     this.panel_StaticIp.PerformLayout();
     this.groupBox50.ResumeLayout(false);
     this.panel_TCP.ResumeLayout(false);
     this.panel_TCP.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tcpRemotePortNUD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tcpLocalPortNUD)).EndInit();
     this.groupBox49.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.groupBox47.ResumeLayout(false);
     this.TabSheet_EPCC1G2.ResumeLayout(false);
     this.groupBox31.ResumeLayout(false);
     this.groupBox31.PerformLayout();
     this.groupBox40.ResumeLayout(false);
     this.groupBox40.PerformLayout();
     this.groupBox18.ResumeLayout(false);
     this.groupBox18.PerformLayout();
     this.groupBox16.ResumeLayout(false);
     this.groupBox16.PerformLayout();
     this.groupBox17.ResumeLayout(false);
     this.groupBox17.PerformLayout();
     this.groupBox15.ResumeLayout(false);
     this.groupBox15.PerformLayout();
     this.groupBox14.ResumeLayout(false);
     this.groupBox14.PerformLayout();
     this.groupBox13.ResumeLayout(false);
     this.groupBox13.PerformLayout();
     this.groupBox12.ResumeLayout(false);
     this.groupBox12.PerformLayout();
     this.groupBox45.ResumeLayout(false);
     this.groupBox45.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.groupBox11.ResumeLayout(false);
     this.groupBox11.PerformLayout();
     this.groupBox10.ResumeLayout(false);
     this.groupBox10.PerformLayout();
     this.groupBox8.ResumeLayout(false);
     this.groupBox8.PerformLayout();
     this.groupBox9.ResumeLayout(false);
     this.groupBox9.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TStatusPanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Port)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Manufacturername)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMdiMainWindow));
     this.sttbMain              = new System.Windows.Forms.StatusBar();
     this.sttbpUnit             = new System.Windows.Forms.StatusBarPanel();
     this.sttbpUser             = new System.Windows.Forms.StatusBarPanel();
     this.sttbpDept             = new System.Windows.Forms.StatusBarPanel();
     this.sttbpDescription      = new System.Windows.Forms.StatusBarPanel();
     this.sttbpDateTime         = new System.Windows.Forms.StatusBarPanel();
     this.imgToolbar            = new System.Windows.Forms.ImageList(this.components);
     this.timeSystem            = new System.Windows.Forms.Timer(this.components);
     this.timerMessage          = new System.Windows.Forms.Timer(this.components);
     this.notifyIcon1           = new System.Windows.Forms.NotifyIcon(this.components);
     this.timerTwinkle          = new System.Windows.Forms.Timer(this.components);
     this.timerSubSystemMessage = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.sttbpUnit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sttbpUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sttbpDept)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sttbpDescription)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sttbpDateTime)).BeginInit();
     this.SuspendLayout();
     //
     // sttbMain
     //
     this.sttbMain.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.sttbMain.Location = new System.Drawing.Point(0, 508);
     this.sttbMain.Name     = "sttbMain";
     this.sttbMain.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.sttbpUnit,
         this.sttbpUser,
         this.sttbpDept,
         this.sttbpDescription,
         this.sttbpDateTime
     });
     this.sttbMain.ShowPanels  = true;
     this.sttbMain.Size        = new System.Drawing.Size(1028, 22);
     this.sttbMain.SizingGrip  = false;
     this.sttbMain.TabIndex    = 1;
     this.sttbMain.PanelClick += new System.Windows.Forms.StatusBarPanelClickEventHandler(this.sttbMain_PanelClick);
     //
     // sttbpUnit
     //
     this.sttbpUnit.Name  = "sttbpUnit";
     this.sttbpUnit.Text  = "用户单位:";
     this.sttbpUnit.Width = 380;
     //
     // sttbpUser
     //
     this.sttbpUser.Name  = "sttbpUser";
     this.sttbpUser.Text  = "操作员:";
     this.sttbpUser.Width = 120;
     //
     // sttbpDept
     //
     this.sttbpDept.Name  = "sttbpDept";
     this.sttbpDept.Text  = "部门科室:";
     this.sttbpDept.Width = 180;
     //
     // sttbpDescription
     //
     this.sttbpDescription.Name  = "sttbpDescription";
     this.sttbpDescription.Width = 120;
     //
     // sttbpDateTime
     //
     this.sttbpDateTime.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
     this.sttbpDateTime.Name     = "sttbpDateTime";
     this.sttbpDateTime.Text     = "当前时间:";
     this.sttbpDateTime.Width    = 228;
     //
     // imgToolbar
     //
     this.imgToolbar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar.ImageStream")));
     this.imgToolbar.TransparentColor = System.Drawing.SystemColors.Control;
     this.imgToolbar.Images.SetKeyName(0, "");
     this.imgToolbar.Images.SetKeyName(1, "");
     this.imgToolbar.Images.SetKeyName(2, "");
     this.imgToolbar.Images.SetKeyName(3, "STAND BY.ico");
     this.imgToolbar.Images.SetKeyName(4, "encrypted.ico");
     //
     // timeSystem
     //
     this.timeSystem.Interval = 1000;
     //
     // notifyIcon1
     //
     this.notifyIcon1.BalloonTipIcon     = System.Windows.Forms.ToolTipIcon.Info;
     this.notifyIcon1.Icon               = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text               = "医院管理信息系统";
     this.notifyIcon1.Visible            = true;
     this.notifyIcon1.BalloonTipClosed  += new System.EventHandler(this.notifyIcon1_BalloonTipClosed);
     this.notifyIcon1.BalloonTipClicked += new System.EventHandler(this.notifyIcon1_DoubleClick);
     this.notifyIcon1.DoubleClick       += new System.EventHandler(this.notifyIcon1_DoubleClick);
     this.notifyIcon1.BalloonTipShown   += new System.EventHandler(this.notifyIcon1_BalloonTipShown);
     //
     // timerTwinkle
     //
     this.timerTwinkle.Enabled  = true;
     this.timerTwinkle.Interval = 500;
     this.timerTwinkle.Tick    += new System.EventHandler(this.timerTwinkle_Tick);
     //
     // timerSubSystemMessage
     //
     this.timerSubSystemMessage.Tick += new System.EventHandler(this.timerSubSystemMessage_Tick);
     //
     // FrmMdiMainWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(1028, 530);
     this.Controls.Add(this.sttbMain);
     this.Font           = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name           = "FrmMdiMainWindow";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "FrmMdiMain";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Load          += new System.EventHandler(this.FrmMdiMain_Load);
     this.Closing       += new System.ComponentModel.CancelEventHandler(this.FrmMdiMain_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.sttbpUnit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sttbpUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sttbpDept)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sttbpDescription)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sttbpDateTime)).EndInit();
     this.ResumeLayout(false);
 }
 public StatusBarPanelClickEventArgs(System.Windows.Forms.StatusBarPanel statusBarPanel, MouseButtons button, int clicks, int x, int y) : base(button, clicks, x, y, 0)
 {
     this.statusBarPanel = statusBarPanel;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cmbValveType = new System.Windows.Forms.ComboBox();
     this.cmbControlMode = new System.Windows.Forms.ComboBox();
     this.label7 = new System.Windows.Forms.Label();
     this.txtStationName = new System.Windows.Forms.TextBox();
     this.btnRead = new System.Windows.Forms.Button();
     this.btnWrite = new System.Windows.Forms.Button();
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
     this.ucotControlLine1 = new Xdgk.GR.Common.UCOTControlLine();
     this.ucTimeControlLine21 = new Xdgk.GR.Common.UCTimeControlLine2();
     this.ucValveOpenDegree1 = new Xdgk.GR.Common.UCValveOpenDegree();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
     this.SuspendLayout();
     //
     // okButton
     //
     this.okButton.Location = new System.Drawing.Point(672, 11);
     this.okButton.TabIndex = 16;
     this.okButton.Visible = false;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // cancelButton
     //
     this.cancelButton.Location = new System.Drawing.Point(672, 38);
     this.cancelButton.TabIndex = 17;
     this.cancelButton.Visible = false;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(15, 45);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(65, 12);
     this.label1.TabIndex = 2;
     this.label1.Text = "控制方式:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(15, 70);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 4;
     this.label2.Text = "阀门类型:";
     //
     // cmbValveType
     //
     this.cmbValveType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbValveType.FormattingEnabled = true;
     this.cmbValveType.Location = new System.Drawing.Point(87, 67);
     this.cmbValveType.Name = "cmbValveType";
     this.cmbValveType.Size = new System.Drawing.Size(137, 20);
     this.cmbValveType.TabIndex = 5;
     //
     // cmbControlMode
     //
     this.cmbControlMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbControlMode.FormattingEnabled = true;
     this.cmbControlMode.Location = new System.Drawing.Point(87, 42);
     this.cmbControlMode.Name = "cmbControlMode";
     this.cmbControlMode.Size = new System.Drawing.Size(137, 20);
     this.cmbControlMode.TabIndex = 3;
     this.cmbControlMode.SelectedIndexChanged += new System.EventHandler(this.cmbControlMode_SelectedIndexChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(15, 18);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(41, 12);
     this.label7.TabIndex = 0;
     this.label7.Text = "站名:";
     //
     // txtStationName
     //
     this.txtStationName.BackColor = System.Drawing.Color.White;
     this.txtStationName.Location = new System.Drawing.Point(87, 15);
     this.txtStationName.Name = "txtStationName";
     this.txtStationName.ReadOnly = true;
     this.txtStationName.Size = new System.Drawing.Size(137, 21);
     this.txtStationName.TabIndex = 1;
     //
     // btnRead
     //
     this.btnRead.Location = new System.Drawing.Point(750, 13);
     this.btnRead.Name = "btnRead";
     this.btnRead.Size = new System.Drawing.Size(75, 23);
     this.btnRead.TabIndex = 14;
     this.btnRead.Text = "读取";
     this.btnRead.UseVisualStyleBackColor = true;
     this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
     //
     // btnWrite
     //
     this.btnWrite.Location = new System.Drawing.Point(750, 40);
     this.btnWrite.Name = "btnWrite";
     this.btnWrite.Size = new System.Drawing.Size(75, 23);
     this.btnWrite.TabIndex = 15;
     this.btnWrite.Text = "设置\r\n";
     this.btnWrite.UseVisualStyleBackColor = true;
     this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click);
     //
     // statusBar1
     //
     this.statusBar1.AllowDrop = true;
     this.statusBar1.Location = new System.Drawing.Point(0, 504);
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
     this.statusBarPanel1});
     this.statusBar1.ShowPanels = true;
     this.statusBar1.Size = new System.Drawing.Size(837, 22);
     this.statusBar1.SizingGrip = false;
     this.statusBar1.TabIndex = 13;
     //
     // statusBarPanel1
     //
     this.statusBarPanel1.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
     this.statusBarPanel1.Name = "statusBarPanel1";
     this.statusBarPanel1.Width = 837;
     //
     // ucotControlLine1
     //
     this.ucotControlLine1.Location = new System.Drawing.Point(317, 42);
     this.ucotControlLine1.Name = "ucotControlLine1";
     this.ucotControlLine1.OTControlLine = null;
     this.ucotControlLine1.Size = new System.Drawing.Size(305, 77);
     this.ucotControlLine1.TabIndex = 19;
     //
     // ucTimeControlLine21
     //
     this.ucTimeControlLine21.GTBase2 = 0F;
     this.ucTimeControlLine21.Location = new System.Drawing.Point(11, 120);
     this.ucTimeControlLine21.Name = "ucTimeControlLine21";
     this.ucTimeControlLine21.Size = new System.Drawing.Size(814, 378);
     this.ucTimeControlLine21.TabIndex = 18;
     this.ucTimeControlLine21.TimeControlLine = null;
     //
     // ucValveOpenDegree1
     //
     this.ucValveOpenDegree1.Location = new System.Drawing.Point(317, 4);
     this.ucValveOpenDegree1.Name = "ucValveOpenDegree1";
     this.ucValveOpenDegree1.Size = new System.Drawing.Size(258, 32);
     this.ucValveOpenDegree1.TabIndex = 20;
     //
     // frmXD100ModbusTemperatureControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(837, 526);
     this.Controls.Add(this.ucValveOpenDegree1);
     this.Controls.Add(this.ucotControlLine1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.btnWrite);
     this.Controls.Add(this.btnRead);
     this.Controls.Add(this.txtStationName);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.cmbControlMode);
     this.Controls.Add(this.cmbValveType);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ucTimeControlLine21);
     this.Name = "frmXD100ModbusTemperatureControl";
     this.Text = "Modbus供温设置";
     this.Load += new System.EventHandler(this.frmXD100TemperatureControl_Load);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmXD100TemperatureControl_FormClosed);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmXD100TemperatureControl_FormClosing);
     this.Controls.SetChildIndex(this.ucTimeControlLine21, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.okButton, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.cmbValveType, 0);
     this.Controls.SetChildIndex(this.cmbControlMode, 0);
     this.Controls.SetChildIndex(this.label7, 0);
     this.Controls.SetChildIndex(this.txtStationName, 0);
     this.Controls.SetChildIndex(this.btnRead, 0);
     this.Controls.SetChildIndex(this.btnWrite, 0);
     this.Controls.SetChildIndex(this.statusBar1, 0);
     this.Controls.SetChildIndex(this.ucotControlLine1, 0);
     this.Controls.SetChildIndex(this.ucValveOpenDegree1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #8
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));
     this.mainMenu               = new System.Windows.Forms.MainMenu(this.components);
     this.fileItem               = new System.Windows.Forms.MenuItem( );
     this.OpenItem               = new System.Windows.Forms.MenuItem( );
     this.reloadFileItem         = new System.Windows.Forms.MenuItem( );
     this.saveFileItem           = new System.Windows.Forms.MenuItem( );
     this.menuItem1              = new System.Windows.Forms.MenuItem( );
     this.copyFileItem           = new System.Windows.Forms.MenuItem( );
     this.pasteFileItem          = new System.Windows.Forms.MenuItem( );
     this.menuItem5              = new System.Windows.Forms.MenuItem( );
     this.closeFileItem          = new System.Windows.Forms.MenuItem( );
     this.closeAllFileItem       = new System.Windows.Forms.MenuItem( );
     this.menuItem8              = new System.Windows.Forms.MenuItem( );
     this.pageSetupFileItem      = new System.Windows.Forms.MenuItem( );
     this.printFileItem          = new System.Windows.Forms.MenuItem( );
     this.printPreviewFileItem   = new System.Windows.Forms.MenuItem( );
     this.menuItem2              = new System.Windows.Forms.MenuItem( );
     this.exitFileItem           = new System.Windows.Forms.MenuItem( );
     this.viewItem               = new System.Windows.Forms.MenuItem( );
     this.mainBarViewItem        = new System.Windows.Forms.MenuItem( );
     this.imageBarViewItem       = new System.Windows.Forms.MenuItem( );
     this.menuItem7              = new System.Windows.Forms.MenuItem( );
     this.histogramViewItem      = new System.Windows.Forms.MenuItem( );
     this.statisticsViewItem     = new System.Windows.Forms.MenuItem( );
     this.redHistogramViewItem   = new System.Windows.Forms.MenuItem( );
     this.greenHistogramViewItem = new System.Windows.Forms.MenuItem( );
     this.blueHistogramViewItem  = new System.Windows.Forms.MenuItem( );
     this.menuItem3              = new System.Windows.Forms.MenuItem( );
     this.centerViewItem         = new System.Windows.Forms.MenuItem( );
     this.optionsItem            = new System.Windows.Forms.MenuItem( );
     this.openInNewOptionsItem   = new System.Windows.Forms.MenuItem( );
     this.rememberOptionsItem    = new System.Windows.Forms.MenuItem( );
     this.windowItem             = new System.Windows.Forms.MenuItem( );
     this.helpItem               = new System.Windows.Forms.MenuItem( );
     this.aboutHelpItem          = new System.Windows.Forms.MenuItem( );
     this.statusBar              = new System.Windows.Forms.StatusBar( );
     this.zoomPanel              = new System.Windows.Forms.StatusBarPanel( );
     this.sizePanel              = new System.Windows.Forms.StatusBarPanel( );
     this.selectionPanel         = new System.Windows.Forms.StatusBarPanel( );
     this.colorPanel             = new System.Windows.Forms.StatusBarPanel( );
     this.hslPanel               = new System.Windows.Forms.StatusBarPanel( );
     this.ycbcrPanel             = new System.Windows.Forms.StatusBarPanel( );
     this.infoPanel              = new System.Windows.Forms.StatusBarPanel( );
     this.panel1            = new System.Windows.Forms.Panel( );
     this.dockManager       = new WeifenLuo.WinFormsUI.DockManager( );
     this.mainToolBar       = new System.Windows.Forms.ToolBar( );
     this.openButton        = new System.Windows.Forms.ToolBarButton( );
     this.saveButton        = new System.Windows.Forms.ToolBarButton( );
     this.sep1              = new System.Windows.Forms.ToolBarButton( );
     this.copyButton        = new System.Windows.Forms.ToolBarButton( );
     this.pasteButton       = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton9    = new System.Windows.Forms.ToolBarButton( );
     this.histogramButton   = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton4    = new System.Windows.Forms.ToolBarButton( );
     this.aboutButton       = new System.Windows.Forms.ToolBarButton( );
     this.imageList         = new System.Windows.Forms.ImageList(this.components);
     this.imageToolBar      = new System.Windows.Forms.ToolBar( );
     this.cloneButton       = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton1    = new System.Windows.Forms.ToolBarButton( );
     this.cropButton        = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton2    = new System.Windows.Forms.ToolBarButton( );
     this.zoomInButton      = new System.Windows.Forms.ToolBarButton( );
     this.zoomOutButton     = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton3    = new System.Windows.Forms.ToolBarButton( );
     this.fitToScreenButton = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton5    = new System.Windows.Forms.ToolBarButton( );
     this.resizeButton      = new System.Windows.Forms.ToolBarButton( );
     this.rotateButton      = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton7    = new System.Windows.Forms.ToolBarButton( );
     this.levelsButton      = new System.Windows.Forms.ToolBarButton( );
     this.grayscaleButton   = new System.Windows.Forms.ToolBarButton( );
     this.thresholdButton   = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton6    = new System.Windows.Forms.ToolBarButton( );
     this.morphologyButton  = new System.Windows.Forms.ToolBarButton( );
     this.convolutionButton = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton8    = new System.Windows.Forms.ToolBarButton( );
     this.saturationButton  = new System.Windows.Forms.ToolBarButton( );
     this.fourierButton     = new System.Windows.Forms.ToolBarButton( );
     this.imageList2        = new System.Windows.Forms.ImageList(this.components);
     this.ofd                = new System.Windows.Forms.OpenFileDialog( );
     this.sfd                = new System.Windows.Forms.SaveFileDialog( );
     this.printDocument      = new System.Drawing.Printing.PrintDocument( );
     this.printPreviewDialog = new System.Windows.Forms.PrintPreviewDialog( );
     this.pageSetupDialog    = new System.Windows.Forms.PageSetupDialog( );
     this.printDialog        = new System.Windows.Forms.PrintDialog( );
     ((System.ComponentModel.ISupportInitialize)(this.zoomPanel)).BeginInit( );
     ((System.ComponentModel.ISupportInitialize)(this.sizePanel)).BeginInit( );
     ((System.ComponentModel.ISupportInitialize)(this.selectionPanel)).BeginInit( );
     ((System.ComponentModel.ISupportInitialize)(this.colorPanel)).BeginInit( );
     ((System.ComponentModel.ISupportInitialize)(this.hslPanel)).BeginInit( );
     ((System.ComponentModel.ISupportInitialize)(this.ycbcrPanel)).BeginInit( );
     ((System.ComponentModel.ISupportInitialize)(this.infoPanel)).BeginInit( );
     this.panel1.SuspendLayout( );
     this.dockManager.SuspendLayout( );
     this.SuspendLayout( );
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.fileItem,
         this.viewItem,
         this.optionsItem,
         this.windowItem,
         this.helpItem
     });
     //
     // fileItem
     //
     this.fileItem.Index = 0;
     this.fileItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.OpenItem,
         this.reloadFileItem,
         this.saveFileItem,
         this.menuItem1,
         this.copyFileItem,
         this.pasteFileItem,
         this.menuItem5,
         this.closeFileItem,
         this.closeAllFileItem,
         this.menuItem8,
         this.pageSetupFileItem,
         this.printFileItem,
         this.printPreviewFileItem,
         this.menuItem2,
         this.exitFileItem
     });
     this.fileItem.Text   = "&File";
     this.fileItem.Popup += new System.EventHandler(this.fileItem_Popup);
     //
     // OpenItem
     //
     this.OpenItem.Index    = 0;
     this.OpenItem.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
     this.OpenItem.Text     = "&Open";
     this.OpenItem.Click   += new System.EventHandler(this.OpenItem_Click);
     //
     // reloadFileItem
     //
     this.reloadFileItem.Index    = 1;
     this.reloadFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlR;
     this.reloadFileItem.Text     = "&Reload";
     this.reloadFileItem.Click   += new System.EventHandler(this.reloadFileItem_Click);
     //
     // saveFileItem
     //
     this.saveFileItem.Index    = 2;
     this.saveFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
     this.saveFileItem.Text     = "&Save";
     this.saveFileItem.Click   += new System.EventHandler(this.saveFileItem_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 3;
     this.menuItem1.Text  = "-";
     //
     // copyFileItem
     //
     this.copyFileItem.Index    = 4;
     this.copyFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
     this.copyFileItem.Text     = "&Copy";
     this.copyFileItem.Click   += new System.EventHandler(this.copyFileItem_Click);
     //
     // pasteFileItem
     //
     this.pasteFileItem.Index    = 5;
     this.pasteFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
     this.pasteFileItem.Text     = "&Paste";
     this.pasteFileItem.Click   += new System.EventHandler(this.pasteFileItem_Click);
     //
     // menuItem5
     //
     this.menuItem5.Index = 6;
     this.menuItem5.Text  = "-";
     //
     // closeFileItem
     //
     this.closeFileItem.Index    = 7;
     this.closeFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlF4;
     this.closeFileItem.Text     = "C&lose";
     this.closeFileItem.Click   += new System.EventHandler(this.closeFileItem_Click);
     //
     // closeAllFileItem
     //
     this.closeAllFileItem.Index  = 8;
     this.closeAllFileItem.Text   = "Close All";
     this.closeAllFileItem.Click += new System.EventHandler(this.closeAllFileItem_Click);
     //
     // menuItem8
     //
     this.menuItem8.Index = 9;
     this.menuItem8.Text  = "-";
     //
     // pageSetupFileItem
     //
     this.pageSetupFileItem.Index  = 10;
     this.pageSetupFileItem.Text   = "Page Setup";
     this.pageSetupFileItem.Click += new System.EventHandler(this.pageSetupFileItem_Click);
     //
     // printFileItem
     //
     this.printFileItem.Index  = 11;
     this.printFileItem.Text   = "&Print";
     this.printFileItem.Click += new System.EventHandler(this.printFileItem_Click);
     //
     // printPreviewFileItem
     //
     this.printPreviewFileItem.Index  = 12;
     this.printPreviewFileItem.Text   = "Print Preview";
     this.printPreviewFileItem.Click += new System.EventHandler(this.printPreviewFileItem_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 13;
     this.menuItem2.Text  = "-";
     //
     // exitFileItem
     //
     this.exitFileItem.Index  = 14;
     this.exitFileItem.Text   = "E&xit";
     this.exitFileItem.Click += new System.EventHandler(this.exitFileItem_Click);
     //
     // viewItem
     //
     this.viewItem.Index = 1;
     this.viewItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mainBarViewItem,
         this.imageBarViewItem,
         this.menuItem7,
         this.histogramViewItem,
         this.statisticsViewItem,
         this.redHistogramViewItem,
         this.greenHistogramViewItem,
         this.blueHistogramViewItem,
         this.menuItem3,
         this.centerViewItem
     });
     this.viewItem.MergeOrder = 1;
     this.viewItem.Text       = "&View";
     this.viewItem.Popup     += new System.EventHandler(this.viewItem_Popup);
     //
     // mainBarViewItem
     //
     this.mainBarViewItem.Index  = 0;
     this.mainBarViewItem.Text   = "Main tool bar";
     this.mainBarViewItem.Click += new System.EventHandler(this.mainBarViewItem_Click);
     //
     // imageBarViewItem
     //
     this.imageBarViewItem.Index  = 1;
     this.imageBarViewItem.Text   = "Image tool bar";
     this.imageBarViewItem.Click += new System.EventHandler(this.imageBarViewItem_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index = 2;
     this.menuItem7.Text  = "-";
     //
     // histogramViewItem
     //
     this.histogramViewItem.Index    = 3;
     this.histogramViewItem.Shortcut = System.Windows.Forms.Shortcut.CtrlH;
     this.histogramViewItem.Text     = "&Histogram";
     this.histogramViewItem.Click   += new System.EventHandler(this.histogramViewItem_Click);
     //
     // statisticsViewItem
     //
     this.statisticsViewItem.Index    = 4;
     this.statisticsViewItem.Shortcut = System.Windows.Forms.Shortcut.CtrlT;
     this.statisticsViewItem.Text     = "&Statistics";
     this.statisticsViewItem.Click   += new System.EventHandler(this.statisticsViewItem_Click);
     //
     // redHistogramViewItem
     //
     this.redHistogramViewItem.Index    = 5;
     this.redHistogramViewItem.Shortcut = System.Windows.Forms.Shortcut.Ctrl1;
     this.redHistogramViewItem.Text     = "R";
     this.redHistogramViewItem.Visible  = false;
     this.redHistogramViewItem.Click   += new System.EventHandler(this.redHistogramViewItem_Click);
     //
     // greenHistogramViewItem
     //
     this.greenHistogramViewItem.Index    = 6;
     this.greenHistogramViewItem.Shortcut = System.Windows.Forms.Shortcut.Ctrl2;
     this.greenHistogramViewItem.Text     = "G";
     this.greenHistogramViewItem.Visible  = false;
     this.greenHistogramViewItem.Click   += new System.EventHandler(this.greenHistogramViewItem_Click);
     //
     // blueHistogramViewItem
     //
     this.blueHistogramViewItem.Index    = 7;
     this.blueHistogramViewItem.Shortcut = System.Windows.Forms.Shortcut.Ctrl3;
     this.blueHistogramViewItem.Text     = "B";
     this.blueHistogramViewItem.Visible  = false;
     this.blueHistogramViewItem.Click   += new System.EventHandler(this.blueHistogramViewItem_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index = 8;
     this.menuItem3.Text  = "-";
     //
     // centerViewItem
     //
     this.centerViewItem.Index    = 9;
     this.centerViewItem.Shortcut = System.Windows.Forms.Shortcut.F9;
     this.centerViewItem.Text     = "&Center";
     this.centerViewItem.Click   += new System.EventHandler(this.centerViewItem_Click);
     //
     // optionsItem
     //
     this.optionsItem.Index = 2;
     this.optionsItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.openInNewOptionsItem,
         this.rememberOptionsItem
     });
     this.optionsItem.MergeOrder = 2;
     this.optionsItem.Text       = "&Options";
     this.optionsItem.Popup     += new System.EventHandler(this.optionsItem_Popup);
     //
     // openInNewOptionsItem
     //
     this.openInNewOptionsItem.Index  = 0;
     this.openInNewOptionsItem.Text   = "Open in &new document on change";
     this.openInNewOptionsItem.Click += new System.EventHandler(this.openInNewOptionsItem_Click);
     //
     // rememberOptionsItem
     //
     this.rememberOptionsItem.Index  = 1;
     this.rememberOptionsItem.Text   = "&Remember on change";
     this.rememberOptionsItem.Click += new System.EventHandler(this.rememberOptionsItem_Click);
     //
     // windowItem
     //
     this.windowItem.Index      = 3;
     this.windowItem.MdiList    = true;
     this.windowItem.MergeOrder = 3;
     this.windowItem.Text       = "&Window";
     //
     // helpItem
     //
     this.helpItem.Index = 4;
     this.helpItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.aboutHelpItem
     });
     this.helpItem.MergeOrder = 4;
     this.helpItem.Text       = "&Help";
     //
     // aboutHelpItem
     //
     this.aboutHelpItem.Index  = 0;
     this.aboutHelpItem.Text   = "&About";
     this.aboutHelpItem.Click += new System.EventHandler(this.aboutHelpItem_Click);
     //
     // statusBar
     //
     this.statusBar.Location = new System.Drawing.Point(0, 511);
     this.statusBar.Name     = "statusBar";
     this.statusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.zoomPanel,
         this.sizePanel,
         this.selectionPanel,
         this.colorPanel,
         this.hslPanel,
         this.ycbcrPanel,
         this.infoPanel
     });
     this.statusBar.ShowPanels = true;
     this.statusBar.Size       = new System.Drawing.Size(792, 22);
     this.statusBar.TabIndex   = 1;
     //
     // zoomPanel
     //
     this.zoomPanel.Name        = "zoomPanel";
     this.zoomPanel.ToolTipText = "Zoom coefficient";
     this.zoomPanel.Width       = 50;
     //
     // sizePanel
     //
     this.sizePanel.Name        = "sizePanel";
     this.sizePanel.ToolTipText = "Image size";
     //
     // selectionPanel
     //
     this.selectionPanel.Name        = "selectionPanel";
     this.selectionPanel.ToolTipText = "Current point and selection size";
     this.selectionPanel.Width       = 120;
     //
     // colorPanel
     //
     this.colorPanel.Name        = "colorPanel";
     this.colorPanel.ToolTipText = "Current color";
     this.colorPanel.Width       = 110;
     //
     // hslPanel
     //
     this.hslPanel.Name  = "hslPanel";
     this.hslPanel.Width = 130;
     //
     // ycbcrPanel
     //
     this.ycbcrPanel.Name  = "ycbcrPanel";
     this.ycbcrPanel.Width = 145;
     //
     // infoPanel
     //
     this.infoPanel.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
     this.infoPanel.Name     = "infoPanel";
     this.infoPanel.Width    = 120;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.dockManager);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(792, 511);
     this.panel1.TabIndex = 2;
     //
     // dockManager
     //
     this.dockManager.ActiveAutoHideContent = null;
     this.dockManager.Controls.Add(this.mainToolBar);
     this.dockManager.Controls.Add(this.imageToolBar);
     this.dockManager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dockManager.Location = new System.Drawing.Point(0, 0);
     this.dockManager.Name     = "dockManager";
     this.dockManager.Size     = new System.Drawing.Size(792, 511);
     this.dockManager.TabIndex = 2;
     this.dockManager.ActiveDocumentChanged += new System.EventHandler(this.dockManager_ActiveDocumentChanged);
     //
     // mainToolBar
     //
     this.mainToolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.mainToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.openButton,
         this.saveButton,
         this.sep1,
         this.copyButton,
         this.pasteButton,
         this.toolBarButton9,
         this.histogramButton,
         this.toolBarButton4,
         this.aboutButton
     });
     this.mainToolBar.Divider        = false;
     this.mainToolBar.Dock           = System.Windows.Forms.DockStyle.None;
     this.mainToolBar.DropDownArrows = true;
     this.mainToolBar.ImageList      = this.imageList;
     this.mainToolBar.Location       = new System.Drawing.Point(256, 32);
     this.mainToolBar.Name           = "mainToolBar";
     this.mainToolBar.ShowToolTips   = true;
     this.mainToolBar.Size           = new System.Drawing.Size(24, 202);
     this.mainToolBar.TabIndex       = 2;
     this.mainToolBar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.mainToolBar_ButtonClick);
     //
     // openButton
     //
     this.openButton.ImageIndex  = 0;
     this.openButton.Name        = "openButton";
     this.openButton.ToolTipText = "Open an image ";
     //
     // saveButton
     //
     this.saveButton.ImageIndex  = 1;
     this.saveButton.Name        = "saveButton";
     this.saveButton.ToolTipText = "Save";
     //
     // sep1
     //
     this.sep1.Name  = "sep1";
     this.sep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // copyButton
     //
     this.copyButton.ImageIndex  = 2;
     this.copyButton.Name        = "copyButton";
     this.copyButton.ToolTipText = "Copy to clipboard";
     //
     // pasteButton
     //
     this.pasteButton.ImageIndex  = 3;
     this.pasteButton.Name        = "pasteButton";
     this.pasteButton.ToolTipText = "Paste from clipboard";
     //
     // toolBarButton9
     //
     this.toolBarButton9.Name  = "toolBarButton9";
     this.toolBarButton9.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // histogramButton
     //
     this.histogramButton.ImageIndex  = 4;
     this.histogramButton.Name        = "histogramButton";
     this.histogramButton.ToolTipText = "Show histogram";
     //
     // toolBarButton4
     //
     this.toolBarButton4.Name  = "toolBarButton4";
     this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // aboutButton
     //
     this.aboutButton.ImageIndex  = 5;
     this.aboutButton.Name        = "aboutButton";
     this.aboutButton.ToolTipText = "About";
     //
     // 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, "");
     //
     // imageToolBar
     //
     this.imageToolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.imageToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.cloneButton,
         this.toolBarButton1,
         this.cropButton,
         this.toolBarButton2,
         this.zoomInButton,
         this.zoomOutButton,
         this.toolBarButton3,
         this.fitToScreenButton,
         this.toolBarButton5,
         this.resizeButton,
         this.rotateButton,
         this.toolBarButton7,
         this.levelsButton,
         this.grayscaleButton,
         this.thresholdButton,
         this.toolBarButton6,
         this.morphologyButton,
         this.convolutionButton,
         this.toolBarButton8,
         this.saturationButton,
         this.fourierButton
     });
     this.imageToolBar.Divider        = false;
     this.imageToolBar.Dock           = System.Windows.Forms.DockStyle.None;
     this.imageToolBar.DropDownArrows = true;
     this.imageToolBar.ImageList      = this.imageList2;
     this.imageToolBar.Location       = new System.Drawing.Point(144, 312);
     this.imageToolBar.Name           = "imageToolBar";
     this.imageToolBar.ShowToolTips   = true;
     this.imageToolBar.Size           = new System.Drawing.Size(472, 26);
     this.imageToolBar.TabIndex       = 3;
     this.imageToolBar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.imageToolBar_ButtonClick);
     //
     // cloneButton
     //
     this.cloneButton.ImageIndex  = 0;
     this.cloneButton.Name        = "cloneButton";
     this.cloneButton.ToolTipText = "Clone the image";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Name  = "toolBarButton1";
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // cropButton
     //
     this.cropButton.ImageIndex  = 1;
     this.cropButton.Name        = "cropButton";
     this.cropButton.ToolTipText = "Crop image";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Name  = "toolBarButton2";
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // zoomInButton
     //
     this.zoomInButton.ImageIndex  = 2;
     this.zoomInButton.Name        = "zoomInButton";
     this.zoomInButton.ToolTipText = "Zoom In";
     //
     // zoomOutButton
     //
     this.zoomOutButton.ImageIndex  = 3;
     this.zoomOutButton.Name        = "zoomOutButton";
     this.zoomOutButton.ToolTipText = "Zoom out";
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex  = 4;
     this.toolBarButton3.Name        = "toolBarButton3";
     this.toolBarButton3.ToolTipText = "Original size";
     //
     // fitToScreenButton
     //
     this.fitToScreenButton.ImageIndex  = 5;
     this.fitToScreenButton.Name        = "fitToScreenButton";
     this.fitToScreenButton.ToolTipText = "Fit to window size";
     //
     // toolBarButton5
     //
     this.toolBarButton5.Name  = "toolBarButton5";
     this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // resizeButton
     //
     this.resizeButton.ImageIndex  = 11;
     this.resizeButton.Name        = "resizeButton";
     this.resizeButton.ToolTipText = "Resize the image";
     //
     // rotateButton
     //
     this.rotateButton.ImageIndex  = 12;
     this.rotateButton.Name        = "rotateButton";
     this.rotateButton.ToolTipText = "Rotate the image";
     //
     // toolBarButton7
     //
     this.toolBarButton7.Name  = "toolBarButton7";
     this.toolBarButton7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // levelsButton
     //
     this.levelsButton.ImageIndex  = 6;
     this.levelsButton.Name        = "levelsButton";
     this.levelsButton.ToolTipText = "Levels correction";
     //
     // grayscaleButton
     //
     this.grayscaleButton.ImageIndex  = 7;
     this.grayscaleButton.Name        = "grayscaleButton";
     this.grayscaleButton.ToolTipText = "Grayscale";
     //
     // thresholdButton
     //
     this.thresholdButton.ImageIndex  = 8;
     this.thresholdButton.Name        = "thresholdButton";
     this.thresholdButton.ToolTipText = "Threshold";
     //
     // toolBarButton6
     //
     this.toolBarButton6.Name  = "toolBarButton6";
     this.toolBarButton6.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // morphologyButton
     //
     this.morphologyButton.ImageIndex  = 9;
     this.morphologyButton.Name        = "morphologyButton";
     this.morphologyButton.ToolTipText = "Custom morphology operator";
     //
     // convolutionButton
     //
     this.convolutionButton.ImageIndex  = 10;
     this.convolutionButton.Name        = "convolutionButton";
     this.convolutionButton.ToolTipText = "Custom convolution operator";
     //
     // toolBarButton8
     //
     this.toolBarButton8.Name  = "toolBarButton8";
     this.toolBarButton8.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // saturationButton
     //
     this.saturationButton.ImageIndex  = 13;
     this.saturationButton.Name        = "saturationButton";
     this.saturationButton.ToolTipText = "Saturation (HSL)";
     //
     // fourierButton
     //
     this.fourierButton.ImageIndex  = 14;
     this.fourierButton.Name        = "fourierButton";
     this.fourierButton.ToolTipText = "Fourier Transformation";
     //
     // imageList2
     //
     this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     this.imageList2.Images.SetKeyName(4, "");
     this.imageList2.Images.SetKeyName(5, "");
     this.imageList2.Images.SetKeyName(6, "");
     this.imageList2.Images.SetKeyName(7, "");
     this.imageList2.Images.SetKeyName(8, "");
     this.imageList2.Images.SetKeyName(9, "");
     this.imageList2.Images.SetKeyName(10, "");
     this.imageList2.Images.SetKeyName(11, "");
     this.imageList2.Images.SetKeyName(12, "");
     this.imageList2.Images.SetKeyName(13, "");
     this.imageList2.Images.SetKeyName(14, "");
     //
     // ofd
     //
     this.ofd.Filter = "Image files (*.jpg,*.png,*.tif,*.bmp,*.gif)|*.jpg;*.png;*.tif;*.bmp;*.gif|JPG fil" +
                       "es (*.jpg)|*.jpg|PNG files (*.png)|*.png|TIF files (*.tif)|*.tif|BMP files (*.bm" +
                       "p)|*.bmp|GIF files (*.gif)|*.gif";
     this.ofd.Title = "Open image";
     //
     // sfd
     //
     this.sfd.Filter = "PNG files (*.png)|*.png|JPG files (*.jpg)|*.jpg|BMP files (*.bmp)|*.bmp";
     this.sfd.Title  = "Save image";
     //
     // printDocument
     //
     this.printDocument.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument_PrintPage);
     //
     // printPreviewDialog
     //
     this.printPreviewDialog.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog.Enabled           = true;
     this.printPreviewDialog.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog.Icon")));
     this.printPreviewDialog.Name    = "printPreviewDialog";
     this.printPreviewDialog.Visible = false;
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 533);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.statusBar);
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Menu           = this.mainMenu;
     this.Name           = "MainForm";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "Image Processing Lab";
     this.Load          += new System.EventHandler(this.MainForm_Load);
     this.Closing       += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.zoomPanel)).EndInit( );
     ((System.ComponentModel.ISupportInitialize)(this.sizePanel)).EndInit( );
     ((System.ComponentModel.ISupportInitialize)(this.selectionPanel)).EndInit( );
     ((System.ComponentModel.ISupportInitialize)(this.colorPanel)).EndInit( );
     ((System.ComponentModel.ISupportInitialize)(this.hslPanel)).EndInit( );
     ((System.ComponentModel.ISupportInitialize)(this.ycbcrPanel)).EndInit( );
     ((System.ComponentModel.ISupportInitialize)(this.infoPanel)).EndInit( );
     this.panel1.ResumeLayout(false);
     this.dockManager.ResumeLayout(false);
     this.dockManager.PerformLayout( );
     this.ResumeLayout(false);
 }
Beispiel #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( MainForm ) );
            this.mainMenu = new System.Windows.Forms.MainMenu( this.components );
            this.fileItem = new System.Windows.Forms.MenuItem( );
            this.OpenItem = new System.Windows.Forms.MenuItem( );
            this.reloadFileItem = new System.Windows.Forms.MenuItem( );
            this.saveFileItem = new System.Windows.Forms.MenuItem( );
            this.menuItem1 = new System.Windows.Forms.MenuItem( );
            this.copyFileItem = new System.Windows.Forms.MenuItem( );
            this.pasteFileItem = new System.Windows.Forms.MenuItem( );
            this.menuItem5 = new System.Windows.Forms.MenuItem( );
            this.closeFileItem = new System.Windows.Forms.MenuItem( );
            this.closeAllFileItem = new System.Windows.Forms.MenuItem( );
            this.menuItem8 = new System.Windows.Forms.MenuItem( );
            this.pageSetupFileItem = new System.Windows.Forms.MenuItem( );
            this.printFileItem = new System.Windows.Forms.MenuItem( );
            this.printPreviewFileItem = new System.Windows.Forms.MenuItem( );
            this.menuItem2 = new System.Windows.Forms.MenuItem( );
            this.exitFileItem = new System.Windows.Forms.MenuItem( );
            this.viewItem = new System.Windows.Forms.MenuItem( );
            this.mainBarViewItem = new System.Windows.Forms.MenuItem( );
            this.imageBarViewItem = new System.Windows.Forms.MenuItem( );
            this.menuItem7 = new System.Windows.Forms.MenuItem( );
            this.histogramViewItem = new System.Windows.Forms.MenuItem( );
            this.statisticsViewItem = new System.Windows.Forms.MenuItem( );
            this.redHistogramViewItem = new System.Windows.Forms.MenuItem( );
            this.greenHistogramViewItem = new System.Windows.Forms.MenuItem( );
            this.blueHistogramViewItem = new System.Windows.Forms.MenuItem( );
            this.menuItem3 = new System.Windows.Forms.MenuItem( );
            this.centerViewItem = new System.Windows.Forms.MenuItem( );
            this.optionsItem = new System.Windows.Forms.MenuItem( );
            this.openInNewOptionsItem = new System.Windows.Forms.MenuItem( );
            this.rememberOptionsItem = new System.Windows.Forms.MenuItem( );
            this.windowItem = new System.Windows.Forms.MenuItem( );
            this.helpItem = new System.Windows.Forms.MenuItem( );
            this.aboutHelpItem = new System.Windows.Forms.MenuItem( );
            this.statusBar = new System.Windows.Forms.StatusBar( );
            this.zoomPanel = new System.Windows.Forms.StatusBarPanel( );
            this.sizePanel = new System.Windows.Forms.StatusBarPanel( );
            this.selectionPanel = new System.Windows.Forms.StatusBarPanel( );
            this.colorPanel = new System.Windows.Forms.StatusBarPanel( );
            this.hslPanel = new System.Windows.Forms.StatusBarPanel( );
            this.ycbcrPanel = new System.Windows.Forms.StatusBarPanel( );
            this.infoPanel = new System.Windows.Forms.StatusBarPanel( );
            this.panel1 = new System.Windows.Forms.Panel( );
            this.dockManager = new WeifenLuo.WinFormsUI.DockManager( );
            this.mainToolBar = new System.Windows.Forms.ToolBar( );
            this.openButton = new System.Windows.Forms.ToolBarButton( );
            this.saveButton = new System.Windows.Forms.ToolBarButton( );
            this.sep1 = new System.Windows.Forms.ToolBarButton( );
            this.copyButton = new System.Windows.Forms.ToolBarButton( );
            this.pasteButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton9 = new System.Windows.Forms.ToolBarButton( );
            this.histogramButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton4 = new System.Windows.Forms.ToolBarButton( );
            this.aboutButton = new System.Windows.Forms.ToolBarButton( );
            this.imageList = new System.Windows.Forms.ImageList( this.components );
            this.imageToolBar = new System.Windows.Forms.ToolBar( );
            this.cloneButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton1 = new System.Windows.Forms.ToolBarButton( );
            this.cropButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton2 = new System.Windows.Forms.ToolBarButton( );
            this.zoomInButton = new System.Windows.Forms.ToolBarButton( );
            this.zoomOutButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton3 = new System.Windows.Forms.ToolBarButton( );
            this.fitToScreenButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton5 = new System.Windows.Forms.ToolBarButton( );
            this.resizeButton = new System.Windows.Forms.ToolBarButton( );
            this.rotateButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton7 = new System.Windows.Forms.ToolBarButton( );
            this.levelsButton = new System.Windows.Forms.ToolBarButton( );
            this.grayscaleButton = new System.Windows.Forms.ToolBarButton( );
            this.thresholdButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton6 = new System.Windows.Forms.ToolBarButton( );
            this.morphologyButton = new System.Windows.Forms.ToolBarButton( );
            this.convolutionButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton8 = new System.Windows.Forms.ToolBarButton( );
            this.saturationButton = new System.Windows.Forms.ToolBarButton( );
            this.fourierButton = new System.Windows.Forms.ToolBarButton( );
            this.imageList2 = new System.Windows.Forms.ImageList( this.components );
            this.ofd = new System.Windows.Forms.OpenFileDialog( );
            this.sfd = new System.Windows.Forms.SaveFileDialog( );
            this.printDocument = new System.Drawing.Printing.PrintDocument( );
            this.printPreviewDialog = new System.Windows.Forms.PrintPreviewDialog( );
            this.pageSetupDialog = new System.Windows.Forms.PageSetupDialog( );
            this.printDialog = new System.Windows.Forms.PrintDialog( );
            ( (System.ComponentModel.ISupportInitialize) ( this.zoomPanel ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.sizePanel ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.selectionPanel ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.colorPanel ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.hslPanel ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.ycbcrPanel ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.infoPanel ) ).BeginInit( );
            this.panel1.SuspendLayout( );
            this.dockManager.SuspendLayout( );
            this.SuspendLayout( );
            // 
            // mainMenu
            // 
            this.mainMenu.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] {
            this.fileItem,
            this.viewItem,
            this.optionsItem,
            this.windowItem,
            this.helpItem} );
            // 
            // fileItem
            // 
            this.fileItem.Index = 0;
            this.fileItem.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] {
            this.OpenItem,
            this.reloadFileItem,
            this.saveFileItem,
            this.menuItem1,
            this.copyFileItem,
            this.pasteFileItem,
            this.menuItem5,
            this.closeFileItem,
            this.closeAllFileItem,
            this.menuItem8,
            this.pageSetupFileItem,
            this.printFileItem,
            this.printPreviewFileItem,
            this.menuItem2,
            this.exitFileItem} );
            this.fileItem.Text = "&File";
            this.fileItem.Popup += new System.EventHandler( this.fileItem_Popup );
            // 
            // OpenItem
            // 
            this.OpenItem.Index = 0;
            this.OpenItem.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
            this.OpenItem.Text = "&Open";
            this.OpenItem.Click += new System.EventHandler( this.OpenItem_Click );
            // 
            // reloadFileItem
            // 
            this.reloadFileItem.Index = 1;
            this.reloadFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlR;
            this.reloadFileItem.Text = "&Reload";
            this.reloadFileItem.Click += new System.EventHandler( this.reloadFileItem_Click );
            // 
            // saveFileItem
            // 
            this.saveFileItem.Index = 2;
            this.saveFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
            this.saveFileItem.Text = "&Save";
            this.saveFileItem.Click += new System.EventHandler( this.saveFileItem_Click );
            // 
            // menuItem1
            // 
            this.menuItem1.Index = 3;
            this.menuItem1.Text = "-";
            // 
            // copyFileItem
            // 
            this.copyFileItem.Index = 4;
            this.copyFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
            this.copyFileItem.Text = "&Copy";
            this.copyFileItem.Click += new System.EventHandler( this.copyFileItem_Click );
            // 
            // pasteFileItem
            // 
            this.pasteFileItem.Index = 5;
            this.pasteFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
            this.pasteFileItem.Text = "&Paste";
            this.pasteFileItem.Click += new System.EventHandler( this.pasteFileItem_Click );
            // 
            // menuItem5
            // 
            this.menuItem5.Index = 6;
            this.menuItem5.Text = "-";
            // 
            // closeFileItem
            // 
            this.closeFileItem.Index = 7;
            this.closeFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlF4;
            this.closeFileItem.Text = "C&lose";
            this.closeFileItem.Click += new System.EventHandler( this.closeFileItem_Click );
            // 
            // closeAllFileItem
            // 
            this.closeAllFileItem.Index = 8;
            this.closeAllFileItem.Text = "Close All";
            this.closeAllFileItem.Click += new System.EventHandler( this.closeAllFileItem_Click );
            // 
            // menuItem8
            // 
            this.menuItem8.Index = 9;
            this.menuItem8.Text = "-";
            // 
            // pageSetupFileItem
            // 
            this.pageSetupFileItem.Index = 10;
            this.pageSetupFileItem.Text = "Page Setup";
            this.pageSetupFileItem.Click += new System.EventHandler( this.pageSetupFileItem_Click );
            // 
            // printFileItem
            // 
            this.printFileItem.Index = 11;
            this.printFileItem.Text = "&Print";
            this.printFileItem.Click += new System.EventHandler( this.printFileItem_Click );
            // 
            // printPreviewFileItem
            // 
            this.printPreviewFileItem.Index = 12;
            this.printPreviewFileItem.Text = "Print Preview";
            this.printPreviewFileItem.Click += new System.EventHandler( this.printPreviewFileItem_Click );
            // 
            // menuItem2
            // 
            this.menuItem2.Index = 13;
            this.menuItem2.Text = "-";
            // 
            // exitFileItem
            // 
            this.exitFileItem.Index = 14;
            this.exitFileItem.Text = "E&xit";
            this.exitFileItem.Click += new System.EventHandler( this.exitFileItem_Click );
            // 
            // viewItem
            // 
            this.viewItem.Index = 1;
            this.viewItem.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] {
            this.mainBarViewItem,
            this.imageBarViewItem,
            this.menuItem7,
            this.histogramViewItem,
            this.statisticsViewItem,
            this.redHistogramViewItem,
            this.greenHistogramViewItem,
            this.blueHistogramViewItem,
            this.menuItem3,
            this.centerViewItem} );
            this.viewItem.MergeOrder = 1;
            this.viewItem.Text = "&View";
            this.viewItem.Popup += new System.EventHandler( this.viewItem_Popup );
            // 
            // mainBarViewItem
            // 
            this.mainBarViewItem.Index = 0;
            this.mainBarViewItem.Text = "Main tool bar";
            this.mainBarViewItem.Click += new System.EventHandler( this.mainBarViewItem_Click );
            // 
            // imageBarViewItem
            // 
            this.imageBarViewItem.Index = 1;
            this.imageBarViewItem.Text = "Image tool bar";
            this.imageBarViewItem.Click += new System.EventHandler( this.imageBarViewItem_Click );
            // 
            // menuItem7
            // 
            this.menuItem7.Index = 2;
            this.menuItem7.Text = "-";
            // 
            // histogramViewItem
            // 
            this.histogramViewItem.Index = 3;
            this.histogramViewItem.Shortcut = System.Windows.Forms.Shortcut.CtrlH;
            this.histogramViewItem.Text = "&Histogram";
            this.histogramViewItem.Click += new System.EventHandler( this.histogramViewItem_Click );
            // 
            // statisticsViewItem
            // 
            this.statisticsViewItem.Index = 4;
            this.statisticsViewItem.Shortcut = System.Windows.Forms.Shortcut.CtrlT;
            this.statisticsViewItem.Text = "&Statistics";
            this.statisticsViewItem.Click += new System.EventHandler( this.statisticsViewItem_Click );
            // 
            // redHistogramViewItem
            // 
            this.redHistogramViewItem.Index = 5;
            this.redHistogramViewItem.Shortcut = System.Windows.Forms.Shortcut.Ctrl1;
            this.redHistogramViewItem.Text = "R";
            this.redHistogramViewItem.Visible = false;
            this.redHistogramViewItem.Click += new System.EventHandler( this.redHistogramViewItem_Click );
            // 
            // greenHistogramViewItem
            // 
            this.greenHistogramViewItem.Index = 6;
            this.greenHistogramViewItem.Shortcut = System.Windows.Forms.Shortcut.Ctrl2;
            this.greenHistogramViewItem.Text = "G";
            this.greenHistogramViewItem.Visible = false;
            this.greenHistogramViewItem.Click += new System.EventHandler( this.greenHistogramViewItem_Click );
            // 
            // blueHistogramViewItem
            // 
            this.blueHistogramViewItem.Index = 7;
            this.blueHistogramViewItem.Shortcut = System.Windows.Forms.Shortcut.Ctrl3;
            this.blueHistogramViewItem.Text = "B";
            this.blueHistogramViewItem.Visible = false;
            this.blueHistogramViewItem.Click += new System.EventHandler( this.blueHistogramViewItem_Click );
            // 
            // menuItem3
            // 
            this.menuItem3.Index = 8;
            this.menuItem3.Text = "-";
            // 
            // centerViewItem
            // 
            this.centerViewItem.Index = 9;
            this.centerViewItem.Shortcut = System.Windows.Forms.Shortcut.F9;
            this.centerViewItem.Text = "&Center";
            this.centerViewItem.Click += new System.EventHandler( this.centerViewItem_Click );
            // 
            // optionsItem
            // 
            this.optionsItem.Index = 2;
            this.optionsItem.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] {
            this.openInNewOptionsItem,
            this.rememberOptionsItem} );
            this.optionsItem.MergeOrder = 2;
            this.optionsItem.Text = "&Options";
            this.optionsItem.Popup += new System.EventHandler( this.optionsItem_Popup );
            // 
            // openInNewOptionsItem
            // 
            this.openInNewOptionsItem.Index = 0;
            this.openInNewOptionsItem.Text = "Open in &new document on change";
            this.openInNewOptionsItem.Click += new System.EventHandler( this.openInNewOptionsItem_Click );
            // 
            // rememberOptionsItem
            // 
            this.rememberOptionsItem.Index = 1;
            this.rememberOptionsItem.Text = "&Remember on change";
            this.rememberOptionsItem.Click += new System.EventHandler( this.rememberOptionsItem_Click );
            // 
            // windowItem
            // 
            this.windowItem.Index = 3;
            this.windowItem.MdiList = true;
            this.windowItem.MergeOrder = 3;
            this.windowItem.Text = "&Window";
            // 
            // helpItem
            // 
            this.helpItem.Index = 4;
            this.helpItem.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] {
            this.aboutHelpItem} );
            this.helpItem.MergeOrder = 4;
            this.helpItem.Text = "&Help";
            // 
            // aboutHelpItem
            // 
            this.aboutHelpItem.Index = 0;
            this.aboutHelpItem.Text = "&About";
            this.aboutHelpItem.Click += new System.EventHandler( this.aboutHelpItem_Click );
            // 
            // statusBar
            // 
            this.statusBar.Location = new System.Drawing.Point( 0, 511 );
            this.statusBar.Name = "statusBar";
            this.statusBar.Panels.AddRange( new System.Windows.Forms.StatusBarPanel[] {
            this.zoomPanel,
            this.sizePanel,
            this.selectionPanel,
            this.colorPanel,
            this.hslPanel,
            this.ycbcrPanel,
            this.infoPanel} );
            this.statusBar.ShowPanels = true;
            this.statusBar.Size = new System.Drawing.Size( 792, 22 );
            this.statusBar.TabIndex = 1;
            // 
            // zoomPanel
            // 
            this.zoomPanel.Name = "zoomPanel";
            this.zoomPanel.ToolTipText = "Zoom coefficient";
            this.zoomPanel.Width = 50;
            // 
            // sizePanel
            // 
            this.sizePanel.Name = "sizePanel";
            this.sizePanel.ToolTipText = "Image size";
            // 
            // selectionPanel
            // 
            this.selectionPanel.Name = "selectionPanel";
            this.selectionPanel.ToolTipText = "Current point and selection size";
            this.selectionPanel.Width = 120;
            // 
            // colorPanel
            // 
            this.colorPanel.Name = "colorPanel";
            this.colorPanel.ToolTipText = "Current color";
            this.colorPanel.Width = 110;
            // 
            // hslPanel
            // 
            this.hslPanel.Name = "hslPanel";
            this.hslPanel.Width = 130;
            // 
            // ycbcrPanel
            // 
            this.ycbcrPanel.Name = "ycbcrPanel";
            this.ycbcrPanel.Width = 145;
            // 
            // infoPanel
            // 
            this.infoPanel.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
            this.infoPanel.Name = "infoPanel";
            this.infoPanel.Width = 120;
            // 
            // panel1
            // 
            this.panel1.Controls.Add( this.dockManager );
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point( 0, 0 );
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size( 792, 511 );
            this.panel1.TabIndex = 2;
            // 
            // dockManager
            // 
            this.dockManager.ActiveAutoHideContent = null;
            this.dockManager.Controls.Add( this.mainToolBar );
            this.dockManager.Controls.Add( this.imageToolBar );
            this.dockManager.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dockManager.Location = new System.Drawing.Point( 0, 0 );
            this.dockManager.Name = "dockManager";
            this.dockManager.Size = new System.Drawing.Size( 792, 511 );
            this.dockManager.TabIndex = 2;
            this.dockManager.ActiveDocumentChanged += new System.EventHandler( this.dockManager_ActiveDocumentChanged );
            // 
            // mainToolBar
            // 
            this.mainToolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.mainToolBar.Buttons.AddRange( new System.Windows.Forms.ToolBarButton[] {
            this.openButton,
            this.saveButton,
            this.sep1,
            this.copyButton,
            this.pasteButton,
            this.toolBarButton9,
            this.histogramButton,
            this.toolBarButton4,
            this.aboutButton} );
            this.mainToolBar.Divider = false;
            this.mainToolBar.Dock = System.Windows.Forms.DockStyle.None;
            this.mainToolBar.DropDownArrows = true;
            this.mainToolBar.ImageList = this.imageList;
            this.mainToolBar.Location = new System.Drawing.Point( 256, 32 );
            this.mainToolBar.Name = "mainToolBar";
            this.mainToolBar.ShowToolTips = true;
            this.mainToolBar.Size = new System.Drawing.Size( 24, 202 );
            this.mainToolBar.TabIndex = 2;
            this.mainToolBar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler( this.mainToolBar_ButtonClick );
            // 
            // openButton
            // 
            this.openButton.ImageIndex = 0;
            this.openButton.Name = "openButton";
            this.openButton.ToolTipText = "Open an image ";
            // 
            // saveButton
            // 
            this.saveButton.ImageIndex = 1;
            this.saveButton.Name = "saveButton";
            this.saveButton.ToolTipText = "Save";
            // 
            // sep1
            // 
            this.sep1.Name = "sep1";
            this.sep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // copyButton
            // 
            this.copyButton.ImageIndex = 2;
            this.copyButton.Name = "copyButton";
            this.copyButton.ToolTipText = "Copy to clipboard";
            // 
            // pasteButton
            // 
            this.pasteButton.ImageIndex = 3;
            this.pasteButton.Name = "pasteButton";
            this.pasteButton.ToolTipText = "Paste from clipboard";
            // 
            // toolBarButton9
            // 
            this.toolBarButton9.Name = "toolBarButton9";
            this.toolBarButton9.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // histogramButton
            // 
            this.histogramButton.ImageIndex = 4;
            this.histogramButton.Name = "histogramButton";
            this.histogramButton.ToolTipText = "Show histogram";
            // 
            // toolBarButton4
            // 
            this.toolBarButton4.Name = "toolBarButton4";
            this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // aboutButton
            // 
            this.aboutButton.ImageIndex = 5;
            this.aboutButton.Name = "aboutButton";
            this.aboutButton.ToolTipText = "About";
            // 
            // 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, "" );
            // 
            // imageToolBar
            // 
            this.imageToolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.imageToolBar.Buttons.AddRange( new System.Windows.Forms.ToolBarButton[] {
            this.cloneButton,
            this.toolBarButton1,
            this.cropButton,
            this.toolBarButton2,
            this.zoomInButton,
            this.zoomOutButton,
            this.toolBarButton3,
            this.fitToScreenButton,
            this.toolBarButton5,
            this.resizeButton,
            this.rotateButton,
            this.toolBarButton7,
            this.levelsButton,
            this.grayscaleButton,
            this.thresholdButton,
            this.toolBarButton6,
            this.morphologyButton,
            this.convolutionButton,
            this.toolBarButton8,
            this.saturationButton,
            this.fourierButton} );
            this.imageToolBar.Divider = false;
            this.imageToolBar.Dock = System.Windows.Forms.DockStyle.None;
            this.imageToolBar.DropDownArrows = true;
            this.imageToolBar.ImageList = this.imageList2;
            this.imageToolBar.Location = new System.Drawing.Point( 144, 312 );
            this.imageToolBar.Name = "imageToolBar";
            this.imageToolBar.ShowToolTips = true;
            this.imageToolBar.Size = new System.Drawing.Size( 472, 26 );
            this.imageToolBar.TabIndex = 3;
            this.imageToolBar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler( this.imageToolBar_ButtonClick );
            // 
            // cloneButton
            // 
            this.cloneButton.ImageIndex = 0;
            this.cloneButton.Name = "cloneButton";
            this.cloneButton.ToolTipText = "Clone the image";
            // 
            // toolBarButton1
            // 
            this.toolBarButton1.Name = "toolBarButton1";
            this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // cropButton
            // 
            this.cropButton.ImageIndex = 1;
            this.cropButton.Name = "cropButton";
            this.cropButton.ToolTipText = "Crop image";
            // 
            // toolBarButton2
            // 
            this.toolBarButton2.Name = "toolBarButton2";
            this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // zoomInButton
            // 
            this.zoomInButton.ImageIndex = 2;
            this.zoomInButton.Name = "zoomInButton";
            this.zoomInButton.ToolTipText = "Zoom In";
            // 
            // zoomOutButton
            // 
            this.zoomOutButton.ImageIndex = 3;
            this.zoomOutButton.Name = "zoomOutButton";
            this.zoomOutButton.ToolTipText = "Zoom out";
            // 
            // toolBarButton3
            // 
            this.toolBarButton3.ImageIndex = 4;
            this.toolBarButton3.Name = "toolBarButton3";
            this.toolBarButton3.ToolTipText = "Original size";
            // 
            // fitToScreenButton
            // 
            this.fitToScreenButton.ImageIndex = 5;
            this.fitToScreenButton.Name = "fitToScreenButton";
            this.fitToScreenButton.ToolTipText = "Fit to window size";
            // 
            // toolBarButton5
            // 
            this.toolBarButton5.Name = "toolBarButton5";
            this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // resizeButton
            // 
            this.resizeButton.ImageIndex = 11;
            this.resizeButton.Name = "resizeButton";
            this.resizeButton.ToolTipText = "Resize the image";
            // 
            // rotateButton
            // 
            this.rotateButton.ImageIndex = 12;
            this.rotateButton.Name = "rotateButton";
            this.rotateButton.ToolTipText = "Rotate the image";
            // 
            // toolBarButton7
            // 
            this.toolBarButton7.Name = "toolBarButton7";
            this.toolBarButton7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // levelsButton
            // 
            this.levelsButton.ImageIndex = 6;
            this.levelsButton.Name = "levelsButton";
            this.levelsButton.ToolTipText = "Levels correction";
            // 
            // grayscaleButton
            // 
            this.grayscaleButton.ImageIndex = 7;
            this.grayscaleButton.Name = "grayscaleButton";
            this.grayscaleButton.ToolTipText = "Grayscale";
            // 
            // thresholdButton
            // 
            this.thresholdButton.ImageIndex = 8;
            this.thresholdButton.Name = "thresholdButton";
            this.thresholdButton.ToolTipText = "Threshold";
            // 
            // toolBarButton6
            // 
            this.toolBarButton6.Name = "toolBarButton6";
            this.toolBarButton6.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // morphologyButton
            // 
            this.morphologyButton.ImageIndex = 9;
            this.morphologyButton.Name = "morphologyButton";
            this.morphologyButton.ToolTipText = "Custom morphology operator";
            // 
            // convolutionButton
            // 
            this.convolutionButton.ImageIndex = 10;
            this.convolutionButton.Name = "convolutionButton";
            this.convolutionButton.ToolTipText = "Custom convolution operator";
            // 
            // toolBarButton8
            // 
            this.toolBarButton8.Name = "toolBarButton8";
            this.toolBarButton8.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // saturationButton
            // 
            this.saturationButton.ImageIndex = 13;
            this.saturationButton.Name = "saturationButton";
            this.saturationButton.ToolTipText = "Saturation (HSL)";
            // 
            // fourierButton
            // 
            this.fourierButton.ImageIndex = 14;
            this.fourierButton.Name = "fourierButton";
            this.fourierButton.ToolTipText = "Fourier Transformation";
            // 
            // imageList2
            // 
            this.imageList2.ImageStream = ( (System.Windows.Forms.ImageListStreamer) ( resources.GetObject( "imageList2.ImageStream" ) ) );
            this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList2.Images.SetKeyName( 0, "" );
            this.imageList2.Images.SetKeyName( 1, "" );
            this.imageList2.Images.SetKeyName( 2, "" );
            this.imageList2.Images.SetKeyName( 3, "" );
            this.imageList2.Images.SetKeyName( 4, "" );
            this.imageList2.Images.SetKeyName( 5, "" );
            this.imageList2.Images.SetKeyName( 6, "" );
            this.imageList2.Images.SetKeyName( 7, "" );
            this.imageList2.Images.SetKeyName( 8, "" );
            this.imageList2.Images.SetKeyName( 9, "" );
            this.imageList2.Images.SetKeyName( 10, "" );
            this.imageList2.Images.SetKeyName( 11, "" );
            this.imageList2.Images.SetKeyName( 12, "" );
            this.imageList2.Images.SetKeyName( 13, "" );
            this.imageList2.Images.SetKeyName( 14, "" );
            // 
            // ofd
            // 
            this.ofd.Filter = "Image files (*.jpg,*.png,*.tif,*.bmp,*.gif)|*.jpg;*.png;*.tif;*.bmp;*.gif|JPG fil" +
                "es (*.jpg)|*.jpg|PNG files (*.png)|*.png|TIF files (*.tif)|*.tif|BMP files (*.bm" +
                "p)|*.bmp|GIF files (*.gif)|*.gif";
            this.ofd.Title = "Open image";
            // 
            // sfd
            // 
            this.sfd.Filter = "PNG files (*.png)|*.png|JPG files (*.jpg)|*.jpg|BMP files (*.bmp)|*.bmp";
            this.sfd.Title = "Save image";
            // 
            // printDocument
            // 
            this.printDocument.PrintPage += new System.Drawing.Printing.PrintPageEventHandler( this.printDocument_PrintPage );
            // 
            // printPreviewDialog
            // 
            this.printPreviewDialog.AutoScrollMargin = new System.Drawing.Size( 0, 0 );
            this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size( 0, 0 );
            this.printPreviewDialog.ClientSize = new System.Drawing.Size( 400, 300 );
            this.printPreviewDialog.Enabled = true;
            this.printPreviewDialog.Icon = ( (System.Drawing.Icon) ( resources.GetObject( "printPreviewDialog.Icon" ) ) );
            this.printPreviewDialog.Name = "printPreviewDialog";
            this.printPreviewDialog.Visible = false;
            // 
            // MainForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size( 5, 13 );
            this.ClientSize = new System.Drawing.Size( 792, 533 );
            this.Controls.Add( this.panel1 );
            this.Controls.Add( this.statusBar );
            this.Icon = ( (System.Drawing.Icon) ( resources.GetObject( "$this.Icon" ) ) );
            this.IsMdiContainer = true;
            this.Menu = this.mainMenu;
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Image Processing Lab";
            this.Load += new System.EventHandler( this.MainForm_Load );
            this.Closing += new System.ComponentModel.CancelEventHandler( this.MainForm_Closing );
            ( (System.ComponentModel.ISupportInitialize) ( this.zoomPanel ) ).EndInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.sizePanel ) ).EndInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.selectionPanel ) ).EndInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.colorPanel ) ).EndInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.hslPanel ) ).EndInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.ycbcrPanel ) ).EndInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.infoPanel ) ).EndInit( );
            this.panel1.ResumeLayout( false );
            this.dockManager.ResumeLayout( false );
            this.dockManager.PerformLayout( );
            this.ResumeLayout( false );

        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
            this.cmQuery          = new System.Windows.Forms.ContextMenu();
            this.mAll             = new System.Windows.Forms.MenuItem();
            this.mValid           = new System.Windows.Forms.MenuItem();
            this.mStop            = new System.Windows.Forms.MenuItem();
            this.statusBar1       = new System.Windows.Forms.StatusBar();
            this.sbpOper          = new System.Windows.Forms.StatusBarPanel();
            this.sbpSelectObj     = new System.Windows.Forms.StatusBarPanel();
            this.groupBox1        = new System.Windows.Forms.GroupBox();
            this.Search           = new System.Windows.Forms.Button();
            this.cancerFlag       = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.infectFlag       = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.cb30dis          = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.textBox1         = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label1           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.panel1           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.fpSpread1        = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            ((System.ComponentModel.ISupportInitialize)(this.sbpOper)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sbpSelectObj)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // cmQuery
            //
            this.cmQuery.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.mAll,
                this.mValid,
                this.mStop
            });
            //
            // mAll
            //
            this.mAll.Index  = 0;
            this.mAll.Text   = "所有(&A)";
            this.mAll.Click += new System.EventHandler(this.mAll_Click);
            //
            // mValid
            //
            this.mValid.Index  = 1;
            this.mValid.Text   = "有效(V)";
            this.mValid.Click += new System.EventHandler(this.mValid_Click);
            //
            // mStop
            //
            this.mStop.Index  = 2;
            this.mStop.Text   = "无效(S)";
            this.mStop.Click += new System.EventHandler(this.mStop_Click);
            //
            // statusBar1
            //
            this.statusBar1.Location = new System.Drawing.Point(0, 578);
            this.statusBar1.Name     = "statusBar1";
            this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
                this.sbpOper,
                this.sbpSelectObj
            });
            this.statusBar1.Size       = new System.Drawing.Size(800, 22);
            this.statusBar1.SizingGrip = false;
            this.statusBar1.TabIndex   = 2;
            //
            // sbpOper
            //
            this.sbpOper.Name = "sbpOper";
            this.sbpOper.Text = "操作员";
            //
            // sbpSelectObj
            //
            this.sbpSelectObj.Name = "sbpSelectObj";
            this.sbpSelectObj.Text = "项目:";
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.Search);
            this.groupBox1.Controls.Add(this.cancerFlag);
            this.groupBox1.Controls.Add(this.infectFlag);
            this.groupBox1.Controls.Add(this.cb30dis);
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(800, 39);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop  = false;
            //
            // Search
            //
            this.Search.Location = new System.Drawing.Point(192, 10);
            this.Search.Name     = "Search";
            this.Search.Size     = new System.Drawing.Size(75, 23);
            this.Search.TabIndex = 5;
            this.Search.Text     = "星键互查";
            this.Search.Click   += new System.EventHandler(this.Search_Click);
            //
            // cancerFlag
            //
            this.cancerFlag.Location        = new System.Drawing.Point(576, 12);
            this.cancerFlag.Name            = "cancerFlag";
            this.cancerFlag.Size            = new System.Drawing.Size(80, 24);
            this.cancerFlag.Style           = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cancerFlag.TabIndex        = 4;
            this.cancerFlag.Text            = "恶性肿瘤";
            this.cancerFlag.Visible         = false;
            this.cancerFlag.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
            //
            // infectFlag
            //
            this.infectFlag.Location        = new System.Drawing.Point(456, 12);
            this.infectFlag.Name            = "infectFlag";
            this.infectFlag.Size            = new System.Drawing.Size(104, 24);
            this.infectFlag.Style           = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.infectFlag.TabIndex        = 3;
            this.infectFlag.Text            = "传染病";
            this.infectFlag.Visible         = false;
            this.infectFlag.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
            //
            // cb30dis
            //
            this.cb30dis.Location        = new System.Drawing.Point(352, 12);
            this.cb30dis.Name            = "cb30dis";
            this.cb30dis.Size            = new System.Drawing.Size(80, 24);
            this.cb30dis.Style           = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cb30dis.TabIndex        = 2;
            this.cb30dis.Text            = "30种疾病";
            this.cb30dis.Visible         = false;
            this.cb30dis.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            //
            // textBox1
            //
            this.textBox1.Location     = new System.Drawing.Point(64, 12);
            this.textBox1.Name         = "textBox1";
            this.textBox1.Size         = new System.Drawing.Size(100, 21);
            this.textBox1.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textBox1.TabIndex     = 1;
            this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            //
            // label1
            //
            this.label1.Location  = new System.Drawing.Point(8, 15);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(48, 16);
            this.label1.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label1.TabIndex  = 0;
            this.label1.Text      = "查询:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // panel1
            //
            this.panel1.Controls.Add(this.fpSpread1);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 39);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(800, 539);
            this.panel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel1.TabIndex = 5;
            //
            // fpSpread1
            //
            this.fpSpread1.About = "2.5.2007.2005";
            this.fpSpread1.AccessibleDescription = "fpSpread1, Sheet1, Row 0, Column 0, ";
            this.fpSpread1.BackColor             = System.Drawing.SystemColors.Control;
            this.fpSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread1.Location = new System.Drawing.Point(0, 0);
            this.fpSpread1.Name     = "fpSpread1";
            this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread1_Sheet1
            });
            this.fpSpread1.Size                = new System.Drawing.Size(800, 539);
            this.fpSpread1.TabIndex            = 0;
            tipAppearance1.BackColor           = System.Drawing.SystemColors.Info;
            tipAppearance1.Font                = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance1.ForeColor           = System.Drawing.SystemColors.InfoText;
            this.fpSpread1.TextTipAppearance   = tipAppearance1;
            this.fpSpread1.CellDoubleClick    += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellDoubleClick);
            this.fpSpread1.ColumnWidthChanged += new FarPoint.Win.Spread.ColumnWidthChangedEventHandler(this.fpSpread1_ColumnWidthChanged);
            //
            // fpSpread1_Sheet1
            //
            this.fpSpread1_Sheet1.Reset();
            this.fpSpread1_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 40F;
            this.fpSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // ucICDMaint
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.statusBar1);
            this.Name  = "ucICDMaint";
            this.Size  = new System.Drawing.Size(800, 600);
            this.Load += new System.EventHandler(this.ucICDMaint_Load);
            ((System.ComponentModel.ISupportInitialize)(this.sbpOper)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sbpSelectObj)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
Beispiel #11
0
 private void InitializeComponent()
 {
     this.components     = new System.ComponentModel.Container();
     this.toolTip1       = new System.Windows.Forms.ToolTip(this.components);
     this.GroupBox1      = new System.Windows.Forms.GroupBox();
     this.GroupBox2      = new System.Windows.Forms.GroupBox();
     this.Label1         = new System.Windows.Forms.Label();
     this.Label2         = new System.Windows.Forms.Label();
     this.Label3         = new System.Windows.Forms.Label();
     this.Label4         = new System.Windows.Forms.Label();
     this.seColor1       = new System.Windows.Forms.NumericUpDown();
     this.seColor2       = new System.Windows.Forms.NumericUpDown();
     this.seColor3       = new System.Windows.Forms.NumericUpDown();
     this.seColor4       = new System.Windows.Forms.NumericUpDown();
     this.GroupBox3      = new System.Windows.Forms.GroupBox();
     this.Label5         = new System.Windows.Forms.Label();
     this.Label6         = new System.Windows.Forms.Label();
     this.Label7         = new System.Windows.Forms.Label();
     this.Label8         = new System.Windows.Forms.Label();
     this.eGoldFee1      = new System.Windows.Forms.TextBox();
     this.eGoldFee2      = new System.Windows.Forms.TextBox();
     this.eGoldFee3      = new System.Windows.Forms.TextBox();
     this.eGoldFee4      = new System.Windows.Forms.TextBox();
     this.GroupBox4      = new System.Windows.Forms.GroupBox();
     this.Label9         = new System.Windows.Forms.Label();
     this.Label10        = new System.Windows.Forms.Label();
     this.Label11        = new System.Windows.Forms.Label();
     this.Label12        = new System.Windows.Forms.Label();
     this.eGameGoldFee1  = new System.Windows.Forms.TextBox();
     this.eGameGoldFee2  = new System.Windows.Forms.TextBox();
     this.eGameGoldFee3  = new System.Windows.Forms.TextBox();
     this.eGameGoldFee4  = new System.Windows.Forms.TextBox();
     this.GroupBox5      = new System.Windows.Forms.GroupBox();
     this.Label13        = new System.Windows.Forms.Label();
     this.Label14        = new System.Windows.Forms.Label();
     this.Label15        = new System.Windows.Forms.Label();
     this.Label16        = new System.Windows.Forms.Label();
     this.seDropRate1    = new System.Windows.Forms.NumericUpDown();
     this.seDropRate2    = new System.Windows.Forms.NumericUpDown();
     this.seDropRate3    = new System.Windows.Forms.NumericUpDown();
     this.seDropRate4    = new System.Windows.Forms.NumericUpDown();
     this.BtnSave        = new System.Windows.Forms.Button();
     this.GroupBox6      = new System.Windows.Forms.GroupBox();
     this.seValueLimit   = new System.Windows.Forms.NumericUpDown();
     this.lvCompoundInfo = new System.Windows.Forms.ListView();
     this._column_126    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_127    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_128    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_129    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_130    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_131    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_132    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_133    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_134    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_135    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_136    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_137    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_138    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_139    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_140    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_141    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.StatusBar      = new System.Windows.Forms.StatusBar();
     this._panel_142     = new System.Windows.Forms.StatusBarPanel();
     this.GroupBox1.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.seColor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.seColor2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.seColor3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.seColor4)).BeginInit();
     this.GroupBox3.SuspendLayout();
     this.GroupBox4.SuspendLayout();
     this.GroupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.seDropRate1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.seDropRate2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.seDropRate3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.seDropRate4)).BeginInit();
     this.GroupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.seValueLimit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._panel_142)).BeginInit();
     this.SuspendLayout();
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.GroupBox2);
     this.GroupBox1.Controls.Add(this.GroupBox3);
     this.GroupBox1.Controls.Add(this.GroupBox4);
     this.GroupBox1.Controls.Add(this.GroupBox5);
     this.GroupBox1.Controls.Add(this.BtnSave);
     this.GroupBox1.Controls.Add(this.GroupBox6);
     this.GroupBox1.Location = new System.Drawing.Point(0, 1);
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox1.Size     = new System.Drawing.Size(1000, 90);
     this.GroupBox1.TabIndex = 0;
     this.GroupBox1.TabStop  = false;
     this.GroupBox1.Text     = "基本设置";
     //
     // GroupBox2
     //
     this.GroupBox2.Controls.Add(this.Label1);
     this.GroupBox2.Controls.Add(this.Label2);
     this.GroupBox2.Controls.Add(this.Label3);
     this.GroupBox2.Controls.Add(this.Label4);
     this.GroupBox2.Controls.Add(this.seColor1);
     this.GroupBox2.Controls.Add(this.seColor2);
     this.GroupBox2.Controls.Add(this.seColor3);
     this.GroupBox2.Controls.Add(this.seColor4);
     this.GroupBox2.Location = new System.Drawing.Point(8, 16);
     this.GroupBox2.Name     = "GroupBox2";
     this.GroupBox2.Size     = new System.Drawing.Size(190, 70);
     this.GroupBox2.TabIndex = 0;
     this.GroupBox2.TabStop  = false;
     this.GroupBox2.Text     = "颜色设置";
     //
     // Label1
     //
     this.Label1.Location = new System.Drawing.Point(8, 20);
     this.Label1.Name     = "Label1";
     this.Label1.Size     = new System.Drawing.Size(36, 12);
     this.Label1.TabIndex = 0;
     this.Label1.Text     = "一等:";
     //
     // Label2
     //
     this.Label2.Location = new System.Drawing.Point(100, 19);
     this.Label2.Name     = "Label2";
     this.Label2.Size     = new System.Drawing.Size(35, 12);
     this.Label2.TabIndex = 1;
     this.Label2.Text     = "二等:";
     //
     // Label3
     //
     this.Label3.Location = new System.Drawing.Point(8, 43);
     this.Label3.Name     = "Label3";
     this.Label3.Size     = new System.Drawing.Size(35, 12);
     this.Label3.TabIndex = 2;
     this.Label3.Text     = "三等:";
     //
     // Label4
     //
     this.Label4.Location = new System.Drawing.Point(100, 43);
     this.Label4.Name     = "Label4";
     this.Label4.Size     = new System.Drawing.Size(35, 12);
     this.Label4.TabIndex = 3;
     this.Label4.Text     = "四等:";
     //
     // seColor1
     //
     this.seColor1.Location = new System.Drawing.Point(47, 16);
     this.seColor1.Name     = "seColor1";
     this.seColor1.Size     = new System.Drawing.Size(42, 21);
     this.seColor1.TabIndex = 4;
     //
     // seColor2
     //
     this.seColor2.Location = new System.Drawing.Point(141, 13);
     this.seColor2.Name     = "seColor2";
     this.seColor2.Size     = new System.Drawing.Size(41, 21);
     this.seColor2.TabIndex = 5;
     //
     // seColor3
     //
     this.seColor3.Location = new System.Drawing.Point(49, 38);
     this.seColor3.Name     = "seColor3";
     this.seColor3.Size     = new System.Drawing.Size(42, 21);
     this.seColor3.TabIndex = 6;
     //
     // seColor4
     //
     this.seColor4.Location = new System.Drawing.Point(141, 38);
     this.seColor4.Name     = "seColor4";
     this.seColor4.Size     = new System.Drawing.Size(41, 21);
     this.seColor4.TabIndex = 7;
     //
     // GroupBox3
     //
     this.GroupBox3.Controls.Add(this.Label5);
     this.GroupBox3.Controls.Add(this.Label6);
     this.GroupBox3.Controls.Add(this.Label7);
     this.GroupBox3.Controls.Add(this.Label8);
     this.GroupBox3.Controls.Add(this.eGoldFee1);
     this.GroupBox3.Controls.Add(this.eGoldFee2);
     this.GroupBox3.Controls.Add(this.eGoldFee3);
     this.GroupBox3.Controls.Add(this.eGoldFee4);
     this.GroupBox3.Location = new System.Drawing.Point(210, 16);
     this.GroupBox3.Name     = "GroupBox3";
     this.GroupBox3.Size     = new System.Drawing.Size(240, 70);
     this.GroupBox3.TabIndex = 1;
     this.GroupBox3.TabStop  = false;
     this.GroupBox3.Text     = "费用设置(金币)";
     //
     // Label5
     //
     this.Label5.Location = new System.Drawing.Point(7, 19);
     this.Label5.Name     = "Label5";
     this.Label5.Size     = new System.Drawing.Size(35, 12);
     this.Label5.TabIndex = 0;
     this.Label5.Text     = "一等:";
     //
     // Label6
     //
     this.Label6.Location = new System.Drawing.Point(127, 19);
     this.Label6.Name     = "Label6";
     this.Label6.Size     = new System.Drawing.Size(35, 12);
     this.Label6.TabIndex = 1;
     this.Label6.Text     = "二等:";
     //
     // Label7
     //
     this.Label7.Location = new System.Drawing.Point(7, 43);
     this.Label7.Name     = "Label7";
     this.Label7.Size     = new System.Drawing.Size(35, 12);
     this.Label7.TabIndex = 2;
     this.Label7.Text     = "三等:";
     //
     // Label8
     //
     this.Label8.Location = new System.Drawing.Point(127, 43);
     this.Label8.Name     = "Label8";
     this.Label8.Size     = new System.Drawing.Size(35, 12);
     this.Label8.TabIndex = 3;
     this.Label8.Text     = "四等:";
     //
     // eGoldFee1
     //
     this.eGoldFee1.Location = new System.Drawing.Point(44, 16);
     this.eGoldFee1.Name     = "eGoldFee1";
     this.eGoldFee1.Size     = new System.Drawing.Size(70, 21);
     this.eGoldFee1.TabIndex = 0;
     this.eGoldFee1.Text     = "0";
     //
     // eGoldFee2
     //
     this.eGoldFee2.Location = new System.Drawing.Point(163, 16);
     this.eGoldFee2.Name     = "eGoldFee2";
     this.eGoldFee2.Size     = new System.Drawing.Size(70, 21);
     this.eGoldFee2.TabIndex = 1;
     this.eGoldFee2.Text     = "0";
     //
     // eGoldFee3
     //
     this.eGoldFee3.Location = new System.Drawing.Point(44, 41);
     this.eGoldFee3.Name     = "eGoldFee3";
     this.eGoldFee3.Size     = new System.Drawing.Size(70, 21);
     this.eGoldFee3.TabIndex = 2;
     this.eGoldFee3.Text     = "0";
     //
     // eGoldFee4
     //
     this.eGoldFee4.Location = new System.Drawing.Point(164, 41);
     this.eGoldFee4.Name     = "eGoldFee4";
     this.eGoldFee4.Size     = new System.Drawing.Size(70, 21);
     this.eGoldFee4.TabIndex = 3;
     this.eGoldFee4.Text     = "0";
     //
     // GroupBox4
     //
     this.GroupBox4.Controls.Add(this.Label9);
     this.GroupBox4.Controls.Add(this.Label10);
     this.GroupBox4.Controls.Add(this.Label11);
     this.GroupBox4.Controls.Add(this.Label12);
     this.GroupBox4.Controls.Add(this.eGameGoldFee1);
     this.GroupBox4.Controls.Add(this.eGameGoldFee2);
     this.GroupBox4.Controls.Add(this.eGameGoldFee3);
     this.GroupBox4.Controls.Add(this.eGameGoldFee4);
     this.GroupBox4.Location = new System.Drawing.Point(462, 16);
     this.GroupBox4.Name     = "GroupBox4";
     this.GroupBox4.Size     = new System.Drawing.Size(240, 70);
     this.GroupBox4.TabIndex = 2;
     this.GroupBox4.TabStop  = false;
     this.GroupBox4.Text     = "费用设置(元宝)";
     //
     // Label9
     //
     this.Label9.Location = new System.Drawing.Point(8, 19);
     this.Label9.Name     = "Label9";
     this.Label9.Size     = new System.Drawing.Size(36, 12);
     this.Label9.TabIndex = 0;
     this.Label9.Text     = "一等:";
     //
     // Label10
     //
     this.Label10.Location = new System.Drawing.Point(128, 19);
     this.Label10.Name     = "Label10";
     this.Label10.Size     = new System.Drawing.Size(36, 12);
     this.Label10.TabIndex = 1;
     this.Label10.Text     = "二等:";
     //
     // Label11
     //
     this.Label11.Location = new System.Drawing.Point(8, 43);
     this.Label11.Name     = "Label11";
     this.Label11.Size     = new System.Drawing.Size(36, 12);
     this.Label11.TabIndex = 2;
     this.Label11.Text     = "三等:";
     //
     // Label12
     //
     this.Label12.Location = new System.Drawing.Point(128, 43);
     this.Label12.Name     = "Label12";
     this.Label12.Size     = new System.Drawing.Size(36, 12);
     this.Label12.TabIndex = 3;
     this.Label12.Text     = "四等:";
     //
     // eGameGoldFee1
     //
     this.eGameGoldFee1.Location = new System.Drawing.Point(44, 16);
     this.eGameGoldFee1.Name     = "eGameGoldFee1";
     this.eGameGoldFee1.Size     = new System.Drawing.Size(70, 21);
     this.eGameGoldFee1.TabIndex = 0;
     this.eGameGoldFee1.Text     = "0";
     //
     // eGameGoldFee2
     //
     this.eGameGoldFee2.Location = new System.Drawing.Point(163, 16);
     this.eGameGoldFee2.Name     = "eGameGoldFee2";
     this.eGameGoldFee2.Size     = new System.Drawing.Size(70, 21);
     this.eGameGoldFee2.TabIndex = 1;
     this.eGameGoldFee2.Text     = "0";
     //
     // eGameGoldFee3
     //
     this.eGameGoldFee3.Location = new System.Drawing.Point(44, 41);
     this.eGameGoldFee3.Name     = "eGameGoldFee3";
     this.eGameGoldFee3.Size     = new System.Drawing.Size(70, 21);
     this.eGameGoldFee3.TabIndex = 2;
     this.eGameGoldFee3.Text     = "0";
     //
     // eGameGoldFee4
     //
     this.eGameGoldFee4.Location = new System.Drawing.Point(164, 41);
     this.eGameGoldFee4.Name     = "eGameGoldFee4";
     this.eGameGoldFee4.Size     = new System.Drawing.Size(70, 21);
     this.eGameGoldFee4.TabIndex = 3;
     this.eGameGoldFee4.Text     = "0";
     //
     // GroupBox5
     //
     this.GroupBox5.Controls.Add(this.Label13);
     this.GroupBox5.Controls.Add(this.Label14);
     this.GroupBox5.Controls.Add(this.Label15);
     this.GroupBox5.Controls.Add(this.Label16);
     this.GroupBox5.Controls.Add(this.seDropRate1);
     this.GroupBox5.Controls.Add(this.seDropRate2);
     this.GroupBox5.Controls.Add(this.seDropRate3);
     this.GroupBox5.Controls.Add(this.seDropRate4);
     this.GroupBox5.Location = new System.Drawing.Point(714, 16);
     this.GroupBox5.Name     = "GroupBox5";
     this.GroupBox5.Size     = new System.Drawing.Size(190, 70);
     this.GroupBox5.TabIndex = 3;
     this.GroupBox5.TabStop  = false;
     this.GroupBox5.Text     = "掉落几率";
     //
     // Label13
     //
     this.Label13.Location = new System.Drawing.Point(9, 18);
     this.Label13.Name     = "Label13";
     this.Label13.Size     = new System.Drawing.Size(35, 12);
     this.Label13.TabIndex = 0;
     this.Label13.Text     = "一等:";
     //
     // Label14
     //
     this.Label14.Location = new System.Drawing.Point(100, 19);
     this.Label14.Name     = "Label14";
     this.Label14.Size     = new System.Drawing.Size(35, 12);
     this.Label14.TabIndex = 1;
     this.Label14.Text     = "二等:";
     //
     // Label15
     //
     this.Label15.Location = new System.Drawing.Point(9, 47);
     this.Label15.Name     = "Label15";
     this.Label15.Size     = new System.Drawing.Size(35, 12);
     this.Label15.TabIndex = 2;
     this.Label15.Text     = "三等:";
     //
     // Label16
     //
     this.Label16.Location = new System.Drawing.Point(98, 43);
     this.Label16.Name     = "Label16";
     this.Label16.Size     = new System.Drawing.Size(35, 12);
     this.Label16.TabIndex = 3;
     this.Label16.Text     = "四等:";
     //
     // seDropRate1
     //
     this.seDropRate1.Location = new System.Drawing.Point(47, 18);
     this.seDropRate1.Name     = "seDropRate1";
     this.seDropRate1.Size     = new System.Drawing.Size(46, 21);
     this.seDropRate1.TabIndex = 4;
     //
     // seDropRate2
     //
     this.seDropRate2.Location = new System.Drawing.Point(136, 16);
     this.seDropRate2.Name     = "seDropRate2";
     this.seDropRate2.Size     = new System.Drawing.Size(46, 21);
     this.seDropRate2.TabIndex = 5;
     //
     // seDropRate3
     //
     this.seDropRate3.Location = new System.Drawing.Point(47, 43);
     this.seDropRate3.Name     = "seDropRate3";
     this.seDropRate3.Size     = new System.Drawing.Size(46, 21);
     this.seDropRate3.TabIndex = 6;
     //
     // seDropRate4
     //
     this.seDropRate4.Location = new System.Drawing.Point(138, 38);
     this.seDropRate4.Name     = "seDropRate4";
     this.seDropRate4.Size     = new System.Drawing.Size(44, 21);
     this.seDropRate4.TabIndex = 7;
     //
     // BtnSave
     //
     this.BtnSave.Location = new System.Drawing.Point(915, 61);
     this.BtnSave.Name     = "BtnSave";
     this.BtnSave.Size     = new System.Drawing.Size(75, 25);
     this.BtnSave.TabIndex = 4;
     this.BtnSave.Text     = "保存(&S)";
     //
     // GroupBox6
     //
     this.GroupBox6.Controls.Add(this.seValueLimit);
     this.GroupBox6.Location = new System.Drawing.Point(910, 16);
     this.GroupBox6.Name     = "GroupBox6";
     this.GroupBox6.Size     = new System.Drawing.Size(80, 40);
     this.GroupBox6.TabIndex = 5;
     this.GroupBox6.TabStop  = false;
     this.GroupBox6.Text     = "允许分类差";
     //
     // seValueLimit
     //
     this.seValueLimit.Location = new System.Drawing.Point(6, 13);
     this.seValueLimit.Name     = "seValueLimit";
     this.seValueLimit.Size     = new System.Drawing.Size(68, 21);
     this.seValueLimit.TabIndex = 0;
     //
     // lvCompoundInfo
     //
     this.lvCompoundInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this._column_126,
         this._column_127,
         this._column_128,
         this._column_129,
         this._column_130,
         this._column_131,
         this._column_132,
         this._column_133,
         this._column_134,
         this._column_135,
         this._column_136,
         this._column_137,
         this._column_138,
         this._column_139,
         this._column_140,
         this._column_141
     });
     this.lvCompoundInfo.GridLines = true;
     this.lvCompoundInfo.Location  = new System.Drawing.Point(0, 90);
     this.lvCompoundInfo.Name      = "lvCompoundInfo";
     this.lvCompoundInfo.Size      = new System.Drawing.Size(1000, 491);
     this.lvCompoundInfo.TabIndex  = 1;
     this.lvCompoundInfo.UseCompatibleStateImageBehavior = false;
     this.lvCompoundInfo.View = System.Windows.Forms.View.Details;
     //
     // _column_126
     //
     this._column_126.Name = "_column_126";
     this._column_126.Text = "装备名称";
     //
     // _column_127
     //
     this._column_127.Name = "_column_127";
     this._column_127.Text = "分类";
     //
     // _column_128
     //
     this._column_128.Name = "_column_128";
     this._column_128.Text = "成功率";
     //
     // _column_129
     //
     this._column_129.Name = "_column_129";
     this._column_129.Text = "防御";
     //
     // _column_130
     //
     this._column_130.Name = "_column_130";
     this._column_130.Text = "魔法防御";
     //
     // _column_131
     //
     this._column_131.Name = "_column_131";
     this._column_131.Text = "攻击";
     //
     // _column_132
     //
     this._column_132.Name = "_column_132";
     this._column_132.Text = "魔法";
     //
     // _column_133
     //
     this._column_133.Name = "_column_133";
     this._column_133.Text = "道术";
     //
     // _column_134
     //
     this._column_134.Name = "_column_134";
     this._column_134.Text = "生命值";
     //
     // _column_135
     //
     this._column_135.Name = "_column_135";
     this._column_135.Text = "魔法值";
     //
     // _column_136
     //
     this._column_136.Name = "_column_136";
     this._column_136.Text = "准确";
     //
     // _column_137
     //
     this._column_137.Name = "_column_137";
     this._column_137.Text = "敏捷";
     //
     // _column_138
     //
     this._column_138.Name = "_column_138";
     this._column_138.Text = "致命一击";
     //
     // _column_139
     //
     this._column_139.Name = "_column_139";
     this._column_139.Text = "伤害加成";
     //
     // _column_140
     //
     this._column_140.Name = "_column_140";
     this._column_140.Text = "伤害吸收";
     //
     // _column_141
     //
     this._column_141.Name = "_column_141";
     this._column_141.Text = "魔法躲避";
     //
     // StatusBar
     //
     this.StatusBar.Location = new System.Drawing.Point(0, 581);
     this.StatusBar.Name     = "StatusBar";
     this.StatusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this._panel_142
     });
     this.StatusBar.ShowPanels = true;
     this.StatusBar.Size       = new System.Drawing.Size(1000, 19);
     this.StatusBar.TabIndex   = 2;
     //
     // _panel_142
     //
     this._panel_142.Name = "_panel_142";
     this._panel_142.Text = "使用Ctrl、Shift可以多选,点击右键可以对值进行修改,修改结果即时生效,请注意保存修改结果,分类为0的设置将不会被保存";
     //
     // ViewCompoundInfo
     //
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(1000, 600);
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.lvCompoundInfo);
     this.Controls.Add(this.StatusBar);
     this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Name = "ViewCompoundInfo";
     this.Text = "装备合成";
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.seColor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.seColor2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.seColor3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.seColor4)).EndInit();
     this.GroupBox3.ResumeLayout(false);
     this.GroupBox3.PerformLayout();
     this.GroupBox4.ResumeLayout(false);
     this.GroupBox4.PerformLayout();
     this.GroupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.seDropRate1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.seDropRate2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.seDropRate3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.seDropRate4)).EndInit();
     this.GroupBox6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.seValueLimit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._panel_142)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #12
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(Luke));
            this.mainMenu              = new System.Windows.Forms.MainMenu(this.components);
            this.menuItemFile          = new System.Windows.Forms.MenuItem();
            this.menuItemOpenIndex     = new System.Windows.Forms.MenuItem();
            this.menuItemSeparator     = new System.Windows.Forms.MenuItem();
            this.menuItemExit          = new System.Windows.Forms.MenuItem();
            this.menuItemTools         = new System.Windows.Forms.MenuItem();
            this.menuItemUndelete      = new System.Windows.Forms.MenuItem();
            this.menuItemOptimize      = new System.Windows.Forms.MenuItem();
            this.menuItem2             = new System.Windows.Forms.MenuItem();
            this.menuItemCompound      = new System.Windows.Forms.MenuItem();
            this.menuItemHelp          = new System.Windows.Forms.MenuItem();
            this.menuItemAbout         = new System.Windows.Forms.MenuItem();
            this.statusBar             = new System.Windows.Forms.StatusBar();
            this.statusBarPanelIndex   = new System.Windows.Forms.StatusBarPanel();
            this.statusBarPanelMessage = new System.Windows.Forms.StatusBarPanel();
            this.statusBarPanelLogo    = new System.Windows.Forms.StatusBarPanel();
            this.imageList             = new System.Windows.Forms.ImageList(this.components);
            this.toolTip          = new System.Windows.Forms.ToolTip(this.components);
            this.tabControl       = new System.Windows.Forms.TabControl();
            this.overviewTabPage  = new Lucene.Net.LukeNet.OverviewTabPage(this);
            this.searchTabPage    = new Lucene.Net.LukeNet.SearchTabPage(this);
            this.tabFiles         = new Lucene.Net.LukeNet.FilesTabPage(this.components);
            this.pluginsTabPage   = new Lucene.Net.LukeNet.PluginsTabPage(this);
            this.documentsTabPage = new LukeNet.DocumentsTabPage(this);

            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelIndex)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelMessage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelLogo)).BeginInit();
            this.tabControl.SuspendLayout();
            this.overviewTabPage.SuspendLayout();
            this.documentsTabPage.SuspendLayout();
            this.searchTabPage.SuspendLayout();
            this.SuspendLayout();
            //
            // mainMenu
            //
            this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItemFile,
                this.menuItemTools,
                this.menuItemHelp
            });
            //
            // menuItemFile
            //
            this.menuItemFile.Index = 0;
            this.menuItemFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItemOpenIndex,
                this.menuItemSeparator,
                this.menuItemExit
            });
            this.menuItemFile.Text = "&File";
            //
            // menuItemOpenIndex
            //
            this.menuItemOpenIndex.Index  = 0;
            this.menuItemOpenIndex.Text   = "&Open Lucene Index";
            this.menuItemOpenIndex.Click += new System.EventHandler(this.OnOpenIndex);
            //
            // menuItemSeparator
            //
            this.menuItemSeparator.Index = 1;
            this.menuItemSeparator.Text  = "-";
            //
            // menuItemExit
            //
            this.menuItemExit.Index  = 2;
            this.menuItemExit.Text   = "&Exit";
            this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
            //
            // menuItemTools
            //
            this.menuItemTools.Index = 1;
            this.menuItemTools.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItemUndelete,
                this.menuItemOptimize,
                this.menuItem2,
                this.menuItemCompound
            });
            this.menuItemTools.Text = "&Tools";
            //
            // menuItemUndelete
            //
            this.menuItemUndelete.Index  = 0;
            this.menuItemUndelete.Text   = "&Undelete All";
            this.menuItemUndelete.Click += new System.EventHandler(this.menuItemUndelete_Click);
            //
            // menuItemOptimize
            //
            this.menuItemOptimize.Index  = 1;
            this.menuItemOptimize.Text   = "&Optimize Index";
            this.menuItemOptimize.Click += new System.EventHandler(this.menuItemOptimize_Click);
            //
            // menuItem2
            //
            this.menuItem2.Index = 2;
            this.menuItem2.Text  = "-";
            //
            // menuItemCompound
            //
            this.menuItemCompound.Checked = true;
            this.menuItemCompound.Index   = 3;
            this.menuItemCompound.Text    = "Use &Compound Files";
            this.menuItemCompound.Click  += new System.EventHandler(this.menuItemCompound_Click);
            //
            // menuItemHelp
            //
            this.menuItemHelp.Index = 2;
            this.menuItemHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItemAbout
            });
            this.menuItemHelp.Text = "&Help";
            //
            // menuItemAbout
            //
            this.menuItemAbout.Index  = 0;
            this.menuItemAbout.Text   = "&About...";
            this.menuItemAbout.Click += new System.EventHandler(this.menuItemAbout_Click);
            //
            // statusBar
            //
            this.statusBar.Location = new System.Drawing.Point(0, 532);
            this.statusBar.Name     = "statusBar";
            this.statusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
                this.statusBarPanelIndex,
                this.statusBarPanelMessage,
                this.statusBarPanelLogo
            });
            this.statusBar.ShowPanels  = true;
            this.statusBar.Size        = new System.Drawing.Size(760, 22);
            this.statusBar.SizingGrip  = false;
            this.statusBar.TabIndex    = 0;
            this.statusBar.PanelClick += new System.Windows.Forms.StatusBarPanelClickEventHandler(this.statusBar_PanelClick);
            //
            // statusBarPanelIndex
            //
            this.statusBarPanelIndex.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
            this.statusBarPanelIndex.Name     = "statusBarPanelIndex";
            this.statusBarPanelIndex.Text     = "Index name: ?";
            this.statusBarPanelIndex.Width    = 86;
            //
            // statusBarPanelMessage
            //
            this.statusBarPanelMessage.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
            this.statusBarPanelMessage.MinWidth = 150;
            this.statusBarPanelMessage.Name     = "statusBarPanelMessage";
            this.statusBarPanelMessage.Width    = 643;
            //
            // statusBarPanelLogo
            //
            this.statusBarPanelLogo.Alignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.statusBarPanelLogo.AutoSize    = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
            this.statusBarPanelLogo.Icon        = ((System.Drawing.Icon)(resources.GetObject("statusBarPanelLogo.Icon")));
            this.statusBarPanelLogo.MinWidth    = 5;
            this.statusBarPanelLogo.Name        = "statusBarPanelLogo";
            this.statusBarPanelLogo.ToolTipText = "Go to Luke homepage";
            this.statusBarPanelLogo.Width       = 31;
            //
            // 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, "");
            //
            // tabControl
            //
            this.tabControl.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.tabControl.Controls.Add(this.overviewTabPage);
            this.tabControl.Controls.Add(this.documentsTabPage);
            this.tabControl.Controls.Add(this.searchTabPage);
            this.tabControl.Controls.Add(this.tabFiles);
            this.tabControl.Controls.Add(this.pluginsTabPage);
            this.tabControl.ImageList     = this.imageList;
            this.tabControl.Location      = new System.Drawing.Point(0, 0);
            this.tabControl.Name          = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size          = new System.Drawing.Size(760, 525);
            this.tabControl.TabIndex      = 0;
            //
            // tabOverview
            //
            this.overviewTabPage.ImageIndex = 0;
            this.overviewTabPage.Location   = new System.Drawing.Point(4, 23);
            this.overviewTabPage.Name       = "tabOverview";
            this.overviewTabPage.Size       = new System.Drawing.Size(752, 498);
            this.overviewTabPage.TabIndex   = 0;
            this.overviewTabPage.Text       = "Overview";
            this.overviewTabPage.Resize    += new System.EventHandler(this.overviewTabPage.OnResize);
            //
            // documentsTabPage
            //
            this.documentsTabPage.ImageIndex = 1;
            this.documentsTabPage.Location   = new System.Drawing.Point(4, 23);
            this.documentsTabPage.Name       = "documentsTabPage";
            this.documentsTabPage.Size       = new System.Drawing.Size(752, 498);
            this.documentsTabPage.TabIndex   = 1;
            this.documentsTabPage.Text       = "Documents";
            this.documentsTabPage.Resize    += new System.EventHandler(this.documentsTabPage.OnResize);
            //
            // searchTabPage
            //
            this.searchTabPage.ImageIndex = 2;
            this.searchTabPage.Location   = new System.Drawing.Point(4, 23);
            this.searchTabPage.Name       = "tabSearch";
            this.searchTabPage.Size       = new System.Drawing.Size(752, 498);
            this.searchTabPage.TabIndex   = 2;
            this.searchTabPage.Text       = "Search";
            //
            // tabFiles
            //
            this.tabFiles.ImageIndex = 4;
            this.tabFiles.Location   = new System.Drawing.Point(4, 23);
            this.tabFiles.Name       = "tabFiles";
            this.tabFiles.Size       = new System.Drawing.Size(752, 498);
            this.tabFiles.TabIndex   = 3;
            this.tabFiles.Text       = "Files";
            //
            // pluginsTabPage
            //
            this.pluginsTabPage.ImageIndex = 5;
            this.pluginsTabPage.Location   = new System.Drawing.Point(4, 23);
            this.pluginsTabPage.Name       = "pluginsTabPage";
            this.pluginsTabPage.Size       = new System.Drawing.Size(752, 498);
            this.pluginsTabPage.TabIndex   = 4;
            this.pluginsTabPage.Text       = "Plugins";
            //
            // Luke
            //
            this.ClientSize = new System.Drawing.Size(760, 554);
            this.Controls.Add(this.tabControl);
            this.Controls.Add(this.statusBar);
            this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Menu        = this.mainMenu;
            this.MinimumSize = new System.Drawing.Size(768, 592);
            this.Name        = "Luke";
            this.Text        = " Luke - Lucene Index Toolbox, v 0.5 (2004-06-25)";
            this.Load       += new System.EventHandler(this.Luke_Load);
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelIndex)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelMessage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelLogo)).EndInit();
            this.tabControl.ResumeLayout(false);
            this.overviewTabPage.ResumeLayout(false);
            this.overviewTabPage.PerformLayout();
            this.documentsTabPage.ResumeLayout(false);
            this.documentsTabPage.PerformLayout();
            this.searchTabPage.ResumeLayout(false);
            this.searchTabPage.PerformLayout();
            this.ResumeLayout(false);
        }
 private void InitializeComponent()
 {
     this.tbTimeLine      = new System.Windows.Forms.TrackBar();
     this.StatusBar1      = new System.Windows.Forms.StatusBar();
     this.StatusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
     this.StatusBarPanel2 = new System.Windows.Forms.StatusBarPanel();
     ((System.ComponentModel.ISupportInitialize)(this.tbTimeLine)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel2)).BeginInit();
     this.SuspendLayout();
     //
     // tbTimeLine
     //
     this.tbTimeLine.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tbTimeLine.LargeChange   = 1;
     this.tbTimeLine.Location      = new System.Drawing.Point(0, 0);
     this.tbTimeLine.Minimum       = 5;
     this.tbTimeLine.Name          = "tbTimeLine";
     this.tbTimeLine.Size          = new System.Drawing.Size(524, 42);
     this.tbTimeLine.TabIndex      = 0;
     this.tbTimeLine.Value         = 5;
     this.tbTimeLine.ValueChanged += new System.EventHandler(this.tbTimeLine_ValueChanged);
     //
     // StatusBar1
     //
     this.StatusBar1.Location = new System.Drawing.Point(0, 42);
     this.StatusBar1.Name     = "StatusBar1";
     this.StatusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.StatusBarPanel1,
         this.StatusBarPanel2
     });
     this.StatusBar1.ShowPanels = true;
     this.StatusBar1.Size       = new System.Drawing.Size(524, 19);
     this.StatusBar1.TabIndex   = 1;
     //
     // StatusBarPanel1
     //
     this.StatusBarPanel1.Name  = "StatusBarPanel1";
     this.StatusBarPanel1.Text  = " ";
     this.StatusBarPanel1.Width = 250;
     //
     // StatusBarPanel2
     //
     this.StatusBarPanel2.Name  = "StatusBarPanel2";
     this.StatusBarPanel2.Text  = " ";
     this.StatusBarPanel2.Width = 250;
     //
     // TimeLineWidget
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(524, 61);
     this.Controls.Add(this.tbTimeLine);
     this.Controls.Add(this.StatusBar1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Load           += new System.EventHandler(this.TimeLineWidget_Load);
     this.Name            = "TimeLineWidget";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "TimeLineWidget";
     this.TopMost         = true;
     this.Closed         += new System.EventHandler(this.TimeLineWidget_Closed);
     ((System.ComponentModel.ISupportInitialize)(this.tbTimeLine)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel2)).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(MainForm));
     this.mainMenu           = new System.Windows.Forms.MainMenu(this.components);
     this.fileItem           = new System.Windows.Forms.MenuItem();
     this.OpenItem           = new System.Windows.Forms.MenuItem();
     this.exitFileItem       = new System.Windows.Forms.MenuItem();
     this.windowItem         = new System.Windows.Forms.MenuItem();
     this.statusBar          = new System.Windows.Forms.StatusBar();
     this.zoomPanel          = new System.Windows.Forms.StatusBarPanel();
     this.sizePanel          = new System.Windows.Forms.StatusBarPanel();
     this.selectionPanel     = new System.Windows.Forms.StatusBarPanel();
     this.colorPanel         = new System.Windows.Forms.StatusBarPanel();
     this.infoPanel          = new System.Windows.Forms.StatusBarPanel();
     this.panel1             = new System.Windows.Forms.Panel();
     this.dockManager        = new WeifenLuo.WinFormsUI.DockManager();
     this.imageList          = new System.Windows.Forms.ImageList(this.components);
     this.imageList2         = new System.Windows.Forms.ImageList(this.components);
     this.ofd                = new System.Windows.Forms.OpenFileDialog();
     this.sfd                = new System.Windows.Forms.SaveFileDialog();
     this.printDocument      = new System.Drawing.Printing.PrintDocument();
     this.printPreviewDialog = new System.Windows.Forms.PrintPreviewDialog();
     this.pageSetupDialog    = new System.Windows.Forms.PageSetupDialog();
     this.printDialog        = new System.Windows.Forms.PrintDialog();
     ((System.ComponentModel.ISupportInitialize)(this.zoomPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sizePanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.selectionPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.colorPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.infoPanel)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.fileItem,
         this.windowItem
     });
     //
     // fileItem
     //
     this.fileItem.Index = 0;
     this.fileItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.OpenItem,
         this.exitFileItem
     });
     this.fileItem.Text   = "&Dosya";
     this.fileItem.Popup += new System.EventHandler(this.fileItem_Popup);
     //
     // OpenItem
     //
     this.OpenItem.Index    = 0;
     this.OpenItem.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
     this.OpenItem.Text     = "&Aç";
     this.OpenItem.Click   += new System.EventHandler(this.OpenItem_Click);
     //
     // exitFileItem
     //
     this.exitFileItem.Index  = 1;
     this.exitFileItem.Text   = "Kapat";
     this.exitFileItem.Click += new System.EventHandler(this.exitFileItem_Click);
     //
     // windowItem
     //
     this.windowItem.Index      = 1;
     this.windowItem.MdiList    = true;
     this.windowItem.MergeOrder = 3;
     this.windowItem.Text       = "&Pencere";
     //
     // statusBar
     //
     this.statusBar.Location = new System.Drawing.Point(0, 511);
     this.statusBar.Name     = "statusBar";
     this.statusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.zoomPanel,
         this.sizePanel,
         this.selectionPanel,
         this.colorPanel,
         this.infoPanel
     });
     this.statusBar.ShowPanels  = true;
     this.statusBar.Size        = new System.Drawing.Size(792, 22);
     this.statusBar.TabIndex    = 1;
     this.statusBar.PanelClick += new System.Windows.Forms.StatusBarPanelClickEventHandler(this.statusBar_PanelClick);
     //
     // zoomPanel
     //
     this.zoomPanel.Name        = "zoomPanel";
     this.zoomPanel.ToolTipText = "Zoom coefficient";
     this.zoomPanel.Width       = 50;
     //
     // sizePanel
     //
     this.sizePanel.Name        = "sizePanel";
     this.sizePanel.ToolTipText = "Image size";
     //
     // selectionPanel
     //
     this.selectionPanel.Name        = "selectionPanel";
     this.selectionPanel.ToolTipText = "Current point and selection size";
     this.selectionPanel.Width       = 120;
     //
     // colorPanel
     //
     this.colorPanel.Name        = "colorPanel";
     this.colorPanel.ToolTipText = "Current color";
     this.colorPanel.Width       = 110;
     //
     // infoPanel
     //
     this.infoPanel.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
     this.infoPanel.Name     = "infoPanel";
     this.infoPanel.Width    = 395;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.dockManager);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(792, 511);
     this.panel1.TabIndex = 2;
     //
     // dockManager
     //
     this.dockManager.ActiveAutoHideContent = null;
     this.dockManager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dockManager.Location = new System.Drawing.Point(0, 0);
     this.dockManager.Name     = "dockManager";
     this.dockManager.Size     = new System.Drawing.Size(792, 511);
     this.dockManager.TabIndex = 2;
     this.dockManager.ActiveDocumentChanged += new System.EventHandler(this.dockManager_ActiveDocumentChanged);
     //
     // 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, "");
     //
     // imageList2
     //
     this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     this.imageList2.Images.SetKeyName(4, "");
     this.imageList2.Images.SetKeyName(5, "");
     this.imageList2.Images.SetKeyName(6, "");
     this.imageList2.Images.SetKeyName(7, "");
     this.imageList2.Images.SetKeyName(8, "");
     this.imageList2.Images.SetKeyName(9, "");
     this.imageList2.Images.SetKeyName(10, "");
     this.imageList2.Images.SetKeyName(11, "");
     this.imageList2.Images.SetKeyName(12, "");
     this.imageList2.Images.SetKeyName(13, "");
     this.imageList2.Images.SetKeyName(14, "");
     //
     // ofd
     //
     this.ofd.Filter = "Image files (*.jpg,*.png,*.tif,*.bmp,*.gif)|*.jpg;*.png;*.tif;*.bmp;*.gif|JPG fil" +
                       "es (*.jpg)|*.jpg|PNG files (*.png)|*.png|TIF files (*.tif)|*.tif|BMP files (*.bm" +
                       "p)|*.bmp|GIF files (*.gif)|*.gif";
     this.ofd.Title = "Open image";
     //
     // sfd
     //
     this.sfd.Filter = "PNG files (*.png)|*.png|JPG files (*.jpg)|*.jpg|BMP files (*.bmp)|*.bmp";
     this.sfd.Title  = "Save image";
     //
     // printDocument
     //
     this.printDocument.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument_PrintPage);
     //
     // printPreviewDialog
     //
     this.printPreviewDialog.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog.Enabled           = true;
     this.printPreviewDialog.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog.Icon")));
     this.printPreviewDialog.Name    = "printPreviewDialog";
     this.printPreviewDialog.Text    = "Baský önizleme";
     this.printPreviewDialog.Visible = false;
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 533);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.statusBar);
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Menu           = this.mainMenu;
     this.Name           = "MainForm";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "Görüntü Düzenleyici";
     this.Closing       += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
     this.Load          += new System.EventHandler(this.MainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.zoomPanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sizePanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.selectionPanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.colorPanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.infoPanel)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #15
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(Luke));
            this.mainMenu = new System.Windows.Forms.MainMenu(this.components);
            this.menuItemFile = new System.Windows.Forms.MenuItem();
            this.menuItemOpenIndex = new System.Windows.Forms.MenuItem();
            this.menuItemSeparator = new System.Windows.Forms.MenuItem();
            this.menuItemExit = new System.Windows.Forms.MenuItem();
            this.menuItemTools = new System.Windows.Forms.MenuItem();
            this.menuItemUndelete = new System.Windows.Forms.MenuItem();
            this.menuItemOptimize = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.menuItemCompound = new System.Windows.Forms.MenuItem();
            this.menuItemHelp = new System.Windows.Forms.MenuItem();
            this.menuItemAbout = new System.Windows.Forms.MenuItem();
            this.statusBar = new System.Windows.Forms.StatusBar();
            this.statusBarPanelIndex = new System.Windows.Forms.StatusBarPanel();
            this.statusBarPanelMessage = new System.Windows.Forms.StatusBarPanel();
            this.statusBarPanelLogo = new System.Windows.Forms.StatusBarPanel();
            this.imageList = new System.Windows.Forms.ImageList(this.components);
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.tabControl = new System.Windows.Forms.TabControl();
            this.overviewTabPage = new Lucene.Net.LukeNet.OverviewTabPage(this);
            this.searchTabPage = new Lucene.Net.LukeNet.SearchTabPage(this);
            this.tabFiles = new Lucene.Net.LukeNet.FilesTabPage(this.components);
            this.pluginsTabPage = new Lucene.Net.LukeNet.PluginsTabPage(this);
            this.documentsTabPage = new LukeNet.DocumentsTabPage(this);

            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelIndex)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelMessage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelLogo)).BeginInit();
            this.tabControl.SuspendLayout();
            this.overviewTabPage.SuspendLayout();
            this.documentsTabPage.SuspendLayout();
            this.searchTabPage.SuspendLayout();
            this.SuspendLayout();
            //
            // mainMenu
            //
            this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItemFile,
            this.menuItemTools,
            this.menuItemHelp});
            //
            // menuItemFile
            //
            this.menuItemFile.Index = 0;
            this.menuItemFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItemOpenIndex,
            this.menuItemSeparator,
            this.menuItemExit});
            this.menuItemFile.Text = "&File";
            //
            // menuItemOpenIndex
            //
            this.menuItemOpenIndex.Index = 0;
            this.menuItemOpenIndex.Text = "&Open Lucene Index";
            this.menuItemOpenIndex.Click += new System.EventHandler(this.OnOpenIndex);
            //
            // menuItemSeparator
            //
            this.menuItemSeparator.Index = 1;
            this.menuItemSeparator.Text = "-";
            //
            // menuItemExit
            //
            this.menuItemExit.Index = 2;
            this.menuItemExit.Text = "&Exit";
            this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
            //
            // menuItemTools
            //
            this.menuItemTools.Index = 1;
            this.menuItemTools.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItemUndelete,
            this.menuItemOptimize,
            this.menuItem2,
            this.menuItemCompound});
            this.menuItemTools.Text = "&Tools";
            //
            // menuItemUndelete
            //
            this.menuItemUndelete.Index = 0;
            this.menuItemUndelete.Text = "&Undelete All";
            this.menuItemUndelete.Click += new System.EventHandler(this.menuItemUndelete_Click);
            //
            // menuItemOptimize
            //
            this.menuItemOptimize.Index = 1;
            this.menuItemOptimize.Text = "&Optimize Index";
            this.menuItemOptimize.Click += new System.EventHandler(this.menuItemOptimize_Click);
            //
            // menuItem2
            //
            this.menuItem2.Index = 2;
            this.menuItem2.Text = "-";
            //
            // menuItemCompound
            //
            this.menuItemCompound.Checked = true;
            this.menuItemCompound.Index = 3;
            this.menuItemCompound.Text = "Use &Compound Files";
            this.menuItemCompound.Click += new System.EventHandler(this.menuItemCompound_Click);
            //
            // menuItemHelp
            //
            this.menuItemHelp.Index = 2;
            this.menuItemHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItemAbout});
            this.menuItemHelp.Text = "&Help";
            //
            // menuItemAbout
            //
            this.menuItemAbout.Index = 0;
            this.menuItemAbout.Text = "&About...";
            this.menuItemAbout.Click += new System.EventHandler(this.menuItemAbout_Click);
            //
            // statusBar
            //
            this.statusBar.Location = new System.Drawing.Point(0, 532);
            this.statusBar.Name = "statusBar";
            this.statusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
            this.statusBarPanelIndex,
            this.statusBarPanelMessage,
            this.statusBarPanelLogo});
            this.statusBar.ShowPanels = true;
            this.statusBar.Size = new System.Drawing.Size(760, 22);
            this.statusBar.SizingGrip = false;
            this.statusBar.TabIndex = 0;
            this.statusBar.PanelClick += new System.Windows.Forms.StatusBarPanelClickEventHandler(this.statusBar_PanelClick);
            //
            // statusBarPanelIndex
            //
            this.statusBarPanelIndex.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
            this.statusBarPanelIndex.Name = "statusBarPanelIndex";
            this.statusBarPanelIndex.Text = "Index name: ?";
            this.statusBarPanelIndex.Width = 86;
            //
            // statusBarPanelMessage
            //
            this.statusBarPanelMessage.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
            this.statusBarPanelMessage.MinWidth = 150;
            this.statusBarPanelMessage.Name = "statusBarPanelMessage";
            this.statusBarPanelMessage.Width = 643;
            //
            // statusBarPanelLogo
            //
            this.statusBarPanelLogo.Alignment = System.Windows.Forms.HorizontalAlignment.Right;
            this.statusBarPanelLogo.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
            this.statusBarPanelLogo.Icon = ((System.Drawing.Icon)(resources.GetObject("statusBarPanelLogo.Icon")));
            this.statusBarPanelLogo.MinWidth = 5;
            this.statusBarPanelLogo.Name = "statusBarPanelLogo";
            this.statusBarPanelLogo.ToolTipText = "Go to Luke homepage";
            this.statusBarPanelLogo.Width = 31;
            //
            // 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, "");
            //
            // tabControl
            //
            this.tabControl.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.tabControl.Controls.Add(this.overviewTabPage);
            this.tabControl.Controls.Add(this.documentsTabPage);
            this.tabControl.Controls.Add(this.searchTabPage);
            this.tabControl.Controls.Add(this.tabFiles);
            this.tabControl.Controls.Add(this.pluginsTabPage);
            this.tabControl.ImageList = this.imageList;
            this.tabControl.Location = new System.Drawing.Point(0, 0);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(760, 525);
            this.tabControl.TabIndex = 0;
            //
            // tabOverview
            //
            this.overviewTabPage.ImageIndex = 0;
            this.overviewTabPage.Location = new System.Drawing.Point(4, 23);
            this.overviewTabPage.Name = "tabOverview";
            this.overviewTabPage.Size = new System.Drawing.Size(752, 498);
            this.overviewTabPage.TabIndex = 0;
            this.overviewTabPage.Text = "Overview";
            this.overviewTabPage.Resize += new System.EventHandler(this.overviewTabPage.OnResize);
            //
            // documentsTabPage
            //
            this.documentsTabPage.ImageIndex = 1;
            this.documentsTabPage.Location = new System.Drawing.Point(4, 23);
            this.documentsTabPage.Name = "documentsTabPage";
            this.documentsTabPage.Size = new System.Drawing.Size(752, 498);
            this.documentsTabPage.TabIndex = 1;
            this.documentsTabPage.Text = "Documents";
            this.documentsTabPage.Resize += new System.EventHandler(this.documentsTabPage.OnResize);
            //
            // searchTabPage
            //
            this.searchTabPage.ImageIndex = 2;
            this.searchTabPage.Location = new System.Drawing.Point(4, 23);
            this.searchTabPage.Name = "tabSearch";
            this.searchTabPage.Size = new System.Drawing.Size(752, 498);
            this.searchTabPage.TabIndex = 2;
            this.searchTabPage.Text = "Search";
            //
            // tabFiles
            //
            this.tabFiles.ImageIndex = 4;
            this.tabFiles.Location = new System.Drawing.Point(4, 23);
            this.tabFiles.Name = "tabFiles";
            this.tabFiles.Size = new System.Drawing.Size(752, 498);
            this.tabFiles.TabIndex = 3;
            this.tabFiles.Text = "Files";
            //
            // pluginsTabPage
            //
            this.pluginsTabPage.ImageIndex = 5;
            this.pluginsTabPage.Location = new System.Drawing.Point(4, 23);
            this.pluginsTabPage.Name = "pluginsTabPage";
            this.pluginsTabPage.Size = new System.Drawing.Size(752, 498);
            this.pluginsTabPage.TabIndex = 4;
            this.pluginsTabPage.Text = "Plugins";
            //
            // Luke
            //
            this.ClientSize = new System.Drawing.Size(760, 554);
            this.Controls.Add(this.tabControl);
            this.Controls.Add(this.statusBar);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Menu = this.mainMenu;
            this.MinimumSize = new System.Drawing.Size(768, 592);
            this.Name = "Luke";
            this.Text = " Luke - Lucene Index Toolbox, v 0.5 (2004-06-25)";
            this.Load += new System.EventHandler(this.Luke_Load);
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelIndex)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelMessage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelLogo)).EndInit();
            this.tabControl.ResumeLayout(false);
            this.overviewTabPage.ResumeLayout(false);
            this.overviewTabPage.PerformLayout();
            this.documentsTabPage.ResumeLayout(false);
            this.documentsTabPage.PerformLayout();
            this.searchTabPage.ResumeLayout(false);
            this.searchTabPage.PerformLayout();
            this.ResumeLayout(false);
        }
Beispiel #16
0
 private void InitializeComponent()
 {
     this.components            = new System.ComponentModel.Container();
     this.StatusBar             = new System.Windows.Forms.StatusBar();
     this.StatusBarPanel1       = new System.Windows.Forms.StatusBarPanel();
     this.StatusBarPanel2       = new System.Windows.Forms.StatusBarPanel();
     this.ToolBar1              = new System.Windows.Forms.ToolStrip();
     this.tbFileNew             = new System.Windows.Forms.ToolStripButton();
     this.tbFileLoad            = new System.Windows.Forms.ToolStripButton();
     this.tbLoadMRU             = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuMRU               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tbFileSave            = new System.Windows.Forms.ToolStripButton();
     this.TBS1                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbRecordAdd           = new System.Windows.Forms.ToolStripButton();
     this.tbRecordEdit          = new System.Windows.Forms.ToolStripButton();
     this.tbRecordDelete        = new System.Windows.Forms.ToolStripButton();
     this.TBS2                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbFilter              = new System.Windows.Forms.ToolStripButton();
     this.TBS4                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbTreeAncestors       = new System.Windows.Forms.ToolStripButton();
     this.tbTreeDescendants     = new System.Windows.Forms.ToolStripButton();
     this.tbTreeBoth            = new System.Windows.Forms.ToolStripButton();
     this.TBS5                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbPedigree            = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuPedigree          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miPedigree_dAboville2 = new System.Windows.Forms.ToolStripMenuItem();
     this.miPedigree_Konovalov2 = new System.Windows.Forms.ToolStripMenuItem();
     this.TBS6                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbStats               = new System.Windows.Forms.ToolStripButton();
     this.TBS7                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbPrev                = new System.Windows.Forms.ToolStripButton();
     this.tbNext                = new System.Windows.Forms.ToolStripButton();
     this.TBS8                  = new System.Windows.Forms.ToolStripSeparator();
     this.tbDocPreview          = new System.Windows.Forms.ToolStripButton();
     this.tbDocPrint            = new System.Windows.Forms.ToolStripButton();
     this.MainMenu1             = new System.Windows.Forms.MenuStrip();
     this.miFile                = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileNew             = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileLoad            = new System.Windows.Forms.ToolStripMenuItem();
     this.miMRUFiles            = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileSave            = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileSaveAs          = new System.Windows.Forms.ToolStripMenuItem();
     this.miFileClose           = new System.Windows.Forms.ToolStripMenuItem();
     this.N1 = new System.Windows.Forms.ToolStripSeparator();
     this.miFileProperties = new System.Windows.Forms.ToolStripMenuItem();
     this.N2                       = new System.Windows.Forms.ToolStripSeparator();
     this.miExport                 = new System.Windows.Forms.ToolStripMenuItem();
     this.miExportToExcelFile      = new System.Windows.Forms.ToolStripMenuItem();
     this.N3                       = new System.Windows.Forms.ToolStripSeparator();
     this.miExit                   = new System.Windows.Forms.ToolStripMenuItem();
     this.miEdit                   = new System.Windows.Forms.ToolStripMenuItem();
     this.miRecordAdd              = new System.Windows.Forms.ToolStripMenuItem();
     this.miRecordEdit             = new System.Windows.Forms.ToolStripMenuItem();
     this.miRecordDelete           = new System.Windows.Forms.ToolStripMenuItem();
     this.N15                      = new System.Windows.Forms.ToolStripSeparator();
     this.miSearch                 = new System.Windows.Forms.ToolStripMenuItem();
     this.miFilter                 = new System.Windows.Forms.ToolStripMenuItem();
     this.miPedigree               = new System.Windows.Forms.ToolStripMenuItem();
     this.miTreeAncestors          = new System.Windows.Forms.ToolStripMenuItem();
     this.miTreeDescendants        = new System.Windows.Forms.ToolStripMenuItem();
     this.miTreeBoth               = new System.Windows.Forms.ToolStripMenuItem();
     this.miAncestorsCircle        = new System.Windows.Forms.ToolStripMenuItem();
     this.miDescendantsCircle      = new System.Windows.Forms.ToolStripMenuItem();
     this.N6                       = new System.Windows.Forms.ToolStripSeparator();
     this.miPedigreeAscend         = new System.Windows.Forms.ToolStripMenuItem();
     this.miPedigree_dAboville     = new System.Windows.Forms.ToolStripMenuItem();
     this.miPedigree_Konovalov     = new System.Windows.Forms.ToolStripMenuItem();
     this.miExportToFamilyBook     = new System.Windows.Forms.ToolStripMenuItem();
     this.N7                       = new System.Windows.Forms.ToolStripSeparator();
     this.miMap                    = new System.Windows.Forms.ToolStripMenuItem();
     this.N8                       = new System.Windows.Forms.ToolStripSeparator();
     this.miStats                  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1      = new System.Windows.Forms.ToolStripSeparator();
     this.miRelationshipCalculator = new System.Windows.Forms.ToolStripMenuItem();
     this.miService                = new System.Windows.Forms.ToolStripMenuItem();
     this.miOrganizer              = new System.Windows.Forms.ToolStripMenuItem();
     this.miSlideshow              = new System.Windows.Forms.ToolStripMenuItem();
     this.N9                       = new System.Windows.Forms.ToolStripSeparator();
     this.miScripts                = new System.Windows.Forms.ToolStripMenuItem();
     this.miTreeTools              = new System.Windows.Forms.ToolStripMenuItem();
     this.N10                      = new System.Windows.Forms.ToolStripSeparator();
     this.miOptions                = new System.Windows.Forms.ToolStripMenuItem();
     this.miPlugins                = new System.Windows.Forms.ToolStripMenuItem();
     this.miHelp                   = new System.Windows.Forms.ToolStripMenuItem();
     this.miContext                = new System.Windows.Forms.ToolStripMenuItem();
     this.N12                      = new System.Windows.Forms.ToolStripSeparator();
     this.miLogSend                = new System.Windows.Forms.ToolStripMenuItem();
     this.miLogView                = new System.Windows.Forms.ToolStripMenuItem();
     this.N13                      = new System.Windows.Forms.ToolStripSeparator();
     this.miAbout                  = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolTip1                 = new System.Windows.Forms.ToolTip(this.components);
     this.contextMenu              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miContRecordAdd          = new System.Windows.Forms.ToolStripMenuItem();
     this.miContRecordEdit         = new System.Windows.Forms.ToolStripMenuItem();
     this.miContRecordDelete       = new System.Windows.Forms.ToolStripMenuItem();
     this.miRecordDuplicate        = new System.Windows.Forms.ToolStripMenuItem();
     this.tabsRecords              = new System.Windows.Forms.TabControl();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel2)).BeginInit();
     this.ToolBar1.SuspendLayout();
     this.MenuPedigree.SuspendLayout();
     this.MainMenu1.SuspendLayout();
     this.contextMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // StatusBar
     //
     this.StatusBar.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.StatusBar.Location = new System.Drawing.Point(0, 438);
     this.StatusBar.Margin   = new System.Windows.Forms.Padding(2);
     this.StatusBar.Name     = "StatusBar";
     this.StatusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.StatusBarPanel1,
         this.StatusBarPanel2
     });
     this.StatusBar.ShowPanels  = true;
     this.StatusBar.Size        = new System.Drawing.Size(976, 24);
     this.StatusBar.TabIndex    = 0;
     this.StatusBar.DrawItem   += new System.Windows.Forms.StatusBarDrawItemEventHandler(this.StatusBar_DrawItem);
     this.StatusBar.PanelClick += new System.Windows.Forms.StatusBarPanelClickEventHandler(this.StatusBar_PanelClick);
     //
     // StatusBarPanel1
     //
     this.StatusBarPanel1.Name  = "StatusBarPanel1";
     this.StatusBarPanel1.Width = 50;
     //
     // StatusBarPanel2
     //
     this.StatusBarPanel2.Name  = "StatusBarPanel2";
     this.StatusBarPanel2.Style = System.Windows.Forms.StatusBarPanelStyle.OwnerDraw;
     this.StatusBarPanel2.Width = 24;
     //
     // ToolBar1
     //
     this.ToolBar1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolBar1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.ToolBar1.ImeMode          = System.Windows.Forms.ImeMode.NoControl;
     this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbFileNew,
         this.tbFileLoad,
         this.tbLoadMRU,
         this.tbFileSave,
         this.TBS1,
         this.tbRecordAdd,
         this.tbRecordEdit,
         this.tbRecordDelete,
         this.TBS2,
         this.tbFilter,
         this.TBS4,
         this.tbTreeAncestors,
         this.tbTreeDescendants,
         this.tbTreeBoth,
         this.TBS5,
         this.tbPedigree,
         this.TBS6,
         this.tbStats,
         this.TBS7,
         this.tbPrev,
         this.tbNext,
         this.TBS8,
         this.tbDocPreview,
         this.tbDocPrint
     });
     this.ToolBar1.Location = new System.Drawing.Point(0, 28);
     this.ToolBar1.Name     = "ToolBar1";
     this.ToolBar1.Size     = new System.Drawing.Size(976, 25);
     this.ToolBar1.TabIndex = 0;
     //
     // tbFileNew
     //
     this.tbFileNew.Name   = "tbFileNew";
     this.tbFileNew.Size   = new System.Drawing.Size(23, 22);
     this.tbFileNew.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbFileLoad
     //
     this.tbFileLoad.Name   = "tbFileLoad";
     this.tbFileLoad.Size   = new System.Drawing.Size(23, 22);
     this.tbFileLoad.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbLoadMRU
     //
     this.tbLoadMRU.AutoToolTip           = false;
     this.tbLoadMRU.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.None;
     this.tbLoadMRU.DropDown              = this.MenuMRU;
     this.tbLoadMRU.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbLoadMRU.Name = "tbLoadMRU";
     this.tbLoadMRU.Size = new System.Drawing.Size(13, 22);
     this.tbLoadMRU.Text = "tbLoadMRU";
     //
     // MenuMRU
     //
     this.MenuMRU.Name      = "MenuMRU";
     this.MenuMRU.OwnerItem = this.tbLoadMRU;
     this.MenuMRU.Size      = new System.Drawing.Size(61, 4);
     //
     // tbFileSave
     //
     this.tbFileSave.Name   = "tbFileSave";
     this.tbFileSave.Size   = new System.Drawing.Size(23, 22);
     this.tbFileSave.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS1
     //
     this.TBS1.Name = "TBS1";
     this.TBS1.Size = new System.Drawing.Size(6, 25);
     //
     // tbRecordAdd
     //
     this.tbRecordAdd.Name   = "tbRecordAdd";
     this.tbRecordAdd.Size   = new System.Drawing.Size(23, 22);
     this.tbRecordAdd.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbRecordEdit
     //
     this.tbRecordEdit.Name   = "tbRecordEdit";
     this.tbRecordEdit.Size   = new System.Drawing.Size(23, 22);
     this.tbRecordEdit.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbRecordDelete
     //
     this.tbRecordDelete.Name   = "tbRecordDelete";
     this.tbRecordDelete.Size   = new System.Drawing.Size(23, 22);
     this.tbRecordDelete.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS2
     //
     this.TBS2.Name = "TBS2";
     this.TBS2.Size = new System.Drawing.Size(6, 25);
     //
     // tbFilter
     //
     this.tbFilter.ImageTransparentColor = System.Drawing.Color.White;
     this.tbFilter.Name   = "tbFilter";
     this.tbFilter.Size   = new System.Drawing.Size(23, 22);
     this.tbFilter.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS4
     //
     this.TBS4.Name = "TBS4";
     this.TBS4.Size = new System.Drawing.Size(6, 25);
     //
     // tbTreeAncestors
     //
     this.tbTreeAncestors.Name   = "tbTreeAncestors";
     this.tbTreeAncestors.Size   = new System.Drawing.Size(23, 22);
     this.tbTreeAncestors.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbTreeDescendants
     //
     this.tbTreeDescendants.Name   = "tbTreeDescendants";
     this.tbTreeDescendants.Size   = new System.Drawing.Size(23, 22);
     this.tbTreeDescendants.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbTreeBoth
     //
     this.tbTreeBoth.Name   = "tbTreeBoth";
     this.tbTreeBoth.Size   = new System.Drawing.Size(23, 22);
     this.tbTreeBoth.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS5
     //
     this.TBS5.Name = "TBS5";
     this.TBS5.Size = new System.Drawing.Size(6, 25);
     //
     // tbPedigree
     //
     this.tbPedigree.DropDown = this.MenuPedigree;
     this.tbPedigree.Name     = "tbPedigree";
     this.tbPedigree.Size     = new System.Drawing.Size(13, 22);
     //
     // MenuPedigree
     //
     this.MenuPedigree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miPedigree_dAboville2,
         this.miPedigree_Konovalov2
     });
     this.MenuPedigree.Name      = "MenuPedigree";
     this.MenuPedigree.OwnerItem = this.tbPedigree;
     this.MenuPedigree.Size      = new System.Drawing.Size(70, 48);
     //
     // miPedigree_dAboville2
     //
     this.miPedigree_dAboville2.Name   = "miPedigree_dAboville2";
     this.miPedigree_dAboville2.Size   = new System.Drawing.Size(69, 22);
     this.miPedigree_dAboville2.Click += new System.EventHandler(this.miPedigree_dAbovilleClick);
     //
     // miPedigree_Konovalov2
     //
     this.miPedigree_Konovalov2.Name   = "miPedigree_Konovalov2";
     this.miPedigree_Konovalov2.Size   = new System.Drawing.Size(69, 22);
     this.miPedigree_Konovalov2.Click += new System.EventHandler(this.miPedigree_KonovalovClick);
     //
     // TBS6
     //
     this.TBS6.Name = "TBS6";
     this.TBS6.Size = new System.Drawing.Size(6, 25);
     //
     // tbStats
     //
     this.tbStats.Name   = "tbStats";
     this.tbStats.Size   = new System.Drawing.Size(23, 22);
     this.tbStats.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS7
     //
     this.TBS7.Name = "TBS7";
     this.TBS7.Size = new System.Drawing.Size(6, 25);
     //
     // tbPrev
     //
     this.tbPrev.Enabled = false;
     this.tbPrev.Name    = "tbPrev";
     this.tbPrev.Size    = new System.Drawing.Size(23, 22);
     this.tbPrev.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbNext
     //
     this.tbNext.Enabled = false;
     this.tbNext.Name    = "tbNext";
     this.tbNext.Size    = new System.Drawing.Size(23, 22);
     this.tbNext.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // TBS8
     //
     this.TBS8.Name = "TBS8";
     this.TBS8.Size = new System.Drawing.Size(6, 25);
     //
     // tbDocPreview
     //
     this.tbDocPreview.Name   = "tbDocPreview";
     this.tbDocPreview.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPreview.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbDocPrint
     //
     this.tbDocPrint.Name   = "tbDocPrint";
     this.tbDocPrint.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPrint.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // MainMenu1
     //
     this.MainMenu1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miFile,
         this.miEdit,
         this.miPedigree,
         this.miService,
         this.miPlugins,
         this.miHelp
     });
     this.MainMenu1.Location = new System.Drawing.Point(0, 0);
     this.MainMenu1.Name     = "MainMenu1";
     this.MainMenu1.Padding  = new System.Windows.Forms.Padding(5, 2, 0, 2);
     this.MainMenu1.Size     = new System.Drawing.Size(976, 28);
     this.MainMenu1.TabIndex = 0;
     this.MainMenu1.Tag      = "";
     //
     // miFile
     //
     this.miFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miFileNew,
         this.miFileLoad,
         this.miMRUFiles,
         this.miFileSave,
         this.miFileSaveAs,
         this.miFileClose,
         this.N1,
         this.miFileProperties,
         this.N2,
         this.miExport,
         this.N3,
         this.miExit
     });
     this.miFile.Name = "miFile";
     this.miFile.Size = new System.Drawing.Size(44, 24);
     this.miFile.Text = "File";
     //
     // miFileNew
     //
     this.miFileNew.Name         = "miFileNew";
     this.miFileNew.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.miFileNew.Size         = new System.Drawing.Size(204, 24);
     this.miFileNew.Text         = "miFileNew";
     this.miFileNew.Click       += new System.EventHandler(this.miFileNew_Click);
     //
     // miFileLoad
     //
     this.miFileLoad.Name         = "miFileLoad";
     this.miFileLoad.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.miFileLoad.Size         = new System.Drawing.Size(204, 24);
     this.miFileLoad.Text         = "miFileLoad";
     this.miFileLoad.Click       += new System.EventHandler(this.miFileLoad_Click);
     //
     // miMRUFiles
     //
     this.miMRUFiles.Enabled = false;
     this.miMRUFiles.Name    = "miMRUFiles";
     this.miMRUFiles.Size    = new System.Drawing.Size(204, 24);
     this.miMRUFiles.Text    = "miMRUFiles";
     //
     // miFileSave
     //
     this.miFileSave.Name         = "miFileSave";
     this.miFileSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.miFileSave.Size         = new System.Drawing.Size(204, 24);
     this.miFileSave.Text         = "miFileSave";
     this.miFileSave.Click       += new System.EventHandler(this.miFileSave_Click);
     //
     // miFileSaveAs
     //
     this.miFileSaveAs.Name   = "miFileSaveAs";
     this.miFileSaveAs.Size   = new System.Drawing.Size(204, 24);
     this.miFileSaveAs.Text   = "miFileSaveAs";
     this.miFileSaveAs.Click += new System.EventHandler(this.miFileSaveAs_Click);
     //
     // miFileClose
     //
     this.miFileClose.Name   = "miFileClose";
     this.miFileClose.Size   = new System.Drawing.Size(204, 24);
     this.miFileClose.Text   = "miFileClose";
     this.miFileClose.Click += new System.EventHandler(this.miFileClose_Click);
     //
     // N1
     //
     this.N1.Name = "N1";
     this.N1.Size = new System.Drawing.Size(201, 6);
     //
     // miFileProperties
     //
     this.miFileProperties.Name   = "miFileProperties";
     this.miFileProperties.Size   = new System.Drawing.Size(204, 24);
     this.miFileProperties.Text   = "miFileProperties";
     this.miFileProperties.Click += new System.EventHandler(this.miFileProperties_Click);
     //
     // N2
     //
     this.N2.Name = "N2";
     this.N2.Size = new System.Drawing.Size(201, 6);
     //
     // miExport
     //
     this.miExport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miExportToExcelFile
     });
     this.miExport.Name = "miExport";
     this.miExport.Size = new System.Drawing.Size(204, 24);
     this.miExport.Text = "miExport";
     //
     // miExportToExcelFile
     //
     this.miExportToExcelFile.Name   = "miExportToExcelFile";
     this.miExportToExcelFile.Size   = new System.Drawing.Size(212, 24);
     this.miExportToExcelFile.Text   = "miExportToExcelFile";
     this.miExportToExcelFile.Click += new System.EventHandler(this.miExportToExcelFile_Click);
     //
     // N3
     //
     this.N3.Name = "N3";
     this.N3.Size = new System.Drawing.Size(201, 6);
     //
     // miExit
     //
     this.miExit.Name         = "miExit";
     this.miExit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.miExit.Size         = new System.Drawing.Size(204, 24);
     this.miExit.Text         = "miExit";
     this.miExit.Click       += new System.EventHandler(this.miExit_Click);
     //
     // miEdit
     //
     this.miEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miRecordAdd,
         this.miRecordEdit,
         this.miRecordDelete,
         this.N15,
         this.miSearch,
         this.miFilter
     });
     this.miEdit.Name = "miEdit";
     this.miEdit.Size = new System.Drawing.Size(47, 24);
     this.miEdit.Text = "Edit";
     //
     // miRecordAdd
     //
     this.miRecordAdd.Name         = "miRecordAdd";
     this.miRecordAdd.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
     this.miRecordAdd.Size         = new System.Drawing.Size(235, 24);
     this.miRecordAdd.Text         = "miRecordAdd";
     this.miRecordAdd.Click       += new System.EventHandler(this.miRecordAdd_Click);
     //
     // miRecordEdit
     //
     this.miRecordEdit.Name   = "miRecordEdit";
     this.miRecordEdit.Size   = new System.Drawing.Size(235, 24);
     this.miRecordEdit.Text   = "miRecordEdit";
     this.miRecordEdit.Click += new System.EventHandler(this.miRecordEdit_Click);
     //
     // miRecordDelete
     //
     this.miRecordDelete.Name         = "miRecordDelete";
     this.miRecordDelete.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
     this.miRecordDelete.Size         = new System.Drawing.Size(235, 24);
     this.miRecordDelete.Text         = "miRecordDelete";
     this.miRecordDelete.Click       += new System.EventHandler(this.miRecordDelete_Click);
     //
     // N15
     //
     this.N15.Name = "N15";
     this.N15.Size = new System.Drawing.Size(232, 6);
     //
     // miSearch
     //
     this.miSearch.Name   = "miSearch";
     this.miSearch.Size   = new System.Drawing.Size(235, 24);
     this.miSearch.Text   = "miSearch";
     this.miSearch.Click += new System.EventHandler(this.miSearch_Click);
     //
     // miFilter
     //
     this.miFilter.Name         = "miFilter";
     this.miFilter.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
     this.miFilter.Size         = new System.Drawing.Size(235, 24);
     this.miFilter.Text         = "miFilter";
     this.miFilter.Click       += new System.EventHandler(this.miFilter_Click);
     //
     // miPedigree
     //
     this.miPedigree.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miTreeAncestors,
         this.miTreeDescendants,
         this.miTreeBoth,
         this.miAncestorsCircle,
         this.miDescendantsCircle,
         this.N6,
         this.miPedigreeAscend,
         this.miPedigree_dAboville,
         this.miPedigree_Konovalov,
         this.miExportToFamilyBook,
         this.N7,
         this.miMap,
         this.N8,
         this.miStats,
         this.toolStripSeparator1,
         this.miRelationshipCalculator
     });
     this.miPedigree.Name = "miPedigree";
     this.miPedigree.Size = new System.Drawing.Size(80, 24);
     this.miPedigree.Text = "Pedigree";
     //
     // miTreeAncestors
     //
     this.miTreeAncestors.Name         = "miTreeAncestors";
     this.miTreeAncestors.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     this.miTreeAncestors.Size         = new System.Drawing.Size(281, 24);
     this.miTreeAncestors.Text         = "miTreeAncestors";
     this.miTreeAncestors.Click       += new System.EventHandler(this.miTreeAncestors_Click);
     //
     // miTreeDescendants
     //
     this.miTreeDescendants.Name         = "miTreeDescendants";
     this.miTreeDescendants.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
     this.miTreeDescendants.Size         = new System.Drawing.Size(281, 24);
     this.miTreeDescendants.Text         = "miTreeDescendants";
     this.miTreeDescendants.Click       += new System.EventHandler(this.miTreeDescendants_Click);
     //
     // miTreeBoth
     //
     this.miTreeBoth.Name   = "miTreeBoth";
     this.miTreeBoth.Size   = new System.Drawing.Size(281, 24);
     this.miTreeBoth.Text   = "miTreeBoth";
     this.miTreeBoth.Click += new System.EventHandler(this.miTreeBoth_Click);
     //
     // miAncestorsCircle
     //
     this.miAncestorsCircle.Name   = "miAncestorsCircle";
     this.miAncestorsCircle.Size   = new System.Drawing.Size(281, 24);
     this.miAncestorsCircle.Text   = "miAncestorsCircle";
     this.miAncestorsCircle.Click += new System.EventHandler(this.miAncestorsCircle_Click);
     //
     // miDescendantsCircle
     //
     this.miDescendantsCircle.Name   = "miDescendantsCircle";
     this.miDescendantsCircle.Size   = new System.Drawing.Size(281, 24);
     this.miDescendantsCircle.Text   = "miDescendantsCircle";
     this.miDescendantsCircle.Click += new System.EventHandler(this.miDescendantsCircle_Click);
     //
     // N6
     //
     this.N6.Name = "N6";
     this.N6.Size = new System.Drawing.Size(278, 6);
     //
     // miPedigreeAscend
     //
     this.miPedigreeAscend.Name   = "miPedigreeAscend";
     this.miPedigreeAscend.Size   = new System.Drawing.Size(281, 24);
     this.miPedigreeAscend.Text   = "miPedigreeAscend";
     this.miPedigreeAscend.Click += new System.EventHandler(this.miPedigreeAscend_Click);
     //
     // miPedigree_dAboville
     //
     this.miPedigree_dAboville.Name         = "miPedigree_dAboville";
     this.miPedigree_dAboville.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.miPedigree_dAboville.Size         = new System.Drawing.Size(281, 24);
     this.miPedigree_dAboville.Text         = "miPedigree_dAboville";
     this.miPedigree_dAboville.Click       += new System.EventHandler(this.miPedigree_dAbovilleClick);
     //
     // miPedigree_Konovalov
     //
     this.miPedigree_Konovalov.Name         = "miPedigree_Konovalov";
     this.miPedigree_Konovalov.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K)));
     this.miPedigree_Konovalov.Size         = new System.Drawing.Size(281, 24);
     this.miPedigree_Konovalov.Text         = "miPedigree_Konovalov";
     this.miPedigree_Konovalov.Click       += new System.EventHandler(this.miPedigree_KonovalovClick);
     //
     // miExportToFamilyBook
     //
     this.miExportToFamilyBook.Name   = "miExportToFamilyBook";
     this.miExportToFamilyBook.Size   = new System.Drawing.Size(281, 24);
     this.miExportToFamilyBook.Text   = "miExportToFamilyBook";
     this.miExportToFamilyBook.Click += new System.EventHandler(this.miExportToFamilyBook_Click);
     //
     // N7
     //
     this.N7.Name = "N7";
     this.N7.Size = new System.Drawing.Size(278, 6);
     //
     // miMap
     //
     this.miMap.Name         = "miMap";
     this.miMap.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M)));
     this.miMap.Size         = new System.Drawing.Size(281, 24);
     this.miMap.Text         = "miMap";
     this.miMap.Click       += new System.EventHandler(this.miMap_Click);
     //
     // N8
     //
     this.N8.Name = "N8";
     this.N8.Size = new System.Drawing.Size(278, 6);
     //
     // miStats
     //
     this.miStats.Name         = "miStats";
     this.miStats.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
     this.miStats.Size         = new System.Drawing.Size(281, 24);
     this.miStats.Text         = "miStats";
     this.miStats.Click       += new System.EventHandler(this.miStats_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(278, 6);
     //
     // miRelationshipCalculator
     //
     this.miRelationshipCalculator.Name   = "miRelationshipCalculator";
     this.miRelationshipCalculator.Size   = new System.Drawing.Size(281, 24);
     this.miRelationshipCalculator.Text   = "miRelationshipCalculator";
     this.miRelationshipCalculator.Click += new System.EventHandler(this.miRelationshipCalculator_Click);
     //
     // miService
     //
     this.miService.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miOrganizer,
         this.miSlideshow,
         this.N9,
         this.miScripts,
         this.miTreeTools,
         this.N10,
         this.miOptions
     });
     this.miService.Name = "miService";
     this.miService.Size = new System.Drawing.Size(68, 24);
     this.miService.Text = "Service";
     //
     // miOrganizer
     //
     this.miOrganizer.Name   = "miOrganizer";
     this.miOrganizer.Size   = new System.Drawing.Size(204, 24);
     this.miOrganizer.Text   = "miOrganizer";
     this.miOrganizer.Click += new System.EventHandler(this.miOrganizer_Click);
     //
     // miSlideshow
     //
     this.miSlideshow.Name   = "miSlideshow";
     this.miSlideshow.Size   = new System.Drawing.Size(204, 24);
     this.miSlideshow.Text   = "miSlideshow";
     this.miSlideshow.Click += new System.EventHandler(this.miSlideshow_Click);
     //
     // N9
     //
     this.N9.Name = "N9";
     this.N9.Size = new System.Drawing.Size(201, 6);
     //
     // miScripts
     //
     this.miScripts.Name         = "miScripts";
     this.miScripts.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F11)));
     this.miScripts.Size         = new System.Drawing.Size(204, 24);
     this.miScripts.Text         = "miScripts";
     this.miScripts.Click       += new System.EventHandler(this.miScripts_Click);
     //
     // miTreeTools
     //
     this.miTreeTools.Name   = "miTreeTools";
     this.miTreeTools.Size   = new System.Drawing.Size(204, 24);
     this.miTreeTools.Text   = "miTreeTools";
     this.miTreeTools.Click += new System.EventHandler(this.miTreeTools_Click);
     //
     // N10
     //
     this.N10.Name = "N10";
     this.N10.Size = new System.Drawing.Size(201, 6);
     //
     // miOptions
     //
     this.miOptions.Name   = "miOptions";
     this.miOptions.Size   = new System.Drawing.Size(204, 24);
     this.miOptions.Text   = "miOptions";
     this.miOptions.Click += new System.EventHandler(this.miOptions_Click);
     //
     // miPlugins
     //
     this.miPlugins.Name = "miPlugins";
     this.miPlugins.Size = new System.Drawing.Size(68, 24);
     this.miPlugins.Text = "Plugins";
     //
     // miHelp
     //
     this.miHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miContext,
         this.N12,
         this.miLogSend,
         this.miLogView,
         this.N13,
         this.miAbout
     });
     this.miHelp.Name = "miHelp";
     this.miHelp.Size = new System.Drawing.Size(53, 24);
     this.miHelp.Text = "Help";
     //
     // miContext
     //
     this.miContext.Name         = "miContext";
     this.miContext.ShortcutKeys = System.Windows.Forms.Keys.F1;
     this.miContext.Size         = new System.Drawing.Size(170, 24);
     this.miContext.Text         = "miContext";
     this.miContext.Click       += new System.EventHandler(this.miContext_Click);
     //
     // N12
     //
     this.N12.Name = "N12";
     this.N12.Size = new System.Drawing.Size(167, 6);
     //
     // miLogSend
     //
     this.miLogSend.Name   = "miLogSend";
     this.miLogSend.Size   = new System.Drawing.Size(170, 24);
     this.miLogSend.Text   = "miLogSend";
     this.miLogSend.Click += new System.EventHandler(this.miLogSend_Click);
     //
     // miLogView
     //
     this.miLogView.Name   = "miLogView";
     this.miLogView.Size   = new System.Drawing.Size(170, 24);
     this.miLogView.Text   = "miLogView";
     this.miLogView.Click += new System.EventHandler(this.miLogView_Click);
     //
     // N13
     //
     this.N13.Name = "N13";
     this.N13.Size = new System.Drawing.Size(167, 6);
     //
     // miAbout
     //
     this.miAbout.Name   = "miAbout";
     this.miAbout.Size   = new System.Drawing.Size(170, 24);
     this.miAbout.Text   = "miAbout";
     this.miAbout.Click += new System.EventHandler(this.miAbout_Click);
     //
     // contextMenu
     //
     this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miContRecordAdd,
         this.miContRecordEdit,
         this.miContRecordDelete,
         this.miRecordDuplicate
     });
     this.contextMenu.Name     = "contextMenu";
     this.contextMenu.Size     = new System.Drawing.Size(218, 100);
     this.contextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenu_Opening);
     //
     // miContRecordAdd
     //
     this.miContRecordAdd.Name   = "miContRecordAdd";
     this.miContRecordAdd.Size   = new System.Drawing.Size(217, 24);
     this.miContRecordAdd.Text   = "miContRecordAdd";
     this.miContRecordAdd.Click += new System.EventHandler(this.miRecordAdd_Click);
     //
     // miContRecordEdit
     //
     this.miContRecordEdit.Name   = "miContRecordEdit";
     this.miContRecordEdit.Size   = new System.Drawing.Size(217, 24);
     this.miContRecordEdit.Text   = "miContRecordEdit";
     this.miContRecordEdit.Click += new System.EventHandler(this.miRecordEdit_Click);
     //
     // miContRecordDelete
     //
     this.miContRecordDelete.Name   = "miContRecordDelete";
     this.miContRecordDelete.Size   = new System.Drawing.Size(217, 24);
     this.miContRecordDelete.Text   = "miContRecordDelete";
     this.miContRecordDelete.Click += new System.EventHandler(this.miRecordDelete_Click);
     //
     // miRecordDuplicate
     //
     this.miRecordDuplicate.Name   = "miRecordDuplicate";
     this.miRecordDuplicate.Size   = new System.Drawing.Size(217, 24);
     this.miRecordDuplicate.Text   = "miRecordDuplicate";
     this.miRecordDuplicate.Click += new System.EventHandler(this.miRecordDuplicate_Click);
     //
     // tabsRecords
     //
     this.tabsRecords.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.tabsRecords.Location              = new System.Drawing.Point(0, 53);
     this.tabsRecords.Margin                = new System.Windows.Forms.Padding(2);
     this.tabsRecords.Name                  = "tabsRecords";
     this.tabsRecords.SelectedIndex         = 0;
     this.tabsRecords.Size                  = new System.Drawing.Size(976, 385);
     this.tabsRecords.TabIndex              = 3;
     this.tabsRecords.SelectedIndexChanged += new System.EventHandler(this.PageRecords_SelectedIndexChanged);
     //
     // BaseWinSDI
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(976, 462);
     this.Controls.Add(this.tabsRecords);
     this.Controls.Add(this.StatusBar);
     this.Controls.Add(this.ToolBar1);
     this.Controls.Add(this.MainMenu1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.KeyPreview      = true;
     this.MainMenuStrip   = this.MainMenu1;
     this.Margin          = new System.Windows.Forms.Padding(2);
     this.Name            = "BaseWinSDI";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "BaseWinSDI";
     this.Activated      += new System.EventHandler(this.Form_Activated);
     this.Deactivate     += new System.EventHandler(this.Form_Deactivate);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Form_Closing);
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.Form_Closed);
     this.Load           += new System.EventHandler(this.Form_Load);
     this.VisibleChanged += new System.EventHandler(this.Form_Show);
     this.DragDrop       += new System.Windows.Forms.DragEventHandler(this.Form_DragDrop);
     this.DragEnter      += new System.Windows.Forms.DragEventHandler(this.Form_DragEnter);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.Form_KeyDown);
     this.Resize         += new System.EventHandler(this.Form_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel2)).EndInit();
     this.ToolBar1.ResumeLayout(false);
     this.ToolBar1.PerformLayout();
     this.MenuPedigree.ResumeLayout(false);
     this.MainMenu1.ResumeLayout(false);
     this.MainMenu1.PerformLayout();
     this.contextMenu.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #17
0
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.Timer1              = new System.Windows.Forms.Timer(this.components);
     this.PrinterSetupDialog1 = new System.Windows.Forms.PrintDialog();
     this.SaveD           = new System.Windows.Forms.SaveFileDialog();
     this.spl             = new System.Windows.Forms.Splitter();
     this.stb             = new System.Windows.Forms.StatusBar();
     this.sbpan1          = new System.Windows.Forms.StatusBarPanel();
     this.ptaglist        = new System.Windows.Forms.Panel();
     this.lvTags          = new System.Windows.Forms.ListView();
     this.tbSearch        = new System.Windows.Forms.ToolStrip();
     this.s1              = new System.Windows.Forms.ToolStripSeparator();
     this.panSearch       = new System.Windows.Forms.ToolStripLabel();
     this.cmbTagSearch    = new System.Windows.Forms.ToolStripComboBox();
     this.tbmain          = new System.Windows.Forms.ToolStrip();
     this.tbDayPrior      = new System.Windows.Forms.ToolStripButton();
     this.Panel4          = new System.Windows.Forms.ToolStripLabel();
     this.DateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.Panel5          = new System.Windows.Forms.ToolStripLabel();
     this.txtSession      = new System.Windows.Forms.ToolStripTextBox();
     this.tbs2            = new System.Windows.Forms.ToolStripSeparator();
     this.tbDayNext       = new System.Windows.Forms.ToolStripButton();
     this.tbs3            = new System.Windows.Forms.ToolStripSeparator();
     this.Panel3          = new System.Windows.Forms.ToolStripLabel();
     this.cmbPeriod       = new System.Windows.Forms.ToolStripComboBox();
     this.tbs4            = new System.Windows.Forms.ToolStripSeparator();
     this.Panel1          = new System.Windows.Forms.ToolStripLabel();
     this.tbTLLoad        = new System.Windows.Forms.ToolStripButton();
     this.tbTLSave        = new System.Windows.Forms.ToolStripButton();
     this.tbs5            = new System.Windows.Forms.ToolStripSeparator();
     this.tbScreenshot    = new System.Windows.Forms.ToolStripButton();
     this.tbPrint         = new System.Windows.Forms.ToolStripButton();
     this.tbs6            = new System.Windows.Forms.ToolStripSeparator();
     this.tbOptions       = new System.Windows.Forms.ToolStripButton();
     this.tbs7            = new System.Windows.Forms.ToolStripSeparator();
     this.tbAbout         = new System.Windows.Forms.ToolStripButton();
     this.tbs8            = new System.Windows.Forms.ToolStripSeparator();
     this.tbAnalysis      = new System.Windows.Forms.ToolStripButton();
     this.SavePicD        = new System.Windows.Forms.SaveFileDialog();
     this.sdTagList       = new System.Windows.Forms.SaveFileDialog();
     this.ListView1       = new System.Windows.Forms.ListView();
     this.odTagList       = new System.Windows.Forms.OpenFileDialog();
     this.columnHeader1   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2   = new System.Windows.Forms.ColumnHeader();
     ((System.ComponentModel.ISupportInitialize)(this.sbpan1)).BeginInit();
     this.ptaglist.SuspendLayout();
     this.tbSearch.SuspendLayout();
     this.tbmain.SuspendLayout();
     this.SuspendLayout();
     //
     // Timer1
     //
     this.Timer1.Interval = 60000;
     this.Timer1.Tick    += new System.EventHandler(this.Timer1Timer);
     //
     // spl
     //
     this.spl.Location       = new System.Drawing.Point(265, 27);
     this.spl.Name           = "spl";
     this.spl.Size           = new System.Drawing.Size(5, 656);
     this.spl.TabIndex       = 0;
     this.spl.TabStop        = false;
     this.spl.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splMoved);
     //
     // stb
     //
     this.stb.Location = new System.Drawing.Point(265, 683);
     this.stb.Name     = "stb";
     this.stb.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.sbpan1
     });
     this.stb.Size     = new System.Drawing.Size(1007, 19);
     this.stb.TabIndex = 1;
     //
     // sbpan1
     //
     this.sbpan1.Name  = "sbpan1";
     this.sbpan1.Text  = "statusBarPanel1";
     this.sbpan1.Width = 120;
     //
     // ptaglist
     //
     this.ptaglist.Controls.Add(this.lvTags);
     this.ptaglist.Controls.Add(this.tbSearch);
     this.ptaglist.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ptaglist.Location = new System.Drawing.Point(0, 27);
     this.ptaglist.Name     = "ptaglist";
     this.ptaglist.Size     = new System.Drawing.Size(265, 675);
     this.ptaglist.TabIndex = 2;
     //
     // lvTags
     //
     this.lvTags.CheckBoxes = true;
     this.lvTags.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.lvTags.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvTags.FullRowSelect = true;
     this.lvTags.LabelEdit     = false;
     this.lvTags.Location      = new System.Drawing.Point(0, 26);
     this.lvTags.Name          = "lvTags";
     this.lvTags.Size          = new System.Drawing.Size(265, 649);
     this.lvTags.TabIndex      = 0;
     this.lvTags.UseCompatibleStateImageBehavior = false;
     this.lvTags.View = System.Windows.Forms.View.Details;
     this.lvTags.SelectedIndexChanged += new System.EventHandler(this.LVTagsChange);
     this.lvTags.Click       += new System.EventHandler(this.LVTagsClick);
     this.lvTags.DoubleClick += new System.EventHandler(this.LVTagsDblClick);
     this.lvTags.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.LVTagsItemChecked);
     //
     // tbSearch
     //
     this.tbSearch.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.s1,
         this.panSearch,
         this.cmbTagSearch
     });
     this.tbSearch.Location = new System.Drawing.Point(0, 0);
     this.tbSearch.Name     = "tbSearch";
     this.tbSearch.Size     = new System.Drawing.Size(265, 26);
     this.tbSearch.TabIndex = 1;
     //
     // s1
     //
     this.s1.Name = "s1";
     this.s1.Size = new System.Drawing.Size(6, 26);
     //
     // panSearch
     //
     this.panSearch.Name         = "panSearch";
     this.panSearch.Size         = new System.Drawing.Size(34, 23);
     this.panSearch.Text         = "???:";
     this.panSearch.Click       += new System.EventHandler(this.pfindClick);
     this.panSearch.DoubleClick += new System.EventHandler(this.pfindDblClick);
     //
     // cmbTagSearch
     //
     this.cmbTagSearch.Name         = "cmbTagSearch";
     this.cmbTagSearch.Size         = new System.Drawing.Size(121, 26);
     this.cmbTagSearch.Text         = "*";
     this.cmbTagSearch.DropDown    += new System.EventHandler(this.cmbTagSearch_DropDown);
     this.cmbTagSearch.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.cmbTagSearch_KeyDown);
     this.cmbTagSearch.TextChanged += new System.EventHandler(this.cmbTagSearch_TextChanged);
     //
     // tbmain
     //
     this.tbmain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbDayPrior,
         this.Panel4,
         new System.Windows.Forms.ToolStripControlHost(this.DateTimePicker1),
         this.Panel5,
         this.txtSession,
         this.tbs2,
         this.tbDayNext,
         this.tbs3,
         this.Panel3,
         this.cmbPeriod,
         this.tbs4,
         this.Panel1,
         this.tbTLLoad,
         this.tbTLSave,
         this.tbs5,
         this.tbScreenshot,
         this.tbPrint,
         this.tbs6,
         this.tbOptions,
         this.tbs7,
         this.tbAbout,
         this.tbs8,
         this.tbAnalysis
     });
     this.tbmain.Location = new System.Drawing.Point(0, 0);
     this.tbmain.Name     = "tbmain";
     this.tbmain.Size     = new System.Drawing.Size(1272, 27);
     this.tbmain.TabIndex = 3;
     //
     // tbDayPrior
     //
     this.tbDayPrior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this.tbDayPrior.Text         = "<<";
     this.tbDayPrior.Name         = "tbDayPrior";
     this.tbDayPrior.Size         = new System.Drawing.Size(23, 24);
     this.tbDayPrior.Click       += new System.EventHandler(this.tbDayPriorClick);
     //
     // Panel4
     //
     this.Panel4.Name = "Panel4";
     this.Panel4.Size = new System.Drawing.Size(0, 24);
     this.Panel4.Text = "Date:";
     //
     // DateTimePicker1
     //
     this.DateTimePicker1.Location      = new System.Drawing.Point(121, 1);
     this.DateTimePicker1.Name          = "DateTimePicker1";
     this.DateTimePicker1.Size          = new System.Drawing.Size(160, 24);
     this.DateTimePicker1.TabIndex      = 0;
     this.DateTimePicker1.ValueChanged += new System.EventHandler(this.DateTimePicker1Change);
     //
     // Panel5
     //
     this.Panel5.Name = "Panel5";
     this.Panel5.Size = new System.Drawing.Size(0, 24);
     this.Panel5.Text = "Session:";
     //
     // eSession
     //
     this.txtSession.Enabled  = false;
     this.txtSession.Name     = "eSession";
     this.txtSession.ReadOnly = true;
     this.txtSession.Size     = new System.Drawing.Size(100, 27);
     //
     // tbs2
     //
     this.tbs2.Name = "tbs2";
     this.tbs2.Size = new System.Drawing.Size(6, 27);
     //
     // tbDayNext
     //
     this.tbDayNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this.tbDayNext.Text         = ">>";
     this.tbDayNext.Name         = "tbDayNext";
     this.tbDayNext.Size         = new System.Drawing.Size(82, 24);
     this.tbDayNext.Click       += new System.EventHandler(this.tbDayNextClick);
     //
     // tbs3
     //
     this.tbs3.Name = "tbs3";
     this.tbs3.Size = new System.Drawing.Size(6, 27);
     //
     // Panel3
     //
     this.Panel3.Name = "Panel3";
     this.Panel3.Size = new System.Drawing.Size(0, 24);
     this.Panel3.Text = "Period:";
     //
     // cmbPeriod
     //
     this.cmbPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPeriod.Name          = "cmbPeriod";
     this.cmbPeriod.Size          = new System.Drawing.Size(60, 27);
     //
     // tbs4
     //
     this.tbs4.Name = "tbs4";
     this.tbs4.Size = new System.Drawing.Size(6, 27);
     //
     // Panel1
     //
     this.Panel1.Name = "Panel1";
     this.Panel1.Size = new System.Drawing.Size(0, 24);
     //
     // tbTLLoad
     //
     this.tbTLLoad.Name   = "tbTLLoad";
     this.tbTLLoad.Size   = new System.Drawing.Size(23, 24);
     this.tbTLLoad.Click += new System.EventHandler(this.tbTLLoadClick);
     //
     // tbTLSave
     //
     this.tbTLSave.Name   = "tbTLSave";
     this.tbTLSave.Size   = new System.Drawing.Size(23, 24);
     this.tbTLSave.Click += new System.EventHandler(this.tbTLSaveClick);
     //
     // tbs5
     //
     this.tbs5.Name = "tbs5";
     this.tbs5.Size = new System.Drawing.Size(6, 27);
     //
     // tbScreenshot
     //
     this.tbScreenshot.Name   = "tbScreenshot";
     this.tbScreenshot.Size   = new System.Drawing.Size(97, 24);
     this.tbScreenshot.Text   = "Screenshot";
     this.tbScreenshot.Click += new System.EventHandler(this.tbScreenshotClick);
     //
     // tbPrint
     //
     this.tbPrint.Name   = "tbPrint";
     this.tbPrint.Size   = new System.Drawing.Size(23, 24);
     this.tbPrint.Click += new System.EventHandler(this.tbPrintClick);
     //
     // tbs6
     //
     this.tbs6.Name = "tbs6";
     this.tbs6.Size = new System.Drawing.Size(6, 27);
     //
     // tbOptions
     //
     this.tbOptions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbOptions.Name         = "tbOptions";
     this.tbOptions.Size         = new System.Drawing.Size(23, 24);
     this.tbOptions.Click       += new System.EventHandler(this.tbOptionsClick);
     //
     // tbs7
     //
     this.tbs7.Name = "tbs7";
     this.tbs7.Size = new System.Drawing.Size(6, 27);
     //
     // tbAbout
     //
     this.tbAbout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbAbout.Name         = "tbAbout";
     this.tbAbout.Size         = new System.Drawing.Size(23, 24);
     this.tbAbout.Click       += new System.EventHandler(this.tbAboutClick);
     //
     // tbs8
     //
     this.tbs8.Name = "tbs8";
     this.tbs8.Size = new System.Drawing.Size(6, 27);
     //
     // tbAnalysis
     //
     this.tbAnalysis.Name   = "tbAnalysis";
     this.tbAnalysis.Size   = new System.Drawing.Size(63, 24);
     this.tbAnalysis.Text   = "Analysis";
     this.tbAnalysis.Click += new System.EventHandler(this.tbAnalysisClick);
     //
     // ListView1
     //
     this.ListView1.Location = new System.Drawing.Point(280, 32);
     this.ListView1.Name     = "ListView1";
     this.ListView1.Size     = new System.Drawing.Size(265, 105);
     this.ListView1.TabIndex = 4;
     this.ListView1.UseCompatibleStateImageBehavior = false;
     this.ListView1.View    = System.Windows.Forms.View.Details;
     this.ListView1.Visible = false;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Tag";
     this.columnHeader1.Width = 150;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Descriptor";
     this.columnHeader2.Width = 150;
     //
     // TfmPIBrowser
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1272, 702);
     this.Controls.Add(this.spl);
     this.Controls.Add(this.ptaglist);
     this.Controls.Add(this.ListView1);
     this.Controls.Add(this.stb);
     this.Controls.Add(this.tbmain);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Name          = "TfmPIBrowser";
     this.Text          = "PI Browser";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Closed       += new System.EventHandler(this.Form_Closed);
     this.Load         += new System.EventHandler(this.Form_Load);
     this.Resize       += new System.EventHandler(this.FormResize);
     ((System.ComponentModel.ISupportInitialize)(this.sbpan1)).EndInit();
     this.ptaglist.ResumeLayout(false);
     this.ptaglist.PerformLayout();
     this.tbSearch.ResumeLayout(false);
     this.tbSearch.PerformLayout();
     this.tbmain.ResumeLayout(false);
     this.tbmain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }