StableVersion4.3/HL_FristAidPlatform_Knowled.../Form_Knowledge_Construction...

266 lines
15 KiB
C#
Raw Normal View History

2024-03-11 09:47:34 +08:00
namespace HL_FristAidPlatform_KnowledgeBase
{
partial class Form_Knowledge_ConstructionMaterialsMain
{
/// <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 editorButtonImageOptions4 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Knowledge_ConstructionMaterialsMain));
this.repositoryItemButtonEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.C_MaterialName = new DevExpress.XtraGrid.Columns.GridColumn();
this.C_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.C_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.grv_List = new DevExpress.XtraGrid.Views.Grid.GridView();
this.C_Operate = new DevExpress.XtraGrid.Columns.GridColumn();
this.grid_List = new DevExpress.XtraGrid.GridControl();
this.lbl_Hospital = new DevExpress.XtraEditors.LabelControl();
this.panel_Sel = new DevExpress.XtraEditors.PanelControl();
this.txt_Key = new DevExpress.XtraEditors.TextEdit();
this.btn_Search = new DevExpress.XtraEditors.SimpleButton();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.radioGroup_VersionGUID = new DevExpress.XtraEditors.RadioGroup();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.radioGroup_SystemModuleID = new DevExpress.XtraEditors.RadioGroup();
this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_List)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grid_List)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panel_Sel)).BeginInit();
this.panel_Sel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_VersionGUID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_SystemModuleID.Properties)).BeginInit();
this.SuspendLayout();
//
// repositoryItemButtonEdit
//
this.repositoryItemButtonEdit.AutoHeight = false;
this.repositoryItemButtonEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "查看", -1, true, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.repositoryItemButtonEdit.Name = "repositoryItemButtonEdit";
this.repositoryItemButtonEdit.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
//
// C_MaterialName
//
this.C_MaterialName.Caption = "建设材料名称";
this.C_MaterialName.FieldName = "MaterialName";
this.C_MaterialName.Name = "C_MaterialName";
this.C_MaterialName.OptionsColumn.AllowEdit = false;
this.C_MaterialName.Visible = true;
this.C_MaterialName.VisibleIndex = 0;
this.C_MaterialName.Width = 334;
//
// C_GUID
//
this.C_GUID.Caption = "GUID";
this.C_GUID.FieldName = "GUID";
this.C_GUID.Name = "C_GUID";
this.C_GUID.OptionsColumn.AllowEdit = false;
//
// C_ID
//
this.C_ID.Caption = "ID";
this.C_ID.FieldName = "ID";
this.C_ID.Name = "C_ID";
this.C_ID.OptionsColumn.AllowEdit = false;
//
// grv_List
//
this.grv_List.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.C_ID,
this.C_GUID,
this.C_MaterialName,
this.C_Operate});
this.grv_List.GridControl = this.grid_List;
this.grv_List.GroupPanelText = " *建设材料模板仅供医院自己使用,切勿外传。";
this.grv_List.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
this.grv_List.IndicatorWidth = 35;
this.grv_List.Name = "grv_List";
this.grv_List.OptionsBehavior.ReadOnly = true;
this.grv_List.OptionsCustomization.AllowSort = false;
this.grv_List.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grv_List_CustomDrawRowIndicator);
//
// C_Operate
//
this.C_Operate.Caption = "操作";
this.C_Operate.ColumnEdit = this.repositoryItemButtonEdit;
this.C_Operate.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
this.C_Operate.Name = "C_Operate";
this.C_Operate.Visible = true;
this.C_Operate.VisibleIndex = 1;
//
// grid_List
//
this.grid_List.Dock = System.Windows.Forms.DockStyle.Fill;
this.grid_List.Location = new System.Drawing.Point(0, 69);
this.grid_List.MainView = this.grv_List;
this.grid_List.Name = "grid_List";
this.grid_List.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemButtonEdit});
this.grid_List.Size = new System.Drawing.Size(1124, 618);
this.grid_List.TabIndex = 8;
this.grid_List.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grv_List});
//
// lbl_Hospital
//
this.lbl_Hospital.Location = new System.Drawing.Point(15, 14);
this.lbl_Hospital.Name = "lbl_Hospital";
this.lbl_Hospital.Size = new System.Drawing.Size(60, 14);
this.lbl_Hospital.TabIndex = 23;
this.lbl_Hospital.Text = "认证中心:";
//
// panel_Sel
//
this.panel_Sel.Controls.Add(this.txt_Key);
this.panel_Sel.Controls.Add(this.btn_Search);
this.panel_Sel.Controls.Add(this.labelControl2);
this.panel_Sel.Controls.Add(this.radioGroup_VersionGUID);
this.panel_Sel.Controls.Add(this.labelControl1);
this.panel_Sel.Controls.Add(this.radioGroup_SystemModuleID);
this.panel_Sel.Controls.Add(this.lbl_Hospital);
this.panel_Sel.Dock = System.Windows.Forms.DockStyle.Top;
this.panel_Sel.Location = new System.Drawing.Point(0, 0);
this.panel_Sel.Name = "panel_Sel";
this.panel_Sel.Size = new System.Drawing.Size(1124, 69);
this.panel_Sel.TabIndex = 7;
//
// txt_Key
//
this.txt_Key.Location = new System.Drawing.Point(557, 40);
this.txt_Key.Name = "txt_Key";
this.txt_Key.Size = new System.Drawing.Size(184, 20);
this.txt_Key.TabIndex = 102;
this.txt_Key.EditValueChanged += new System.EventHandler(this.txt_Key_EditValueChanged);
//
// btn_Search
//
this.btn_Search.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Search.ImageOptions.Image")));
this.btn_Search.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btn_Search.Location = new System.Drawing.Point(747, 23);
this.btn_Search.Name = "btn_Search";
this.btn_Search.Size = new System.Drawing.Size(87, 38);
this.btn_Search.TabIndex = 103;
this.btn_Search.Text = "查询";
this.btn_Search.Click += new System.EventHandler(this.btn_Search_Click);
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(507, 43);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(48, 14);
this.labelControl2.TabIndex = 104;
this.labelControl2.Text = "关键词:";
//
// radioGroup_VersionGUID
//
this.radioGroup_VersionGUID.EditValue = "0";
this.radioGroup_VersionGUID.Location = new System.Drawing.Point(78, 39);
this.radioGroup_VersionGUID.Name = "radioGroup_VersionGUID";
this.radioGroup_VersionGUID.Properties.AllowMouseWheel = false;
this.radioGroup_VersionGUID.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow;
this.radioGroup_VersionGUID.Size = new System.Drawing.Size(419, 23);
this.radioGroup_VersionGUID.TabIndex = 101;
this.radioGroup_VersionGUID.SelectedIndexChanged += new System.EventHandler(this.radioGroup_VersionGUID_SelectedIndexChanged);
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(14, 43);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 14);
this.labelControl1.TabIndex = 23;
this.labelControl1.Text = "认证版本:";
//
// radioGroup_SystemModuleID
//
this.radioGroup_SystemModuleID.EditValue = "0";
this.radioGroup_SystemModuleID.Location = new System.Drawing.Point(78, 10);
this.radioGroup_SystemModuleID.Name = "radioGroup_SystemModuleID";
this.radioGroup_SystemModuleID.Properties.AllowMouseWheel = false;
this.radioGroup_SystemModuleID.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow;
this.radioGroup_SystemModuleID.Size = new System.Drawing.Size(663, 23);
this.radioGroup_SystemModuleID.TabIndex = 101;
this.radioGroup_SystemModuleID.EditValueChanged += new System.EventHandler(this.radioGroup_SystemModuleID_EditValueChanged);
//
// userControlForPage
//
this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage.Location = new System.Drawing.Point(0, 687);
this.userControlForPage.Name = "userControlForPage";
this.userControlForPage.Size = new System.Drawing.Size(1124, 33);
this.userControlForPage.TabIndex = 9;
this.userControlForPage.myPagerEvents += new HL_FristAidPlatform_Public.UserControlForPage.MyPagerEvents(this.userControlForPage_myPagerEvents);
this.userControlForPage.exportEvents += new HL_FristAidPlatform_Public.UserControlForPage.ExportEvents(this.userControlForPage_exportEvents);
//
// Form_Knowledge_ConstructionMaterialsMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1124, 720);
this.Controls.Add(this.grid_List);
this.Controls.Add(this.userControlForPage);
this.Controls.Add(this.panel_Sel);
this.Name = "Form_Knowledge_ConstructionMaterialsMain";
this.Text = "各大中心建设材料模板";
this.Load += new System.EventHandler(this.Form_Knowledge_ConstructionMaterialsMain_Load);
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_List)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grid_List)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panel_Sel)).EndInit();
this.panel_Sel.ResumeLayout(false);
this.panel_Sel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_VersionGUID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_SystemModuleID.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit;
private DevExpress.XtraGrid.Columns.GridColumn C_MaterialName;
private DevExpress.XtraGrid.Columns.GridColumn C_GUID;
private DevExpress.XtraGrid.Columns.GridColumn C_ID;
private DevExpress.XtraGrid.Views.Grid.GridView grv_List;
private DevExpress.XtraGrid.Columns.GridColumn C_Operate;
private DevExpress.XtraGrid.GridControl grid_List;
private DevExpress.XtraEditors.LabelControl lbl_Hospital;
private DevExpress.XtraEditors.PanelControl panel_Sel;
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraEditors.RadioGroup radioGroup_SystemModuleID;
private DevExpress.XtraEditors.RadioGroup radioGroup_VersionGUID;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.TextEdit txt_Key;
private DevExpress.XtraEditors.SimpleButton btn_Search;
private DevExpress.XtraEditors.LabelControl labelControl2;
}
}