Example #1
0
 private void Initialize()
 {
     this.InitializeComponent();
     base.MaximizeBox           = false;
     base.MinimizeBox           = false;
     base.FormBorderStyle       = FormBorderStyle.FixedDialog;
     this.label3                = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label3");
     this.panel2                = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("panel2");
     this.lblMonth              = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblMonth");
     this.lblKPMaxDay           = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblKPMaxDay");
     this.lblFirstDay           = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblFirstDay");
     this.label6                = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label6");
     this.label5                = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label5");
     this.label4                = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label4");
     this.btnOK                 = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnOK");
     this.btnCancel             = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnCancel");
     this.groupBox1             = this.xmlComponentLoader1.GetControlByName <AisinoGRP>("groupBox1");
     this.lblWeek               = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblWeek");
     this.dtpDate               = this.xmlComponentLoader1.GetControlByName <DateTimePicker>("dtpDate");
     this.label2                = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label2");
     this.label1                = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label1");
     this.panel1                = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("panel1");
     this.pictureBox1           = this.xmlComponentLoader1.GetControlByName <AisinoPIC>("pictureBox1");
     this.dtpTime               = this.xmlComponentLoader1.GetControlByName <DateTimePicker>("dtpTime");
     this.dtpTime.Format        = DateTimePickerFormat.Time;
     this.dtpTime.ShowUpDown    = true;
     this.dtpDate.ValueChanged += new EventHandler(this.dtpDate_ValueChanged);
     this.btnOK.Click          += new EventHandler(this.btnOK_Click);
     this.btnCancel.Click      += new EventHandler(this.btnCancel_Click);
 }
Example #2
0
 private void Initialize()
 {
     this.InitializeComponent();
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     this.txtNewPwd       = this.xmlComponentLoader1.GetControlByName <TextBoxRegex>("txtNewPwd");
     this.txtOldPwd       = this.xmlComponentLoader1.GetControlByName <TextBoxRegex>("txtOldPwd");
     this.btnOK           = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnOK");
     this.btnCancel       = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnCancel");
     this.groupBox1       = this.xmlComponentLoader1.GetControlByName <AisinoGRP>("groupBox1");
     this.label2          = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label2");
     this.label1          = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label1");
     this.panel1          = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("panel1");
     this.panel2          = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("panel2");
     this.txtReNewPwd     = this.xmlComponentLoader1.GetControlByName <TextBoxRegex>("txtReNewPwd");
     this.label3          = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label3");
     this.pictureBox1     = this.xmlComponentLoader1.GetControlByName <AisinoPIC>("pictureBox1");
     this.txtOldPwd.set_RegexText("^[A-Za-z0-9]*$");
     this.txtNewPwd.set_RegexText("^[A-Za-z0-9]*$");
     this.txtReNewPwd.set_RegexText("^[A-Za-z0-9]{0,8}$");
     this.txtOldPwd.MaxLength = 8;
     this.txtNewPwd.MaxLength = 8;
     this.txtOldPwd.set_IsEmpty(false);
     this.txtNewPwd.set_IsEmpty(false);
     this.txtReNewPwd.set_IsEmpty(false);
     this.txtOldPwd.PasswordChar   = '*';
     this.txtNewPwd.PasswordChar   = '*';
     this.txtReNewPwd.PasswordChar = '*';
     this.btnOK.Enabled            = false;
     this.txtReNewPwd.TextChanged += new EventHandler(this.txtReNewPwd_TextChanged);
     this.txtNewPwd.TextChanged   += new EventHandler(this.txtNewPwd_TextChanged);
     this.btnOK.Click     += new EventHandler(this.btnOK_Click);
     this.btnCancel.Click += new EventHandler(this.btnCancel_Click);
 }
