Beispiel #1
0
        private void InitializeComponent()
        {
            ComponentResourceManager manager = new ComponentResourceManager(typeof(TipForm));

            this.richTextBox1 = new AisinoRTX();
            this.label1       = new AisinoLBL();
            base.SuspendLayout();
            this.richTextBox1.BackColor   = Color.AliceBlue;
            this.richTextBox1.BorderStyle = BorderStyle.None;
            this.richTextBox1.ForeColor   = Color.Red;
            this.richTextBox1.Location    = new Point(12, 0x2b);
            this.richTextBox1.Name        = "richTextBox1";
            this.richTextBox1.Size        = new Size(0x100, 0xb5);
            this.richTextBox1.TabIndex    = 3;
            this.richTextBox1.Text        = "注册文件1;\n注册文件2";
            this.label1.AutoSize          = true;
            this.label1.BackColor         = Color.Transparent;
            this.label1.Location          = new Point(10, 15);
            this.label1.Name         = "label1";
            this.label1.Size         = new Size(0x7d, 12);
            this.label1.TabIndex     = 2;
            this.label1.Text         = "以下注册文件已过期:";
            base.AutoScaleDimensions = new SizeF(6f, 12f);
            base.AutoScaleMode       = AutoScaleMode.Font;
            base.ClientSize          = new Size(280, 0xec);
            base.Controls.Add(this.richTextBox1);
            base.Controls.Add(this.label1);
            base.Icon     = (Icon)manager.GetObject("$this.Icon");
            base.Location = new Point(0, 0);
            base.Name     = "TipForm";
            this.Text     = "注册文件过期提醒";
            base.ResumeLayout(false);
            base.PerformLayout();
        }
Beispiel #2
0
 private void Initialize()
 {
     this.InitializeComponent();
     this.btn_OK                  = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btn_OK");
     this.lbl_Message             = this.xmlComponentLoader1.GetControlByName <AisinoRTX>("lbl_Message");
     this.lbl_Message.AutoSize    = false;
     this.lbl_Message.ReadOnly    = true;
     this.lbl_Message.BorderStyle = BorderStyle.None;
     base.FormClosing            += new FormClosingEventHandler(this.ShowMessage_FormClosing);
 }
 private void Initialize()
 {
     this.InitializeComponent();
     this.toolStrip                     = this.xmlComponentLoader1.GetControlByName <ToolStrip>("toolStrip");
     this.tool_Close                    = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_Close");
     this.tool_Choose                   = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_Choose");
     this.tool_Default                  = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_Default");
     this.tool_Insert                   = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_Insert");
     this.tool_Update                   = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_Update");
     this.tool_Delete                   = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_Delete");
     this.pnl_Edit                      = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("pnl_Edit");
     this.txt_Receiver                  = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txt_Receiver");
     this.txt_Cellphone                 = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txt_Cellphone");
     this.txt_Landline                  = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txt_Landline");
     this.txt_Postcode                  = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txt_Postcode");
     this.txt_Address                   = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txt_Address");
     this.rtxt_Memo                     = this.xmlComponentLoader1.GetControlByName <AisinoRTX>("rtxt_Memo");
     this.btn_InsertUpdate              = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btn_InsertUpdate");
     this.btn_Reset                     = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btn_Reset");
     this.btn_Indent                    = this.xmlComponentLoader1.GetControlByName <Button>("btn_Indent");
     this.csdgAddress                   = this.xmlComponentLoader1.GetControlByName <CustomStyleDataGrid>("csdgList");
     this.tool_Close.Click             += new EventHandler(this.tool_Close_Click);
     this.tool_Choose.Click            += new EventHandler(this.tool_Choose_Click);
     this.tool_Default.Click           += new EventHandler(this.tool_Default_Click);
     this.tool_Insert.Click            += new EventHandler(this.tool_Insert_Click);
     this.tool_Update.Click            += new EventHandler(this.tool_Update_Click);
     this.tool_Delete.Click            += new EventHandler(this.tool_Delete_Click);
     this.btn_Indent.Click             += new EventHandler(this.btn_Indent_Click);
     this.btn_InsertUpdate.Click       += new EventHandler(this.btn_InsertUpdate_Click);
     this.btn_Reset.Click              += new EventHandler(this.btn_Reset_Click);
     this.txt_Receiver.TextChanged     += new EventHandler(this.txt_Receiver_TextChanged);
     this.txt_Cellphone.TextChanged    += new EventHandler(this.txt_Cellphone_TextChanged);
     this.txt_Landline.TextChanged     += new EventHandler(this.txt_Landline_TextChanged);
     this.txt_Postcode.TextChanged     += new EventHandler(this.txt_Postcode_TextChanged);
     this.txt_Address.TextChanged      += new EventHandler(this.txt_Address_TextChanged);
     this.rtxt_Memo.TextChanged        += new EventHandler(this.rtxt_Memo_TextChanged);
     this.txt_Receiver.KeyPress        += new KeyPressEventHandler(this.txt_Receiver_KeyPress);
     this.txt_Cellphone.KeyPress       += new KeyPressEventHandler(this.txt_Cellphone_KeyPress);
     this.txt_Landline.KeyPress        += new KeyPressEventHandler(this.txt_Landline_KeyPress);
     this.txt_Postcode.KeyPress        += new KeyPressEventHandler(this.txt_Postcode_KeyPress);
     this.txt_Address.KeyPress         += new KeyPressEventHandler(this.txt_Address_KeyPress);
     this.rtxt_Memo.KeyPress           += new KeyPressEventHandler(this.rtxt_Memo_KeyPress);
     this.csdgAddress.MouseDoubleClick += new MouseEventHandler(this.csdgAddress_MouseDoubleClick);
     this.tool_Close.Margin             = new Padding(20, 1, 0, 2);
     ControlStyleUtil.SetToolStripStyle(this.toolStrip);
     this.gridSetting();
 }
Beispiel #4
0
 private void Initialize()
 {
     this.InitializeComponent();
     this.lab_Fpzl              = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_Fpzl");
     this.but_quxiao            = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("but_quxiao");
     this.but_TiaoGuo           = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("but_TiaoGuo");
     this.groupBox1             = this.xmlComponentLoader1.GetControlByName <AisinoGRP>("groupBox1");
     this.lab_Msg2              = this.xmlComponentLoader1.GetControlByName <AisinoRTX>("lab_Msg2");
     this.lab_Msg               = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_Msg");
     this.lab_Fpdm              = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_Fpdm");
     this.lab_Fphm              = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_Fphm");
     this.but_AllDaYin          = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("but_AllDaYin");
     this.but_DaYin             = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("but_DaYin");
     this.but_quxiao.Click     += new EventHandler(this.btnQuxiao_Click);
     this.but_TiaoGuo.Click    += new EventHandler(this.btnTiaoGuo_Click);
     this.but_AllDaYin.Click   += new EventHandler(this.btnAllDaYin_Click);
     this.but_DaYin.Click      += new EventHandler(this.btnDaYin_Click);
     this.but_AllDaYin.TabIndex = 0;
     this.lab_Msg2.BorderStyle  = BorderStyle.None;
 }
