@ -77,7 +77,7 @@
// txtAddr
//
this . txtAddr . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . txtAddr . Location = new System . Drawing . Point ( 7 8 , 6 7 ) ;
this . txtAddr . Location = new System . Drawing . Point ( 7 8 , 6 2 ) ;
this . txtAddr . Name = "txtAddr" ;
this . txtAddr . Size = new System . Drawing . Size ( 2 1 0 , 2 2 ) ;
this . txtAddr . TabIndex = 1 2 ;
@ -85,42 +85,42 @@
// label2
//
this . label2 . AutoSize = true ;
this . label2 . Location = new System . Drawing . Point ( 3 0 , 6 7 ) ;
this . label2 . Location = new System . Drawing . Point ( 3 0 , 6 2 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 4 3 , 1 3 ) ;
this . label2 . Size = new System . Drawing . Size ( 4 1 , 1 2 ) ;
this . label2 . TabIndex = 1 1 ;
this . label2 . Text = "地址:" ;
//
// cboType
//
this . cboType . FormattingEnabled = true ;
this . cboType . Location = new System . Drawing . Point ( 3 2 3 , 3 2 ) ;
this . cboType . Location = new System . Drawing . Point ( 3 2 3 , 3 0 ) ;
this . cboType . Name = "cboType" ;
this . cboType . Size = new System . Drawing . Size ( 1 1 2 , 2 1 ) ;
this . cboType . Size = new System . Drawing . Size ( 1 1 2 , 2 0 ) ;
this . cboType . TabIndex = 1 0 ;
//
// txtDesp
//
this . txtDesp . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . txtDesp . Location = new System . Drawing . Point ( 7 8 , 1 3 9 ) ;
this . txtDesp . Location = new System . Drawing . Point ( 7 8 , 1 2 8 ) ;
this . txtDesp . Multiline = true ;
this . txtDesp . Name = "txtDesp" ;
this . txtDesp . Size = new System . Drawing . Size ( 3 5 7 , 3 7 ) ;
this . txtDesp . Size = new System . Drawing . Size ( 3 5 7 , 3 4 ) ;
this . txtDesp . TabIndex = 9 ;
//
// label5
//
this . label5 . AutoSize = true ;
this . label5 . Location = new System . Drawing . Point ( 3 0 , 1 4 8 ) ;
this . label5 . Location = new System . Drawing . Point ( 3 0 , 1 3 7 ) ;
this . label5 . Name = "label5" ;
this . label5 . Size = new System . Drawing . Size ( 4 3 , 1 3 ) ;
this . label5 . Size = new System . Drawing . Size ( 4 1 , 1 2 ) ;
this . label5 . TabIndex = 8 ;
this . label5 . Text = "描述:" ;
//
// txtSize
//
this . txtSize . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . txtSize . Location = new System . Drawing . Point ( 3 4 3 , 6 7 ) ;
this . txtSize . Location = new System . Drawing . Point ( 3 4 3 , 6 2 ) ;
this . txtSize . Name = "txtSize" ;
this . txtSize . Size = new System . Drawing . Size ( 9 2 , 2 2 ) ;
this . txtSize . TabIndex = 7 ;
@ -128,18 +128,18 @@
// label4
//
this . label4 . AutoSize = true ;
this . label4 . Location = new System . Drawing . Point ( 2 9 4 , 7 2 ) ;
this . label4 . Location = new System . Drawing . Point ( 2 9 4 , 6 6 ) ;
this . label4 . Name = "label4" ;
this . label4 . Size = new System . Drawing . Size ( 4 3 , 1 3 ) ;
this . label4 . Size = new System . Drawing . Size ( 4 1 , 1 2 ) ;
this . label4 . TabIndex = 6 ;
this . label4 . Text = "长度:" ;
//
// label3
//
this . label3 . AutoSize = true ;
this . label3 . Location = new System . Drawing . Point ( 2 5 0 , 3 5 ) ;
this . label3 . Location = new System . Drawing . Point ( 2 5 0 , 3 2 ) ;
this . label3 . Name = "label3" ;
this . label3 . Size = new System . Drawing . Size ( 6 7 , 1 3 ) ;
this . label3 . Size = new System . Drawing . Size ( 6 5 , 1 2 ) ;
this . label3 . TabIndex = 4 ;
this . label3 . Text = "数据类型:" ;
//
@ -154,9 +154,9 @@
// chkAchive
//
this . chkAchive . AutoSize = true ;
this . chkAchive . Location = new System . Drawing . Point ( 3 5 5 , 1 0 7 ) ;
this . chkAchive . Location = new System . Drawing . Point ( 3 5 5 , 9 9 ) ;
this . chkAchive . Name = "chkAchive" ;
this . chkAchive . Size = new System . Drawing . Size ( 7 4 , 1 7 ) ;
this . chkAchive . Size = new System . Drawing . Size ( 7 2 , 1 6 ) ;
this . chkAchive . TabIndex = 1 6 ;
this . chkAchive . Text = "是否归档" ;
this . chkAchive . UseVisualStyleBackColor = true ;
@ -164,9 +164,9 @@
// chkActive
//
this . chkActive . AutoSize = true ;
this . chkActive . Location = new System . Drawing . Point ( 2 0 8 , 1 0 7 ) ;
this . chkActive . Location = new System . Drawing . Point ( 2 0 8 , 9 9 ) ;
this . chkActive . Name = "chkActive" ;
this . chkActive . Size = new System . Drawing . Size ( 7 4 , 1 7 ) ;
this . chkActive . Size = new System . Drawing . Size ( 7 2 , 1 6 ) ;
this . chkActive . TabIndex = 1 5 ;
this . chkActive . Text = "是否激活" ;
this . chkActive . UseVisualStyleBackColor = true ;
@ -174,7 +174,7 @@
// txtValue
//
this . txtValue . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . txtValue . Location = new System . Drawing . Point ( 7 8 , 1 0 3 ) ;
this . txtValue . Location = new System . Drawing . Point ( 7 8 , 9 5 ) ;
this . txtValue . Name = "txtValue" ;
this . txtValue . Size = new System . Drawing . Size ( 9 4 , 2 2 ) ;
this . txtValue . TabIndex = 1 4 ;
@ -182,9 +182,9 @@
// label6
//
this . label6 . AutoSize = true ;
this . label6 . Location = new System . Drawing . Point ( 2 1 , 1 0 6 ) ;
this . label6 . Location = new System . Drawing . Point ( 2 1 , 9 8 ) ;
this . label6 . Name = "label6" ;
this . label6 . Size = new System . Drawing . Size ( 5 5 , 1 3 ) ;
this . label6 . Size = new System . Drawing . Size ( 5 3 , 1 2 ) ;
this . label6 . TabIndex = 1 3 ;
this . label6 . Text = "默认值:" ;
//
@ -199,7 +199,7 @@
// txtName
//
this . txtName . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . txtName . Location = new System . Drawing . Point ( 7 8 , 3 0 ) ;
this . txtName . Location = new System . Drawing . Point ( 7 8 , 2 8 ) ;
this . txtName . Name = "txtName" ;
this . txtName . Size = new System . Drawing . Size ( 1 6 6 , 2 2 ) ;
this . txtName . TabIndex = 1 ;
@ -207,9 +207,9 @@
// label1
//
this . label1 . AutoSize = true ;
this . label1 . Location = new System . Drawing . Point ( 1 8 , 3 0 ) ;
this . label1 . Location = new System . Drawing . Point ( 1 8 , 2 8 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 5 5 , 1 3 ) ;
this . label1 . Size = new System . Drawing . Size ( 5 3 , 1 2 ) ;
this . label1 . TabIndex = 0 ;
this . label1 . Text = "变量名:" ;
//
@ -230,9 +230,9 @@
this . grp1 . Controls . Add ( this . txtName ) ;
this . grp1 . Controls . Add ( this . label1 ) ;
this . grp1 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . grp1 . Location = new System . Drawing . Point ( 0 , 2 8 5 ) ;
this . grp1 . Location = new System . Drawing . Point ( 0 , 2 6 5 ) ;
this . grp1 . Name = "grp1" ;
this . grp1 . Size = new System . Drawing . Size ( 4 4 9 , 1 8 6 ) ;
this . grp1 . Size = new System . Drawing . Size ( 4 5 6 , 1 7 0 ) ;
this . grp1 . TabIndex = 1 6 ;
this . grp1 . TabStop = false ;
this . grp1 . Text = "属性" ;
@ -276,14 +276,14 @@
this . toolStripButton1 ,
this . tspText ,
this . toolStripButton2 } ) ;
this . bindingNavigator1 . Location = new System . Drawing . Point ( 0 , 2 6 0 ) ;
this . bindingNavigator1 . Location = new System . Drawing . Point ( 0 , 2 4 0 ) ;
this . bindingNavigator1 . MoveFirstItem = this . bindingNavigatorMoveFirstItem ;
this . bindingNavigator1 . MoveLastItem = this . bindingNavigatorMoveLastItem ;
this . bindingNavigator1 . MoveNextItem = this . bindingNavigatorMoveNextItem ;
this . bindingNavigator1 . MovePreviousItem = this . bindingNavigatorMovePreviousItem ;
this . bindingNavigator1 . Name = "bindingNavigator1" ;
this . bindingNavigator1 . PositionItem = this . bindingNavigatorPositionItem ;
this . bindingNavigator1 . Size = new System . Drawing . Size ( 4 4 9 , 2 5 ) ;
this . bindingNavigator1 . Size = new System . Drawing . Size ( 4 5 6 , 2 5 ) ;
this . bindingNavigator1 . TabIndex = 1 5 ;
this . bindingNavigator1 . Text = "bindingNavigator1" ;
//
@ -299,7 +299,7 @@
// bindingNavigatorCountItem
//
this . bindingNavigatorCountItem . Name = "bindingNavigatorCountItem" ;
this . bindingNavigatorCountItem . Size = new System . Drawing . Size ( 3 5 , 2 2 ) ;
this . bindingNavigatorCountItem . Size = new System . Drawing . Size ( 3 9 , 2 2 ) ;
this . bindingNavigatorCountItem . Text = "of {0}" ;
this . bindingNavigatorCountItem . ToolTipText = "Total number of items" ;
//
@ -383,8 +383,10 @@
//
// tspText
//
this . tspText . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . tspText . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . CustomSource ;
this . tspText . Name = "tspText" ;
this . tspText . Size = new System . Drawing . Size ( 1 0 0 , 2 5 ) ;
this . tspText . Size = new System . Drawing . Size ( 1 2 0 , 2 5 ) ;
//
// toolStripButton2
//
@ -392,7 +394,7 @@
this . toolStripButton2 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "toolStripButton2.Image" ) ) ) ;
this . toolStripButton2 . ImageTransparentColor = System . Drawing . Color . Magenta ;
this . toolStripButton2 . Name = "toolStripButton2" ;
this . toolStripButton2 . Size = new System . Drawing . Size ( 3 5 , 2 2 ) ;
this . toolStripButton2 . Size = new System . Drawing . Size ( 3 6 , 2 2 ) ;
this . toolStripButton2 . Text = "搜索" ;
this . toolStripButton2 . Click + = new System . EventHandler ( this . toolStripButton2_Click ) ;
//
@ -424,15 +426,15 @@
this . dataGridView1 . RowHeadersVisible = false ;
this . dataGridView1 . RowTemplate . Height = 2 3 ;
this . dataGridView1 . SelectionMode = System . Windows . Forms . DataGridViewSelectionMode . FullRowSelect ;
this . dataGridView1 . Size = new System . Drawing . Size ( 4 4 9 , 2 6 0 ) ;
this . dataGridView1 . Size = new System . Drawing . Size ( 4 5 6 , 2 4 0 ) ;
this . dataGridView1 . TabIndex = 1 4 ;
this . dataGridView1 . CellMouseDoubleClick + = new System . Windows . Forms . DataGridViewCellMouseEventHandler ( this . dataGridView1_CellMouseDoubleClick ) ;
//
// TagList
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 1 3 F) ;
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 1 2 F) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . ClientSize = new System . Drawing . Size ( 4 4 9 , 4 7 1 ) ;
this . ClientSize = new System . Drawing . Size ( 4 5 6 , 4 3 5 ) ;
this . Controls . Add ( this . grp1 ) ;
this . Controls . Add ( this . bindingNavigator1 ) ;
this . Controls . Add ( this . dataGridView1 ) ;