Example #3
0
 private void InitializeComponent()
 {
     this.OK_BT       = new AisinoBTN();
     this.pictureBox1 = new AisinoPIC();
     this.MESS_TXT    = new AisinoTXT();
     ((ISupportInitialize)this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.OK_BT.Anchor                  = AnchorStyles.Bottom;
     this.OK_BT.DialogResult            = DialogResult.Cancel;
     this.OK_BT.Location                = new Point(0xa8, 0x8b);
     this.OK_BT.Name                    = "OK_BT";
     this.OK_BT.Size                    = new Size(0x4b, 0x17);
     this.OK_BT.TabIndex                = 0;
     this.OK_BT.Text                    = "确定";
     this.OK_BT.UseVisualStyleBackColor = true;
     this.OK_BT.Click                  += new EventHandler(this.OK_BT_Click);
     this.pictureBox1.Location          = new Point(2, 12);
     this.pictureBox1.Name              = "pictureBox1";
     this.pictureBox1.Size              = new Size(0x70, 0x71);
     this.pictureBox1.TabIndex          = 1;
     this.pictureBox1.TabStop           = false;
     this.MESS_TXT.Anchor               = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.MESS_TXT.BackColor            = SystemColors.MenuBar;
     this.MESS_TXT.BorderStyle          = BorderStyle.None;
     this.MESS_TXT.Location             = new Point(120, 12);
     this.MESS_TXT.Multiline            = true;
     this.MESS_TXT.Name                 = "MESS_TXT";
     this.MESS_TXT.ReadOnly             = true;
     this.MESS_TXT.Size                 = new Size(0x128, 0x71);
     this.MESS_TXT.TabIndex             = 3;
     base.AcceptButton                  = this.OK_BT;
     base.AutoScaleDimensions           = new SizeF(6f, 12f);
     base.AutoScaleMode                 = AutoScaleMode.Font;
     base.CancelButton                  = this.OK_BT;
     base.CausesValidation              = false;
     base.ClientSize                    = new Size(0x1ac, 0xab);
     base.ControlBox                    = false;
     base.Controls.Add(this.MESS_TXT);
     base.Controls.Add(this.pictureBox1);
     base.Controls.Add(this.OK_BT);
     this.ForeColor       = SystemColors.ControlText;
     base.FormBorderStyle = FormBorderStyle.FixedSingle;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "MessForm";
     base.SizeGripStyle   = SizeGripStyle.Hide;
     base.StartPosition   = FormStartPosition.CenterScreen;
     this.Text            = "提示信息";
     base.TopMost         = true;
     ((ISupportInitialize)this.pictureBox1).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Example #4
0
 private void Initialize()
 {
     this.InitializeComponent();
     this.panel1      = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("panel1");
     this.panel2      = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("panel2");
     this.btn_OK      = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btn_OK");
     this.lbl_FpHm    = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lbl_FpHm");
     this.lbl_FpDm    = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lbl_FpDm");
     this.pictureBox1 = this.xmlComponentLoader1.GetControlByName <AisinoPIC>("pictureBox1");
     this.lbl_JE      = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lbl_JE");
     this.lbl_XfSh    = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lbl_XfSh");
     this.lbl_GfSh    = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lbl_GfSh");
     this.lbl_KpRq    = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lbl_KpRq");
     this.lbl_ZfBz    = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lbl_ZfBz");
     this.lbl_SE      = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lbl_SE");
     this.lbl_BSZT    = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("aisinoLBL_BSZT");
 }
Example #5
0
 private void Initialize()
 {
     this.InitializeComponent();
     this.textBoxSJBM          = this.xmlComponentLoader1.GetControlByName <TextBoxTreeView>("textBoxSJBM");
     this.panelDoing           = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("panelDoing");
     this.pictureBox1          = this.xmlComponentLoader1.GetControlByName <AisinoPIC>("pictureBox1");
     this.labelDoing           = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("labelDoing");
     this.toolStripBtnSave     = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolStripBtnSave");
     this.toolStripBtnCancel   = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolStripBtnCancel");
     this.toolStripBtnContinue = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolStripBtnContinue");
     this.label1                                = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label1");
     this.label2                                = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label2");
     this.label8                                = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label8");
     this.textBoxBM                             = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("textBoxBM");
     this.button1                               = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("button1");
     this.button3                               = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("button3");
     this.button2                               = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("button2");
     this.textBoxJM                             = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("textBoxJM");
     this.labelKJM                              = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("labelKJM");
     this.label10                               = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label10");
     this.chbXTHide                             = this.xmlComponentLoader1.GetControlByName <AisinoCMB>("chbXTHide");
     this.lblXTHide                             = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblXTHide");
     this.textBoxWaitMC                         = this.xmlComponentLoader1.GetControlByName <TextBoxWait>("textBoxWaitMC");
     this.toolStripBtnSave.Click               += new EventHandler(this.toolStripBtnSave_Click);
     this.toolStripBtnCancel.Click             += new EventHandler(this.toolStripBtnCancel_Click);
     this.toolStripBtnContinue.Click           += new EventHandler(this.toolStripBtnContinue_Click);
     this.textBoxBM.KeyPress                   += new KeyPressEventHandler(this.textBoxBM_KeyPress);
     this.textBoxBM.TextChanged                += new EventHandler(this.textBoxBM_TextChanged);
     this.textBoxBM.Validating                 += new CancelEventHandler(this.textBoxBM_Validating);
     this.textBoxWaitMC.TextChangedWaitGetText += new GetTextEventHandler(this.textBoxWaitBM_TextChangedWaitGetText);
     this.textBoxWaitMC.WaterMarkString         = "商品分类名称";
     this.button1.Click                        += new EventHandler(this.toolStripBtnSave_Click);
     this.button2.Click                        += new EventHandler(this.toolStripBtnCancel_Click);
     this.button3.Click                        += new EventHandler(this.toolStripBtnContinue_Click);
     this.textBoxSJBM.RootNodeString            = "商品编码";
     this.textBoxSJBM.Text                      = "编码";
     this.textBoxSJBM.selectChanged            += new TextBoxTreeView.SelectChanged(this.textBoxSJBM_selectChanged);
     this.textBoxSJBM.getListNodes             += new TextBoxTreeView.GetListNodes(this.treeviewneed_getListNodes);
     this.toolStripBtnContinue.Visible          = false;
     this.chbXTHide.Visible                     = false;
     this.lblXTHide.Visible                     = false;
     this.textBoxWaitMC.TextChanged            += new EventHandler(this.textBoxWaitMC_TextChanged);
     this.textBoxJM.KeyPress                   += new KeyPressEventHandler(this.textBoxJM_KeyPress);
     this.textBoxJM.TextChanged                += new EventHandler(this.textBoxJM_TextChanged);
 }
Example #6
0
 private void Initialize()
 {
     this.InitializeComponent();
     this.label1                                = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label1");
     this.toolStripBtnSave                      = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolStripBtnSave");
     this.toolStripBtnCancel                    = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolStripBtnCancel");
     this.toolStripBtnContinue                  = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolStripBtnContinue");
     this.label2                                = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label2");
     this.panelDoing                            = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("panelDoing");
     this.pictureBox1                           = this.xmlComponentLoader1.GetControlByName <AisinoPIC>("pictureBox1");
     this.label3                                = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label3");
     this.label8                                = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label8");
     this.textBoxSJBM                           = this.xmlComponentLoader1.GetControlByName <TextBoxTreeView>("textBoxSJBM");
     this.textBoxBM                             = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("textBoxBM");
     this.textBoxJM                             = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("textBoxJM");
     this.textBoxWaitMC                         = this.xmlComponentLoader1.GetControlByName <TextBoxWait>("textBoxWaitMC");
     this.textBoxWaitMC.WaterMarkString         = "客户分类名称";
     this.textBoxWaitMC.TextChangedWaitGetText += new GetTextEventHandler(this.textBoxWaitMC_TextChangedWaitGetText);
     this.labelJM                               = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("labelKJM");
     this.btnSave                               = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnSave");
     this.btnContinue                           = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnContinue");
     this.btnCancel                             = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnCancel");
     this.textBoxBM.KeyPress                   += new KeyPressEventHandler(this.textBoxBM_KeyPress);
     this.textBoxBM.TextChanged                += new EventHandler(this.textBoxBM_TextChanged);
     this.textBoxBM.Validating                 += new CancelEventHandler(this.textBoxBM_Validating);
     this.textBoxWaitMC.TextChangedWaitGetText += new GetTextEventHandler(this.textBoxWaitMC_TextChangedWaitGetText);
     this.textBoxWaitMC.TextChanged            += new EventHandler(this.textBoxWaitMC_TextChanged);
     this.textBoxJM.KeyPress                   += new KeyPressEventHandler(this.textBoxJM_KeyPress);
     this.textBoxJM.TextChanged                += new EventHandler(this.textBoxJM_TextChanged);
     this.backgroundWorker1.DoWork             += new DoWorkEventHandler(this.backgroundWorker1_DoWork);
     this.backgroundWorker1.RunWorkerCompleted += new RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
     this.btnContinue.Click                    += new EventHandler(this.toolStripBtnContinue_Click);
     this.btnCancel.Click                      += new EventHandler(this.toolStripBtnCancel_Click);
     this.btnSave.Click                        += new EventHandler(this.toolStripBtnSave_Click);
     this.toolStripBtnCancel.Click             += new EventHandler(this.toolStripBtnCancel_Click);
     this.toolStripBtnSave.Click               += new EventHandler(this.toolStripBtnSave_Click);
     this.toolStripBtnContinue.Click           += new EventHandler(this.toolStripBtnContinue_Click);
     this.textBoxSJBM.RootNodeString            = "客户编码";
     this.textBoxSJBM.Text                      = "编码";
     this.textBoxSJBM.selectChanged            += new TextBoxTreeView.SelectChanged(this.textBoxSJBM_selectChanged);
     this.textBoxSJBM.getListNodes             += new TextBoxTreeView.GetListNodes(this.treeviewneed_getListNodes);
     this.toolStripBtnContinue.Visible          = false;
 }
Example #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);
        }
 private void Initialize()
 {
     this.InitializeComponent();
     this.tool_close  = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_close");
     this.tool_zuofei = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_zuofei");
     this.tool_zuofei.CheckOnClick = false;
     this.tool_kehu           = this.xmlComponentLoader1.GetControlByName <ToolStripDropDownButton>("tool_kehu");
     this.tool_autokh         = this.xmlComponentLoader1.GetControlByName <ToolStripMenuItem>("tool_autokh");
     this.tool_manukh         = this.xmlComponentLoader1.GetControlByName <ToolStripMenuItem>("tool_manukh");
     this.tool_fanlan         = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_fanlan");
     this.tool_zjkj           = this.xmlComponentLoader1.GetControlByName <ToolStripMenuItem>("tool_zjkj");
     this.tool_DaoRuHZTZD     = this.xmlComponentLoader1.GetControlByName <ToolStripMenuItem>("tool_DaoRuHZTZD");
     this.tool_drgp           = this.xmlComponentLoader1.GetControlByName <ToolStripMenuItem>("tool_drgp");
     this.tool_fushu          = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_fushu");
     this.tool_fushu1         = this.xmlComponentLoader1.GetControlByName <ToolStripDropDownButton>("tool_fushu1");
     this.tool_fushu1.Visible = false;
     this.tool_import         = this.xmlComponentLoader1.GetControlByName <ToolStripDropDownButton>("tool_import");
     this.tool_imputSet       = this.xmlComponentLoader1.GetControlByName <ToolStripMenuItem>("tool_imputSet");
     this.tool_manualImport   = this.xmlComponentLoader1.GetControlByName <ToolStripMenuItem>("tool_manualImport");
     this.tool_autoImport     = this.xmlComponentLoader1.GetControlByName <ToolStripMenuItem>("tool_autoImport");
     this.tool_print          = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_print");
     this.tool_fuzhi          = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_fuzhi");
     this.tool_dkdr           = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_dkdr");
     this.tool_dkdjdr         = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_dkdjdr");
     this.tool_chae           = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_chae");
     this.lab_title           = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_title");
     this.lab_fpdm            = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_fpdm");
     this.lab_kprq            = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_kprq");
     this.lab_fphm            = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_fphm");
     this.lab_yplx            = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_yplx");
     this.lab_yplx.Visible    = false;
     this.lblDq               = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lbl_Dq");
     this.com_yplx            = this.xmlComponentLoader1.GetControlByName <AisinoCMB>("com_yplx");
     this.com_gfsbh           = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("com_gfsbh");
     this.com_gfmc            = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("com_gfmc");
     this.com_gfdzdh          = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("com_gfdzdh");
     this.com_gfzh            = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("com_gfzh");
     this.lab_hj_se           = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_hj_se");
     this.lab_hj_je           = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_hj_je");
     this.lab_hj_jshj         = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_hj_jshj");
     this.lab_hj_jshj_dx      = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_hj_jshj_dx");
     this.txt_bz              = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txt_bz");
     this.com_xfsbh           = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("lab_xfsbh");
     this.com_xfmc            = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("lab_xfmc");
     this.com_xfzh            = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("com_xfzh");
     this.com_xfdzdh          = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("lab_xfdzdh");
     this.lab_kp              = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lab_kp");
     this.com_fhr             = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("com_fhr");
     this.com_fhr.IsSelectAll = true;
     this.com_fhr.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "YH", this.com_fhr.Width));
     this.com_fhr.DrawHead    = false;
     this.com_skr             = this.xmlComponentLoader1.GetControlByName <AisinoMultiCombox>("com_skr");
     this.com_skr.IsSelectAll = true;
     this.com_skr.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "YH", this.com_skr.Width));
     this.com_skr.DrawHead         = false;
     this.qingdanButton            = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_qingdan");
     this.addRowButton             = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_addrow");
     this.delRowButton             = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_delrow");
     this.zhekouButton             = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_zhekou");
     this._DataGridView            = this.xmlComponentLoader1.GetControlByName <CustomStyleDataGrid>("DataGrid1");
     this.statisticButton          = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("tool_tongji");
     this.hsjbzButton              = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("bt_jg");
     this.mainPanel                = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("panel_main");
     this.YD_checkBox              = this.xmlComponentLoader1.GetControlByName <CheckBox>("YD_checkBox");
     this.lblJYM                   = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblJYM");
     this.lblJYM.Visible           = false;
     this.lblNCP                   = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("lblNCP");
     this.lblNCP.Visible           = false;
     this.statisticButton.Visible  = false;
     this.hsjbzButton.CheckOnClick = true;
     this.com_gfdzdh.IsSelectAll   = true;
     this.com_gfdzdh.Columns.Add(new AisinoMultiCombox.AisinoComboxColumn("", "YHZH", this.com_gfdzdh.Width));
     this.com_gfdzdh.DrawHead    = false;
     this.com_yplx.DropDownStyle = ComboBoxStyle.DropDownList;
     object[] items = new object[] { "(石脑油)", "(石脑油DDZG)", "(燃料油)", "(燃料油DDZG)" };
     this.com_yplx.Items.AddRange(items);
     this.com_yplx.Visible          = false;
     this.txt_bz.AcceptsTab         = false;
     this.txt_bz.AcceptsReturn      = true;
     this.txt_bz.ScrollBars         = ScrollBars.Vertical;
     this.com_gfmc.Edit             = 0;
     this.com_gfsbh.Edit            = 0;
     this.com_gfdzdh.Edit           = 0;
     this.com_gfzh.Edit             = 0;
     this.com_xfmc.Edit             = 0;
     this.com_xfsbh.Edit            = 0;
     this.com_xfdzdh.Edit           = 0;
     this.com_xfzh.Edit             = 0;
     this.tool_print.Click         += new EventHandler(this.tool_print_Click);
     this.tool_zuofei.Click        += new EventHandler(this.tool_zuofei_Click);
     this.hsjbzButton.Click        += new EventHandler(this.hsjbzButton_Click);
     this.qingdanButton.Click      += new EventHandler(this.qingdanButton_Click);
     this.tool_close.Click         += new EventHandler(this.tool_close_Click);
     this.qingdanButton.ToolTipText = "销货清单";
     this.statisticButton.Click    += new EventHandler(this.statistic_Click);
     this.tool_print.ToolTipText    = "发票打印";
     this.toolStrip3 = this.xmlComponentLoader1.GetControlByName <ToolStrip>("toolStrip3");
     ControlStyleUtil.SetToolStripStyle(this.toolStrip3);
     this._DataGridView.RowHeadersVisible        = false;
     this._DataGridView.CellBorderStyle          = DataGridViewCellBorderStyle.None;
     this._DataGridView.RowHeadersBorderStyle    = DataGridViewHeaderBorderStyle.Single;
     this._DataGridView.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
     this.panel2                       = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("panel2");
     this.panel1                       = this.xmlComponentLoader1.GetControlByName <AisinoPNL>("panel1");
     this.picZuofei                    = this.xmlComponentLoader1.GetControlByName <AisinoPIC>("picZuofei");
     this.picZuofei.BackColor          = Color.Transparent;
     this.picZuofei.SizeMode           = PictureBoxSizeMode.Zoom;
     this.picZuofei.Visible            = false;
     this.panel1.BackgroundImage       = Resources.ZY;
     this.panel1.BackgroundImageLayout = ImageLayout.Zoom;
     this.panel2.AutoScroll            = true;
     this.panel2.AutoScrollMinSize     = new Size(0x3c4, 650);
     this.tool_close.Margin            = new Padding(20, 1, 0, 2);
 }