Beispiel #5
0
 private void Initialize()
 {
     this.InitializeComponent();
     this.RecipientsEdit                = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("RecipientsEdit");
     this.FromEdit                      = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("FromEdit");
     this.NameLabel                     = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("NameLabel");
     this.TaxCodeLabel                  = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("TaxCodeLabel");
     this.Memo                          = this.xmlComponentLoader1.GetControlByName <AisinoRTX>("Memo");
     this.Memo.ReadOnly                 = true;
     this.SubjectEdit                   = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("SubjectEdit");
     this.SubjectEdit.Text              = "HTXXFWSKKP_FPRZJK_XML";
     this.OkBtn                         = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("OkBtn");
     this.btn_QueXiao                   = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btn_QueXiao");
     this.btn_ServerAttrituteSet        = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btn_ServerAttrituteSet");
     this.OkBtn.Click                  += new EventHandler(this.OkBtn_Clik);
     this.btn_QueXiao.Click            += new EventHandler(this.btn_QueXiao_Clik);
     this.btn_ServerAttrituteSet.Click += new EventHandler(this.btn_ServerAttrituteSet_Clik);
     this.RecipientsEdit.TextChanged   += new EventHandler(this.RecipientsEdit_TextChanged);
     this.FromEdit.TextChanged         += new EventHandler(this.FromEdit_TextChanged);
 }
Beispiel #6
0
 private void Initial()
 {
     this.InitializeComponent();
     base.MinimizeBox     = false;
     base.MaximizeBox     = false;
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     this.tbZp            = this.xmlComponentLoader1.GetControlByName <TabPageEx>("tbZp");
     this.tbHy            = this.xmlComponentLoader1.GetControlByName <TabPageEx>("tbHy");
     this.tbJdc           = this.xmlComponentLoader1.GetControlByName <TabPageEx>("tbJdc");
     this.lblZpT          = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblZpT");
     this.lblHyT          = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblHyT");
     this.lblJdcT         = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblJdcT");
     this.pnlZpErr        = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("pnlZpErr");
     this.pnlHyErr        = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("pnlHyErr");
     this.pnlJdcErr       = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("pnlJdcErr");
     this.pnlZpInfo       = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("pnlZpInfo");
     this.pnlHyInfo       = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("pnlHyInfo");
     this.pnlJdcInfo      = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("pnlJdcInfo");
     this.rtbZp           = this.xmlComponentLoader1.GetControlByName <AisinoRTX>("rtbZp");
     this.rtbHy           = this.xmlComponentLoader1.GetControlByName <AisinoRTX>("rtbHy");
     this.rtbJdc          = this.xmlComponentLoader1.GetControlByName <AisinoRTX>("rtbJdc");
     base.Load           += new EventHandler(this.PzxzForm_Load);
 }
