namespace RFIDManagement { partial class FrmDataWrite { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.com_Ant = new DevExpress.XtraEditors.ComboBoxEdit(); this.label7 = new System.Windows.Forms.Label(); this.writeBtn = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.txt_Power = new DevExpress.XtraEditors.TextEdit(); this.label4 = new System.Windows.Forms.Label(); this.txt_Password = new DevExpress.XtraEditors.TextEdit(); this.label3 = new System.Windows.Forms.Label(); this.txt_Data = new DevExpress.XtraEditors.TextEdit(); this.label2 = new System.Windows.Forms.Label(); this.gcMain = new DevExpress.XtraGrid.GridControl(); this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.EpcColumn = new DevExpress.XtraGrid.Columns.GridColumn(); this.ResultColumn = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.com_Ant.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Power.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Password.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Data.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Controls.Add(this.com_Ant); this.panelControl1.Controls.Add(this.label7); this.panelControl1.Controls.Add(this.writeBtn); this.panelControl1.Controls.Add(this.label5); this.panelControl1.Controls.Add(this.txt_Power); this.panelControl1.Controls.Add(this.label4); this.panelControl1.Controls.Add(this.txt_Password); this.panelControl1.Controls.Add(this.label3); this.panelControl1.Controls.Add(this.txt_Data); this.panelControl1.Controls.Add(this.label2); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(497, 118); this.panelControl1.TabIndex = 12; // // com_Ant // this.com_Ant.Location = new System.Drawing.Point(73, 7); this.com_Ant.Name = "com_Ant"; this.com_Ant.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.com_Ant.Properties.DropDownRows = 8; this.com_Ant.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.com_Ant.Size = new System.Drawing.Size(327, 20); this.com_Ant.TabIndex = 16; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(5, 10); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(67, 14); this.label7.TabIndex = 14; this.label7.Text = "写入天线:"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // writeBtn // this.writeBtn.Location = new System.Drawing.Point(435, 84); this.writeBtn.Name = "writeBtn"; this.writeBtn.Size = new System.Drawing.Size(57, 23); this.writeBtn.TabIndex = 13; this.writeBtn.Text = "写入"; this.writeBtn.UseVisualStyleBackColor = true; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(406, 39); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(23, 14); this.label5.TabIndex = 8; this.label5.Text = "dbi"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txt_Power // this.txt_Power.EditValue = "15"; this.txt_Power.Location = new System.Drawing.Point(73, 33); this.txt_Power.Name = "txt_Power"; this.txt_Power.Size = new System.Drawing.Size(327, 20); this.txt_Power.TabIndex = 7; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(5, 36); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(67, 14); this.label4.TabIndex = 6; this.label4.Text = "写入功率:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txt_Password // this.txt_Password.EditValue = "00000000"; this.txt_Password.Location = new System.Drawing.Point(73, 59); this.txt_Password.Name = "txt_Password"; this.txt_Password.Size = new System.Drawing.Size(327, 20); this.txt_Password.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(5, 62); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(67, 14); this.label3.TabIndex = 4; this.label3.Text = "写入密码:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txt_Data // this.txt_Data.Location = new System.Drawing.Point(73, 85); this.txt_Data.Name = "txt_Data"; this.txt_Data.Size = new System.Drawing.Size(356, 20); this.txt_Data.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(5, 88); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 14); this.label2.TabIndex = 0; this.label2.Text = "写入数据:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // gcMain // this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMain.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4); gridLevelNode1.RelationName = "Level1"; this.gcMain.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1}); this.gcMain.Location = new System.Drawing.Point(0, 118); this.gcMain.MainView = this.gridView; this.gcMain.Margin = new System.Windows.Forms.Padding(4); this.gcMain.Name = "gcMain"; this.gcMain.Size = new System.Drawing.Size(497, 157); this.gcMain.TabIndex = 13; this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView}); // // gridView // this.gridView.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F); this.gridView.Appearance.HeaderPanel.Options.UseFont = true; this.gridView.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridView.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F); this.gridView.Appearance.Preview.Options.UseFont = true; this.gridView.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F); this.gridView.Appearance.Row.Options.UseBackColor = true; this.gridView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.EpcColumn, this.ResultColumn}); this.gridView.GridControl = this.gcMain; this.gridView.IndicatorWidth = 40; this.gridView.Name = "gridView"; this.gridView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gridView.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False; this.gridView.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false; this.gridView.OptionsFilter.ShowAllTableValuesInFilterPopup = true; this.gridView.OptionsFind.FindNullPrompt = ""; this.gridView.OptionsSelection.MultiSelect = true; this.gridView.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gridView.OptionsView.AllowHtmlDrawHeaders = true; this.gridView.OptionsView.ColumnAutoWidth = false; this.gridView.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True; this.gridView.OptionsView.RowAutoHeight = true; this.gridView.OptionsView.ShowGroupPanel = false; this.gridView.PaintStyleName = "Skin"; // // EpcColumn // this.EpcColumn.Caption = "EPC数据"; this.EpcColumn.FieldName = "EpcColumn"; this.EpcColumn.Name = "EpcColumn"; this.EpcColumn.Visible = true; this.EpcColumn.VisibleIndex = 0; this.EpcColumn.Width = 150; // // ResultColumn // this.ResultColumn.Caption = "操作结果"; this.ResultColumn.FieldName = "ResultColumn"; this.ResultColumn.Name = "ResultColumn"; this.ResultColumn.Visible = true; this.ResultColumn.VisibleIndex = 1; this.ResultColumn.Width = 300; // // FrmDataWrite // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(497, 275); this.Controls.Add(this.gcMain); this.Controls.Add(this.panelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "FrmDataWrite"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "标签数据写入"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.com_Ant.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Power.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Password.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Data.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.TextEdit txt_Power; private System.Windows.Forms.Label label4; private DevExpress.XtraEditors.TextEdit txt_Password; private System.Windows.Forms.Label label3; private DevExpress.XtraEditors.TextEdit txt_Data; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label5; public DevExpress.XtraGrid.GridControl gcMain; private DevExpress.XtraGrid.Views.Grid.GridView gridView; private DevExpress.XtraGrid.Columns.GridColumn EpcColumn; private DevExpress.XtraGrid.Columns.GridColumn ResultColumn; private System.Windows.Forms.Button writeBtn; private System.Windows.Forms.Label label7; private DevExpress.XtraEditors.ComboBoxEdit com_Ant; } }