Exemple #1
0
        private void WfIniVar()
        {
            if (BoMaster == null)
            {
                BoMaster = new YR.ERP.BLL.MSSQL.AdmBLL(LoginInfo.CompNo, "", "", "");
            }
            //if (_boAdm == null)
            //    _boAdm = new YR.ERP.BLL.MSSQL.AdmBLL(LoginInfo.CompNo, "", "", "");


            _iMaxPickRow = GlobalFn.isNullRet(MsgInfoReturned.IntMaxRow, 1);
            WfSetSelectMode(_iMaxPickRow);
        }
Exemple #2
0
        private void FrmProgramList_Load(object sender, EventArgs e)
        {
            SqlConnection sqlConnection;

            DAL.ERP_MSSQLDAL ladm_dao;
            sqlConnection = new SqlConnection(this.m_strSecConString);
            ladm_dao      = YR.ERP.DAL.DALFactory.CreateDAO(m_strSecConString);
            BoSecurity    = new YR.ERP.BLL.MSSQL.AdmBLL(ladm_dao);
            try
            {
                //this.BackColor = ColorTranslator.FromHtml("#FFFDE6");

                // 保存 Security 連線及admbll
                YR.ERP.Shared.GlobalVar.DbAdmConn = sqlConnection;
                YR.ERP.Shared.GlobalVar.PU_BUSOBJ = BoSecurity;
                YR.ERP.Shared.GlobalVar.Adm_DAO   = ladm_dao;
                //WfSetAppearance(ultraSplitter1);

                DialogResult dialogResult = this.WfShowLogin(BoSecurity);
                if (dialogResult == DialogResult.OK)
                {
                    dialogResult = this.WfShowAdms801(BoSecurity);
                    if (dialogResult == DialogResult.OK)
                    {
                        WfIniUltraWinExplorBar(UebMenu);
                        WfLoadMenu();
                        this.WindowState = FormWindowState.Maximized;
                        WfSetFormTitle("Menu", "主選單", LoginInfo);
                        if (this.IsMdiChild)
                        {
                            this.MdiParent.Text = this.Text;
                        }
                        this.Show();
                        this.BringToFront();
                    }
                }
                else
                {
                    Application.Exit();
                }
                this.DialogResult = dialogResult;

                ute_ado01.KeyUp += Ute_ado01_KeyUp;
                ute_ado01.Focus();
            }
            catch (Exception ex)
            {
                WfShowErrorMsg(ex.Message);
            }
        }
Exemple #3
0
 private void WfIniVar()
 {
     if (BoMaster == null)
     {
         BoMaster = new YR.ERP.BLL.MSSQL.AdmBLL(LoginInfo.CompNo, "", "", "");
     }
     if (tabDetailList == null)
     {
         intTabCount = 1;
     }
     else
     {
         intTabCount = 1 + tabDetailList.Count;
     }
 }
Exemple #4
0
        private DialogResult WfShowLogin(YR.ERP.BLL.MSSQL.AdmBLL pBoAdm)
        {
            YR.ERP.Forms.FrmLogin frmLogin = new YR.ERP.Forms.FrmLogin();
            frmLogin.BoSecurity = pBoAdm;

            if (frmLogin == null)
            {
                WfShowErrorMsg("初始化視窗失敗!");
                return(DialogResult.Cancel);
            }
            else
            {
                DialogResult   = frmLogin.ShowDialog();
                this.LoginInfo = frmLogin.LoginInfo;
                //DialogResult = DialogResult.OK;
                return(DialogResult);
            }
        }
Exemple #5
0
        private void WfIniVar()
        {
            if (_boMaster == null)
            {
                _boMaster = new YR.ERP.BLL.MSSQL.AdmBLL(LoginInfo.CompNo, "", "", "");
            }
            if (_boAdm == null)
            {
                _boAdm = new YR.ERP.BLL.MSSQL.AdmBLL(LoginInfo.CompNo, "", "", "");
            }

            iMaxPickRow = GlobalFn.isNullRet(MsgInfoReturned.IntMaxRow, 1);
            if (MsgInfoReturned == null)
            {
                WfSetSelectMode(1);
                return;
            }
            WfSetSelectMode(iMaxPickRow);
        }
Exemple #6
0
        private DialogResult WfShowAdms801(YR.ERP.BLL.MSSQL.AdmBLL p_admbll)
        {
            using (YR.ERP.Forms.Adm.FrmAdms801 frmAdms801 = new YR.ERP.Forms.Adm.FrmAdms801())
            {
                frmAdms801.Owner      = this;
                frmAdms801.BoSecurity = p_admbll;
                frmAdms801.LoginInfo  = this.LoginInfo;

                if (frmAdms801 == null)
                {
                    WfShowErrorMsg("初始化視窗失敗!");
                    return(DialogResult.Cancel);
                }
                else
                {
                    DialogResult = frmAdms801.ShowDialog();
                    return(DialogResult);
                }
            }
        }
