StableVersion4.3/HL_FristAidPlatform_PreHosp.../Form_Phonebook.Designer.cs

221 lines
13 KiB
C#

namespace HL_FristAidPlatform_PreHospitalEmergency
{
partial class Form_Phonebook
{
/// <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()
{
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Phonebook));
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
this.panel1 = new System.Windows.Forms.Panel();
this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_unit = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_name = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_phone = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_call = new DevExpress.XtraGrid.Columns.GridColumn();
this.ButtonEdit_Call = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridColumn_Transfer = new DevExpress.XtraGrid.Columns.GridColumn();
this.ButtonEdit_Transfer = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ButtonEdit_Call)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ButtonEdit_Transfer)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.userControlForPage);
this.panel1.Controls.Add(this.gridControl1);
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(690, 637);
this.panel1.TabIndex = 0;
//
// userControlForPage
//
this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage.Location = new System.Drawing.Point(0, 599);
this.userControlForPage.Name = "userControlForPage";
this.userControlForPage.Size = new System.Drawing.Size(690, 38);
this.userControlForPage.TabIndex = 20;
//
// 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.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.ButtonEdit_Call,
this.ButtonEdit_Transfer});
this.gridControl1.Size = new System.Drawing.Size(690, 637);
this.gridControl1.TabIndex = 0;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
this.gridControl1.ProcessGridKey += new System.Windows.Forms.KeyEventHandler(this.gridControl1_ProcessGridKey);
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn_GUID,
this.gridColumn_unit,
this.gridColumn_name,
this.gridColumn_phone,
this.gridColumn_call,
this.gridColumn_Transfer});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.NewItemRowText = "新增";
this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True;
this.gridView1.OptionsNavigation.EnterMoveNextColumn = true;
this.gridView1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.RowUpdated += new DevExpress.XtraGrid.Views.Base.RowObjectEventHandler(this.gridView1_RowUpdated);
//
// gridColumn_GUID
//
this.gridColumn_GUID.Caption = "GUID";
this.gridColumn_GUID.FieldName = "GUID";
this.gridColumn_GUID.Name = "gridColumn_GUID";
//
// gridColumn_unit
//
this.gridColumn_unit.Caption = "单位";
this.gridColumn_unit.FieldName = "unit";
this.gridColumn_unit.Name = "gridColumn_unit";
this.gridColumn_unit.Visible = true;
this.gridColumn_unit.VisibleIndex = 0;
this.gridColumn_unit.Width = 148;
//
// 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 = 1;
this.gridColumn_name.Width = 148;
//
// gridColumn_phone
//
this.gridColumn_phone.Caption = "电话号码";
this.gridColumn_phone.FieldName = "phone";
this.gridColumn_phone.Name = "gridColumn_phone";
this.gridColumn_phone.Visible = true;
this.gridColumn_phone.VisibleIndex = 2;
this.gridColumn_phone.Width = 228;
//
// gridColumn_call
//
this.gridColumn_call.Caption = "拨号";
this.gridColumn_call.ColumnEdit = this.ButtonEdit_Call;
this.gridColumn_call.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
this.gridColumn_call.Name = "gridColumn_call";
this.gridColumn_call.Visible = true;
this.gridColumn_call.VisibleIndex = 4;
//
// ButtonEdit_Call
//
this.ButtonEdit_Call.Appearance.Options.UseTextOptions = true;
this.ButtonEdit_Call.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.ButtonEdit_Call.AutoHeight = false;
editorButtonImageOptions1.Image = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions1.Image")));
this.ButtonEdit_Call.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.ButtonEdit_Call.Name = "ButtonEdit_Call";
this.ButtonEdit_Call.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.ButtonEdit_Call.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.ButtonEdit_Call_ButtonClick);
//
// gridColumn_Transfer
//
this.gridColumn_Transfer.Caption = "转接";
this.gridColumn_Transfer.ColumnEdit = this.ButtonEdit_Transfer;
this.gridColumn_Transfer.Name = "gridColumn_Transfer";
this.gridColumn_Transfer.Visible = true;
this.gridColumn_Transfer.VisibleIndex = 3;
this.gridColumn_Transfer.Width = 71;
//
// ButtonEdit_Transfer
//
this.ButtonEdit_Transfer.Appearance.Options.UseTextOptions = true;
this.ButtonEdit_Transfer.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.ButtonEdit_Transfer.AutoHeight = false;
editorButtonImageOptions2.Image = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions2.Image")));
this.ButtonEdit_Transfer.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "转接", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.ButtonEdit_Transfer.Name = "ButtonEdit_Transfer";
this.ButtonEdit_Transfer.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.ButtonEdit_Transfer.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.ButtonEdit_Transfer_ButtonClick);
//
// Form_Phonebook
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(690, 637);
this.Controls.Add(this.panel1);
this.Name = "Form_Phonebook";
this.Text = "电话薄";
this.Load += new System.EventHandler(this.Form_Phonebook_Load);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ButtonEdit_Call)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ButtonEdit_Transfer)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_unit;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_name;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_phone;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_call;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit ButtonEdit_Call;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Transfer;
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_GUID;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit ButtonEdit_Transfer;
}
}