namespace HL_FristAidPlatform_PreHospitalEmergency { partial class Form_VehicleManagement { /// /// 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() { this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn_GUID = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_PlateNumber = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_State = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_ECGCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_Personnel = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_operate = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.pictureEdit2); this.panelControl1.Controls.Add(this.simpleButton1); this.panelControl1.Controls.Add(this.comboBoxEdit1); this.panelControl1.Controls.Add(this.textEdit1); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.labelControl1); 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(1148, 82); this.panelControl1.TabIndex = 1; // // pictureEdit2 // this.pictureEdit2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pictureEdit2.Dock = System.Windows.Forms.DockStyle.Top; this.pictureEdit2.EditValue = global::HL_FristAidPlatform_PreHospitalEmergency.Properties.Resources.标题背景; this.pictureEdit2.Location = new System.Drawing.Point(0, 0); this.pictureEdit2.Name = "pictureEdit2"; this.pictureEdit2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.pictureEdit2.Properties.Appearance.ForeColor = System.Drawing.Color.White; this.pictureEdit2.Properties.Appearance.Options.UseFont = true; this.pictureEdit2.Properties.Appearance.Options.UseForeColor = true; this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pictureEdit2.Properties.Caption.Alignment = System.Drawing.ContentAlignment.MiddleLeft; this.pictureEdit2.Properties.Caption.Appearance.BackColor = System.Drawing.Color.Transparent; this.pictureEdit2.Properties.Caption.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.pictureEdit2.Properties.Caption.Appearance.Options.UseBackColor = true; this.pictureEdit2.Properties.Caption.Appearance.Options.UseFont = true; this.pictureEdit2.Properties.Caption.Offset = new System.Drawing.Point(40, 0); this.pictureEdit2.Properties.Caption.Text = "车辆查询"; this.pictureEdit2.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; this.pictureEdit2.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch; this.pictureEdit2.Size = new System.Drawing.Size(1148, 26); this.pictureEdit2.TabIndex = 289; // // simpleButton1 // this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(133)))), ((int)(((byte)(228))))); this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.simpleButton1.Appearance.Options.UseBackColor = true; this.simpleButton1.Appearance.Options.UseFont = true; this.simpleButton1.ImageOptions.Image = global::HL_FristAidPlatform_PreHospitalEmergency.Properties.Resources.查询; this.simpleButton1.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.simpleButton1.Location = new System.Drawing.Point(557, 43); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(150, 35); this.simpleButton1.TabIndex = 4; this.simpleButton1.Text = "查询"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // comboBoxEdit1 // this.comboBoxEdit1.EditValue = "请选择"; this.comboBoxEdit1.Location = new System.Drawing.Point(384, 51); this.comboBoxEdit1.Name = "comboBoxEdit1"; this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit1.Properties.Items.AddRange(new object[] { "空闲", "出车中", "维修中", "已报废"}); this.comboBoxEdit1.Size = new System.Drawing.Size(155, 20); this.comboBoxEdit1.TabIndex = 3; // // textEdit1 // this.textEdit1.Location = new System.Drawing.Point(109, 51); this.textEdit1.Name = "textEdit1"; this.textEdit1.Size = new System.Drawing.Size(165, 20); this.textEdit1.TabIndex = 2; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(315, 54); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(52, 14); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "车辆状态:"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(44, 52); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(40, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "车牌号:"; // // panelControl2 // this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.gridControl1); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(0, 82); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1148, 523); this.panelControl2.TabIndex = 2; // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(1148, 523); this.gridControl1.TabIndex = 1; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn_GUID, this.gridColumn_PlateNumber, this.gridColumn_State, this.gridColumn_ECGCode, this.gridColumn_Personnel, this.gridColumn_operate}); this.gridView1.GridControl = this.gridControl1; this.gridView1.GroupPanelText = " "; this.gridView1.Name = "gridView1"; this.gridView1.CustomRowCellEdit += new DevExpress.XtraGrid.Views.Grid.CustomRowCellEditEventHandler(this.gridView1_CustomRowCellEdit); this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText); // // gridColumn_GUID // this.gridColumn_GUID.Caption = "GUID"; this.gridColumn_GUID.FieldName = "GUID"; this.gridColumn_GUID.Name = "gridColumn_GUID"; // // gridColumn_PlateNumber // this.gridColumn_PlateNumber.Caption = "车牌号"; this.gridColumn_PlateNumber.FieldName = "PlateNumber"; this.gridColumn_PlateNumber.Name = "gridColumn_PlateNumber"; this.gridColumn_PlateNumber.OptionsColumn.AllowEdit = false; this.gridColumn_PlateNumber.OptionsColumn.ReadOnly = true; this.gridColumn_PlateNumber.Visible = true; this.gridColumn_PlateNumber.VisibleIndex = 0; // // gridColumn_State // this.gridColumn_State.Caption = "状态"; this.gridColumn_State.FieldName = "State"; this.gridColumn_State.Name = "gridColumn_State"; this.gridColumn_State.OptionsColumn.AllowEdit = false; this.gridColumn_State.OptionsColumn.ReadOnly = true; this.gridColumn_State.Visible = true; this.gridColumn_State.VisibleIndex = 1; // // gridColumn_ECGCode // this.gridColumn_ECGCode.Caption = "心电设备"; this.gridColumn_ECGCode.FieldName = "ECGCode"; this.gridColumn_ECGCode.Name = "gridColumn_ECGCode"; this.gridColumn_ECGCode.OptionsColumn.AllowEdit = false; this.gridColumn_ECGCode.OptionsColumn.ReadOnly = true; this.gridColumn_ECGCode.Visible = true; this.gridColumn_ECGCode.VisibleIndex = 2; // // gridColumn_Personnel // this.gridColumn_Personnel.Caption = "跟车人员"; this.gridColumn_Personnel.FieldName = "Personnel"; this.gridColumn_Personnel.Name = "gridColumn_Personnel"; this.gridColumn_Personnel.OptionsColumn.AllowEdit = false; this.gridColumn_Personnel.OptionsColumn.ReadOnly = true; this.gridColumn_Personnel.Visible = true; this.gridColumn_Personnel.VisibleIndex = 3; // // gridColumn_operate // this.gridColumn_operate.Caption = "操作"; this.gridColumn_operate.Name = "gridColumn_operate"; this.gridColumn_operate.Visible = true; this.gridColumn_operate.VisibleIndex = 4; // // Form_VehicleManagement // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1148, 605); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Name = "Form_VehicleManagement"; this.Text = "车辆管理"; this.Load += new System.EventHandler(this.Form_VehicleManagement_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1; private DevExpress.XtraEditors.TextEdit textEdit1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_GUID; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_PlateNumber; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_State; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_ECGCode; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Personnel; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_operate; private DevExpress.XtraEditors.PictureEdit pictureEdit2; } }