namespace PatientMan.Forms
{
partial class frmPatientLists
{
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPatientLists));
this.grdClients = new PatientMan.hsphgrid();
this.persistentRepository = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
this.Sex = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
this.Provinces = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.Dead = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.No = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBirthYear = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPatientId = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPatientName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSex = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTelephoneNo = new DevExpress.XtraGrid.Columns.GridColumn();
this.colReceiveServiceDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colARV = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.barManager = new DevExpress.XtraBars.BarManager(this.components);
this.bar2 = new DevExpress.XtraBars.Bar();
this.barEdit = new DevExpress.XtraBars.BarButtonItem();
this.barFilter = new DevExpress.XtraBars.BarEditItem();
this.cbFilter = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
this.barFilterButton = new DevExpress.XtraBars.BarButtonItem();
this.barAutoUpdate = new DevExpress.XtraBars.BarButtonItem();
this.BeginDate = new DevExpress.XtraBars.BarEditItem();
this.repBeginDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.EndDate = new DevExpress.XtraBars.BarEditItem();
this.repEndDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.Printing = new DevExpress.XtraBars.BarButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.imageList = new System.Windows.Forms.ImageList(this.components);
this.barButtonView = new DevExpress.XtraBars.BarButtonItem();
((System.ComponentModel.ISupportInitialize)(this.grdClients)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Sex)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Provinces)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Dead)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbFilter)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repBeginDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repBeginDate.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repEndDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repEndDate.CalendarTimeProperties)).BeginInit();
this.SuspendLayout();
//
// grdClients
//
this.grdClients.ContextMenuStrip = this.grdContextMenu;
this.grdClients.Cursor = System.Windows.Forms.Cursors.Default;
resources.ApplyResources(this.grdClients, "grdClients");
this.grdClients.EmbeddedNavigator.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("grdClients.EmbeddedNavigator.Anchor")));
this.grdClients.EmbeddedNavigator.Buttons.Append.Visible = false;
this.grdClients.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
this.grdClients.EmbeddedNavigator.Buttons.EnabledAutoRepeat = false;
this.grdClients.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
this.grdClients.EmbeddedNavigator.Buttons.Remove.Visible = false;
this.grdClients.EmbeddedNavigator.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.grdClients.EmbeddedNavigator.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("grdClients.EmbeddedNavigator.ImeMode")));
this.grdClients.ExternalRepository = this.persistentRepository;
this.grdClients.MainView = this.gridView;
this.grdClients.Name = "grdClients";
this.grdClients.Patients = null;
this.grdClients.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView,
this.gridView1});
//
// persistentRepository
//
this.persistentRepository.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.Sex,
this.Provinces,
this.Dead});
//
// Sex
//
this.Sex.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("Sex.Buttons"))))});
this.Sex.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("Sex.Items"), ((object)(resources.GetObject("Sex.Items1"))), ((int)(resources.GetObject("Sex.Items2")))),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("Sex.Items3"), ((object)(resources.GetObject("Sex.Items4"))), ((int)(resources.GetObject("Sex.Items5"))))});
this.Sex.Name = "Sex";
//
// Provinces
//
resources.ApplyResources(this.Provinces, "Provinces");
this.Provinces.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("Provinces.Buttons"))))});
this.Provinces.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("Provinces.Columns"), resources.GetString("Provinces.Columns1")),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("Provinces.Columns2"), resources.GetString("Provinces.Columns3"))});
this.Provinces.DisplayMember = "Provincename";
this.Provinces.Name = "Provinces";
this.Provinces.ValueMember = "Provinceid";
//
// Dead
//
resources.ApplyResources(this.Dead, "Dead");
this.Dead.Name = "Dead";
this.Dead.ValueChecked = ((short)(1));
this.Dead.ValueGrayed = ((short)(0));
this.Dead.ValueUnchecked = ((short)(2));
//
// gridView
//
this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.No,
this.colBirthYear,
this.colPatientId,
this.colPatientName,
this.colSex,
this.colTelephoneNo,
this.colReceiveServiceDate,
this.colARV,
this.colStatus});
this.gridView.GridControl = this.grdClients;
resources.ApplyResources(this.gridView, "gridView");
this.gridView.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
this.gridView.Name = "gridView";
this.gridView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
this.gridView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
this.gridView.OptionsBehavior.Editable = false;
this.gridView.OptionsNavigation.EnterMoveNextColumn = true;
this.gridView.OptionsView.ColumnAutoWidth = false;
this.gridView.OptionsView.ShowFooter = true;
this.gridView.OptionsView.ShowGroupPanel = false;
this.gridView.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.True;
this.gridView.DoubleClick += new System.EventHandler(this.gridView_DoubleClick);
//
// No
//
resources.ApplyResources(this.No, "No");
this.No.FieldName = "No";
this.No.Name = "No";
this.No.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.True;
//
// colBirthYear
//
this.colBirthYear.AppearanceHeader.Options.UseTextOptions = true;
this.colBirthYear.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
resources.ApplyResources(this.colBirthYear, "colBirthYear");
this.colBirthYear.FieldName = "BirthYear";
this.colBirthYear.Name = "colBirthYear";
//
// colPatientId
//
this.colPatientId.AppearanceHeader.Options.UseTextOptions = true;
this.colPatientId.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
resources.ApplyResources(this.colPatientId, "colPatientId");
this.colPatientId.FieldName = "PatientId";
this.colPatientId.Name = "colPatientId";
//
// colPatientName
//
this.colPatientName.AppearanceHeader.Options.UseTextOptions = true;
this.colPatientName.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
resources.ApplyResources(this.colPatientName, "colPatientName");
this.colPatientName.FieldName = "PatientName";
this.colPatientName.Name = "colPatientName";
//
// colSex
//
this.colSex.AppearanceHeader.Options.UseTextOptions = true;
this.colSex.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
resources.ApplyResources(this.colSex, "colSex");
this.colSex.ColumnEdit = this.Sex;
this.colSex.FieldName = "Sex";
this.colSex.Name = "colSex";
//
// colTelephoneNo
//
this.colTelephoneNo.AppearanceHeader.Options.UseTextOptions = true;
this.colTelephoneNo.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
resources.ApplyResources(this.colTelephoneNo, "colTelephoneNo");
this.colTelephoneNo.FieldName = "TelephoneNo";
this.colTelephoneNo.Name = "colTelephoneNo";
//
// colReceiveServiceDate
//
this.colReceiveServiceDate.FieldName = "ReceiveServiceDate";
this.colReceiveServiceDate.Name = "colReceiveServiceDate";
this.colReceiveServiceDate.ShowUnboundExpressionMenu = true;
this.colReceiveServiceDate.UnboundType = DevExpress.Data.UnboundColumnType.String;
//
// colARV
//
this.colARV.FieldName = "ARV";
this.colARV.Name = "colARV";
resources.ApplyResources(this.colARV, "colARV");
//
// colStatus
//
this.colStatus.FieldName = "Status";
this.colStatus.Name = "colStatus";
//
// gridView1
//
this.gridView1.GridControl = this.grdClients;
this.gridView1.Name = "gridView1";
//
// barManager
//
this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar2});
this.barManager.DockControls.Add(this.barDockControlTop);
this.barManager.DockControls.Add(this.barDockControlBottom);
this.barManager.DockControls.Add(this.barDockControlLeft);
this.barManager.DockControls.Add(this.barDockControlRight);
this.barManager.Form = this;
this.barManager.Images = this.imageList;
this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.barButtonView,
this.barFilter,
this.barFilterButton,
this.barAutoUpdate,
this.BeginDate,
this.EndDate,
this.Printing,
this.barEdit});
this.barManager.LargeImages = this.imageList;
this.barManager.MainMenu = this.bar2;
this.barManager.MaxItemId = 10;
this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.cbFilter,
this.repBeginDate,
this.repEndDate});
//
// bar2
//
this.bar2.BarName = "Main menu";
this.bar2.DockCol = 0;
this.bar2.DockRow = 0;
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barEdit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(this.barFilter),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barFilterButton, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(this.barAutoUpdate),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.BeginDate, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(this.EndDate),
new DevExpress.XtraBars.LinkPersistInfo(this.Printing)});
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
resources.ApplyResources(this.bar2, "bar2");
//
// barEdit
//
resources.ApplyResources(this.barEdit, "barEdit");
this.barEdit.Glyph = ((System.Drawing.Image)(resources.GetObject("barEdit.Glyph")));
this.barEdit.Id = 9;
this.barEdit.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barEdit.LargeGlyph")));
this.barEdit.Name = "barEdit";
this.barEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEdit_ItemClick);
//
// barFilter
//
this.barFilter.Edit = this.cbFilter;
this.barFilter.EditHeight = 30;
this.barFilter.Id = 1;
this.barFilter.Name = "barFilter";
resources.ApplyResources(this.barFilter, "barFilter");
//
// cbFilter
//
resources.ApplyResources(this.cbFilter, "cbFilter");
this.cbFilter.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cbFilter.Buttons"))))});
this.cbFilter.Items.AddRange(new object[] {
resources.GetString("cbFilter.Items"),
resources.GetString("cbFilter.Items1"),
resources.GetString("cbFilter.Items2"),
resources.GetString("cbFilter.Items3"),
resources.GetString("cbFilter.Items4"),
resources.GetString("cbFilter.Items5")});
this.cbFilter.Name = "cbFilter";
this.cbFilter.EditValueChanged += new System.EventHandler(this.cbFilter_EditValueChanged);
//
// barFilterButton
//
resources.ApplyResources(this.barFilterButton, "barFilterButton");
this.barFilterButton.Glyph = ((System.Drawing.Image)(resources.GetObject("barFilterButton.Glyph")));
this.barFilterButton.Id = 2;
this.barFilterButton.ImageIndex = 0;
this.barFilterButton.Name = "barFilterButton";
this.barFilterButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barFilterButton_ItemClick);
//
// barAutoUpdate
//
resources.ApplyResources(this.barAutoUpdate, "barAutoUpdate");
this.barAutoUpdate.Glyph = ((System.Drawing.Image)(resources.GetObject("barAutoUpdate.Glyph")));
this.barAutoUpdate.Id = 5;
this.barAutoUpdate.Name = "barAutoUpdate";
this.barAutoUpdate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barAutoUpdate_ItemClick);
//
// BeginDate
//
resources.ApplyResources(this.BeginDate, "BeginDate");
this.BeginDate.Edit = this.repBeginDate;
this.BeginDate.Id = 6;
this.BeginDate.Name = "BeginDate";
this.BeginDate.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// repBeginDate
//
resources.ApplyResources(this.repBeginDate, "repBeginDate");
this.repBeginDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repBeginDate.Buttons"))))});
this.repBeginDate.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repBeginDate.CalendarTimeProperties.Buttons"))))});
this.repBeginDate.Name = "repBeginDate";
//
// EndDate
//
resources.ApplyResources(this.EndDate, "EndDate");
this.EndDate.Edit = this.repEndDate;
this.EndDate.Id = 7;
this.EndDate.Name = "EndDate";
this.EndDate.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// repEndDate
//
resources.ApplyResources(this.repEndDate, "repEndDate");
this.repEndDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repEndDate.Buttons"))))});
this.repEndDate.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repEndDate.CalendarTimeProperties.Buttons"))))});
this.repEndDate.Name = "repEndDate";
//
// Printing
//
resources.ApplyResources(this.Printing, "Printing");
this.Printing.Glyph = ((System.Drawing.Image)(resources.GetObject("Printing.Glyph")));
this.Printing.Id = 8;
this.Printing.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("Printing.LargeGlyph")));
this.Printing.Name = "Printing";
this.Printing.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Printing_ItemClick);
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
resources.ApplyResources(this.barDockControlTop, "barDockControlTop");
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
resources.ApplyResources(this.barDockControlBottom, "barDockControlBottom");
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
resources.ApplyResources(this.barDockControlLeft, "barDockControlLeft");
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
resources.ApplyResources(this.barDockControlRight, "barDockControlRight");
//
// imageList
//
this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
this.imageList.TransparentColor = System.Drawing.Color.Transparent;
this.imageList.Images.SetKeyName(0, "actions_document_preview.png");
this.imageList.Images.SetKeyName(1, "calculate.jpg");
this.imageList.Images.SetKeyName(2, "calendars.jpg");
this.imageList.Images.SetKeyName(3, "Clients.jpg");
this.imageList.Images.SetKeyName(4, "Clinics.jpg");
this.imageList.Images.SetKeyName(5, "exit.jpg");
this.imageList.Images.SetKeyName(6, "Pass.jpg");
this.imageList.Images.SetKeyName(7, "pre_clinic.jpg");
this.imageList.Images.SetKeyName(8, "print.jpg");
this.imageList.Images.SetKeyName(9, "printer.jpg");
this.imageList.Images.SetKeyName(10, "referral.jpg");
this.imageList.Images.SetKeyName(11, "reports.jpg");
this.imageList.Images.SetKeyName(12, "Save All.png");
this.imageList.Images.SetKeyName(13, "Settings.jpg");
this.imageList.Images.SetKeyName(14, "treatment.jpg");
//
// barButtonView
//
this.barButtonView.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonView.Glyph")));
this.barButtonView.Id = 0;
this.barButtonView.ImageIndex = 10;
this.barButtonView.Name = "barButtonView";
//
// frmPatientLists
//
resources.ApplyResources(this, "$this");
this.Controls.Add(this.grdClients);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "frmPatientLists";
((System.ComponentModel.ISupportInitialize)(this.grdClients)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Sex)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Provinces)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Dead)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbFilter)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repBeginDate.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repBeginDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repEndDate.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repEndDate)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.Views.Grid.GridView gridView;
private DevExpress.XtraGrid.Columns.GridColumn colBirthYear;
private DevExpress.XtraGrid.Columns.GridColumn colPatientId;
private DevExpress.XtraGrid.Columns.GridColumn colPatientName;
private DevExpress.XtraGrid.Columns.GridColumn colSex;
private DevExpress.XtraGrid.Columns.GridColumn colTelephoneNo;
private DevExpress.XtraEditors.Repository.PersistentRepository persistentRepository;
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox Sex;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit Provinces;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit Dead;
private DevExpress.XtraGrid.Columns.GridColumn colReceiveServiceDate;
private DevExpress.XtraBars.BarManager barManager;
private DevExpress.XtraBars.Bar bar2;
private DevExpress.XtraBars.BarButtonItem barButtonView;
private DevExpress.XtraBars.BarEditItem barFilter;
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox cbFilter;
private DevExpress.XtraBars.BarButtonItem barFilterButton;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private System.Windows.Forms.ImageList imageList;
private DevExpress.XtraGrid.Columns.GridColumn colARV;
private DevExpress.XtraGrid.Columns.GridColumn colStatus;
private DevExpress.XtraBars.BarButtonItem barAutoUpdate;
private hsphgrid grdClients;
private DevExpress.XtraBars.BarEditItem BeginDate;
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repBeginDate;
private DevExpress.XtraBars.BarEditItem EndDate;
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repEndDate;
private DevExpress.XtraGrid.Columns.GridColumn No;
private DevExpress.XtraBars.BarButtonItem Printing;
private DevExpress.XtraBars.BarButtonItem barEdit;
}
}