Beispiel #7
0
        private void InitializeComponent_1()
        {
            this.icontainer_1 = new Container();
            ComponentResourceManager manager = new ComponentResourceManager(typeof(CusMessageBox));

            this.imageList_0     = new ImageList(this.icontainer_1);
            this.pnlBodyRect     = new Panel();
            this.picEventIco     = new AisinoPIC();
            this.customInfoText2 = new CustomInfoText();
            this.lblFunction     = new AisinoLBL();
            this.rtbSolution     = new AisinoRTX();
            this.label4          = new AisinoLBL();
            this.rtbDescript     = new AisinoRTX();
            this.lblFunCaption   = new AisinoLBL();
            this.customInfoText1 = new CustomInfoText();
            this.label2          = new AisinoLBL();
            this.lblEventCode    = new AisinoLBL();
            this.panel1          = new Panel();
            this.btnNo           = new AisinoBTN();
            this.btnCancel       = new AisinoBTN();
            this.btnYes          = new AisinoBTN();
            this.btnSend         = new AisinoBTN();
            this.label3          = new AisinoLBL();
            this.lblOperate      = new AisinoLBL();
            this.lblDate         = new AisinoLBL();
            base.pnlForm.SuspendLayout();
            base.TitleArea.SuspendLayout();
            base.BodyBounds.SuspendLayout();
            base.BodyClient.SuspendLayout();
            this.pnlBodyRect.SuspendLayout();
            ((ISupportInitialize)this.picEventIco).BeginInit();
            this.panel1.SuspendLayout();
            base.SuspendLayout();
            base.pnlForm.Size    = new Size(400, 410);
            base.BodyBounds.Size = new Size(400, 380);
            base.BodyClient.Controls.Add(this.pnlBodyRect);
            base.BodyClient.Size              = new Size(0x184, 0x176);
            this.imageList_0.ImageStream      = (ImageListStreamer)manager.GetObject("imageList1.ImageStream");
            this.imageList_0.TransparentColor = Color.Transparent;
            this.imageList_0.Images.SetKeyName(0, "i.png");
            this.imageList_0.Images.SetKeyName(1, "2.png");
            this.imageList_0.Images.SetKeyName(2, "3.png");
            this.imageList_0.Images.SetKeyName(3, "4.png");
            this.pnlBodyRect.BackColor = Color.Transparent;
            this.pnlBodyRect.Controls.Add(this.picEventIco);
            this.pnlBodyRect.Controls.Add(this.customInfoText2);
            this.pnlBodyRect.Controls.Add(this.lblFunction);
            this.pnlBodyRect.Controls.Add(this.rtbSolution);
            this.pnlBodyRect.Controls.Add(this.label4);
            this.pnlBodyRect.Controls.Add(this.rtbDescript);
            this.pnlBodyRect.Controls.Add(this.lblFunCaption);
            this.pnlBodyRect.Controls.Add(this.customInfoText1);
            this.pnlBodyRect.Controls.Add(this.label2);
            this.pnlBodyRect.Controls.Add(this.lblEventCode);
            this.pnlBodyRect.Controls.Add(this.panel1);
            this.pnlBodyRect.Controls.Add(this.label3);
            this.pnlBodyRect.Controls.Add(this.lblOperate);
            this.pnlBodyRect.Controls.Add(this.lblDate);
            this.pnlBodyRect.Dock                = DockStyle.Fill;
            this.pnlBodyRect.Location            = new Point(0, 0);
            this.pnlBodyRect.Name                = "pnlBodyRect";
            this.pnlBodyRect.Size                = new Size(0x184, 0x176);
            this.pnlBodyRect.TabIndex            = 2;
            this.picEventIco.Location            = new Point(0x23, 30);
            this.picEventIco.Name                = "picEventIco";
            this.picEventIco.Size                = new Size(0x20, 0x20);
            this.picEventIco.TabIndex            = 1;
            this.picEventIco.TabStop             = false;
            this.customInfoText2.BorderLineColor = Color.FromArgb(11, 0x51, 130);
            this.customInfoText2.Font            = new Font("微软雅黑", 10f, FontStyle.Bold);
            this.customInfoText2.ForeColor       = Color.FromArgb(11, 0x51, 130);
            this.customInfoText2.Location        = new Point(0x13, 0xc9);
            this.customInfoText2.Name            = "customInfoText2";
            this.customInfoText2.ShowIcon        = false;
            this.customInfoText2.Size            = new Size(350, 0x17);
            this.customInfoText2.TabIndex        = 10;
            this.customInfoText2.Text            = "可能原因及解决办法";
            this.lblFunction.BackColor           = Color.Transparent;
            this.lblFunction.Font                = new Font("微软雅黑", 9f);
            this.lblFunction.Location            = new Point(0x121, 0x3b);
            this.lblFunction.Name                = "lblFunction";
            this.lblFunction.Size                = new Size(0x44, 0x13);
            this.lblFunction.TabIndex            = 0x10;
            this.lblFunction.TextAlign           = ContentAlignment.MiddleLeft;
            this.rtbSolution.BackColor           = Color.White;
            this.rtbSolution.BorderStyle         = BorderStyle.None;
            this.rtbSolution.ForeColor           = Color.FromArgb(11, 0x51, 130);
            this.rtbSolution.Location            = new Point(0x13, 0xe7);
            this.rtbSolution.Name                = "rtbSolution";
            this.rtbSolution.ReadOnly            = true;
            this.rtbSolution.ScrollBars          = RichTextBoxScrollBars.Vertical;
            this.rtbSolution.Size                = new Size(350, 0x55);
            this.rtbSolution.TabIndex            = 0;
            this.rtbSolution.Text                = "";
            this.label4.BackColor                = Color.Transparent;
            this.label4.Font                     = new Font("微软雅黑", 9f);
            this.label4.Location                 = new Point(0x4f, 0x3b);
            this.label4.Name                     = "label4";
            this.label4.Size                     = new Size(0x4d, 0x13);
            this.label4.TabIndex                 = 5;
            this.label4.Text                     = "事件代码:";
            this.label4.TextAlign                = ContentAlignment.MiddleLeft;
            this.rtbDescript.BackColor           = Color.White;
            this.rtbDescript.BorderStyle         = BorderStyle.None;
            this.rtbDescript.ForeColor           = Color.FromArgb(11, 0x51, 130);
            this.rtbDescript.Location            = new Point(0x13, 0x7d);
            this.rtbDescript.Name                = "rtbDescript";
            this.rtbDescript.ReadOnly            = true;
            this.rtbDescript.ScrollBars          = RichTextBoxScrollBars.Vertical;
            this.rtbDescript.Size                = new Size(350, 70);
            this.rtbDescript.TabIndex            = 0;
            this.rtbDescript.Text                = "";
            this.lblFunCaption.BackColor         = Color.Transparent;
            this.lblFunCaption.Font              = new Font("微软雅黑", 9f);
            this.lblFunCaption.Location          = new Point(0xe8, 0x3b);
            this.lblFunCaption.Name              = "lblFunCaption";
            this.lblFunCaption.Size              = new Size(0x39, 0x13);
            this.lblFunCaption.TabIndex          = 15;
            this.lblFunCaption.Text              = "功能码:";
            this.lblFunCaption.TextAlign         = ContentAlignment.MiddleLeft;
            this.lblFunCaption.Visible           = false;
            this.customInfoText1.BorderLineColor = Color.FromArgb(11, 0x51, 130);
            this.customInfoText1.Font            = new Font("微软雅黑", 10f, FontStyle.Bold);
            this.customInfoText1.ForeColor       = Color.FromArgb(11, 0x51, 130);
            this.customInfoText1.Location        = new Point(0x13, 0x5b);
            this.customInfoText1.Name            = "customInfoText1";
            this.customInfoText1.ShowIcon        = false;
            this.customInfoText1.Size            = new Size(350, 0x17);
            this.customInfoText1.TabIndex        = 9;
            this.customInfoText1.Text            = "事件描述";
            this.label2.BackColor                = Color.Transparent;
            this.label2.Font                     = new Font("微软雅黑", 9f);
            this.label2.Location                 = new Point(0x4f, 0x10);
            this.label2.Name                     = "label2";
            this.label2.Size                     = new Size(0x4d, 0x13);
            this.label2.TabIndex                 = 3;
            this.label2.Text                     = "日期时间:";
            this.label2.TextAlign                = ContentAlignment.MiddleLeft;
            this.lblEventCode.BackColor          = Color.Transparent;
            this.lblEventCode.Font               = new Font("微软雅黑", 9f);
            this.lblEventCode.Location           = new Point(0x98, 0x3b);
            this.lblEventCode.Name               = "lblEventCode";
            this.lblEventCode.Size               = new Size(0x47, 0x13);
            this.lblEventCode.TabIndex           = 12;
            this.lblEventCode.TextAlign          = ContentAlignment.MiddleLeft;
            this.panel1.BackColor                = Color.FromArgb(0xe4, 0xe7, 0xe9);
            this.panel1.Controls.Add(this.btnNo);
            this.panel1.Controls.Add(this.btnCancel);
            this.panel1.Controls.Add(this.btnYes);
            this.panel1.Controls.Add(this.btnSend);
            this.panel1.Dock                       = DockStyle.Bottom;
            this.panel1.Location                   = new Point(0, 0x13f);
            this.panel1.Name                       = "panel1";
            this.panel1.Size                       = new Size(0x184, 0x37);
            this.panel1.TabIndex                   = 2;
            this.btnNo.BackColorActive             = Color.FromArgb(0x19, 0x76, 210);
            this.btnNo.ColorDefaultA               = Color.FromArgb(0, 0xac, 0xfb);
            this.btnNo.ColorDefaultB               = Color.FromArgb(0, 0x91, 0xe0);
            this.btnNo.DialogResult                = DialogResult.No;
            this.btnNo.Font                        = new Font("微软雅黑", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.btnNo.FontColor                   = Color.FromArgb(0xff, 0xff, 0xff);
            this.btnNo.ForeColor                   = Color.White;
            this.btnNo.ImageKey                    = "(无)";
            this.btnNo.Location                    = new Point(0xd6, 14);
            this.btnNo.Name                        = "btnNo";
            this.btnNo.Size                        = new Size(0x4b, 0x1d);
            this.btnNo.TabIndex                    = 0x12;
            this.btnNo.Text                        = "否";
            this.btnNo.UseVisualStyleBackColor     = true;
            this.btnNo.Click                      += new EventHandler(this.btnYes_Click);
            this.btnCancel.BackColorActive         = Color.FromArgb(0x19, 0x76, 210);
            this.btnCancel.ColorDefaultA           = Color.FromArgb(0, 0xac, 0xfb);
            this.btnCancel.ColorDefaultB           = Color.FromArgb(0, 0x91, 0xe0);
            this.btnCancel.DialogResult            = DialogResult.Cancel;
            this.btnCancel.Font                    = new Font("微软雅黑", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.btnCancel.FontColor               = Color.FromArgb(0xff, 0xff, 0xff);
            this.btnCancel.ForeColor               = Color.White;
            this.btnCancel.ImageKey                = "(无)";
            this.btnCancel.Location                = new Point(0x126, 14);
            this.btnCancel.Name                    = "btnCancel";
            this.btnCancel.Size                    = new Size(0x4b, 0x1d);
            this.btnCancel.TabIndex                = 0x11;
            this.btnCancel.Text                    = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click                  += new EventHandler(this.btnYes_Click);
            this.btnYes.BackColorActive            = Color.FromArgb(0x19, 0x76, 210);
            this.btnYes.ColorDefaultA              = Color.FromArgb(0, 0xac, 0xfb);
            this.btnYes.ColorDefaultB              = Color.FromArgb(0, 0x91, 0xe0);
            this.btnYes.DialogResult               = DialogResult.OK;
            this.btnYes.Font                       = new Font("微软雅黑", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.btnYes.FontColor                  = Color.FromArgb(0xff, 0xff, 0xff);
            this.btnYes.ForeColor                  = Color.White;
            this.btnYes.ImageKey                   = "(无)";
            this.btnYes.Location                   = new Point(0x86, 14);
            this.btnYes.Name                       = "btnYes";
            this.btnYes.Size                       = new Size(0x4b, 0x1d);
            this.btnYes.TabIndex                   = 15;
            this.btnYes.Text                       = "是";
            this.btnYes.UseVisualStyleBackColor    = true;
            this.btnYes.Click                     += new EventHandler(this.btnYes_Click);
            this.btnSend.BackColorActive           = Color.FromArgb(0x19, 0x76, 210);
            this.btnSend.ColorDefaultA             = Color.FromArgb(0, 0xac, 0xfb);
            this.btnSend.ColorDefaultB             = Color.FromArgb(0, 0x91, 0xe0);
            this.btnSend.Font                      = new Font("微软雅黑", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.btnSend.FontColor                 = Color.FromArgb(0xff, 0xff, 0xff);
            this.btnSend.ForeColor                 = Color.White;
            this.btnSend.Location                  = new Point(0x36, 14);
            this.btnSend.Name                      = "btnSend";
            this.btnSend.Size                      = new Size(0x4b, 0x1d);
            this.btnSend.TabIndex                  = 0x10;
            this.btnSend.Text                      = "提交报告";
            this.btnSend.UseVisualStyleBackColor   = true;
            this.btnSend.Click                    += new EventHandler(this.btnSend_Click);
            this.label3.BackColor                  = Color.Transparent;
            this.label3.Font                       = new Font("微软雅黑", 9f);
            this.label3.Location                   = new Point(0x4f, 0x25);
            this.label3.Name                       = "label3";
            this.label3.Size                       = new Size(0x4d, 0x13);
            this.label3.TabIndex                   = 4;
            this.label3.Text                       = "操  作 项:";
            this.label3.TextAlign                  = ContentAlignment.MiddleLeft;
            this.lblOperate.BackColor              = Color.Transparent;
            this.lblOperate.Font                   = new Font("微软雅黑", 9f);
            this.lblOperate.Location               = new Point(0x98, 0x25);
            this.lblOperate.Name                   = "lblOperate";
            this.lblOperate.Size                   = new Size(0xb9, 0x13);
            this.lblOperate.TabIndex               = 11;
            this.lblOperate.TextAlign              = ContentAlignment.MiddleLeft;
            this.lblDate.BackColor                 = Color.Transparent;
            this.lblDate.Font                      = new Font("微软雅黑", 9f);
            this.lblDate.Location                  = new Point(0x98, 0x10);
            this.lblDate.Name                      = "lblDate";
            this.lblDate.Size                      = new Size(0xb9, 0x13);
            this.lblDate.TabIndex                  = 10;
            this.lblDate.TextAlign                 = ContentAlignment.MiddleLeft;
            base.AutoScaleDimensions               = new SizeF(6f, 12f);
            base.AutoScaleMode                     = AutoScaleMode.Font;
            base.ClientSize                        = new Size(400, 410);
            base.Name    = "CusMessageBox";
            this.Text    = "CusMessageBox";
            base.TopMost = true;
            base.pnlForm.ResumeLayout(false);
            base.TitleArea.ResumeLayout(false);
            base.BodyBounds.ResumeLayout(false);
            base.BodyClient.ResumeLayout(false);
            this.pnlBodyRect.ResumeLayout(false);
            ((ISupportInitialize)this.picEventIco).EndInit();
            this.panel1.ResumeLayout(false);
            base.ResumeLayout(false);
        }
Beispiel #8
0
        private void InitializeComponent_1()
        {
            ComponentResourceManager manager = new ComponentResourceManager(typeof(SendErrMail));

            this.rctContent   = new AisinoRTX();
            this.rctOperate   = new AisinoRTX();
            this.txtComp      = new AisinoTXT();
            this.label10      = new AisinoLBL();
            this.txtAddr      = new AisinoTXT();
            this.label11      = new AisinoLBL();
            this.txtMailAddr  = new AisinoTXT();
            this.label12      = new AisinoLBL();
            this.txtTEL       = new AisinoTXT();
            this.label13      = new AisinoLBL();
            this.txtName      = new AisinoTXT();
            this.label14      = new AisinoLBL();
            this.txtMCode     = new AisinoTXT();
            this.label15      = new AisinoLBL();
            this.txtTax       = new AisinoTXT();
            this.label16      = new AisinoLBL();
            this.groupBox1    = new AisinoGRP();
            this.groupBox2    = new AisinoGRP();
            this.rctSolution  = new AisinoRTX();
            this.groupBox3    = new AisinoGRP();
            this.rctQuestion  = new AisinoRTX();
            this.groupBox4    = new AisinoGRP();
            this.btnSendEmail = new AisinoBTN();
            this.aisinoGRP_0  = new AisinoGRP();
            this.aisinoBTN_0  = new AisinoBTN();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.aisinoGRP_0.SuspendLayout();
            base.SuspendLayout();
            this.rctContent.BackColor  = Color.FromArgb(0xe3, 0xee, 0xf9);
            this.rctContent.Location   = new Point(6, 20);
            this.rctContent.Name       = "rctContent";
            this.rctContent.ReadOnly   = true;
            this.rctContent.ScrollBars = RichTextBoxScrollBars.Vertical;
            this.rctContent.Size       = new Size(0xc1, 0x189);
            this.rctContent.TabIndex   = 1;
            this.rctContent.Text       = "";
            this.rctOperate.Dock       = DockStyle.Fill;
            this.rctOperate.Location   = new Point(3, 0x11);
            this.rctOperate.Name       = "rctOperate";
            this.rctOperate.ScrollBars = RichTextBoxScrollBars.Vertical;
            this.rctOperate.Size       = new Size(0x166, 0x56);
            this.rctOperate.TabIndex   = 2;
            this.rctOperate.Text       = "";
            this.txtComp.Location      = new Point(0x27, 14);
            this.txtComp.Name          = "txtComp";
            this.txtComp.Size          = new Size(0xbc, 0x15);
            this.txtComp.TabIndex      = 5;
            this.label10.BackColor     = Color.Transparent;
            this.label10.Font          = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label10.Location      = new Point(4, 15);
            this.label10.Name          = "label10";
            this.label10.Size          = new Size(0x20, 0x13);
            this.label10.TabIndex      = 0x16;
            this.label10.Text          = "单位";
            this.label10.TextAlign     = ContentAlignment.MiddleRight;
            this.txtAddr.Location      = new Point(0x27, 0x27);
            this.txtAddr.Name          = "txtAddr";
            this.txtAddr.Size          = new Size(0xbc, 0x15);
            this.txtAddr.TabIndex      = 7;
            this.label11.BackColor     = Color.Transparent;
            this.label11.Font          = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label11.Location      = new Point(4, 40);
            this.label11.Name          = "label11";
            this.label11.Size          = new Size(0x20, 0x13);
            this.label11.TabIndex      = 0x18;
            this.label11.Text          = "地址";
            this.label11.TextAlign     = ContentAlignment.MiddleRight;
            this.txtMailAddr.Location  = new Point(0x27, 0x42);
            this.txtMailAddr.Name      = "txtMailAddr";
            this.txtMailAddr.Size      = new Size(0x60, 0x15);
            this.txtMailAddr.TabIndex  = 9;
            this.label12.BackColor     = Color.Transparent;
            this.label12.Font          = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label12.Location      = new Point(4, 0x43);
            this.label12.Name          = "label12";
            this.label12.Size          = new Size(0x20, 0x13);
            this.label12.TabIndex      = 0x1a;
            this.label12.Text          = "邮箱";
            this.label12.TextAlign     = ContentAlignment.MiddleRight;
            this.txtTEL.Location       = new Point(0xa5, 0x43);
            this.txtTEL.Name           = "txtTEL";
            this.txtTEL.Size           = new Size(0x3d, 0x15);
            this.txtTEL.TabIndex       = 10;
            this.label13.BackColor     = Color.Transparent;
            this.label13.Font          = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label13.Location      = new Point(0x85, 0x45);
            this.label13.Name          = "label13";
            this.label13.Size          = new Size(0x20, 0x13);
            this.label13.TabIndex      = 0x1c;
            this.label13.Text          = "电话";
            this.label13.TextAlign     = ContentAlignment.MiddleRight;
            this.txtName.Location      = new Point(0x108, 13);
            this.txtName.Name          = "txtName";
            this.txtName.Size          = new Size(0x5d, 0x15);
            this.txtName.TabIndex      = 6;
            this.label14.BackColor     = Color.Transparent;
            this.label14.Font          = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label14.Location      = new Point(0xe5, 14);
            this.label14.Name          = "label14";
            this.label14.Size          = new Size(0x20, 0x13);
            this.label14.TabIndex      = 30;
            this.label14.Text          = "姓名";
            this.label14.TextAlign     = ContentAlignment.MiddleRight;
            this.txtMCode.Location     = new Point(0x108, 40);
            this.txtMCode.Name         = "txtMCode";
            this.txtMCode.Size         = new Size(0x5d, 0x15);
            this.txtMCode.TabIndex     = 8;
            this.label15.BackColor     = Color.Transparent;
            this.label15.Font          = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label15.Location      = new Point(0xe5, 0x29);
            this.label15.Name          = "label15";
            this.label15.Size          = new Size(0x20, 0x13);
            this.label15.TabIndex      = 0x20;
            this.label15.Text          = "邮编";
            this.label15.TextAlign     = ContentAlignment.MiddleRight;
            this.txtTax.Location       = new Point(0x108, 0x43);
            this.txtTax.Name           = "txtTax";
            this.txtTax.Size           = new Size(0x5d, 0x15);
            this.txtTax.TabIndex       = 11;
            this.label16.BackColor     = Color.Transparent;
            this.label16.Font          = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label16.Location      = new Point(0xe5, 0x44);
            this.label16.Name          = "label16";
            this.label16.Size          = new Size(0x20, 0x13);
            this.label16.TabIndex      = 0x22;
            this.label16.Text          = "传真";
            this.label16.TextAlign     = ContentAlignment.MiddleRight;
            this.groupBox1.BackColor   = Color.Transparent;
            this.groupBox1.Controls.Add(this.rctOperate);
            this.groupBox1.Location  = new Point(0xe5, 0x13);
            this.groupBox1.Name      = "groupBox1";
            this.groupBox1.Size      = new Size(0x16c, 0x6a);
            this.groupBox1.TabIndex  = 0x24;
            this.groupBox1.TabStop   = false;
            this.groupBox1.Text      = "具体的操作步骤";
            this.groupBox2.BackColor = Color.Transparent;
            this.groupBox2.Controls.Add(this.rctSolution);
            this.groupBox2.Location     = new Point(0xe2, 0x83);
            this.groupBox2.Name         = "groupBox2";
            this.groupBox2.Size         = new Size(0x16c, 0x62);
            this.groupBox2.TabIndex     = 0x25;
            this.groupBox2.TabStop      = false;
            this.groupBox2.Text         = "需要的解决方案";
            this.rctSolution.Dock       = DockStyle.Fill;
            this.rctSolution.Location   = new Point(3, 0x11);
            this.rctSolution.Name       = "rctSolution";
            this.rctSolution.ScrollBars = RichTextBoxScrollBars.Vertical;
            this.rctSolution.Size       = new Size(0x166, 0x4e);
            this.rctSolution.TabIndex   = 3;
            this.rctSolution.Text       = "";
            this.groupBox3.BackColor    = Color.Transparent;
            this.groupBox3.Controls.Add(this.rctQuestion);
            this.groupBox3.Location     = new Point(0xe2, 0xeb);
            this.groupBox3.Name         = "groupBox3";
            this.groupBox3.Size         = new Size(0x16c, 0x62);
            this.groupBox3.TabIndex     = 0x26;
            this.groupBox3.TabStop      = false;
            this.groupBox3.Text         = "还有话要说";
            this.rctQuestion.Dock       = DockStyle.Fill;
            this.rctQuestion.Location   = new Point(3, 0x11);
            this.rctQuestion.Name       = "rctQuestion";
            this.rctQuestion.ScrollBars = RichTextBoxScrollBars.Vertical;
            this.rctQuestion.Size       = new Size(0x166, 0x4e);
            this.rctQuestion.TabIndex   = 4;
            this.rctQuestion.Text       = "";
            this.groupBox4.BackColor    = Color.Transparent;
            this.groupBox4.Controls.Add(this.label10);
            this.groupBox4.Controls.Add(this.txtComp);
            this.groupBox4.Controls.Add(this.label11);
            this.groupBox4.Controls.Add(this.txtAddr);
            this.groupBox4.Controls.Add(this.txtTax);
            this.groupBox4.Controls.Add(this.label12);
            this.groupBox4.Controls.Add(this.label16);
            this.groupBox4.Controls.Add(this.txtMailAddr);
            this.groupBox4.Controls.Add(this.txtMCode);
            this.groupBox4.Controls.Add(this.label13);
            this.groupBox4.Controls.Add(this.label15);
            this.groupBox4.Controls.Add(this.txtTEL);
            this.groupBox4.Controls.Add(this.txtName);
            this.groupBox4.Controls.Add(this.label14);
            this.groupBox4.Location                   = new Point(0xe2, 0x153);
            this.groupBox4.Name                       = "groupBox4";
            this.groupBox4.Size                       = new Size(0x16c, 0x63);
            this.groupBox4.TabIndex                   = 0x27;
            this.groupBox4.TabStop                    = false;
            this.groupBox4.Text                       = "联系我";
            this.btnSendEmail.BackColor               = Color.Transparent;
            this.btnSendEmail.BackColorActive         = Color.FromArgb(0x19, 0x76, 210);
            this.btnSendEmail.ColorDefaultA           = Color.FromArgb(0, 0xac, 0xfb);
            this.btnSendEmail.ColorDefaultB           = Color.FromArgb(0, 0x91, 0xe0);
            this.btnSendEmail.Font                    = new Font("微软雅黑", 9.75f, FontStyle.Bold);
            this.btnSendEmail.FontColor               = Color.FromArgb(0xff, 0xff, 0xff);
            this.btnSendEmail.ForeColor               = Color.White;
            this.btnSendEmail.Location                = new Point(0x1ed, 0x1c0);
            this.btnSendEmail.Name                    = "btnSendEmail";
            this.btnSendEmail.Size                    = new Size(0x61, 0x24);
            this.btnSendEmail.TabIndex                = 0;
            this.btnSendEmail.Text                    = "立即发送";
            this.btnSendEmail.UseVisualStyleBackColor = false;
            this.btnSendEmail.Click                  += new EventHandler(this.btnSendEmail_Click);
            this.aisinoGRP_0.BackColor                = Color.Transparent;
            this.aisinoGRP_0.Controls.Add(this.rctContent);
            this.aisinoGRP_0.Location                = new Point(15, 0x13);
            this.aisinoGRP_0.Name                    = "aisinoGRP1";
            this.aisinoGRP_0.Size                    = new Size(0xcd, 0x1a3);
            this.aisinoGRP_0.TabIndex                = 0x25;
            this.aisinoGRP_0.TabStop                 = false;
            this.aisinoGRP_0.Text                    = "基本信息";
            this.aisinoBTN_0.BackColorActive         = Color.FromArgb(0x19, 0x76, 210);
            this.aisinoBTN_0.ColorDefaultA           = Color.FromArgb(0, 0xac, 0xfb);
            this.aisinoBTN_0.ColorDefaultB           = Color.FromArgb(0, 0x91, 0xe0);
            this.aisinoBTN_0.Font                    = new Font("微软雅黑", 9.75f, FontStyle.Bold);
            this.aisinoBTN_0.FontColor               = Color.FromArgb(0xff, 0xff, 0xff);
            this.aisinoBTN_0.ForeColor               = Color.White;
            this.aisinoBTN_0.Location                = new Point(0x179, 0x1c0);
            this.aisinoBTN_0.Name                    = "aisinoBTN1";
            this.aisinoBTN_0.Size                    = new Size(0x65, 0x24);
            this.aisinoBTN_0.TabIndex                = 12;
            this.aisinoBTN_0.Text                    = "取消";
            this.aisinoBTN_0.UseVisualStyleBackColor = true;
            this.aisinoBTN_0.Click                  += new EventHandler(this.aisinoBTN_0_Click);
            base.AutoScaleDimensions                 = new SizeF(6f, 12f);
            base.AutoScaleMode = AutoScaleMode.Font;
            base.ClientSize    = new Size(0x253, 0x1f0);
            base.Controls.Add(this.aisinoBTN_0);
            base.Controls.Add(this.aisinoGRP_0);
            base.Controls.Add(this.btnSendEmail);
            base.Controls.Add(this.groupBox4);
            base.Controls.Add(this.groupBox3);
            base.Controls.Add(this.groupBox2);
            base.Controls.Add(this.groupBox1);
            base.FormBorderStyle = FormBorderStyle.FixedSingle;
            base.Icon            = (Icon)manager.GetObject("$this.Icon");
            base.Name            = "SendErrMail";
            base.StartPosition   = FormStartPosition.CenterParent;
            this.Text            = "发送错误信息";
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.aisinoGRP_0.ResumeLayout(false);
            base.ResumeLayout(false);
        }
Beispiel #9
0
 private void Initialize()
 {
     this.InitializeComponent();
     base.MaximizeBox                        = false;
     base.MinimizeBox                        = false;
     base.FormBorderStyle                    = FormBorderStyle.FixedDialog;
     this.tcRegistInfo                       = this.xmlComponentLoader1.GetControlByName <AisinoTAB>("tcRegistInfo");
     this.tpBaseInfo                         = this.xmlComponentLoader1.GetControlByName <TabPage>("tpBaseInfo");
     this.tpRegist                           = this.xmlComponentLoader1.GetControlByName <TabPage>("tpRegist");
     this.tpLoadFiles                        = this.xmlComponentLoader1.GetControlByName <TabPage>("tpLoadFiles");
     this.tpFileCheck                        = this.xmlComponentLoader1.GetControlByName <TabPage>("tpFileCheck");
     this.numUdDays                          = this.xmlComponentLoader1.GetControlByName <AisinoNUD>("numUdDays");
     this.numUDMachineNo                     = this.xmlComponentLoader1.GetControlByName <AisinoNUD>("numUDMachineNo");
     this.numUdOutTime                       = this.xmlComponentLoader1.GetControlByName <AisinoNUD>("numUdOutTime");
     this.txtName                            = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txtName");
     this.txtTaxNo                           = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txtTaxNo");
     this.txtLoadUri                         = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txtLoadUri");
     this.rtxtInsVersions                    = this.xmlComponentLoader1.GetControlByName <AisinoRTX>("rtxtInsVersions");
     this.rtxtVersion                        = this.xmlComponentLoader1.GetControlByName <AisinoRTX>("rtxtVersion");
     this.btnSetupRegFile                    = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnSetupRegFile");
     this.btnLoad                            = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnLoad");
     this.btnRemove                          = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnRemove");
     this.btnAdd                             = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnAdd");
     this.btnExport                          = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnExport");
     this.chkOverdate                        = this.xmlComponentLoader1.GetControlByName <AisinoCHK>("chkOverdate");
     this.chkBeforeDate                      = this.xmlComponentLoader1.GetControlByName <AisinoCHK>("chkBeforeDate");
     this.lblBBH                             = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblBBH");
     this.label6                             = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label6");
     this.lblRJZL                            = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblRJZL");
     this.lblRJXLH                           = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblRJXLH");
     this.lblKPJH                            = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblKPJH");
     this.lblZCDY                            = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblZCDY");
     this.lblSQJZRQ                          = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblSQJZRQ");
     this.lblRJBH                            = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblRJBH");
     this.lblNSDJH                           = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblNSDJH");
     this.tvRegVersion                       = this.xmlComponentLoader1.GetControlByName <AisinoTVW>("tvRegVersion");
     this.txtAuthNo                          = this.xmlComponentLoader1.GetControlByName <TextBoxRegex>("txtAuthNo");
     this.lstBoxAuthNo                       = this.xmlComponentLoader1.GetControlByName <AisinoLST>("lstBoxAuthNo");
     this.numUDMachineNo.Enabled             = false;
     this.txtAuthNo.IsEmpty                  = false;
     this.txtAuthNo.RegexText                = "^[0-9]{0,20}$";
     this.tvRegVersion.ImageList             = this.imageList1;
     this.tvRegVersion.ImageIndex            = 0;
     this.tvRegVersion.SelectedImageIndex    = 0;
     this.chkBeforeDate.Visible              = true;
     this.numUdDays.Visible                  = true;
     this.label6.Visible                     = true;
     this.chkOverdate.Visible                = true;
     this.rtxtInsVersions.Visible            = true;
     this.btnSetupRegFile.Visible            = true;
     this.btnAdd.Click                      += new EventHandler(this.btnAdd_Click);
     this.btnRemove.Click                   += new EventHandler(this.btnRemove_Click);
     this.btnExport.Click                   += new EventHandler(this.btnExport_Click);
     this.btnLoad.Click                     += new EventHandler(this.btnLoad_Click);
     this.btnSetupRegFile.Click             += new EventHandler(this.btnSetupRegFile_Click);
     this.txtAuthNo.TextChanged             += new EventHandler(this.txtAuthNo_TextChanged);
     this.lstBoxAuthNo.SelectedIndexChanged += new EventHandler(this.lstBoxAuthNo_SelectedIndexChanged);
     this.tvRegVersion.AfterSelect          += new TreeViewEventHandler(this.tvRegVersion_AfterSelect);
     this.tvRegVersion.MouseClick           += new MouseEventHandler(this.tvRegVersion_MouseClick);
     this.delToolStripMenuItem.Click        += new EventHandler(this.delToolStripMenuItem_Click);
 }
Beispiel #10
0
 private void Initialize()
 {
     this.InitializeComponent();
     this.toolStrip           = this.xmlComponentLoader1.GetControlByName <ToolStrip>("toolStrip");
     this.tool_Close          = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_Close");
     this.tool_Print          = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_Print");
     this.tool_Edit           = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_Edit");
     this.tool_Price          = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_Price");
     this.tool_RowAdd         = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_RowAdd");
     this.tool_RowDelete      = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_RowDelete");
     this.lbl_Title           = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblTitle");
     this.lbl_Date            = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblDate");
     this.lbl_JBR             = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblJBR");
     this.lbl_No              = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblNo");
     this.mcmb_CarrierName    = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("mcmbCarrierName");
     this.mcmb_CarrierNumber  = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("mcmbCarrierNumber");
     this.mcmb_DraweeName     = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("mcmbDraweeName");
     this.mcmb_DraweeNumber   = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("mcmbDraweeNumber");
     this.mcmb_ReceiverName   = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("mcmbReceiverName");
     this.mcmb_ReceiverNumber = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("mcmbReceiverNumber");
     this.mcmb_ShipperName    = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("mcmbShipperName");
     this.mcmb_ShipperNumber  = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("mcmbShipperNumber");
     this.csdg_Item           = this.xmlComponentLoader1.GetControlByName <CustomStyleDataGrid>("csdgItem");
     this.rtxt_Cargo          = this.xmlComponentLoader1.GetControlByName <AisinoRTX>("rtxtCargo");
     this.lbl_Price           = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblPrice");
     this.cmb_Rate            = this.xmlComponentLoader1.GetControlByName <AisinoCMB>("cmbRate");
     this.lbl_Tax             = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblTax");
     this.lbl_Machine         = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblMachine");
     this.txt_CargoNumber     = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txtCargoNumber");
     this.txt_CargoLoad       = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txtCargoLoad");
     this.pnl_Reason          = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("pnlReason");
     this.rbt_Drawee          = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtDrawee");
     this.rbt_Deduated        = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtDeduated");
     this.rbt_NotDeduated     = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtNotDeduated");
     this.rbt_NDReason1       = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtNDReason1");
     this.rbt_NDReason2       = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtNDReason2");
     this.rbt_NDReason3       = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtNDReason3");
     this.rbt_NDReason4       = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtNDReason4");
     this.rbt_Carrier         = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtCarrier");
     this.rbt_CReason1        = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtCReason1");
     this.rbt_CReason2        = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtCReason2");
     this.pnl_ReasonOverDate  = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("pnlReasonOverDate");
     this.rbt_OverDateReason1 = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtOverDateReason1");
     this.rbt_OverDateReason2 = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtOverDateReason2");
     this.rbt_OverDateReason3 = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtOverDateReason3");
     this.rbt_OverDateReason4 = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtOverDateReason4");
     this.rbt_OverDateReason5 = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtOverDateReason5");
     this.rbt_OverDateReason6 = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtOverDateReason6");
     this.rbt_OverDateReason7 = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtOverDateReason7");
     this.rbt_OverDateReason8 = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rbtOverDateReason8");
     this.lbl_BlueInveType    = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblBlueInveType");
     this.lbl_BlueInveNumber  = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblBlueInveNumber");
     this.lbl_BlueInveCode    = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblBlueInveCode");
     this.tool_Close.Margin   = new Padding(20, 1, 0, 2);
     ControlStyleUtil.SetToolStripStyle(this.toolStrip);
     this.mcmb_DraweeNumber.IsSelectAll = (true);
     this.mcmb_DraweeNumber.buttonStyle = (0);
     this.mcmb_DraweeNumber.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "SH", 140));
     this.mcmb_DraweeNumber.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "MC", this.mcmb_DraweeNumber.Width - 140));
     this.mcmb_DraweeNumber.ShowText  = ("SH");
     this.mcmb_DraweeNumber.DrawHead  = (false);
     this.mcmb_DraweeName.IsSelectAll = (true);
     this.mcmb_DraweeName.buttonStyle = (0);
     this.mcmb_DraweeName.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "SH", 140));
     this.mcmb_DraweeName.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "MC", this.mcmb_DraweeName.Width - 140));
     this.mcmb_DraweeName.ShowText       = ("MC");
     this.mcmb_DraweeName.DrawHead       = (false);
     this.mcmb_CarrierNumber.IsSelectAll = (true);
     this.mcmb_CarrierNumber.buttonStyle = (0);
     this.mcmb_CarrierNumber.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "SH", 140));
     this.mcmb_CarrierNumber.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "MC", this.mcmb_CarrierNumber.Width - 140));
     this.mcmb_CarrierNumber.ShowText  = ("SH");
     this.mcmb_CarrierNumber.DrawHead  = (false);
     this.mcmb_CarrierName.IsSelectAll = (true);
     this.mcmb_CarrierName.buttonStyle = (0);
     this.mcmb_CarrierName.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "SH", 140));
     this.mcmb_CarrierName.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "MC", this.mcmb_CarrierName.Width - 140));
     this.mcmb_CarrierName.ShowText       = ("MC");
     this.mcmb_CarrierName.DrawHead       = (false);
     this.mcmb_ReceiverNumber.IsSelectAll = (true);
     this.mcmb_ReceiverNumber.buttonStyle = (0);
     this.mcmb_ReceiverNumber.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "SH", 140));
     this.mcmb_ReceiverNumber.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "MC", this.mcmb_ReceiverNumber.Width - 140));
     this.mcmb_ReceiverNumber.ShowText  = ("SH");
     this.mcmb_ReceiverNumber.DrawHead  = (false);
     this.mcmb_ReceiverName.IsSelectAll = (true);
     this.mcmb_ReceiverName.buttonStyle = (0);
     this.mcmb_ReceiverName.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "SH", 140));
     this.mcmb_ReceiverName.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "MC", this.mcmb_ReceiverName.Width - 140));
     this.mcmb_ReceiverName.ShowText     = ("MC");
     this.mcmb_ReceiverName.DrawHead     = (false);
     this.mcmb_ShipperNumber.IsSelectAll = (true);
     this.mcmb_ShipperNumber.buttonStyle = (0);
     this.mcmb_ShipperNumber.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "SH", 140));
     this.mcmb_ShipperNumber.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "MC", this.mcmb_ShipperNumber.Width - 140));
     this.mcmb_ShipperNumber.ShowText  = ("SH");
     this.mcmb_ShipperNumber.DrawHead  = (false);
     this.mcmb_ShipperName.IsSelectAll = (true);
     this.mcmb_ShipperName.buttonStyle = (0);
     this.mcmb_ShipperName.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "SH", 140));
     this.mcmb_ShipperName.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "MC", this.mcmb_ShipperName.Width - 140));
     this.mcmb_ShipperName.ShowText       = ("MC");
     this.mcmb_ShipperName.DrawHead       = (false);
     this.csdg_Item.AllowUserToAddRows    = false;
     this.csdg_Item.AllowUserToDeleteRows = false;
     this.csdg_Item.AllowUserToResizeRows = (false);
     this.csdg_Item.AutoSizeColumnsMode   = DataGridViewAutoSizeColumnsMode.Fill;
     this.csdg_Item.GridStyle             = ((CustomStyle)1);
     this.pnl_Reason.Visible         = false;
     this.pnl_ReasonOverDate.Visible = true;
     this.rbt_Drawee.Enabled         = false;
     this.rbt_Deduated.Enabled       = false;
     this.rbt_NotDeduated.Enabled    = false;
     this.rbt_NDReason1.Enabled      = false;
     this.rbt_NDReason2.Enabled      = false;
     this.rbt_NDReason3.Enabled      = false;
     this.rbt_NDReason4.Enabled      = false;
     this.rbt_Carrier.Enabled        = false;
     this.rbt_CReason1.Enabled       = false;
     this.rbt_CReason2.Enabled       = false;
 }