Example #9
0
 private void InitializeComponent()
 {
     this.components           = new Container();
     this.tabControl1          = new AisinoTAB();
     this.tabPage1             = new TabPage();
     this.tab_wb               = new TabPage();
     this.label2               = new AisinoLBL();
     this.but_selDirectory     = new AisinoBTN();
     this.label1               = new AisinoLBL();
     this.button1              = new AisinoBTN();
     this.label5               = new AisinoLBL();
     this.txt_softExeName      = new AisinoTXT();
     this.pic_softIcon         = new AisinoPIC();
     this.label4               = new AisinoLBL();
     this.txt_selectExePath    = new AisinoTXT();
     this.but_selectExe        = new AisinoBTN();
     this.imageList1           = new ImageList(this.components);
     this.folderBrowserDialog1 = new FolderBrowserDialog();
     this.lastTree1            = new LastTree();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tab_wb.SuspendLayout();
     this.pic_softIcon.BeginInit();
     base.SuspendLayout();
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tab_wb);
     this.tabControl1.Dock          = DockStyle.Fill;
     this.tabControl1.Location      = new Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new Size(0x1f2, 0x18a);
     this.tabControl1.TabIndex      = 0;
     this.tabPage1.Controls.Add(this.lastTree1);
     this.tabPage1.Location = new Point(4, 0x15);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new Padding(3);
     this.tabPage1.Size     = new Size(490, 0x171);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "系统菜单";
     this.tabPage1.UseVisualStyleBackColor = true;
     this.tab_wb.AllowDrop = true;
     this.tab_wb.Controls.Add(this.label2);
     this.tab_wb.Controls.Add(this.but_selDirectory);
     this.tab_wb.Controls.Add(this.label1);
     this.tab_wb.Controls.Add(this.button1);
     this.tab_wb.Controls.Add(this.label5);
     this.tab_wb.Controls.Add(this.txt_softExeName);
     this.tab_wb.Controls.Add(this.pic_softIcon);
     this.tab_wb.Controls.Add(this.label4);
     this.tab_wb.Controls.Add(this.txt_selectExePath);
     this.tab_wb.Controls.Add(this.but_selectExe);
     this.tab_wb.Location = new Point(4, 0x15);
     this.tab_wb.Name     = "tab_wb";
     this.tab_wb.Padding  = new Padding(3);
     this.tab_wb.Size     = new Size(490, 0x171);
     this.tab_wb.TabIndex = 2;
     this.tab_wb.Text     = "外部菜单";
     this.tab_wb.UseVisualStyleBackColor = true;
     this.label2.AutoSize           = true;
     this.label2.Location           = new Point(0x52, 0x25);
     this.label2.Name               = "label2";
     this.label2.Size               = new Size(0xd1, 12);
     this.label2.TabIndex           = 10;
     this.label2.Text               = "请输入文件(文件夹)路径或网页地址:";
     this.but_selDirectory.Location = new Point(0xf1, 0x57);
     this.but_selDirectory.Name     = "but_selDirectory";
     this.but_selDirectory.Size     = new Size(0x4b, 0x17);
     this.but_selDirectory.TabIndex = 9;
     this.but_selDirectory.Text     = "选择路径";
     this.but_selDirectory.UseVisualStyleBackColor = true;
     this.but_selDirectory.Click               += new EventHandler(this.but_Directory_Click);
     this.label1.AutoSize                       = true;
     this.label1.Font                           = new Font("宋体", 12f);
     this.label1.Location                       = new Point(50, 0x25);
     this.label1.Name                           = "label1";
     this.label1.Size                           = new Size(0x10, 0x10);
     this.label1.TabIndex                       = 8;
     this.label1.Text                           = " ";
     this.button1.Enabled                       = false;
     this.button1.Location                      = new Point(0x12f, 0xa8);
     this.button1.Name                          = "button1";
     this.button1.Size                          = new Size(100, 0x1f);
     this.button1.TabIndex                      = 7;
     this.button1.Text                          = "确定";
     this.button1.UseVisualStyleBackColor       = true;
     this.button1.Click                        += new EventHandler(this.AddIcon_Click);
     this.label5.AutoSize                       = true;
     this.label5.Location                       = new Point(0x27, 0x7f);
     this.label5.Name                           = "label5";
     this.label5.Size                           = new Size(0x1d, 12);
     this.label5.TabIndex                       = 5;
     this.label5.Text                           = "名称";
     this.txt_softExeName.Location              = new Point(0x54, 0x7c);
     this.txt_softExeName.Name                  = "txt_softExeName";
     this.txt_softExeName.Size                  = new Size(0x13f, 0x15);
     this.txt_softExeName.TabIndex              = 4;
     this.pic_softIcon.Location                 = new Point(0x54, 0x97);
     this.pic_softIcon.Name                     = "pic_softIcon";
     this.pic_softIcon.Size                     = new Size(0x30, 0x30);
     this.pic_softIcon.TabIndex                 = 3;
     this.pic_softIcon.TabStop                  = false;
     this.label4.AutoSize                       = true;
     this.label4.Location                       = new Point(0x1b, 0x3f);
     this.label4.Name                           = "label4";
     this.label4.Size                           = new Size(0x29, 12);
     this.label4.TabIndex                       = 2;
     this.label4.Text                           = "请选择";
     this.txt_selectExePath.Location            = new Point(0x54, 0x3b);
     this.txt_selectExePath.Name                = "txt_selectExePath";
     this.txt_selectExePath.Size                = new Size(0x13f, 0x15);
     this.txt_selectExePath.TabIndex            = 1;
     this.txt_selectExePath.TextChanged        += new EventHandler(this.txt_selectExePath_TextChanged);
     this.but_selectExe.Location                = new Point(0x148, 0x56);
     this.but_selectExe.Name                    = "but_selectExe";
     this.but_selectExe.Size                    = new Size(0x47, 0x17);
     this.but_selectExe.TabIndex                = 0;
     this.but_selectExe.Text                    = "选择文件";
     this.but_selectExe.UseVisualStyleBackColor = true;
     this.but_selectExe.Click                  += new EventHandler(this.but_selectExe_Click);
     this.imageList1.ColorDepth                 = ColorDepth.Depth8Bit;
     this.imageList1.ImageSize                  = new Size(0x10, 0x10);
     this.imageList1.TransparentColor           = Color.Transparent;
     this.lastTree1.CheckBoxes                  = true;
     this.lastTree1.Dock                        = DockStyle.Fill;
     this.lastTree1.DrawMode                    = TreeViewDrawMode.OwnerDrawAll;
     this.lastTree1.ImageIndex                  = 0;
     this.lastTree1.ImageList                   = this.imageList1;
     this.lastTree1.Location                    = new Point(3, 3);
     this.lastTree1.Name                        = "lastTree1";
     this.lastTree1.SelectedImageIndex          = 0;
     this.lastTree1.Size                        = new Size(0x1e4, 0x16b);
     this.lastTree1.TabIndex                    = 2;
     base.AutoScaleDimensions                   = new SizeF(6f, 12f);
     base.AutoScaleMode                         = AutoScaleMode.Font;
     base.ClientSize = new Size(0x1f2, 0x18a);
     base.Controls.Add(this.tabControl1);
     base.Name    = "IconManager";
     this.Text    = "图标管理";
     base.TopMost = true;
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tab_wb.ResumeLayout(false);
     this.tab_wb.PerformLayout();
     this.pic_softIcon.EndInit();
     base.ResumeLayout(false);
 }