Exemple #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     YR.ERP.BLL.MSSQL.AdmBLL admBLL1 = new YR.ERP.BLL.MSSQL.AdmBLL();
     this.ultraTabPageControl6        = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraTabPageControl7        = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraTabPageControl8        = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraTabPageControl9        = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraTabPageControl10       = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.uTab_Detail                 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.ultraSplitter1              = new Infragistics.Win.Misc.UltraSplitter();
     ((System.ComponentModel.ISupportInitialize)(this.uGridMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Master)).BeginInit();
     this.uTab_Master.SuspendLayout();
     this.ultraTabPageControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UtbmMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BindingMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Detail)).BeginInit();
     this.uTab_Detail.SuspendLayout();
     this.SuspendLayout();
     //
     // uGridMaster
     //
     this.uGridMaster.DataSource = this.BindingMaster;
     this.uGridMaster.DisplayLayout.ForceSerialization = true;
     this.uGridMaster.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uGridMaster.Size = new System.Drawing.Size(910, 207);
     //
     // uTab_Master
     //
     this.uTab_Master.Dock     = System.Windows.Forms.DockStyle.Top;
     this.uTab_Master.Location = new System.Drawing.Point(1, 54);
     this.uTab_Master.Margin   = new System.Windows.Forms.Padding(4);
     this.uTab_Master.Size     = new System.Drawing.Size(914, 235);
     this.uTab_Master.TabIndex = 0;
     this.uTab_Master.TabPageMargins.ForceSerialization = true;
     this.uTab_Master.TabStop = false;
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl2.Size   = new System.Drawing.Size(910, 205);
     //
     // ultraTabPageControl3
     //
     this.ultraTabPageControl3.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl3.Size   = new System.Drawing.Size(910, 205);
     //
     // ultraTabPageControl4
     //
     this.ultraTabPageControl4.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl4.Size   = new System.Drawing.Size(910, 205);
     //
     // ultraTabPageControl5
     //
     this.ultraTabPageControl5.Controls.Add(this.uGridMaster);
     this.ultraTabPageControl5.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl5.Size   = new System.Drawing.Size(910, 205);
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl1.Size   = new System.Drawing.Size(910, 205);
     //
     // UtbmMain
     //
     this.UtbmMain.MenuSettings.ForceSerialization   = true;
     this.UtbmMain.Ribbon.AllowAutoHide              = Infragistics.Win.DefaultableBoolean.True;
     this.UtbmMain.Ribbon.FileMenuButtonCaption      = "";
     this.UtbmMain.Ribbon.QuickAccessToolbar.Visible = false;
     this.UtbmMain.Ribbon.Visible = true;
     this.UtbmMain.Style          = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2013;
     this.UtbmMain.ToolbarSettings.ForceSerialization = true;
     //
     // UsbButtom
     //
     this.UsbButtom.Location = new System.Drawing.Point(0, 509);
     this.UsbButtom.Margin   = new System.Windows.Forms.Padding(3);
     this.UsbButtom.Size     = new System.Drawing.Size(916, 18);
     //
     // ultraTabPageControl6
     //
     this.ultraTabPageControl6.Location = new System.Drawing.Point(1, 23);
     this.ultraTabPageControl6.Name     = "ultraTabPageControl6";
     this.ultraTabPageControl6.Size     = new System.Drawing.Size(910, 190);
     //
     // ultraTabPageControl7
     //
     this.ultraTabPageControl7.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl7.Name     = "ultraTabPageControl7";
     this.ultraTabPageControl7.Size     = new System.Drawing.Size(910, 190);
     //
     // ultraTabPageControl8
     //
     this.ultraTabPageControl8.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl8.Name     = "ultraTabPageControl8";
     this.ultraTabPageControl8.Size     = new System.Drawing.Size(910, 190);
     //
     // ultraTabPageControl9
     //
     this.ultraTabPageControl9.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl9.Name     = "ultraTabPageControl9";
     this.ultraTabPageControl9.Size     = new System.Drawing.Size(910, 190);
     //
     // ultraTabPageControl10
     //
     this.ultraTabPageControl10.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl10.Name     = "ultraTabPageControl10";
     this.ultraTabPageControl10.Size     = new System.Drawing.Size(910, 190);
     //
     // uTab_Detail
     //
     this.uTab_Detail.Controls.Add(this.ultraTabSharedControlsPage2);
     this.uTab_Detail.Controls.Add(this.ultraTabPageControl6);
     this.uTab_Detail.Controls.Add(this.ultraTabPageControl7);
     this.uTab_Detail.Controls.Add(this.ultraTabPageControl8);
     this.uTab_Detail.Controls.Add(this.ultraTabPageControl9);
     this.uTab_Detail.Controls.Add(this.ultraTabPageControl10);
     this.uTab_Detail.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.uTab_Detail.Location           = new System.Drawing.Point(1, 293);
     this.uTab_Detail.Name               = "uTab_Detail";
     this.uTab_Detail.SharedControlsPage = this.ultraTabSharedControlsPage2;
     this.uTab_Detail.Size               = new System.Drawing.Size(914, 216);
     this.uTab_Detail.TabIndex           = 11;
     ultraTab1.TabPage = this.ultraTabPageControl6;
     ultraTab1.Text    = "tab1";
     ultraTab2.TabPage = this.ultraTabPageControl7;
     ultraTab2.Text    = "tab2";
     ultraTab3.TabPage = this.ultraTabPageControl8;
     ultraTab3.Text    = "tab3";
     ultraTab4.TabPage = this.ultraTabPageControl9;
     ultraTab4.Text    = "tab4";
     ultraTab5.TabPage = this.ultraTabPageControl10;
     ultraTab5.Text    = "tab5";
     this.uTab_Detail.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
         ultraTab1,
         ultraTab2,
         ultraTab3,
         ultraTab4,
         ultraTab5
     });
     this.uTab_Detail.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.uTab_Detail_SelectedTabChanged);
     //
     // ultraTabSharedControlsPage2
     //
     this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage2.Name     = "ultraTabSharedControlsPage2";
     this.ultraTabSharedControlsPage2.Size     = new System.Drawing.Size(910, 190);
     //
     // ultraSplitter1
     //
     this.ultraSplitter1.BackColor     = System.Drawing.SystemColors.Control;
     this.ultraSplitter1.Dock          = System.Windows.Forms.DockStyle.Top;
     this.ultraSplitter1.Location      = new System.Drawing.Point(1, 289);
     this.ultraSplitter1.Name          = "ultraSplitter1";
     this.ultraSplitter1.RestoreExtent = 158;
     this.ultraSplitter1.Size          = new System.Drawing.Size(914, 4);
     this.ultraSplitter1.TabIndex      = 12;
     //
     // FrmEntryMDBase
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BoMaster            = admBLL1;
     this.ClientSize          = new System.Drawing.Size(916, 527);
     this.Controls.Add(this.uTab_Detail);
     this.Controls.Add(this.ultraSplitter1);
     this.KeyPreview = true;
     this.Margin     = new System.Windows.Forms.Padding(5);
     this.Name       = "FrmEntryMDBase";
     this.Text       = "FrmEntryMDBase";
     this.Controls.SetChildIndex(this.UsbButtom, 0);
     this.Controls.SetChildIndex(this.uTab_Master, 0);
     this.Controls.SetChildIndex(this.ultraSplitter1, 0);
     this.Controls.SetChildIndex(this.uTab_Detail, 0);
     ((System.ComponentModel.ISupportInitialize)(this.uGridMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Master)).EndInit();
     this.uTab_Master.ResumeLayout(false);
     this.ultraTabPageControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.UtbmMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BindingMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Detail)).EndInit();
     this.uTab_Detail.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     YR.ERP.BLL.MSSQL.AdmBLL     commonBLL1   = new YR.ERP.BLL.MSSQL.AdmBLL();
     this.ute_adm01_c = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.ute_adm01   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Detail)).BeginInit();
     this.uTab_Detail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uGridMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BindingMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Master)).BeginInit();
     this.uTab_Master.SuspendLayout();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UtbmMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adm01_c)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adm01)).BeginInit();
     this.SuspendLayout();
     //
     // uTab_Detail
     //
     this.uTab_Detail.Location = new System.Drawing.Point(8, 287);
     this.uTab_Detail.Size     = new System.Drawing.Size(914, 253);
     this.uTab_Detail.TabIndex = 0;
     this.uTab_Detail.TabPageMargins.ForceSerialization = true;
     this.uTab_Detail.TabStop = false;
     //
     // ultraTabPageControl8
     //
     this.ultraTabPageControl8.Size = new System.Drawing.Size(910, 349);
     //
     // ultraTabPageControl9
     //
     this.ultraTabPageControl9.Size = new System.Drawing.Size(910, 349);
     //
     // ultraTabPageControl10
     //
     this.ultraTabPageControl10.Size = new System.Drawing.Size(910, 349);
     //
     // ultraTabPageControl6
     //
     this.ultraTabPageControl6.Size = new System.Drawing.Size(910, 227);
     //
     // ultraTabPageControl7
     //
     this.ultraTabPageControl7.Size = new System.Drawing.Size(910, 349);
     //
     // ultraSplitter1
     //
     this.ultraSplitter1.Location = new System.Drawing.Point(8, 283);
     this.ultraSplitter1.Size     = new System.Drawing.Size(914, 4);
     //
     // UGrid_Master
     //
     appearance1.BackColor   = System.Drawing.Color.WhiteSmoke;
     appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.uGridMaster.DisplayLayout.Appearance             = appearance1;
     this.uGridMaster.DisplayLayout.BorderStyle            = Infragistics.Win.UIElementBorderStyle.Solid;
     this.uGridMaster.DisplayLayout.CaptionVisible         = Infragistics.Win.DefaultableBoolean.False;
     this.uGridMaster.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
     this.uGridMaster.DisplayLayout.GroupByBox.Hidden      = true;
     this.uGridMaster.DisplayLayout.MaxColScrollRegions    = 1;
     this.uGridMaster.DisplayLayout.MaxRowScrollRegions    = 1;
     appearance2.ForeColor = System.Drawing.Color.Black;
     this.uGridMaster.DisplayLayout.Override.ActiveCellAppearance = appearance2;
     appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(208)))), ((int)(((byte)(245)))));
     appearance3.ForeColor = System.Drawing.Color.Black;
     this.uGridMaster.DisplayLayout.Override.ActiveRowAppearance = appearance3;
     this.uGridMaster.DisplayLayout.Override.AllowGroupBy        = Infragistics.Win.DefaultableBoolean.False;
     this.uGridMaster.DisplayLayout.Override.AllowRowFiltering   = Infragistics.Win.DefaultableBoolean.False;
     this.uGridMaster.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance4.BackColor = System.Drawing.SystemColors.Window;
     this.uGridMaster.DisplayLayout.Override.CardAreaAppearance = appearance4;
     this.uGridMaster.DisplayLayout.Override.CardSpacing        = 2;
     appearance5.BorderColor        = System.Drawing.Color.Silver;
     appearance5.TextTrimming       = Infragistics.Win.TextTrimming.EllipsisCharacter;
     appearance5.TextVAlignAsString = "Middle";
     this.uGridMaster.DisplayLayout.Override.CellAppearance  = appearance5;
     this.uGridMaster.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.uGridMaster.DisplayLayout.Override.CellPadding     = 2;
     appearance6.ForeColor = System.Drawing.Color.Red;
     this.uGridMaster.DisplayLayout.Override.DataErrorCellAppearance = appearance6;
     appearance7.BackColor = System.Drawing.Color.LightYellow;
     this.uGridMaster.DisplayLayout.Override.DataErrorRowAppearance = appearance7;
     appearance8.BackColor = System.Drawing.Color.Red;
     this.uGridMaster.DisplayLayout.Override.DataErrorRowSelectorAppearance = appearance8;
     appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.uGridMaster.DisplayLayout.Override.EditCellAppearance = appearance9;
     appearance10.BackColor             = System.Drawing.SystemColors.Control;
     appearance10.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance10.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance10.BorderColor           = System.Drawing.SystemColors.Window;
     this.uGridMaster.DisplayLayout.Override.GroupByRowAppearance = appearance10;
     appearance11.TextHAlignAsString = "Left";
     this.uGridMaster.DisplayLayout.Override.HeaderAppearance  = appearance11;
     this.uGridMaster.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.uGridMaster.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(208)))));
     this.uGridMaster.DisplayLayout.Override.RowAlternateAppearance = appearance12;
     appearance13.BackColor   = System.Drawing.SystemColors.Window;
     appearance13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.uGridMaster.DisplayLayout.Override.RowAppearance        = appearance13;
     this.uGridMaster.DisplayLayout.Override.RowSelectors         = Infragistics.Win.DefaultableBoolean.False;
     this.uGridMaster.DisplayLayout.Override.RowSelectorWidth     = 20;
     this.uGridMaster.DisplayLayout.Override.SupportDataErrorInfo = Infragistics.Win.UltraWinGrid.SupportDataErrorInfo.RowsAndCells;
     appearance14.BackColor = System.Drawing.SystemColors.ControlLight;
     this.uGridMaster.DisplayLayout.Override.TemplateAddRowAppearance = appearance14;
     this.uGridMaster.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.uGridMaster.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.uGridMaster.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.uGridMaster.Font = new System.Drawing.Font("新細明體", 9.5F);
     this.uGridMaster.Size = new System.Drawing.Size(924, 207);
     //
     // uTab_Master
     //
     this.uTab_Master.Location = new System.Drawing.Point(8, 54);
     this.uTab_Master.Size     = new System.Drawing.Size(914, 229);
     this.uTab_Master.TabPageMargins.ForceSerialization = true;
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Size = new System.Drawing.Size(910, 77);
     //
     // ultraTabPageControl3
     //
     this.ultraTabPageControl3.Size = new System.Drawing.Size(910, 77);
     //
     // ultraTabPageControl4
     //
     this.ultraTabPageControl4.Size = new System.Drawing.Size(910, 77);
     //
     // ultraTabPageControl5
     //
     this.ultraTabPageControl5.Size = new System.Drawing.Size(910, 77);
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.uGridMaster);
     this.ultraTabPageControl1.Controls.Add(this.ute_adm01);
     this.ultraTabPageControl1.Controls.Add(this.ute_adm01_c);
     this.ultraTabPageControl1.Controls.Add(this.label1);
     this.ultraTabPageControl1.Controls.Add(this.label2);
     this.ultraTabPageControl1.Size = new System.Drawing.Size(910, 199);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label2, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label1, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_adm01_c, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_adm01, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.uGridMaster, 0);
     //
     // UtbmMain
     //
     this.UtbmMain.MenuSettings.ForceSerialization   = true;
     this.UtbmMain.Ribbon.AllowAutoHide              = Infragistics.Win.DefaultableBoolean.True;
     this.UtbmMain.Ribbon.FileMenuButtonCaption      = "";
     this.UtbmMain.Ribbon.QuickAccessToolbar.Visible = false;
     this.UtbmMain.Ribbon.Visible = true;
     this.UtbmMain.Style          = Infragistics.Win.UltraWinToolbars.ToolbarStyle.ScenicRibbon;
     this.UtbmMain.ToolbarSettings.ForceSerialization = true;
     //
     // UsbButtom
     //
     this.UsbButtom.Location = new System.Drawing.Point(8, 540);
     this.UsbButtom.Size     = new System.Drawing.Size(914, 18);
     //
     // ute_adm01_c
     //
     this.ute_adm01_c.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_adm01_c.Location = new System.Drawing.Point(118, 40);
     this.ute_adm01_c.Name     = "ute_adm01_c";
     this.ute_adm01_c.Size     = new System.Drawing.Size(387, 22);
     this.ute_adm01_c.TabIndex = 1;
     this.ute_adm01_c.Tag      = "adm01_c";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label1.Location = new System.Drawing.Point(14, 15);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(44, 14);
     this.label1.TabIndex = 19;
     this.label1.Tag      = "adm01";
     this.label1.Text     = "adm01";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label2.Location = new System.Drawing.Point(14, 44);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(57, 14);
     this.label2.TabIndex = 20;
     this.label2.Tag      = "adm01_c";
     this.label2.Text     = "adm01_c";
     //
     // ute_adm01
     //
     this.ute_adm01.AccessibleDescription = "R";
     this.ute_adm01.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_adm01.Location = new System.Drawing.Point(118, 11);
     this.ute_adm01.Name     = "ute_adm01";
     this.ute_adm01.Size     = new System.Drawing.Size(140, 22);
     this.ute_adm01.TabIndex = 0;
     this.ute_adm01.Tag      = "adm01";
     //
     // FrmAdmi610
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BoMaster            = commonBLL1;
     this.ClientSize          = new System.Drawing.Size(930, 566);
     this.Name = "FrmAdmi610";
     this.Text = "FrmAdmi610";
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Detail)).EndInit();
     this.uTab_Detail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uGridMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BindingMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Master)).EndInit();
     this.uTab_Master.ResumeLayout(false);
     this.ultraTabPageControl1.ResumeLayout(false);
     this.ultraTabPageControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UtbmMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adm01_c)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adm01)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YR.ERP.BLL.MSSQL.AdmBLL admBLL1 = new YR.ERP.BLL.MSSQL.AdmBLL();
     this.ucx_azp06   = new YR.Util.Controls.UcCheckBox();
     this.ute_azp06   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label6      = new System.Windows.Forms.Label();
     this.ute_azp05   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label5      = new System.Windows.Forms.Label();
     this.ute_azp04   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label4      = new System.Windows.Forms.Label();
     this.ute_azp03   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label3      = new System.Windows.Forms.Label();
     this.ute_azp02   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label2      = new System.Windows.Forms.Label();
     this.ute_azp01   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label1      = new System.Windows.Forms.Label();
     this.ute_azp03_c = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ucx_azp08   = new YR.Util.Controls.UcCheckBox();
     this.udt_azpmodd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.udt_azpcred = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ute_azpsecg = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label30     = new System.Windows.Forms.Label();
     this.ute_azpsecu = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label29     = new System.Windows.Forms.Label();
     this.label28     = new System.Windows.Forms.Label();
     this.label27     = new System.Windows.Forms.Label();
     this.ute_azpmodg = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label26     = new System.Windows.Forms.Label();
     this.ute_azpcreg = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label25     = new System.Windows.Forms.Label();
     this.ute_azpmodu = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label24     = new System.Windows.Forms.Label();
     this.ute_azpcreu = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label23     = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Detail)).BeginInit();
     this.uTab_Detail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uGridMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Master)).BeginInit();
     this.uTab_Master.SuspendLayout();
     this.ultraTabPageControl2.SuspendLayout();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UtbmMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BindingMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp06)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp05)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp04)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp03)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp02)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp01)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp03_c)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_azpmodd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_azpcred)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azpsecg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azpsecu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azpmodg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azpcreg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azpmodu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azpcreu)).BeginInit();
     this.SuspendLayout();
     //
     // uTab_Detail
     //
     this.uTab_Detail.Location = new System.Drawing.Point(8, 313);
     this.uTab_Detail.Size     = new System.Drawing.Size(914, 227);
     this.uTab_Detail.TabPageMargins.ForceSerialization = true;
     this.uTab_Detail.TabStop = false;
     //
     // ultraTabPageControl8
     //
     this.ultraTabPageControl8.Size = new System.Drawing.Size(910, 201);
     //
     // ultraTabPageControl9
     //
     this.ultraTabPageControl9.Size = new System.Drawing.Size(910, 201);
     //
     // ultraTabPageControl10
     //
     this.ultraTabPageControl10.Size = new System.Drawing.Size(910, 201);
     //
     // ultraTabPageControl6
     //
     this.ultraTabPageControl6.Size = new System.Drawing.Size(910, 201);
     //
     // ultraTabPageControl7
     //
     this.ultraTabPageControl7.Size = new System.Drawing.Size(910, 201);
     //
     // ultraSplitter1
     //
     this.ultraSplitter1.Location = new System.Drawing.Point(8, 309);
     //
     // uGridMaster
     //
     this.uGridMaster.DisplayLayout.ForceSerialization = true;
     this.uGridMaster.Font = new System.Drawing.Font("Arial", 9.5F);
     this.uGridMaster.Size = new System.Drawing.Size(924, 207);
     //
     // uTab_Master
     //
     this.uTab_Master.Location = new System.Drawing.Point(8, 54);
     this.uTab_Master.Size     = new System.Drawing.Size(914, 255);
     this.uTab_Master.TabPageMargins.ForceSerialization = true;
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this.udt_azpmodd);
     this.ultraTabPageControl2.Controls.Add(this.udt_azpcred);
     this.ultraTabPageControl2.Controls.Add(this.ute_azpsecg);
     this.ultraTabPageControl2.Controls.Add(this.label30);
     this.ultraTabPageControl2.Controls.Add(this.ute_azpsecu);
     this.ultraTabPageControl2.Controls.Add(this.label29);
     this.ultraTabPageControl2.Controls.Add(this.label28);
     this.ultraTabPageControl2.Controls.Add(this.label27);
     this.ultraTabPageControl2.Controls.Add(this.ute_azpmodg);
     this.ultraTabPageControl2.Controls.Add(this.label26);
     this.ultraTabPageControl2.Controls.Add(this.ute_azpcreg);
     this.ultraTabPageControl2.Controls.Add(this.label25);
     this.ultraTabPageControl2.Controls.Add(this.ute_azpmodu);
     this.ultraTabPageControl2.Controls.Add(this.label24);
     this.ultraTabPageControl2.Controls.Add(this.ute_azpcreu);
     this.ultraTabPageControl2.Controls.Add(this.label23);
     this.ultraTabPageControl2.Location = new System.Drawing.Point(1, 27);
     this.ultraTabPageControl2.Size     = new System.Drawing.Size(910, 225);
     //
     // ultraTabPageControl3
     //
     this.ultraTabPageControl3.Size = new System.Drawing.Size(910, 225);
     //
     // ultraTabPageControl4
     //
     this.ultraTabPageControl4.Size = new System.Drawing.Size(910, 225);
     //
     // ultraTabPageControl5
     //
     this.ultraTabPageControl5.Size = new System.Drawing.Size(910, 225);
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.ucx_azp08);
     this.ultraTabPageControl1.Controls.Add(this.uGridMaster);
     this.ultraTabPageControl1.Controls.Add(this.ute_azp03_c);
     this.ultraTabPageControl1.Controls.Add(this.ucx_azp06);
     this.ultraTabPageControl1.Controls.Add(this.ute_azp06);
     this.ultraTabPageControl1.Controls.Add(this.label6);
     this.ultraTabPageControl1.Controls.Add(this.ute_azp05);
     this.ultraTabPageControl1.Controls.Add(this.label5);
     this.ultraTabPageControl1.Controls.Add(this.ute_azp04);
     this.ultraTabPageControl1.Controls.Add(this.label4);
     this.ultraTabPageControl1.Controls.Add(this.ute_azp03);
     this.ultraTabPageControl1.Controls.Add(this.label3);
     this.ultraTabPageControl1.Controls.Add(this.ute_azp02);
     this.ultraTabPageControl1.Controls.Add(this.label2);
     this.ultraTabPageControl1.Controls.Add(this.ute_azp01);
     this.ultraTabPageControl1.Controls.Add(this.label1);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl1.Size     = new System.Drawing.Size(910, 225);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label1, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_azp01, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label2, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_azp02, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label3, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_azp03, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label4, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_azp04, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label5, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_azp05, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label6, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_azp06, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ucx_azp06, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_azp03_c, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.uGridMaster, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ucx_azp08, 0);
     //
     // UtbmMain
     //
     this.UtbmMain.MenuSettings.ForceSerialization   = true;
     this.UtbmMain.Ribbon.AllowAutoHide              = Infragistics.Win.DefaultableBoolean.True;
     this.UtbmMain.Ribbon.FileMenuButtonCaption      = "";
     this.UtbmMain.Ribbon.QuickAccessToolbar.Visible = false;
     this.UtbmMain.Ribbon.Visible = true;
     this.UtbmMain.Style          = Infragistics.Win.UltraWinToolbars.ToolbarStyle.ScenicRibbon;
     this.UtbmMain.ToolbarSettings.ForceSerialization = true;
     //
     // UsbButtom
     //
     this.UsbButtom.Location = new System.Drawing.Point(8, 540);
     //
     // ucx_azp06
     //
     this.ucx_azp06.AccessibleDescription = "R";
     this.ucx_azp06.AutoSize  = true;
     this.ucx_azp06.Font      = new System.Drawing.Font("新細明體", 10F);
     this.ucx_azp06.Location  = new System.Drawing.Point(466, 8);
     this.ucx_azp06.Name      = "ucx_azp06";
     this.ucx_azp06.NullValue = "";
     this.ucx_azp06.Size      = new System.Drawing.Size(59, 18);
     this.ucx_azp06.TabIndex  = 5;
     this.ucx_azp06.Tag       = "azp06";
     this.ucx_azp06.Text      = "azp06";
     //
     // ute_azp06
     //
     this.ute_azp06.Font       = new System.Drawing.Font("新細明體", 10F);
     this.ute_azp06.Location   = new System.Drawing.Point(463, 34);
     this.ute_azp06.Multiline  = true;
     this.ute_azp06.Name       = "ute_azp06";
     this.ute_azp06.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
     this.ute_azp06.Size       = new System.Drawing.Size(301, 55);
     this.ute_azp06.TabIndex   = 6;
     this.ute_azp06.Tag        = "azp07";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label6.Location = new System.Drawing.Point(377, 31);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(40, 14);
     this.label6.TabIndex = 43;
     this.label6.Tag      = "azp07";
     this.label6.Text     = "azp07";
     //
     // ute_azp05
     //
     this.ute_azp05.Font       = new System.Drawing.Font("新細明體", 10F);
     this.ute_azp05.Location   = new System.Drawing.Point(149, 162);
     this.ute_azp05.Multiline  = true;
     this.ute_azp05.Name       = "ute_azp05";
     this.ute_azp05.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
     this.ute_azp05.Size       = new System.Drawing.Size(615, 55);
     this.ute_azp05.TabIndex   = 4;
     this.ute_azp05.Tag        = "azp05";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label5.Location = new System.Drawing.Point(22, 166);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(40, 14);
     this.label5.TabIndex = 42;
     this.label5.Tag      = "azp05";
     this.label5.Text     = "azp05";
     //
     // ute_azp04
     //
     this.ute_azp04.Font       = new System.Drawing.Font("新細明體", 10F);
     this.ute_azp04.Location   = new System.Drawing.Point(149, 97);
     this.ute_azp04.Multiline  = true;
     this.ute_azp04.Name       = "ute_azp04";
     this.ute_azp04.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
     this.ute_azp04.Size       = new System.Drawing.Size(615, 56);
     this.ute_azp04.TabIndex   = 3;
     this.ute_azp04.Tag        = "azp04";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label4.Location = new System.Drawing.Point(22, 101);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(40, 14);
     this.label4.TabIndex = 41;
     this.label4.Tag      = "azp04";
     this.label4.Text     = "azp04";
     //
     // ute_azp03
     //
     this.ute_azp03.AccessibleDescription = "R";
     this.ute_azp03.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_azp03.Location = new System.Drawing.Point(149, 65);
     this.ute_azp03.Name     = "ute_azp03";
     this.ute_azp03.Size     = new System.Drawing.Size(86, 22);
     this.ute_azp03.TabIndex = 2;
     this.ute_azp03.Tag      = "azp03";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label3.Location = new System.Drawing.Point(22, 69);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(40, 14);
     this.label3.TabIndex = 39;
     this.label3.Tag      = "azp03";
     this.label3.Text     = "azp03";
     //
     // ute_azp02
     //
     this.ute_azp02.AccessibleDescription = "R";
     this.ute_azp02.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_azp02.Location = new System.Drawing.Point(149, 34);
     this.ute_azp02.Name     = "ute_azp02";
     this.ute_azp02.Size     = new System.Drawing.Size(222, 22);
     this.ute_azp02.TabIndex = 1;
     this.ute_azp02.Tag      = "azp02";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label2.Location = new System.Drawing.Point(22, 38);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 14);
     this.label2.TabIndex = 36;
     this.label2.Tag      = "azp02";
     this.label2.Text     = "azp02";
     //
     // ute_azp01
     //
     this.ute_azp01.AccessibleDescription = "R";
     this.ute_azp01.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_azp01.Location = new System.Drawing.Point(149, 6);
     this.ute_azp01.Name     = "ute_azp01";
     this.ute_azp01.Size     = new System.Drawing.Size(222, 22);
     this.ute_azp01.TabIndex = 0;
     this.ute_azp01.Tag      = "azp01";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label1.Location = new System.Drawing.Point(22, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 14);
     this.label1.TabIndex = 33;
     this.label1.Tag      = "azp01";
     this.label1.Text     = "azp01";
     //
     // ute_azp03_c
     //
     this.ute_azp03_c.AccessibleDescription = "R";
     this.ute_azp03_c.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_azp03_c.Location = new System.Drawing.Point(236, 65);
     this.ute_azp03_c.Name     = "ute_azp03_c";
     this.ute_azp03_c.Size     = new System.Drawing.Size(222, 22);
     this.ute_azp03_c.TabIndex = 44;
     this.ute_azp03_c.Tag      = "azp03_c";
     //
     // ucx_azp08
     //
     this.ucx_azp08.AccessibleDescription = "";
     this.ucx_azp08.AutoSize  = true;
     this.ucx_azp08.Font      = new System.Drawing.Font("新細明體", 10F);
     this.ucx_azp08.Location  = new System.Drawing.Point(614, 10);
     this.ucx_azp08.Name      = "ucx_azp08";
     this.ucx_azp08.NullValue = "";
     this.ucx_azp08.Size      = new System.Drawing.Size(59, 18);
     this.ucx_azp08.TabIndex  = 45;
     this.ucx_azp08.Tag       = "azp08";
     this.ucx_azp08.Text      = "azp08";
     //
     // udt_azpmodd
     //
     this.udt_azpmodd.AccessibleDescription = "";
     this.udt_azpmodd.Location = new System.Drawing.Point(684, 43);
     this.udt_azpmodd.Name     = "udt_azpmodd";
     this.udt_azpmodd.Size     = new System.Drawing.Size(167, 21);
     this.udt_azpmodd.TabIndex = 162;
     this.udt_azpmodd.Tag      = "azpmodd";
     this.udt_azpmodd.Value    = null;
     //
     // udt_azpcred
     //
     this.udt_azpcred.AccessibleDescription = "";
     this.udt_azpcred.Location = new System.Drawing.Point(684, 12);
     this.udt_azpcred.Name     = "udt_azpcred";
     this.udt_azpcred.Size     = new System.Drawing.Size(167, 21);
     this.udt_azpcred.TabIndex = 161;
     this.udt_azpcred.Tag      = "azpcred";
     this.udt_azpcred.Value    = null;
     //
     // ute_azpsecg
     //
     this.ute_azpsecg.AccessibleDescription = "";
     this.ute_azpsecg.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_azpsecg.Location = new System.Drawing.Point(417, 72);
     this.ute_azpsecg.Name     = "ute_azpsecg";
     this.ute_azpsecg.Size     = new System.Drawing.Size(142, 22);
     this.ute_azpsecg.TabIndex = 159;
     this.ute_azpsecg.Tag      = "azpsecg";
     //
     // label30
     //
     this.label30.AccessibleDescription = "";
     this.label30.AutoSize = true;
     this.label30.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label30.Location = new System.Drawing.Point(313, 76);
     this.label30.Name     = "label30";
     this.label30.Size     = new System.Drawing.Size(50, 14);
     this.label30.TabIndex = 160;
     this.label30.Tag      = "azpsecg";
     this.label30.Text     = "azpsecg";
     //
     // ute_azpsecu
     //
     this.ute_azpsecu.AccessibleDescription = "";
     this.ute_azpsecu.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_azpsecu.Location = new System.Drawing.Point(135, 72);
     this.ute_azpsecu.Name     = "ute_azpsecu";
     this.ute_azpsecu.Size     = new System.Drawing.Size(142, 22);
     this.ute_azpsecu.TabIndex = 157;
     this.ute_azpsecu.Tag      = "azpsecu";
     //
     // label29
     //
     this.label29.AccessibleDescription = "";
     this.label29.AutoSize = true;
     this.label29.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label29.Location = new System.Drawing.Point(14, 76);
     this.label29.Name     = "label29";
     this.label29.Size     = new System.Drawing.Size(50, 14);
     this.label29.TabIndex = 158;
     this.label29.Tag      = "azpsecu";
     this.label29.Text     = "azpsecu";
     //
     // label28
     //
     this.label28.AccessibleDescription = "";
     this.label28.AutoSize = true;
     this.label28.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label28.Location = new System.Drawing.Point(590, 46);
     this.label28.Name     = "label28";
     this.label28.Size     = new System.Drawing.Size(57, 14);
     this.label28.TabIndex = 156;
     this.label28.Tag      = "azpmodd";
     this.label28.Text     = "azpmodd";
     //
     // label27
     //
     this.label27.AccessibleDescription = "";
     this.label27.AutoSize = true;
     this.label27.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label27.Location = new System.Drawing.Point(590, 15);
     this.label27.Name     = "label27";
     this.label27.Size     = new System.Drawing.Size(49, 14);
     this.label27.TabIndex = 155;
     this.label27.Tag      = "azpcred";
     this.label27.Text     = "azpcred";
     //
     // ute_azpmodg
     //
     this.ute_azpmodg.AccessibleDescription = "";
     this.ute_azpmodg.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_azpmodg.Location = new System.Drawing.Point(417, 42);
     this.ute_azpmodg.Name     = "ute_azpmodg";
     this.ute_azpmodg.Size     = new System.Drawing.Size(142, 22);
     this.ute_azpmodg.TabIndex = 153;
     this.ute_azpmodg.Tag      = "azpmodg";
     //
     // label26
     //
     this.label26.AccessibleDescription = "";
     this.label26.AutoSize = true;
     this.label26.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label26.Location = new System.Drawing.Point(313, 46);
     this.label26.Name     = "label26";
     this.label26.Size     = new System.Drawing.Size(57, 14);
     this.label26.TabIndex = 154;
     this.label26.Tag      = "azpmodg";
     this.label26.Text     = "azpmodg";
     //
     // ute_azpcreg
     //
     this.ute_azpcreg.AccessibleDescription = "";
     this.ute_azpcreg.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_azpcreg.Location = new System.Drawing.Point(417, 11);
     this.ute_azpcreg.Name     = "ute_azpcreg";
     this.ute_azpcreg.Size     = new System.Drawing.Size(142, 22);
     this.ute_azpcreg.TabIndex = 151;
     this.ute_azpcreg.Tag      = "azpcreg";
     //
     // label25
     //
     this.label25.AccessibleDescription = "";
     this.label25.AutoSize = true;
     this.label25.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label25.Location = new System.Drawing.Point(313, 15);
     this.label25.Name     = "label25";
     this.label25.Size     = new System.Drawing.Size(49, 14);
     this.label25.TabIndex = 152;
     this.label25.Tag      = "azpcreg";
     this.label25.Text     = "azpcreg";
     //
     // ute_azpmodu
     //
     this.ute_azpmodu.AccessibleDescription = "";
     this.ute_azpmodu.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_azpmodu.Location = new System.Drawing.Point(135, 42);
     this.ute_azpmodu.Name     = "ute_azpmodu";
     this.ute_azpmodu.Size     = new System.Drawing.Size(142, 22);
     this.ute_azpmodu.TabIndex = 149;
     this.ute_azpmodu.Tag      = "azpmodu";
     //
     // label24
     //
     this.label24.AccessibleDescription = "";
     this.label24.AutoSize = true;
     this.label24.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label24.Location = new System.Drawing.Point(14, 46);
     this.label24.Name     = "label24";
     this.label24.Size     = new System.Drawing.Size(57, 14);
     this.label24.TabIndex = 150;
     this.label24.Tag      = "azpmodu";
     this.label24.Text     = "azpmodu";
     //
     // ute_azpcreu
     //
     this.ute_azpcreu.AccessibleDescription = "";
     this.ute_azpcreu.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_azpcreu.Location = new System.Drawing.Point(135, 11);
     this.ute_azpcreu.Name     = "ute_azpcreu";
     this.ute_azpcreu.Size     = new System.Drawing.Size(142, 22);
     this.ute_azpcreu.TabIndex = 147;
     this.ute_azpcreu.Tag      = "azpcreu";
     //
     // label23
     //
     this.label23.AccessibleDescription = "";
     this.label23.AutoSize = true;
     this.label23.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label23.Location = new System.Drawing.Point(14, 15);
     this.label23.Name     = "label23";
     this.label23.Size     = new System.Drawing.Size(49, 14);
     this.label23.TabIndex = 148;
     this.label23.Tag      = "azpcreu";
     this.label23.Text     = "azpcreu";
     //
     // FrmAdmi650
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BoMaster            = admBLL1;
     this.ClientSize          = new System.Drawing.Size(930, 566);
     this.Name = "FrmAdmi650";
     this.Text = "FrmAdmi650";
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Detail)).EndInit();
     this.uTab_Detail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uGridMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Master)).EndInit();
     this.uTab_Master.ResumeLayout(false);
     this.ultraTabPageControl2.ResumeLayout(false);
     this.ultraTabPageControl2.PerformLayout();
     this.ultraTabPageControl1.ResumeLayout(false);
     this.ultraTabPageControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UtbmMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BindingMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp06)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp05)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp04)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp03)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp02)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp01)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azp03_c)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_azpmodd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_azpcred)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azpsecg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azpsecu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azpmodg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azpcreg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azpmodu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_azpcreu)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     YR.ERP.BLL.MSSQL.AdmBLL     admBLL1      = new YR.ERP.BLL.MSSQL.AdmBLL();
     this.ute_ada05   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label5      = new System.Windows.Forms.Label();
     this.ute_ada04   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label4      = new System.Windows.Forms.Label();
     this.ute_ada03   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label3      = new System.Windows.Forms.Label();
     this.ute_ada02   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label2      = new System.Windows.Forms.Label();
     this.ute_ada01   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label1      = new System.Windows.Forms.Label();
     this.Ucx_ada06   = new YR.Util.Controls.UcCheckBox();
     this.label6      = new System.Windows.Forms.Label();
     this.udt_ada07   = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ute_ada04_c = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ute_ada03_c = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.udt_adamodd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.udt_adacred = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ute_adasecg = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label30     = new System.Windows.Forms.Label();
     this.ute_adasecu = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label29     = new System.Windows.Forms.Label();
     this.label28     = new System.Windows.Forms.Label();
     this.label27     = new System.Windows.Forms.Label();
     this.ute_adamodg = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label26     = new System.Windows.Forms.Label();
     this.ute_adacreg = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label25     = new System.Windows.Forms.Label();
     this.ute_adamodu = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label24     = new System.Windows.Forms.Label();
     this.ute_adacreu = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label23     = new System.Windows.Forms.Label();
     this.label7      = new System.Windows.Forms.Label();
     this.ute_ada08   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Detail)).BeginInit();
     this.uTab_Detail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uGridMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Master)).BeginInit();
     this.uTab_Master.SuspendLayout();
     this.ultraTabPageControl2.SuspendLayout();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UtbmMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BindingMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada05)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada04)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada03)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada02)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada01)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_ada07)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada04_c)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada03_c)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_adamodd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_adacred)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adasecg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adasecu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adamodg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adacreg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adamodu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adacreu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada08)).BeginInit();
     this.SuspendLayout();
     //
     // uTab_Detail
     //
     this.uTab_Detail.Location = new System.Drawing.Point(8, 327);
     this.uTab_Detail.Margin   = new System.Windows.Forms.Padding(4);
     this.uTab_Detail.Size     = new System.Drawing.Size(914, 212);
     this.uTab_Detail.TabPageMargins.ForceSerialization = true;
     this.uTab_Detail.TabStop = false;
     //
     // ultraTabPageControl8
     //
     this.ultraTabPageControl8.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl8.Size   = new System.Drawing.Size(910, 220);
     //
     // ultraTabPageControl9
     //
     this.ultraTabPageControl9.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl9.Size   = new System.Drawing.Size(910, 220);
     //
     // ultraTabPageControl10
     //
     this.ultraTabPageControl10.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl10.Size   = new System.Drawing.Size(910, 220);
     //
     // ultraTabPageControl6
     //
     this.ultraTabPageControl6.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl6.Size   = new System.Drawing.Size(910, 186);
     //
     // ultraTabPageControl7
     //
     this.ultraTabPageControl7.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl7.Size   = new System.Drawing.Size(910, 220);
     //
     // ultraSplitter1
     //
     this.ultraSplitter1.Location = new System.Drawing.Point(8, 323);
     this.ultraSplitter1.Margin   = new System.Windows.Forms.Padding(4);
     //
     // uGridMaster
     //
     appearance1.BackColor   = System.Drawing.Color.WhiteSmoke;
     appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.uGridMaster.DisplayLayout.Appearance             = appearance1;
     this.uGridMaster.DisplayLayout.BorderStyle            = Infragistics.Win.UIElementBorderStyle.Solid;
     this.uGridMaster.DisplayLayout.CaptionVisible         = Infragistics.Win.DefaultableBoolean.False;
     this.uGridMaster.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
     this.uGridMaster.DisplayLayout.GroupByBox.Hidden      = true;
     this.uGridMaster.DisplayLayout.MaxColScrollRegions    = 1;
     this.uGridMaster.DisplayLayout.MaxRowScrollRegions    = 1;
     appearance2.ForeColor = System.Drawing.Color.Black;
     this.uGridMaster.DisplayLayout.Override.ActiveCellAppearance = appearance2;
     appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(208)))), ((int)(((byte)(245)))));
     appearance3.ForeColor = System.Drawing.Color.Black;
     this.uGridMaster.DisplayLayout.Override.ActiveRowAppearance = appearance3;
     this.uGridMaster.DisplayLayout.Override.AllowGroupBy        = Infragistics.Win.DefaultableBoolean.False;
     this.uGridMaster.DisplayLayout.Override.AllowRowFiltering   = Infragistics.Win.DefaultableBoolean.False;
     this.uGridMaster.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance4.BackColor = System.Drawing.SystemColors.Window;
     this.uGridMaster.DisplayLayout.Override.CardAreaAppearance = appearance4;
     this.uGridMaster.DisplayLayout.Override.CardSpacing        = 2;
     appearance5.BorderColor        = System.Drawing.Color.Silver;
     appearance5.TextTrimming       = Infragistics.Win.TextTrimming.EllipsisCharacter;
     appearance5.TextVAlignAsString = "Middle";
     this.uGridMaster.DisplayLayout.Override.CellAppearance  = appearance5;
     this.uGridMaster.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.uGridMaster.DisplayLayout.Override.CellPadding     = 2;
     appearance6.ForeColor = System.Drawing.Color.Red;
     this.uGridMaster.DisplayLayout.Override.DataErrorCellAppearance = appearance6;
     appearance7.BackColor = System.Drawing.Color.LightYellow;
     this.uGridMaster.DisplayLayout.Override.DataErrorRowAppearance = appearance7;
     appearance8.BackColor = System.Drawing.Color.Red;
     this.uGridMaster.DisplayLayout.Override.DataErrorRowSelectorAppearance = appearance8;
     appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.uGridMaster.DisplayLayout.Override.EditCellAppearance = appearance9;
     appearance10.BackColor             = System.Drawing.SystemColors.Control;
     appearance10.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance10.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance10.BorderColor           = System.Drawing.SystemColors.Window;
     this.uGridMaster.DisplayLayout.Override.GroupByRowAppearance = appearance10;
     appearance11.TextHAlignAsString = "Left";
     this.uGridMaster.DisplayLayout.Override.HeaderAppearance  = appearance11;
     this.uGridMaster.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.uGridMaster.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(208)))));
     this.uGridMaster.DisplayLayout.Override.RowAlternateAppearance = appearance12;
     appearance13.BackColor   = System.Drawing.SystemColors.Window;
     appearance13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.uGridMaster.DisplayLayout.Override.RowAppearance        = appearance13;
     this.uGridMaster.DisplayLayout.Override.RowSelectors         = Infragistics.Win.DefaultableBoolean.False;
     this.uGridMaster.DisplayLayout.Override.RowSelectorWidth     = 20;
     this.uGridMaster.DisplayLayout.Override.SupportDataErrorInfo = Infragistics.Win.UltraWinGrid.SupportDataErrorInfo.RowsAndCells;
     appearance14.BackColor = System.Drawing.SystemColors.ControlLight;
     this.uGridMaster.DisplayLayout.Override.TemplateAddRowAppearance = appearance14;
     this.uGridMaster.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.uGridMaster.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.uGridMaster.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.uGridMaster.Font   = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uGridMaster.Margin = new System.Windows.Forms.Padding(4);
     this.uGridMaster.Size   = new System.Drawing.Size(924, 207);
     //
     // uTab_Master
     //
     this.uTab_Master.Location = new System.Drawing.Point(8, 54);
     this.uTab_Master.Margin   = new System.Windows.Forms.Padding(5);
     this.uTab_Master.Size     = new System.Drawing.Size(914, 269);
     this.uTab_Master.TabPageMargins.ForceSerialization = true;
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this.udt_adamodd);
     this.ultraTabPageControl2.Controls.Add(this.udt_adacred);
     this.ultraTabPageControl2.Controls.Add(this.ute_adasecg);
     this.ultraTabPageControl2.Controls.Add(this.label30);
     this.ultraTabPageControl2.Controls.Add(this.ute_adasecu);
     this.ultraTabPageControl2.Controls.Add(this.label29);
     this.ultraTabPageControl2.Controls.Add(this.label28);
     this.ultraTabPageControl2.Controls.Add(this.label27);
     this.ultraTabPageControl2.Controls.Add(this.ute_adamodg);
     this.ultraTabPageControl2.Controls.Add(this.label26);
     this.ultraTabPageControl2.Controls.Add(this.ute_adacreg);
     this.ultraTabPageControl2.Controls.Add(this.label25);
     this.ultraTabPageControl2.Controls.Add(this.ute_adamodu);
     this.ultraTabPageControl2.Controls.Add(this.label24);
     this.ultraTabPageControl2.Controls.Add(this.ute_adacreu);
     this.ultraTabPageControl2.Controls.Add(this.label23);
     this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(5);
     //
     // ultraTabPageControl3
     //
     this.ultraTabPageControl3.Margin = new System.Windows.Forms.Padding(5);
     //
     // ultraTabPageControl4
     //
     this.ultraTabPageControl4.Margin = new System.Windows.Forms.Padding(5);
     //
     // ultraTabPageControl5
     //
     this.ultraTabPageControl5.Margin = new System.Windows.Forms.Padding(5);
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.ute_ada08);
     this.ultraTabPageControl1.Controls.Add(this.label7);
     this.ultraTabPageControl1.Controls.Add(this.ute_ada03_c);
     this.ultraTabPageControl1.Controls.Add(this.ute_ada04_c);
     this.ultraTabPageControl1.Controls.Add(this.udt_ada07);
     this.ultraTabPageControl1.Controls.Add(this.uGridMaster);
     this.ultraTabPageControl1.Controls.Add(this.label6);
     this.ultraTabPageControl1.Controls.Add(this.Ucx_ada06);
     this.ultraTabPageControl1.Controls.Add(this.ute_ada05);
     this.ultraTabPageControl1.Controls.Add(this.label5);
     this.ultraTabPageControl1.Controls.Add(this.ute_ada04);
     this.ultraTabPageControl1.Controls.Add(this.label4);
     this.ultraTabPageControl1.Controls.Add(this.ute_ada03);
     this.ultraTabPageControl1.Controls.Add(this.label3);
     this.ultraTabPageControl1.Controls.Add(this.ute_ada02);
     this.ultraTabPageControl1.Controls.Add(this.label2);
     this.ultraTabPageControl1.Controls.Add(this.ute_ada01);
     this.ultraTabPageControl1.Controls.Add(this.label1);
     this.ultraTabPageControl1.Margin = new System.Windows.Forms.Padding(5);
     this.ultraTabPageControl1.Size   = new System.Drawing.Size(910, 239);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label1, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_ada01, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label2, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_ada02, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label3, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_ada03, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label4, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_ada04, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label5, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_ada05, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.Ucx_ada06, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label6, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.uGridMaster, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.udt_ada07, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_ada04_c, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_ada03_c, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label7, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_ada08, 0);
     //
     // UtbmMain
     //
     this.UtbmMain.MenuSettings.ForceSerialization   = true;
     this.UtbmMain.Ribbon.AllowAutoHide              = Infragistics.Win.DefaultableBoolean.True;
     this.UtbmMain.Ribbon.FileMenuButtonCaption      = "";
     this.UtbmMain.Ribbon.QuickAccessToolbar.Visible = false;
     this.UtbmMain.Ribbon.Visible = true;
     this.UtbmMain.Style          = Infragistics.Win.UltraWinToolbars.ToolbarStyle.ScenicRibbon;
     this.UtbmMain.ToolbarSettings.ForceSerialization = true;
     //
     // UsbButtom
     //
     this.UsbButtom.Location = new System.Drawing.Point(8, 539);
     this.UsbButtom.Margin   = new System.Windows.Forms.Padding(5);
     //
     // ute_ada05
     //
     this.ute_ada05.AccessibleDescription = "R";
     this.ute_ada05.Font         = new System.Drawing.Font("新細明體", 10F);
     this.ute_ada05.Location     = new System.Drawing.Point(131, 119);
     this.ute_ada05.Name         = "ute_ada05";
     this.ute_ada05.PasswordChar = '*';
     this.ute_ada05.Size         = new System.Drawing.Size(387, 22);
     this.ute_ada05.TabIndex     = 19;
     this.ute_ada05.Tag          = "ada05";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label5.Location = new System.Drawing.Point(22, 123);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(40, 14);
     this.label5.TabIndex = 24;
     this.label5.Tag      = "ada05";
     this.label5.Text     = "ada05";
     //
     // ute_ada04
     //
     this.ute_ada04.AccessibleDescription = "R";
     this.ute_ada04.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_ada04.Location = new System.Drawing.Point(131, 92);
     this.ute_ada04.Name     = "ute_ada04";
     this.ute_ada04.Size     = new System.Drawing.Size(100, 22);
     this.ute_ada04.TabIndex = 18;
     this.ute_ada04.Tag      = "ada04";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label4.Location = new System.Drawing.Point(22, 96);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(40, 14);
     this.label4.TabIndex = 23;
     this.label4.Tag      = "ada04";
     this.label4.Text     = "ada04";
     //
     // ute_ada03
     //
     this.ute_ada03.AccessibleDescription = "R";
     this.ute_ada03.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_ada03.Location = new System.Drawing.Point(131, 65);
     this.ute_ada03.Name     = "ute_ada03";
     this.ute_ada03.Size     = new System.Drawing.Size(100, 22);
     this.ute_ada03.TabIndex = 16;
     this.ute_ada03.Tag      = "ada03";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label3.Location = new System.Drawing.Point(22, 69);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(40, 14);
     this.label3.TabIndex = 20;
     this.label3.Tag      = "ada03";
     this.label3.Text     = "ada03";
     //
     // ute_ada02
     //
     this.ute_ada02.AccessibleDescription = "R";
     this.ute_ada02.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_ada02.Location = new System.Drawing.Point(131, 36);
     this.ute_ada02.Name     = "ute_ada02";
     this.ute_ada02.Size     = new System.Drawing.Size(387, 22);
     this.ute_ada02.TabIndex = 15;
     this.ute_ada02.Tag      = "ada02";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label2.Location = new System.Drawing.Point(22, 40);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 14);
     this.label2.TabIndex = 17;
     this.label2.Tag      = "ada02";
     this.label2.Text     = "ada02";
     //
     // ute_ada01
     //
     this.ute_ada01.AccessibleDescription = "R";
     this.ute_ada01.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_ada01.Location = new System.Drawing.Point(131, 8);
     this.ute_ada01.Name     = "ute_ada01";
     this.ute_ada01.Size     = new System.Drawing.Size(100, 22);
     this.ute_ada01.TabIndex = 13;
     this.ute_ada01.Tag      = "ada01";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label1.Location = new System.Drawing.Point(22, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 14);
     this.label1.TabIndex = 14;
     this.label1.Tag      = "ada01";
     this.label1.Text     = "ada01";
     //
     // Ucx_ada06
     //
     this.Ucx_ada06.AllowNull  = true;
     this.Ucx_ada06.AutoSize   = true;
     this.Ucx_ada06.Font       = new System.Drawing.Font("新細明體", 10F);
     this.Ucx_ada06.Location   = new System.Drawing.Point(132, 150);
     this.Ucx_ada06.Name       = "Ucx_ada06";
     this.Ucx_ada06.NullValue  = "N";
     this.Ucx_ada06.Size       = new System.Drawing.Size(59, 18);
     this.Ucx_ada06.TabIndex   = 26;
     this.Ucx_ada06.Tag        = "ada06";
     this.Ucx_ada06.Text       = "ada06";
     this.Ucx_ada06.ThreeState = true;
     this.Ucx_ada06.UseVisualStyleBackColor = true;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label6.Location = new System.Drawing.Point(22, 176);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(40, 14);
     this.label6.TabIndex = 27;
     this.label6.Tag      = "ada07";
     this.label6.Text     = "ada07";
     //
     // udt_ada07
     //
     this.udt_ada07.AccessibleDescription = "";
     this.udt_ada07.Location = new System.Drawing.Point(132, 173);
     this.udt_ada07.Name     = "udt_ada07";
     this.udt_ada07.Size     = new System.Drawing.Size(126, 21);
     this.udt_ada07.TabIndex = 29;
     this.udt_ada07.Tag      = "ada07";
     this.udt_ada07.Value    = null;
     //
     // ute_ada04_c
     //
     this.ute_ada04_c.AccessibleDescription = "";
     this.ute_ada04_c.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_ada04_c.Location = new System.Drawing.Point(237, 93);
     this.ute_ada04_c.Name     = "ute_ada04_c";
     this.ute_ada04_c.Size     = new System.Drawing.Size(281, 22);
     this.ute_ada04_c.TabIndex = 30;
     this.ute_ada04_c.Tag      = "ada04_c";
     //
     // ute_ada03_c
     //
     this.ute_ada03_c.AccessibleDescription = "";
     this.ute_ada03_c.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_ada03_c.Location = new System.Drawing.Point(237, 65);
     this.ute_ada03_c.Name     = "ute_ada03_c";
     this.ute_ada03_c.Size     = new System.Drawing.Size(281, 22);
     this.ute_ada03_c.TabIndex = 31;
     this.ute_ada03_c.Tag      = "ada03_c";
     //
     // udt_adamodd
     //
     this.udt_adamodd.AccessibleDescription = "";
     this.udt_adamodd.Location = new System.Drawing.Point(684, 45);
     this.udt_adamodd.Name     = "udt_adamodd";
     this.udt_adamodd.Size     = new System.Drawing.Size(167, 21);
     this.udt_adamodd.TabIndex = 162;
     this.udt_adamodd.Tag      = "adamodd";
     this.udt_adamodd.Value    = null;
     //
     // udt_adacred
     //
     this.udt_adacred.AccessibleDescription = "";
     this.udt_adacred.Location = new System.Drawing.Point(684, 14);
     this.udt_adacred.Name     = "udt_adacred";
     this.udt_adacred.Size     = new System.Drawing.Size(167, 21);
     this.udt_adacred.TabIndex = 161;
     this.udt_adacred.Tag      = "adacred";
     this.udt_adacred.Value    = null;
     //
     // ute_adasecg
     //
     this.ute_adasecg.AccessibleDescription = "";
     this.ute_adasecg.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_adasecg.Location = new System.Drawing.Point(417, 74);
     this.ute_adasecg.Name     = "ute_adasecg";
     this.ute_adasecg.Size     = new System.Drawing.Size(142, 22);
     this.ute_adasecg.TabIndex = 159;
     this.ute_adasecg.Tag      = "adasecg";
     //
     // label30
     //
     this.label30.AccessibleDescription = "";
     this.label30.AutoSize = true;
     this.label30.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label30.Location = new System.Drawing.Point(313, 78);
     this.label30.Name     = "label30";
     this.label30.Size     = new System.Drawing.Size(50, 14);
     this.label30.TabIndex = 160;
     this.label30.Tag      = "adasecg";
     this.label30.Text     = "adasecg";
     //
     // ute_adasecu
     //
     this.ute_adasecu.AccessibleDescription = "";
     this.ute_adasecu.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_adasecu.Location = new System.Drawing.Point(135, 74);
     this.ute_adasecu.Name     = "ute_adasecu";
     this.ute_adasecu.Size     = new System.Drawing.Size(142, 22);
     this.ute_adasecu.TabIndex = 157;
     this.ute_adasecu.Tag      = "adasecu";
     //
     // label29
     //
     this.label29.AccessibleDescription = "";
     this.label29.AutoSize = true;
     this.label29.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label29.Location = new System.Drawing.Point(14, 78);
     this.label29.Name     = "label29";
     this.label29.Size     = new System.Drawing.Size(50, 14);
     this.label29.TabIndex = 158;
     this.label29.Tag      = "adasecu";
     this.label29.Text     = "adasecu";
     //
     // label28
     //
     this.label28.AccessibleDescription = "";
     this.label28.AutoSize = true;
     this.label28.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label28.Location = new System.Drawing.Point(590, 48);
     this.label28.Name     = "label28";
     this.label28.Size     = new System.Drawing.Size(57, 14);
     this.label28.TabIndex = 156;
     this.label28.Tag      = "adamodd";
     this.label28.Text     = "adamodd";
     //
     // label27
     //
     this.label27.AccessibleDescription = "";
     this.label27.AutoSize = true;
     this.label27.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label27.Location = new System.Drawing.Point(590, 17);
     this.label27.Name     = "label27";
     this.label27.Size     = new System.Drawing.Size(49, 14);
     this.label27.TabIndex = 155;
     this.label27.Tag      = "adacred";
     this.label27.Text     = "adacred";
     //
     // ute_adamodg
     //
     this.ute_adamodg.AccessibleDescription = "";
     this.ute_adamodg.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_adamodg.Location = new System.Drawing.Point(417, 44);
     this.ute_adamodg.Name     = "ute_adamodg";
     this.ute_adamodg.Size     = new System.Drawing.Size(142, 22);
     this.ute_adamodg.TabIndex = 153;
     this.ute_adamodg.Tag      = "adamodg";
     //
     // label26
     //
     this.label26.AccessibleDescription = "";
     this.label26.AutoSize = true;
     this.label26.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label26.Location = new System.Drawing.Point(313, 48);
     this.label26.Name     = "label26";
     this.label26.Size     = new System.Drawing.Size(57, 14);
     this.label26.TabIndex = 154;
     this.label26.Tag      = "adamodg";
     this.label26.Text     = "adamodg";
     //
     // ute_adacreg
     //
     this.ute_adacreg.AccessibleDescription = "";
     this.ute_adacreg.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_adacreg.Location = new System.Drawing.Point(417, 13);
     this.ute_adacreg.Name     = "ute_adacreg";
     this.ute_adacreg.Size     = new System.Drawing.Size(142, 22);
     this.ute_adacreg.TabIndex = 151;
     this.ute_adacreg.Tag      = "adacreg";
     //
     // label25
     //
     this.label25.AccessibleDescription = "";
     this.label25.AutoSize = true;
     this.label25.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label25.Location = new System.Drawing.Point(313, 17);
     this.label25.Name     = "label25";
     this.label25.Size     = new System.Drawing.Size(49, 14);
     this.label25.TabIndex = 152;
     this.label25.Tag      = "adacreg";
     this.label25.Text     = "adacreg";
     //
     // ute_adamodu
     //
     this.ute_adamodu.AccessibleDescription = "";
     this.ute_adamodu.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_adamodu.Location = new System.Drawing.Point(135, 44);
     this.ute_adamodu.Name     = "ute_adamodu";
     this.ute_adamodu.Size     = new System.Drawing.Size(142, 22);
     this.ute_adamodu.TabIndex = 149;
     this.ute_adamodu.Tag      = "adamodu";
     //
     // label24
     //
     this.label24.AccessibleDescription = "";
     this.label24.AutoSize = true;
     this.label24.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label24.Location = new System.Drawing.Point(14, 48);
     this.label24.Name     = "label24";
     this.label24.Size     = new System.Drawing.Size(57, 14);
     this.label24.TabIndex = 150;
     this.label24.Tag      = "adamodu";
     this.label24.Text     = "adamodu";
     //
     // ute_adacreu
     //
     this.ute_adacreu.AccessibleDescription = "";
     this.ute_adacreu.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_adacreu.Location = new System.Drawing.Point(135, 13);
     this.ute_adacreu.Name     = "ute_adacreu";
     this.ute_adacreu.Size     = new System.Drawing.Size(142, 22);
     this.ute_adacreu.TabIndex = 147;
     this.ute_adacreu.Tag      = "adacreu";
     //
     // label23
     //
     this.label23.AccessibleDescription = "";
     this.label23.AutoSize = true;
     this.label23.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label23.Location = new System.Drawing.Point(14, 17);
     this.label23.Name     = "label23";
     this.label23.Size     = new System.Drawing.Size(49, 14);
     this.label23.TabIndex = 148;
     this.label23.Tag      = "adacreu";
     this.label23.Text     = "adacreu";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label7.Location = new System.Drawing.Point(22, 213);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(40, 14);
     this.label7.TabIndex = 32;
     this.label7.Tag      = "ada08";
     this.label7.Text     = "ada08";
     //
     // ute_ada08
     //
     this.ute_ada08.AccessibleDescription = "R";
     this.ute_ada08.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_ada08.Location = new System.Drawing.Point(132, 209);
     this.ute_ada08.Name     = "ute_ada08";
     this.ute_ada08.Size     = new System.Drawing.Size(99, 22);
     this.ute_ada08.TabIndex = 33;
     this.ute_ada08.Tag      = "ada08";
     //
     // FrmAdmi100
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BoMaster            = admBLL1;
     this.ClientSize          = new System.Drawing.Size(930, 565);
     this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
     this.Name   = "FrmAdmi100";
     this.Text   = "FrmAdm100";
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Detail)).EndInit();
     this.uTab_Detail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uGridMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Master)).EndInit();
     this.uTab_Master.ResumeLayout(false);
     this.ultraTabPageControl2.ResumeLayout(false);
     this.ultraTabPageControl2.PerformLayout();
     this.ultraTabPageControl1.ResumeLayout(false);
     this.ultraTabPageControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UtbmMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BindingMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada05)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada04)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada03)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada02)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada01)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_ada07)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada04_c)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada03_c)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_adamodd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_adacred)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adasecg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adasecu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adamodg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adacreg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adamodu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_adacreu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ada08)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YR.ERP.BLL.MSSQL.AdmBLL admBLL1 = new YR.ERP.BLL.MSSQL.AdmBLL();
     this.ute_ado03   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label3      = new System.Windows.Forms.Label();
     this.ute_ado02   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label2      = new System.Windows.Forms.Label();
     this.ute_ado01   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label1      = new System.Windows.Forms.Label();
     this.udt_atbmodd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.udt_atbcred = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ute_atbsecg = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label30     = new System.Windows.Forms.Label();
     this.ute_atbsecu = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label29     = new System.Windows.Forms.Label();
     this.label28     = new System.Windows.Forms.Label();
     this.label27     = new System.Windows.Forms.Label();
     this.ute_atbmodg = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label26     = new System.Windows.Forms.Label();
     this.ute_atbcreg = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label25     = new System.Windows.Forms.Label();
     this.ute_atbmodu = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label24     = new System.Windows.Forms.Label();
     this.ute_atbcreu = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label23     = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Detail)).BeginInit();
     this.uTab_Detail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uGridMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Master)).BeginInit();
     this.uTab_Master.SuspendLayout();
     this.ultraTabPageControl2.SuspendLayout();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UtbmMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BindingMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ado03)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ado02)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ado01)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_atbmodd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_atbcred)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_atbsecg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_atbsecu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_atbmodg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_atbcreg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_atbmodu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_atbcreu)).BeginInit();
     this.SuspendLayout();
     //
     // uTab_Detail
     //
     this.uTab_Detail.Location = new System.Drawing.Point(8, 273);
     this.uTab_Detail.Size     = new System.Drawing.Size(914, 267);
     this.uTab_Detail.TabPageMargins.ForceSerialization = true;
     this.uTab_Detail.TabStop = false;
     //
     // ultraTabPageControl8
     //
     this.ultraTabPageControl8.Size = new System.Drawing.Size(910, 224);
     //
     // ultraTabPageControl9
     //
     this.ultraTabPageControl9.Size = new System.Drawing.Size(910, 224);
     //
     // ultraTabPageControl10
     //
     this.ultraTabPageControl10.Size = new System.Drawing.Size(910, 224);
     //
     // ultraTabPageControl6
     //
     this.ultraTabPageControl6.Size = new System.Drawing.Size(910, 241);
     //
     // ultraTabPageControl7
     //
     this.ultraTabPageControl7.Size = new System.Drawing.Size(910, 224);
     //
     // ultraSplitter1
     //
     this.ultraSplitter1.Location = new System.Drawing.Point(8, 269);
     //
     // uGridMaster
     //
     this.uGridMaster.DisplayLayout.ForceSerialization = true;
     this.uGridMaster.Font = new System.Drawing.Font("新細明體", 9.5F);
     this.uGridMaster.Size = new System.Drawing.Size(924, 207);
     //
     // uTab_Master
     //
     this.uTab_Master.Location = new System.Drawing.Point(8, 54);
     this.uTab_Master.Size     = new System.Drawing.Size(914, 215);
     this.uTab_Master.TabPageMargins.ForceSerialization = true;
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this.udt_atbmodd);
     this.ultraTabPageControl2.Controls.Add(this.udt_atbcred);
     this.ultraTabPageControl2.Controls.Add(this.ute_atbsecg);
     this.ultraTabPageControl2.Controls.Add(this.label30);
     this.ultraTabPageControl2.Controls.Add(this.ute_atbsecu);
     this.ultraTabPageControl2.Controls.Add(this.label29);
     this.ultraTabPageControl2.Controls.Add(this.label28);
     this.ultraTabPageControl2.Controls.Add(this.label27);
     this.ultraTabPageControl2.Controls.Add(this.ute_atbmodg);
     this.ultraTabPageControl2.Controls.Add(this.label26);
     this.ultraTabPageControl2.Controls.Add(this.ute_atbcreg);
     this.ultraTabPageControl2.Controls.Add(this.label25);
     this.ultraTabPageControl2.Controls.Add(this.ute_atbmodu);
     this.ultraTabPageControl2.Controls.Add(this.label24);
     this.ultraTabPageControl2.Controls.Add(this.ute_atbcreu);
     this.ultraTabPageControl2.Controls.Add(this.label23);
     this.ultraTabPageControl2.Location = new System.Drawing.Point(1, 27);
     this.ultraTabPageControl2.Size     = new System.Drawing.Size(910, 185);
     //
     // ultraTabPageControl3
     //
     this.ultraTabPageControl3.Size = new System.Drawing.Size(910, 202);
     //
     // ultraTabPageControl4
     //
     this.ultraTabPageControl4.Size = new System.Drawing.Size(910, 202);
     //
     // ultraTabPageControl5
     //
     this.ultraTabPageControl5.Size = new System.Drawing.Size(910, 202);
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.uGridMaster);
     this.ultraTabPageControl1.Controls.Add(this.ute_ado03);
     this.ultraTabPageControl1.Controls.Add(this.label3);
     this.ultraTabPageControl1.Controls.Add(this.ute_ado02);
     this.ultraTabPageControl1.Controls.Add(this.label2);
     this.ultraTabPageControl1.Controls.Add(this.ute_ado01);
     this.ultraTabPageControl1.Controls.Add(this.label1);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl1.Size     = new System.Drawing.Size(910, 185);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label1, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_ado01, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label2, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_ado02, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label3, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_ado03, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.uGridMaster, 0);
     //
     // UtbmMain
     //
     this.UtbmMain.MenuSettings.ForceSerialization   = true;
     this.UtbmMain.Ribbon.AllowAutoHide              = Infragistics.Win.DefaultableBoolean.True;
     this.UtbmMain.Ribbon.FileMenuButtonCaption      = "";
     this.UtbmMain.Ribbon.QuickAccessToolbar.Visible = false;
     this.UtbmMain.Ribbon.Visible = true;
     this.UtbmMain.Style          = Infragistics.Win.UltraWinToolbars.ToolbarStyle.ScenicRibbon;
     this.UtbmMain.ToolbarSettings.ForceSerialization = true;
     //
     // UsbButtom
     //
     this.UsbButtom.Location = new System.Drawing.Point(8, 540);
     //
     // ute_ado03
     //
     this.ute_ado03.Font      = new System.Drawing.Font("新細明體", 10F);
     this.ute_ado03.Location  = new System.Drawing.Point(129, 64);
     this.ute_ado03.Multiline = true;
     this.ute_ado03.Name      = "ute_ado03";
     this.ute_ado03.Size      = new System.Drawing.Size(482, 63);
     this.ute_ado03.TabIndex  = 8;
     this.ute_ado03.Tag       = "atb03";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label3.Location = new System.Drawing.Point(10, 68);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(38, 14);
     this.label3.TabIndex = 10;
     this.label3.Tag      = "atb03";
     this.label3.Text     = "atb03";
     //
     // ute_ado02
     //
     this.ute_ado02.AccessibleDescription = "R";
     this.ute_ado02.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_ado02.Location = new System.Drawing.Point(129, 34);
     this.ute_ado02.Name     = "ute_ado02";
     this.ute_ado02.Size     = new System.Drawing.Size(482, 22);
     this.ute_ado02.TabIndex = 7;
     this.ute_ado02.Tag      = "atb02";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label2.Location = new System.Drawing.Point(10, 38);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(38, 14);
     this.label2.TabIndex = 9;
     this.label2.Tag      = "atb02";
     this.label2.Text     = "atb02";
     //
     // ute_ado01
     //
     this.ute_ado01.AccessibleDescription = "R";
     this.ute_ado01.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_ado01.Location = new System.Drawing.Point(129, 7);
     this.ute_ado01.Name     = "ute_ado01";
     this.ute_ado01.Size     = new System.Drawing.Size(100, 22);
     this.ute_ado01.TabIndex = 5;
     this.ute_ado01.Tag      = "atb01";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label1.Location = new System.Drawing.Point(10, 11);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(38, 14);
     this.label1.TabIndex = 6;
     this.label1.Tag      = "atb01";
     this.label1.Text     = "atb01";
     //
     // udt_atbmodd
     //
     this.udt_atbmodd.AccessibleDescription = "";
     this.udt_atbmodd.Location = new System.Drawing.Point(675, 42);
     this.udt_atbmodd.Name     = "udt_atbmodd";
     this.udt_atbmodd.Size     = new System.Drawing.Size(167, 21);
     this.udt_atbmodd.TabIndex = 178;
     this.udt_atbmodd.Tag      = "atbmodd";
     this.udt_atbmodd.Value    = null;
     //
     // udt_atbcred
     //
     this.udt_atbcred.AccessibleDescription = "";
     this.udt_atbcred.Location = new System.Drawing.Point(675, 11);
     this.udt_atbcred.Name     = "udt_atbcred";
     this.udt_atbcred.Size     = new System.Drawing.Size(167, 21);
     this.udt_atbcred.TabIndex = 177;
     this.udt_atbcred.Tag      = "atbcred";
     this.udt_atbcred.Value    = null;
     //
     // ute_atbsecg
     //
     this.ute_atbsecg.AccessibleDescription = "";
     this.ute_atbsecg.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_atbsecg.Location = new System.Drawing.Point(408, 71);
     this.ute_atbsecg.Name     = "ute_atbsecg";
     this.ute_atbsecg.Size     = new System.Drawing.Size(142, 22);
     this.ute_atbsecg.TabIndex = 175;
     this.ute_atbsecg.Tag      = "atbsecg";
     //
     // label30
     //
     this.label30.AccessibleDescription = "";
     this.label30.AutoSize = true;
     this.label30.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label30.Location = new System.Drawing.Point(304, 75);
     this.label30.Name     = "label30";
     this.label30.Size     = new System.Drawing.Size(48, 14);
     this.label30.TabIndex = 176;
     this.label30.Tag      = "atbsecg";
     this.label30.Text     = "atbsecg";
     //
     // ute_atbsecu
     //
     this.ute_atbsecu.AccessibleDescription = "";
     this.ute_atbsecu.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_atbsecu.Location = new System.Drawing.Point(126, 71);
     this.ute_atbsecu.Name     = "ute_atbsecu";
     this.ute_atbsecu.Size     = new System.Drawing.Size(142, 22);
     this.ute_atbsecu.TabIndex = 173;
     this.ute_atbsecu.Tag      = "atbsecu";
     //
     // label29
     //
     this.label29.AccessibleDescription = "";
     this.label29.AutoSize = true;
     this.label29.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label29.Location = new System.Drawing.Point(5, 75);
     this.label29.Name     = "label29";
     this.label29.Size     = new System.Drawing.Size(48, 14);
     this.label29.TabIndex = 174;
     this.label29.Tag      = "atbsecu";
     this.label29.Text     = "atbsecu";
     //
     // label28
     //
     this.label28.AccessibleDescription = "";
     this.label28.AutoSize = true;
     this.label28.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label28.Location = new System.Drawing.Point(581, 45);
     this.label28.Name     = "label28";
     this.label28.Size     = new System.Drawing.Size(55, 14);
     this.label28.TabIndex = 172;
     this.label28.Tag      = "atbmodd";
     this.label28.Text     = "atbmodd";
     //
     // label27
     //
     this.label27.AccessibleDescription = "";
     this.label27.AutoSize = true;
     this.label27.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label27.Location = new System.Drawing.Point(581, 14);
     this.label27.Name     = "label27";
     this.label27.Size     = new System.Drawing.Size(47, 14);
     this.label27.TabIndex = 171;
     this.label27.Tag      = "atbcred";
     this.label27.Text     = "atbcred";
     //
     // ute_atbmodg
     //
     this.ute_atbmodg.AccessibleDescription = "";
     this.ute_atbmodg.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_atbmodg.Location = new System.Drawing.Point(408, 41);
     this.ute_atbmodg.Name     = "ute_atbmodg";
     this.ute_atbmodg.Size     = new System.Drawing.Size(142, 22);
     this.ute_atbmodg.TabIndex = 169;
     this.ute_atbmodg.Tag      = "atbmodg";
     //
     // label26
     //
     this.label26.AccessibleDescription = "";
     this.label26.AutoSize = true;
     this.label26.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label26.Location = new System.Drawing.Point(304, 45);
     this.label26.Name     = "label26";
     this.label26.Size     = new System.Drawing.Size(55, 14);
     this.label26.TabIndex = 170;
     this.label26.Tag      = "atbmodg";
     this.label26.Text     = "atbmodg";
     //
     // ute_atbcreg
     //
     this.ute_atbcreg.AccessibleDescription = "";
     this.ute_atbcreg.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_atbcreg.Location = new System.Drawing.Point(408, 10);
     this.ute_atbcreg.Name     = "ute_atbcreg";
     this.ute_atbcreg.Size     = new System.Drawing.Size(142, 22);
     this.ute_atbcreg.TabIndex = 167;
     this.ute_atbcreg.Tag      = "atbcreg";
     //
     // label25
     //
     this.label25.AccessibleDescription = "";
     this.label25.AutoSize = true;
     this.label25.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label25.Location = new System.Drawing.Point(304, 14);
     this.label25.Name     = "label25";
     this.label25.Size     = new System.Drawing.Size(47, 14);
     this.label25.TabIndex = 168;
     this.label25.Tag      = "atbcreg";
     this.label25.Text     = "atbcreg";
     //
     // ute_atbmodu
     //
     this.ute_atbmodu.AccessibleDescription = "";
     this.ute_atbmodu.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_atbmodu.Location = new System.Drawing.Point(126, 41);
     this.ute_atbmodu.Name     = "ute_atbmodu";
     this.ute_atbmodu.Size     = new System.Drawing.Size(142, 22);
     this.ute_atbmodu.TabIndex = 165;
     this.ute_atbmodu.Tag      = "atbmodu";
     //
     // label24
     //
     this.label24.AccessibleDescription = "";
     this.label24.AutoSize = true;
     this.label24.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label24.Location = new System.Drawing.Point(5, 45);
     this.label24.Name     = "label24";
     this.label24.Size     = new System.Drawing.Size(55, 14);
     this.label24.TabIndex = 166;
     this.label24.Tag      = "atbmodu";
     this.label24.Text     = "atbmodu";
     //
     // ute_atbcreu
     //
     this.ute_atbcreu.AccessibleDescription = "";
     this.ute_atbcreu.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_atbcreu.Location = new System.Drawing.Point(126, 10);
     this.ute_atbcreu.Name     = "ute_atbcreu";
     this.ute_atbcreu.Size     = new System.Drawing.Size(142, 22);
     this.ute_atbcreu.TabIndex = 163;
     this.ute_atbcreu.Tag      = "atbcreu";
     //
     // label23
     //
     this.label23.AccessibleDescription = "";
     this.label23.AutoSize = true;
     this.label23.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label23.Location = new System.Drawing.Point(5, 14);
     this.label23.Name     = "label23";
     this.label23.Size     = new System.Drawing.Size(47, 14);
     this.label23.TabIndex = 164;
     this.label23.Tag      = "atbcreu";
     this.label23.Text     = "atbcreu";
     //
     // FrmAdmi630
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BoMaster            = admBLL1;
     this.ClientSize          = new System.Drawing.Size(930, 566);
     this.Name = "FrmAdmi630";
     this.Text = "FrmAdmi630";
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Detail)).EndInit();
     this.uTab_Detail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uGridMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Master)).EndInit();
     this.uTab_Master.ResumeLayout(false);
     this.ultraTabPageControl2.ResumeLayout(false);
     this.ultraTabPageControl2.PerformLayout();
     this.ultraTabPageControl1.ResumeLayout(false);
     this.ultraTabPageControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UtbmMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BindingMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ado03)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ado02)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_ado01)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_atbmodd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udt_atbcred)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_atbsecg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_atbsecu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_atbmodg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_atbcreg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_atbmodu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_atbcreu)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YR.ERP.BLL.MSSQL.AdmBLL commonBLL1 = new YR.ERP.BLL.MSSQL.AdmBLL();
     this.ute_aza02 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label2    = new System.Windows.Forms.Label();
     this.ute_aza01 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label1    = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Detail)).BeginInit();
     this.uTab_Detail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uGridMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Master)).BeginInit();
     this.uTab_Master.SuspendLayout();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UtbmMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BindingMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_aza02)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_aza01)).BeginInit();
     this.SuspendLayout();
     //
     // uTab_Detail
     //
     this.uTab_Detail.Location = new System.Drawing.Point(8, 297);
     this.uTab_Detail.Size     = new System.Drawing.Size(914, 243);
     this.uTab_Detail.TabPageMargins.ForceSerialization = true;
     this.uTab_Detail.TabStop = false;
     //
     // ultraTabPageControl8
     //
     this.ultraTabPageControl8.Size = new System.Drawing.Size(910, 217);
     //
     // ultraTabPageControl9
     //
     this.ultraTabPageControl9.Size = new System.Drawing.Size(910, 217);
     //
     // ultraTabPageControl10
     //
     this.ultraTabPageControl10.Size = new System.Drawing.Size(910, 217);
     //
     // ultraTabPageControl6
     //
     this.ultraTabPageControl6.Size = new System.Drawing.Size(910, 217);
     //
     // ultraTabPageControl7
     //
     this.ultraTabPageControl7.Size = new System.Drawing.Size(910, 217);
     //
     // ultraSplitter1
     //
     this.ultraSplitter1.Location = new System.Drawing.Point(8, 293);
     this.ultraSplitter1.Size     = new System.Drawing.Size(914, 4);
     //
     // UGrid_Master
     //
     this.uGridMaster.DisplayLayout.ForceSerialization = true;
     this.uGridMaster.Font = new System.Drawing.Font("新細明體", 9.5F);
     this.uGridMaster.Size = new System.Drawing.Size(924, 207);
     //
     // uTab_Master
     //
     this.uTab_Master.Location = new System.Drawing.Point(8, 54);
     this.uTab_Master.Size     = new System.Drawing.Size(914, 239);
     this.uTab_Master.TabPageMargins.ForceSerialization = true;
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Size = new System.Drawing.Size(910, 209);
     //
     // ultraTabPageControl3
     //
     this.ultraTabPageControl3.Size = new System.Drawing.Size(910, 209);
     //
     // ultraTabPageControl4
     //
     this.ultraTabPageControl4.Size = new System.Drawing.Size(910, 209);
     //
     // ultraTabPageControl5
     //
     this.ultraTabPageControl5.Size = new System.Drawing.Size(910, 209);
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.uGridMaster);
     this.ultraTabPageControl1.Controls.Add(this.ute_aza02);
     this.ultraTabPageControl1.Controls.Add(this.label1);
     this.ultraTabPageControl1.Controls.Add(this.label2);
     this.ultraTabPageControl1.Controls.Add(this.ute_aza01);
     this.ultraTabPageControl1.Size = new System.Drawing.Size(910, 209);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_aza01, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label2, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.label1, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.ute_aza02, 0);
     this.ultraTabPageControl1.Controls.SetChildIndex(this.uGridMaster, 0);
     //
     // UtbmMain
     //
     this.UtbmMain.MenuSettings.ForceSerialization   = true;
     this.UtbmMain.Ribbon.AllowAutoHide              = Infragistics.Win.DefaultableBoolean.True;
     this.UtbmMain.Ribbon.FileMenuButtonCaption      = "";
     this.UtbmMain.Ribbon.QuickAccessToolbar.Visible = false;
     this.UtbmMain.Ribbon.Visible = true;
     this.UtbmMain.Style          = Infragistics.Win.UltraWinToolbars.ToolbarStyle.ScenicRibbon;
     this.UtbmMain.ToolbarSettings.ForceSerialization = true;
     //
     // UsbButtom
     //
     this.UsbButtom.Location = new System.Drawing.Point(8, 540);
     this.UsbButtom.Size     = new System.Drawing.Size(914, 18);
     //
     // ute_aza02
     //
     this.ute_aza02.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_aza02.Location = new System.Drawing.Point(122, 49);
     this.ute_aza02.Name     = "ute_aza02";
     this.ute_aza02.Size     = new System.Drawing.Size(387, 22);
     this.ute_aza02.TabIndex = 1;
     this.ute_aza02.Tag      = "aza02";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label2.Location = new System.Drawing.Point(18, 53);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(39, 14);
     this.label2.TabIndex = 16;
     this.label2.Tag      = "aza02";
     this.label2.Text     = "aza02";
     //
     // ute_aza01
     //
     this.ute_aza01.Font     = new System.Drawing.Font("新細明體", 10F);
     this.ute_aza01.Location = new System.Drawing.Point(122, 19);
     this.ute_aza01.Name     = "ute_aza01";
     this.ute_aza01.Size     = new System.Drawing.Size(100, 22);
     this.ute_aza01.TabIndex = 0;
     this.ute_aza01.Tag      = "aza01";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("新細明體", 10F);
     this.label1.Location = new System.Drawing.Point(18, 23);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(39, 14);
     this.label1.TabIndex = 14;
     this.label1.Tag      = "aza01";
     this.label1.Text     = "aza01";
     //
     // FrmAdmi620
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BoMaster            = commonBLL1;
     this.ClientSize          = new System.Drawing.Size(930, 566);
     this.Name = "FrmAdmi620";
     this.Text = "FrmAdmi620";
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Detail)).EndInit();
     this.uTab_Detail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uGridMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uTab_Master)).EndInit();
     this.uTab_Master.ResumeLayout(false);
     this.ultraTabPageControl1.ResumeLayout(false);
     this.ultraTabPageControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UtbmMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BindingMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_aza02)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ute_aza01)).EndInit();
     this.ResumeLayout(false);
 }