StableVersion4.3/HL_FristAidPlatform_PreHosp.../FormDrvinHandover.Designer.cs

297 lines
16 KiB
C#

namespace HL_FristAidPlatform_PreHospitalEmergency
{
partial class Form_DrvinHandover
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
this.timeControl1 = new HL_FristAidPlatform_Public.TimeControl();
this.time_FristTime = new HL_FristAidPlatform_Public.TimeControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn_Name = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_DrvingTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_HandoverTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_PateNumber = 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.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.timeControl1);
this.panelControl1.Controls.Add(this.time_FristTime);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.simpleButton3);
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Controls.Add(this.textEdit1);
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(1336, 110);
this.panelControl1.TabIndex = 0;
//
// 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(1336, 26);
this.pictureEdit2.TabIndex = 290;
//
// timeControl1
//
this.timeControl1.BackColor = System.Drawing.Color.Transparent;
this.timeControl1.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.timeControl1.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.timeControl1.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.timeControl1.Location = new System.Drawing.Point(294, 52);
this.timeControl1.Name = "timeControl1";
this.timeControl1.Size = new System.Drawing.Size(158, 23);
this.timeControl1.TabIndex = 201;
this.timeControl1.TimeValue = "";
//
// time_FristTime
//
this.time_FristTime.BackColor = System.Drawing.Color.Transparent;
this.time_FristTime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.time_FristTime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.time_FristTime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.time_FristTime.Location = new System.Drawing.Point(105, 52);
this.time_FristTime.Name = "time_FristTime";
this.time_FristTime.Size = new System.Drawing.Size(150, 21);
this.time_FristTime.TabIndex = 200;
this.time_FristTime.TimeValue = "";
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Location = new System.Drawing.Point(266, 52);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(9, 16);
this.labelControl3.TabIndex = 199;
this.labelControl3.Text = "~";
//
// simpleButton3
//
this.simpleButton3.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240)))));
this.simpleButton3.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.simpleButton3.Appearance.Options.UseBackColor = true;
this.simpleButton3.Appearance.Options.UseFont = true;
this.simpleButton3.ImageOptions.Image = global::HL_FristAidPlatform_PreHospitalEmergency.Properties.Resources.;
this.simpleButton3.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.simpleButton3.Location = new System.Drawing.Point(477, 52);
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(150, 35);
this.simpleButton3.TabIndex = 198;
this.simpleButton3.Text = "查询";
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Location = new System.Drawing.Point(36, 50);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(61, 17);
this.labelControl2.TabIndex = 192;
this.labelControl2.Text = "交接时间:";
//
// textEdit1
//
this.textEdit1.Location = new System.Drawing.Point(105, 80);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Size = new System.Drawing.Size(150, 20);
this.textEdit1.TabIndex = 1;
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(52, 82);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(33, 17);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "姓名:";
//
// userControlForPage
//
this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage.Location = new System.Drawing.Point(0, 519);
this.userControlForPage.Name = "userControlForPage";
this.userControlForPage.Size = new System.Drawing.Size(1336, 41);
this.userControlForPage.TabIndex = 5;
this.userControlForPage.myPagerEvents += new HL_FristAidPlatform_Public.UserControlForPage.MyPagerEvents(this.userControlForPage_myPagerEvents);
//
// 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, 110);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(1336, 409);
this.panelControl2.TabIndex = 6;
//
// 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(1336, 409);
this.gridControl1.TabIndex = 0;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn_Name,
this.gridColumn_DrvingTime,
this.gridColumn_HandoverTime,
this.gridColumn_PateNumber});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.GroupPanelText = " ";
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.OptionsBehavior.ReadOnly = true;
//
// gridColumn_Name
//
this.gridColumn_Name.Caption = "姓名";
this.gridColumn_Name.FieldName = "Name";
this.gridColumn_Name.Name = "gridColumn_Name";
this.gridColumn_Name.Visible = true;
this.gridColumn_Name.VisibleIndex = 0;
//
// gridColumn_DrvingTime
//
this.gridColumn_DrvingTime.Caption = "出车时间";
this.gridColumn_DrvingTime.FieldName = "DrvingTime";
this.gridColumn_DrvingTime.Name = "gridColumn_DrvingTime";
this.gridColumn_DrvingTime.Visible = true;
this.gridColumn_DrvingTime.VisibleIndex = 1;
//
// gridColumn_HandoverTime
//
this.gridColumn_HandoverTime.Caption = "交接时间";
this.gridColumn_HandoverTime.FieldName = "HandoverTime";
this.gridColumn_HandoverTime.Name = "gridColumn_HandoverTime";
this.gridColumn_HandoverTime.Visible = true;
this.gridColumn_HandoverTime.VisibleIndex = 2;
//
// gridColumn_PateNumber
//
this.gridColumn_PateNumber.Caption = "车牌号";
this.gridColumn_PateNumber.FieldName = "PateNumber";
this.gridColumn_PateNumber.Name = "gridColumn_PateNumber";
this.gridColumn_PateNumber.Visible = true;
this.gridColumn_PateNumber.VisibleIndex = 3;
//
// Form_DrvinHandover
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1336, 560);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.userControlForPage);
this.Controls.Add(this.panelControl1);
this.Name = "Form_DrvinHandover";
this.Text = "司机交接记录";
this.Load += new System.EventHandler(this.Form_DrvinHandover_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.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 HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraEditors.TextEdit textEdit1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.SimpleButton simpleButton3;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private HL_FristAidPlatform_Public.TimeControl timeControl1;
private HL_FristAidPlatform_Public.TimeControl time_FristTime;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Name;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_DrvingTime;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_HandoverTime;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_PateNumber;
private DevExpress.XtraEditors.PictureEdit pictureEdit2;
}
}