Example #10
0
        private void InitializeComponent_1()
        {
            this.icontainer_1 = new Container();
            ComponentResourceManager manager = new ComponentResourceManager(typeof(SysMessageBox));

            this.imageList_0 = new ImageList(this.icontainer_1);
            this.pnlBottom   = new Panel();
            this.btnNo       = new AisinoBTN();
            this.btnCancel   = new AisinoBTN();
            this.btnYes      = new AisinoBTN();
            this.pnlMid      = new Panel();
            this.lblMsg      = new Label();
            this.picEventIco = new AisinoPIC();
            base.pnlForm.SuspendLayout();
            base.TitleArea.SuspendLayout();
            base.BodyBounds.SuspendLayout();
            base.BodyClient.SuspendLayout();
            this.pnlBottom.SuspendLayout();
            this.pnlMid.SuspendLayout();
            ((ISupportInitialize)this.picEventIco).BeginInit();
            base.SuspendLayout();
            base.pnlForm.Size    = new Size(400, 200);
            base.BodyBounds.Size = new Size(400, 170);
            base.BodyClient.Controls.Add(this.pnlMid);
            base.BodyClient.Controls.Add(this.pnlBottom);
            base.BodyClient.Size              = new Size(0x184, 0xa4);
            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.pnlBottom.BackColor = Color.FromArgb(0xe4, 0xe7, 0xe9);
            this.pnlBottom.Controls.Add(this.btnNo);
            this.pnlBottom.Controls.Add(this.btnCancel);
            this.pnlBottom.Controls.Add(this.btnYes);
            this.pnlBottom.Dock                    = DockStyle.Bottom;
            this.pnlBottom.Location                = new Point(0, 0x72);
            this.pnlBottom.Name                    = "pnlBottom";
            this.pnlBottom.Size                    = new Size(0x184, 50);
            this.pnlBottom.TabIndex                = 8;
            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);
            this.btnNo.FontColor                   = Color.FromArgb(0xff, 0xff, 0xff);
            this.btnNo.ForeColor                   = Color.White;
            this.btnNo.ImageKey                    = "(无)";
            this.btnNo.Location                    = new Point(0xda, 9);
            this.btnNo.Name                        = "btnNo";
            this.btnNo.Size                        = new Size(0x4b, 30);
            this.btnNo.TabIndex                    = 0x11;
            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);
            this.btnCancel.FontColor               = Color.FromArgb(0xff, 0xff, 0xff);
            this.btnCancel.ForeColor               = Color.White;
            this.btnCancel.ImageKey                = "(无)";
            this.btnCancel.Location                = new Point(0x12b, 9);
            this.btnCancel.Name                    = "btnCancel";
            this.btnCancel.Size                    = new Size(0x4b, 30);
            this.btnCancel.TabIndex                = 0x10;
            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);
            this.btnYes.FontColor                  = Color.FromArgb(0xff, 0xff, 0xff);
            this.btnYes.ForeColor                  = Color.White;
            this.btnYes.ImageKey                   = "(无)";
            this.btnYes.Location                   = new Point(0x89, 9);
            this.btnYes.Name                       = "btnYes";
            this.btnYes.Size                       = new Size(0x4b, 30);
            this.btnYes.TabIndex                   = 15;
            this.btnYes.Text                       = "是";
            this.btnYes.UseVisualStyleBackColor    = true;
            this.btnYes.Click                     += new EventHandler(this.btnYes_Click);
            this.pnlMid.BackColor                  = Color.Transparent;
            this.pnlMid.Controls.Add(this.lblMsg);
            this.pnlMid.Controls.Add(this.picEventIco);
            this.pnlMid.Dock          = DockStyle.Fill;
            this.pnlMid.Location      = new Point(0, 0);
            this.pnlMid.Name          = "pnlMid";
            this.pnlMid.Size          = new Size(0x184, 0x72);
            this.pnlMid.TabIndex      = 9;
            this.lblMsg.Anchor        = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
            this.lblMsg.Font          = new Font("微软雅黑", 10.5f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.lblMsg.Location      = new Point(60, 4);
            this.lblMsg.Name          = "lblMsg";
            this.lblMsg.Size          = new Size(0x142, 0x6a);
            this.lblMsg.TabIndex      = 3;
            this.lblMsg.Text          = "无退票信息,请直接到税务机关购买新发票,金税设备没有可用发票。";
            this.lblMsg.TextAlign     = ContentAlignment.MiddleLeft;
            this.picEventIco.Anchor   = AnchorStyles.Left;
            this.picEventIco.Location = new Point(15, 0x29);
            this.picEventIco.Name     = "picEventIco";
            this.picEventIco.Size     = new Size(0x20, 0x20);
            this.picEventIco.TabIndex = 2;
            this.picEventIco.TabStop  = false;
            base.AutoScaleDimensions  = new SizeF(6f, 12f);
            base.AutoScaleMode        = AutoScaleMode.Font;
            base.ClientSize           = new Size(400, 200);
            base.Name    = "SysMessageBox";
            this.Text    = "SysMessageBox";
            base.TopMost = true;
            base.pnlForm.ResumeLayout(false);
            base.TitleArea.ResumeLayout(false);
            base.BodyBounds.ResumeLayout(false);
            base.BodyClient.ResumeLayout(false);
            this.pnlBottom.ResumeLayout(false);
            this.pnlMid.ResumeLayout(false);
            ((ISupportInitialize)this.picEventIco).EndInit();
            base.ResumeLayout(false);
        }