示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Rac.VOne.Message.XmlMessenger xmlMessenger1 = new Rac.VOne.Message.XmlMessenger();
     this.lblSearchKey      = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     this.txtSearchKey      = new Rac.VOne.Client.Common.Controls.VOneTextControl(this.components);
     this.btnCancel         = new System.Windows.Forms.Button();
     this.btnYes            = new System.Windows.Forms.Button();
     this.vOneLabelControl1 = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearchKey)).BeginInit();
     this.SuspendLayout();
     //
     // lblSearchKey
     //
     this.lblSearchKey.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.lblSearchKey.Font      = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSearchKey.Location  = new System.Drawing.Point(12, 40);
     this.lblSearchKey.Margin    = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.lblSearchKey.Name      = "lblSearchKey";
     this.lblSearchKey.Size      = new System.Drawing.Size(87, 16);
     this.lblSearchKey.TabIndex  = 1;
     this.lblSearchKey.Text      = "入金予定キー:";
     this.lblSearchKey.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtSearchKey
     //
     this.txtSearchKey.Anchor             = System.Windows.Forms.AnchorStyles.None;
     this.txtSearchKey.ContentAlignment   = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtSearchKey.DropDown.AllowDrop = false;
     this.txtSearchKey.Font          = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearchKey.HighlightText = true;
     this.txtSearchKey.Location      = new System.Drawing.Point(12, 62);
     this.txtSearchKey.Margin        = new System.Windows.Forms.Padding(3, 3, 3, 6);
     this.txtSearchKey.MaxLength     = 80;
     this.txtSearchKey.Name          = "txtSearchKey";
     this.txtSearchKey.Required      = false;
     this.txtSearchKey.Size          = new System.Drawing.Size(271, 22);
     this.txtSearchKey.TabIndex      = 2;
     //
     // btnCancel
     //
     this.btnCancel.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.btnCancel.Font     = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Location = new System.Drawing.Point(188, 96);
     this.btnCancel.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(95, 32);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text     = "いいえ(&N)";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnYes
     //
     this.btnYes.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.btnYes.Font     = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnYes.Location = new System.Drawing.Point(87, 96);
     this.btnYes.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.btnYes.Name     = "btnYes";
     this.btnYes.Size     = new System.Drawing.Size(95, 32);
     this.btnYes.TabIndex = 3;
     this.btnYes.Text     = "はい(&Y)";
     this.btnYes.UseVisualStyleBackColor = true;
     this.btnYes.Click += new System.EventHandler(this.btnYes_Click);
     //
     // vOneLabelControl1
     //
     this.vOneLabelControl1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.vOneLabelControl1.Font      = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.vOneLabelControl1.Location  = new System.Drawing.Point(12, 12);
     this.vOneLabelControl1.Margin    = new System.Windows.Forms.Padding(3, 3, 3, 6);
     this.vOneLabelControl1.Name      = "vOneLabelControl1";
     this.vOneLabelControl1.Size      = new System.Drawing.Size(137, 16);
     this.vOneLabelControl1.TabIndex  = 1;
     this.vOneLabelControl1.Text      = "更新してもよろしいですか?";
     this.vOneLabelControl1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dlgScheduledPaymentKeyInput
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(295, 140);
     this.Controls.Add(this.btnYes);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.vOneLabelControl1);
     this.Controls.Add(this.lblSearchKey);
     this.Controls.Add(this.txtSearchKey);
     this.ForeColor       = System.Drawing.SystemColors.WindowText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.ImeMode         = System.Windows.Forms.ImeMode.Hiragana;
     this.Name            = "dlgScheduledPaymentKeyInput";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "確認";
     this.XmlMessenger    = xmlMessenger1;
     this.Controls.SetChildIndex(this.txtSearchKey, 0);
     this.Controls.SetChildIndex(this.lblSearchKey, 0);
     this.Controls.SetChildIndex(this.vOneLabelControl1, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.btnYes, 0);
     ((System.ComponentModel.ISupportInitialize)(this.txtSearchKey)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgRootFolderBrowser));
     Rac.VOne.Message.XmlMessenger xmlMessenger1 = new Rac.VOne.Message.XmlMessenger();
     this.spcFolderFileList = new System.Windows.Forms.SplitContainer();
     this.trvFolderList     = new System.Windows.Forms.TreeView();
     this.lsvFileList       = new System.Windows.Forms.ListView();
     this.lblFolderPath     = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     this.lblFileName       = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     this.txtPath           = new Rac.VOne.Client.Common.Controls.VOneTextControl(this.components);
     this.txtFileName       = new Rac.VOne.Client.Common.Controls.VOneTextControl(this.components);
     this.btnCancel         = new System.Windows.Forms.Button();
     this.btnOK             = new System.Windows.Forms.Button();
     this.btnDelete         = new System.Windows.Forms.Button();
     this.btnCreate         = new System.Windows.Forms.Button();
     this.imlTreeView       = new System.Windows.Forms.ImageList(this.components);
     this.imlListView       = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.spcFolderFileList)).BeginInit();
     this.spcFolderFileList.Panel1.SuspendLayout();
     this.spcFolderFileList.Panel2.SuspendLayout();
     this.spcFolderFileList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFileName)).BeginInit();
     this.SuspendLayout();
     //
     // spcFolderFileList
     //
     this.spcFolderFileList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.spcFolderFileList.Location = new System.Drawing.Point(12, 12);
     this.spcFolderFileList.Name     = "spcFolderFileList";
     //
     // spcFolderFileList.Panel1
     //
     this.spcFolderFileList.Panel1.Controls.Add(this.trvFolderList);
     //
     // spcFolderFileList.Panel2
     //
     this.spcFolderFileList.Panel2.Controls.Add(this.lsvFileList);
     this.spcFolderFileList.Size             = new System.Drawing.Size(560, 352);
     this.spcFolderFileList.SplitterDistance = 275;
     this.spcFolderFileList.TabIndex         = 0;
     //
     // trvFolderList
     //
     this.trvFolderList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.trvFolderList.Location         = new System.Drawing.Point(3, 3);
     this.trvFolderList.Name             = "trvFolderList";
     this.trvFolderList.Size             = new System.Drawing.Size(269, 346);
     this.trvFolderList.TabIndex         = 0;
     this.trvFolderList.BeforeLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.trvFolderList_BeforeLabelEdit);
     this.trvFolderList.AfterLabelEdit  += new System.Windows.Forms.NodeLabelEditEventHandler(this.trvFolderList_AfterLabelEdit);
     this.trvFolderList.BeforeExpand    += new System.Windows.Forms.TreeViewCancelEventHandler(this.trvFolderList_BeforeExpand);
     this.trvFolderList.AfterSelect     += new System.Windows.Forms.TreeViewEventHandler(this.trvFolderList_AfterSelect);
     this.trvFolderList.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.trvFolderList_KeyUp);
     //
     // lsvFileList
     //
     this.lsvFileList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.lsvFileList.Location = new System.Drawing.Point(3, 3);
     this.lsvFileList.Name     = "lsvFileList";
     this.lsvFileList.Size     = new System.Drawing.Size(275, 346);
     this.lsvFileList.TabIndex = 0;
     this.lsvFileList.UseCompatibleStateImageBehavior = false;
     this.lsvFileList.View = System.Windows.Forms.View.List;
     this.lsvFileList.SelectedIndexChanged += new System.EventHandler(this.lsvFileList_SelectedIndexChanged);
     //
     // lblFolderPath
     //
     this.lblFolderPath.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblFolderPath.Font      = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFolderPath.Location  = new System.Drawing.Point(12, 372);
     this.lblFolderPath.Margin    = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.lblFolderPath.Name      = "lblFolderPath";
     this.lblFolderPath.Size      = new System.Drawing.Size(84, 16);
     this.lblFolderPath.TabIndex  = 1;
     this.lblFolderPath.Text      = "フォルダのパス:";
     this.lblFolderPath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblFileName
     //
     this.lblFileName.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblFileName.Font      = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFileName.Location  = new System.Drawing.Point(12, 400);
     this.lblFileName.Margin    = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.lblFileName.Name      = "lblFileName";
     this.lblFileName.Size      = new System.Drawing.Size(84, 16);
     this.lblFileName.TabIndex  = 3;
     this.lblFileName.Text      = "ファイル名:";
     this.lblFileName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtPath
     //
     this.txtPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPath.BackColor          = System.Drawing.SystemColors.Control;
     this.txtPath.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPath.ContentAlignment   = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtPath.DropDown.AllowDrop = false;
     this.txtPath.Font          = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPath.HighlightText = true;
     this.txtPath.Location      = new System.Drawing.Point(102, 370);
     this.txtPath.MaxLength     = 260;
     this.txtPath.MaxLengthUnit = GrapeCity.Win.Editors.LengthUnit.Byte;
     this.txtPath.Name          = "txtPath";
     this.txtPath.ReadOnly      = true;
     this.txtPath.Required      = false;
     this.txtPath.Size          = new System.Drawing.Size(470, 22);
     this.txtPath.TabIndex      = 2;
     //
     // txtFileName
     //
     this.txtFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFileName.ContentAlignment   = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtFileName.DropDown.AllowDrop = false;
     this.txtFileName.Font          = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFileName.HighlightText = true;
     this.txtFileName.Location      = new System.Drawing.Point(102, 398);
     this.txtFileName.MaxLength     = 260;
     this.txtFileName.MaxLengthUnit = GrapeCity.Win.Editors.LengthUnit.Byte;
     this.txtFileName.Name          = "txtFileName";
     this.txtFileName.Required      = false;
     this.txtFileName.Size          = new System.Drawing.Size(470, 22);
     this.txtFileName.TabIndex      = 4;
     //
     // btnCancel
     //
     this.btnCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(497, 428);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 8;
     this.btnCancel.Text     = "キャンセル";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOK
     //
     this.btnOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.Location = new System.Drawing.Point(416, 428);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 7;
     this.btnOK.Text     = "OK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnDelete
     //
     this.btnDelete.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.Location = new System.Drawing.Point(288, 428);
     this.btnDelete.Name     = "btnDelete";
     this.btnDelete.Size     = new System.Drawing.Size(122, 23);
     this.btnDelete.TabIndex = 6;
     this.btnDelete.Text     = "フォルダの削除";
     this.btnDelete.UseVisualStyleBackColor = true;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnCreate
     //
     this.btnCreate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCreate.Location = new System.Drawing.Point(160, 428);
     this.btnCreate.Name     = "btnCreate";
     this.btnCreate.Size     = new System.Drawing.Size(122, 23);
     this.btnCreate.TabIndex = 5;
     this.btnCreate.Text     = "新しいフォルダ作成";
     this.btnCreate.UseVisualStyleBackColor = true;
     this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
     //
     // imlTreeView
     //
     this.imlTreeView.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imlTreeView.ImageSize        = new System.Drawing.Size(16, 16);
     this.imlTreeView.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imlListView
     //
     this.imlListView.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imlListView.ImageSize        = new System.Drawing.Size(16, 16);
     this.imlListView.TransparentColor = System.Drawing.Color.Transparent;
     //
     // dlgRootFolderBrowser
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(584, 461);
     this.Controls.Add(this.btnCreate);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.txtFileName);
     this.Controls.Add(this.txtPath);
     this.Controls.Add(this.lblFileName);
     this.Controls.Add(this.lblFolderPath);
     this.Controls.Add(this.spcFolderFileList);
     this.Font         = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor    = System.Drawing.SystemColors.WindowText;
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "dlgRootFolderBrowser";
     this.Text         = "";
     this.XmlMessenger = xmlMessenger1;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.dlgRootFolderBrowser_FormClosing);
     this.Load        += new System.EventHandler(this.dlgRootFolderBrowser_Load);
     this.Controls.SetChildIndex(this.spcFolderFileList, 0);
     this.Controls.SetChildIndex(this.lblFolderPath, 0);
     this.Controls.SetChildIndex(this.lblFileName, 0);
     this.Controls.SetChildIndex(this.txtPath, 0);
     this.Controls.SetChildIndex(this.txtFileName, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.btnOK, 0);
     this.Controls.SetChildIndex(this.btnDelete, 0);
     this.Controls.SetChildIndex(this.btnCreate, 0);
     this.spcFolderFileList.Panel1.ResumeLayout(false);
     this.spcFolderFileList.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spcFolderFileList)).EndInit();
     this.spcFolderFileList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtPath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFileName)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Rac.VOne.Message.XmlMessenger xmlMessenger1 = new Rac.VOne.Message.XmlMessenger();
     this.lblConfirmMessage = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     this.txtMatchingMemo   = new Rac.VOne.Client.Common.Controls.VOneTextControl(this.components);
     this.lblMatchingMemo   = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     this.btnYes            = new System.Windows.Forms.Button();
     this.btnCancel         = new System.Windows.Forms.Button();
     this.btnNo             = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.txtMatchingMemo)).BeginInit();
     this.SuspendLayout();
     //
     // lblConfirmMessage
     //
     this.lblConfirmMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.lblConfirmMessage.Font      = new System.Drawing.Font("Meiryo UI", 9F);
     this.lblConfirmMessage.Location  = new System.Drawing.Point(12, 9);
     this.lblConfirmMessage.Name      = "lblConfirmMessage";
     this.lblConfirmMessage.Size      = new System.Drawing.Size(460, 110);
     this.lblConfirmMessage.TabIndex  = 0;
     this.lblConfirmMessage.Text      = "消込をしてよろしいでしょうか。\r\nはい:\r\nいいえ:";
     this.lblConfirmMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtMatchingMemo
     //
     this.txtMatchingMemo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.txtMatchingMemo.DropDown.AllowDrop = false;
     this.txtMatchingMemo.HighlightText      = true;
     this.txtMatchingMemo.ImeMode            = System.Windows.Forms.ImeMode.Hiragana;
     this.txtMatchingMemo.Location           = new System.Drawing.Point(12, 138);
     this.txtMatchingMemo.MaxLength          = 100;
     this.txtMatchingMemo.Name     = "txtMatchingMemo";
     this.txtMatchingMemo.Required = false;
     this.txtMatchingMemo.Size     = new System.Drawing.Size(460, 22);
     this.txtMatchingMemo.TabIndex = 5;
     //
     // lblMatchingMemo
     //
     this.lblMatchingMemo.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblMatchingMemo.Location = new System.Drawing.Point(12, 119);
     this.lblMatchingMemo.Name     = "lblMatchingMemo";
     this.lblMatchingMemo.Size     = new System.Drawing.Size(60, 16);
     this.lblMatchingMemo.TabIndex = 4;
     this.lblMatchingMemo.Text     = "消込メモ:";
     //
     // btnYes
     //
     this.btnYes.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnYes.Location = new System.Drawing.Point(175, 163);
     this.btnYes.Name     = "btnYes";
     this.btnYes.Size     = new System.Drawing.Size(95, 32);
     this.btnYes.TabIndex = 6;
     this.btnYes.Text     = "はい(&Y)";
     this.btnYes.UseVisualStyleBackColor = true;
     this.btnYes.Click += new System.EventHandler(this.btnYes_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(377, 163);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(95, 32);
     this.btnCancel.TabIndex = 8;
     this.btnCancel.Text     = "キャンセル";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnNo
     //
     this.btnNo.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNo.Location = new System.Drawing.Point(276, 163);
     this.btnNo.Name     = "btnNo";
     this.btnNo.Size     = new System.Drawing.Size(95, 32);
     this.btnNo.TabIndex = 7;
     this.btnNo.Text     = "いいえ(&N)";
     this.btnNo.UseVisualStyleBackColor = true;
     this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
     //
     // dlgMatchingConfirm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(484, 201);
     this.Controls.Add(this.btnYes);
     this.Controls.Add(this.btnNo);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.lblConfirmMessage);
     this.Controls.Add(this.txtMatchingMemo);
     this.Controls.Add(this.lblMatchingMemo);
     this.Font            = new System.Drawing.Font("Meiryo UI", 9F);
     this.ForeColor       = System.Drawing.SystemColors.WindowText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "dlgMatchingConfirm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "消込確認";
     this.XmlMessenger    = xmlMessenger1;
     this.Load           += new System.EventHandler(this.dlgMatchingConfirm_Load);
     this.Controls.SetChildIndex(this.lblMatchingMemo, 0);
     this.Controls.SetChildIndex(this.txtMatchingMemo, 0);
     this.Controls.SetChildIndex(this.lblConfirmMessage, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.btnNo, 0);
     this.Controls.SetChildIndex(this.btnYes, 0);
     ((System.ComponentModel.ISupportInitialize)(this.txtMatchingMemo)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgMFBillingExtractSetting));
     Rac.VOne.Message.XmlMessenger xmlMessenger1 = new Rac.VOne.Message.XmlMessenger();
     this.btnF10                 = new System.Windows.Forms.Button();
     this.btnF01                 = new System.Windows.Forms.Button();
     this.lblClosingDay          = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     this.lblRecoveryPlan        = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     this.lblDay                 = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     this.lblAfterMonth          = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     this.gbxCustomer            = new System.Windows.Forms.GroupBox();
     this.cbxIssueBillEachTime   = new System.Windows.Forms.CheckBox();
     this.lblLimitDay            = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     this.txtCollectOffsetDay    = new Rac.VOne.Client.Common.Controls.VOneTextControl(this.components);
     this.txtCollectOffsetMonth  = new Rac.VOne.Client.Common.Controls.VOneTextControl(this.components);
     this.txtClosingDay          = new Rac.VOne.Client.Common.Controls.VOneTextControl(this.components);
     this.txtStaffCode           = new Rac.VOne.Client.Common.Controls.VOneTextControl(this.components);
     this.cmbCollectCategoryId   = new Rac.VOne.Client.Common.Controls.VOneComboControl(this.components);
     this.dropDownButton1        = new GrapeCity.Win.Editors.DropDownButton();
     this.lblCollectCategoryId   = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     this.btnStaffCode           = new System.Windows.Forms.Button();
     this.lblStaffName           = new Rac.VOne.Client.Common.Controls.VOneDispLabelControl(this.components);
     this.lblStaffCode           = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     this.gbxBilling             = new System.Windows.Forms.GroupBox();
     this.lblBillingCategory     = new Rac.VOne.Client.Common.Controls.VOneLabelControl();
     this.txtBillingCategory     = new Rac.VOne.Client.Common.Controls.VOneTextControl(this.components);
     this.btnBillingCategory     = new System.Windows.Forms.Button();
     this.lblBillingCategoryName = new Rac.VOne.Client.Common.Controls.VOneDispLabelControl(this.components);
     this.gbxCustomer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCollectOffsetDay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCollectOffsetMonth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtClosingDay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtStaffCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCollectCategoryId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblStaffName)).BeginInit();
     this.gbxBilling.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtBillingCategory)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblBillingCategoryName)).BeginInit();
     this.SuspendLayout();
     //
     // btnF10
     //
     this.btnF10.Location = new System.Drawing.Point(469, 246);
     this.btnF10.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnF10.Name     = "btnF10";
     this.btnF10.Size     = new System.Drawing.Size(96, 32);
     this.btnF10.TabIndex = 3;
     this.btnF10.Text     = "F10/戻る";
     this.btnF10.UseVisualStyleBackColor = true;
     this.btnF10.Click += new System.EventHandler(this.btnF10_Click);
     //
     // btnF01
     //
     this.btnF01.Location = new System.Drawing.Point(336, 246);
     this.btnF01.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnF01.Name     = "btnF01";
     this.btnF01.Size     = new System.Drawing.Size(96, 32);
     this.btnF01.TabIndex = 2;
     this.btnF01.Text     = "F1/登録";
     this.btnF01.UseVisualStyleBackColor = true;
     this.btnF01.Click += new System.EventHandler(this.btnF03_Click);
     //
     // lblClosingDay
     //
     this.lblClosingDay.Location  = new System.Drawing.Point(26, 58);
     this.lblClosingDay.Margin    = new System.Windows.Forms.Padding(14, 0, 3, 0);
     this.lblClosingDay.Name      = "lblClosingDay";
     this.lblClosingDay.Size      = new System.Drawing.Size(67, 16);
     this.lblClosingDay.TabIndex  = 4;
     this.lblClosingDay.Text      = "締日";
     this.lblClosingDay.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblRecoveryPlan
     //
     this.lblRecoveryPlan.Location  = new System.Drawing.Point(153, 58);
     this.lblRecoveryPlan.Name      = "lblRecoveryPlan";
     this.lblRecoveryPlan.Size      = new System.Drawing.Size(55, 16);
     this.lblRecoveryPlan.TabIndex  = 6;
     this.lblRecoveryPlan.Text      = "回収予定";
     this.lblRecoveryPlan.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblDay
     //
     this.lblDay.Location  = new System.Drawing.Point(341, 58);
     this.lblDay.Name      = "lblDay";
     this.lblDay.Size      = new System.Drawing.Size(45, 16);
     this.lblDay.TabIndex  = 10;
     this.lblDay.Text      = "日";
     this.lblDay.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblAfterMonth
     //
     this.lblAfterMonth.Location  = new System.Drawing.Point(250, 58);
     this.lblAfterMonth.Name      = "lblAfterMonth";
     this.lblAfterMonth.Size      = new System.Drawing.Size(55, 16);
     this.lblAfterMonth.TabIndex  = 8;
     this.lblAfterMonth.Text      = "ヶ月後の";
     this.lblAfterMonth.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // gbxCustomer
     //
     this.gbxCustomer.Controls.Add(this.cbxIssueBillEachTime);
     this.gbxCustomer.Controls.Add(this.lblLimitDay);
     this.gbxCustomer.Controls.Add(this.txtCollectOffsetDay);
     this.gbxCustomer.Controls.Add(this.txtCollectOffsetMonth);
     this.gbxCustomer.Controls.Add(this.txtClosingDay);
     this.gbxCustomer.Controls.Add(this.txtStaffCode);
     this.gbxCustomer.Controls.Add(this.cmbCollectCategoryId);
     this.gbxCustomer.Controls.Add(this.lblCollectCategoryId);
     this.gbxCustomer.Controls.Add(this.btnStaffCode);
     this.gbxCustomer.Controls.Add(this.lblStaffName);
     this.gbxCustomer.Controls.Add(this.lblStaffCode);
     this.gbxCustomer.Controls.Add(this.lblClosingDay);
     this.gbxCustomer.Controls.Add(this.lblRecoveryPlan);
     this.gbxCustomer.Controls.Add(this.lblAfterMonth);
     this.gbxCustomer.Controls.Add(this.lblDay);
     this.gbxCustomer.Location = new System.Drawing.Point(14, 89);
     this.gbxCustomer.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbxCustomer.Name     = "gbxCustomer";
     this.gbxCustomer.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbxCustomer.Size     = new System.Drawing.Size(551, 150);
     this.gbxCustomer.TabIndex = 1;
     this.gbxCustomer.TabStop  = false;
     this.gbxCustomer.Text     = "得意先";
     //
     // cbxIssueBillEachTime
     //
     this.cbxIssueBillEachTime.Location = new System.Drawing.Point(99, 86);
     this.cbxIssueBillEachTime.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cbxIssueBillEachTime.Name     = "cbxIssueBillEachTime";
     this.cbxIssueBillEachTime.Size     = new System.Drawing.Size(74, 18);
     this.cbxIssueBillEachTime.TabIndex = 11;
     this.cbxIssueBillEachTime.Text     = "都度請求";
     this.cbxIssueBillEachTime.UseVisualStyleBackColor = true;
     this.cbxIssueBillEachTime.CheckedChanged         += new System.EventHandler(this.cbxIssueBillEachTime_CheckedChanged);
     //
     // lblLimitDay
     //
     this.lblLimitDay.Location    = new System.Drawing.Point(299, 85);
     this.lblLimitDay.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lblLimitDay.Name        = "lblLimitDay";
     this.lblLimitDay.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblLimitDay.Size        = new System.Drawing.Size(163, 16);
     this.lblLimitDay.TabIndex    = 12;
     this.lblLimitDay.Text        = "※末日(28日以降)=99";
     this.lblLimitDay.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtCollectOffsetDay
     //
     this.txtCollectOffsetDay.AllowSpace         = GrapeCity.Win.Editors.AllowSpace.None;
     this.txtCollectOffsetDay.ContentAlignment   = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtCollectOffsetDay.DropDown.AllowDrop = false;
     this.txtCollectOffsetDay.Font          = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.txtCollectOffsetDay.Format        = "9";
     this.txtCollectOffsetDay.HighlightText = true;
     this.txtCollectOffsetDay.ImeMode       = System.Windows.Forms.ImeMode.Disable;
     this.txtCollectOffsetDay.Location      = new System.Drawing.Point(305, 55);
     this.txtCollectOffsetDay.Margin        = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.txtCollectOffsetDay.MaxLength     = 2;
     this.txtCollectOffsetDay.Name          = "txtCollectOffsetDay";
     this.txtCollectOffsetDay.PaddingChar   = '0';
     this.txtCollectOffsetDay.Required      = false;
     this.txtCollectOffsetDay.Size          = new System.Drawing.Size(30, 22);
     this.txtCollectOffsetDay.TabIndex      = 9;
     this.txtCollectOffsetDay.TextChanged  += new System.EventHandler(this.txtCollectOffsetDay_TextChanged);
     this.txtCollectOffsetDay.Validated    += new System.EventHandler(this.txtCollectOffsetDay_Validated);
     //
     // txtCollectOffsetMonth
     //
     this.txtCollectOffsetMonth.AllowSpace         = GrapeCity.Win.Editors.AllowSpace.None;
     this.txtCollectOffsetMonth.ContentAlignment   = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtCollectOffsetMonth.DropDown.AllowDrop = false;
     this.txtCollectOffsetMonth.Font          = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.txtCollectOffsetMonth.Format        = "9";
     this.txtCollectOffsetMonth.HighlightText = true;
     this.txtCollectOffsetMonth.ImeMode       = System.Windows.Forms.ImeMode.Disable;
     this.txtCollectOffsetMonth.Location      = new System.Drawing.Point(214, 55);
     this.txtCollectOffsetMonth.Margin        = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.txtCollectOffsetMonth.MaxLength     = 1;
     this.txtCollectOffsetMonth.Name          = "txtCollectOffsetMonth";
     this.txtCollectOffsetMonth.PaddingChar   = '0';
     this.txtCollectOffsetMonth.Required      = false;
     this.txtCollectOffsetMonth.Size          = new System.Drawing.Size(30, 22);
     this.txtCollectOffsetMonth.TabIndex      = 7;
     //
     // txtClosingDay
     //
     this.txtClosingDay.AllowSpace         = GrapeCity.Win.Editors.AllowSpace.None;
     this.txtClosingDay.ContentAlignment   = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtClosingDay.DropDown.AllowDrop = false;
     this.txtClosingDay.Font          = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.txtClosingDay.Format        = "9";
     this.txtClosingDay.HighlightText = true;
     this.txtClosingDay.ImeMode       = System.Windows.Forms.ImeMode.Disable;
     this.txtClosingDay.Location      = new System.Drawing.Point(99, 55);
     this.txtClosingDay.Margin        = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.txtClosingDay.MaxLength     = 2;
     this.txtClosingDay.Name          = "txtClosingDay";
     this.txtClosingDay.PaddingChar   = '0';
     this.txtClosingDay.Required      = false;
     this.txtClosingDay.Size          = new System.Drawing.Size(30, 22);
     this.txtClosingDay.TabIndex      = 5;
     this.txtClosingDay.Validated    += new System.EventHandler(this.txtCloseDay_Validated);
     //
     // txtStaffCode
     //
     this.txtStaffCode.AllowSpace         = GrapeCity.Win.Editors.AllowSpace.None;
     this.txtStaffCode.ContentAlignment   = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtStaffCode.DropDown.AllowDrop = false;
     this.txtStaffCode.Font          = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.txtStaffCode.Format        = "9";
     this.txtStaffCode.HighlightText = true;
     this.txtStaffCode.ImeMode       = System.Windows.Forms.ImeMode.Disable;
     this.txtStaffCode.Location      = new System.Drawing.Point(99, 24);
     this.txtStaffCode.Margin        = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.txtStaffCode.MaxLength     = 10;
     this.txtStaffCode.Name          = "txtStaffCode";
     this.txtStaffCode.PaddingChar   = '0';
     this.txtStaffCode.Required      = false;
     this.txtStaffCode.Size          = new System.Drawing.Size(115, 22);
     this.txtStaffCode.TabIndex      = 1;
     this.txtStaffCode.Validated    += new System.EventHandler(this.txtStaffCode_Validated);
     //
     // cmbCollectCategoryId
     //
     this.cmbCollectCategoryId.DisplayMember        = null;
     this.cmbCollectCategoryId.DropDown.AllowResize = false;
     this.cmbCollectCategoryId.DropDownStyle        = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCollectCategoryId.FlatStyle            = GrapeCity.Win.Editors.FlatStyleEx.Flat;
     this.cmbCollectCategoryId.Font    = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.cmbCollectCategoryId.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.cmbCollectCategoryId.ListHeaderPane.Height  = 22;
     this.cmbCollectCategoryId.ListHeaderPane.Visible = false;
     this.cmbCollectCategoryId.Location = new System.Drawing.Point(99, 113);
     this.cmbCollectCategoryId.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.cmbCollectCategoryId.Name     = "cmbCollectCategoryId";
     this.cmbCollectCategoryId.Required = false;
     this.cmbCollectCategoryId.SideButtons.AddRange(new GrapeCity.Win.Editors.SideButtonBase[] {
         this.dropDownButton1
     });
     this.cmbCollectCategoryId.Size                  = new System.Drawing.Size(142, 22);
     this.cmbCollectCategoryId.TabIndex              = 14;
     this.cmbCollectCategoryId.ValueMember           = null;
     this.cmbCollectCategoryId.SelectedIndexChanged += new System.EventHandler(this.cmbCollectCategoryId_SelectedIndexChanged);
     //
     // dropDownButton1
     //
     this.dropDownButton1.Name = "dropDownButton1";
     //
     // lblCollectCategoryId
     //
     this.lblCollectCategoryId.Location  = new System.Drawing.Point(26, 115);
     this.lblCollectCategoryId.Margin    = new System.Windows.Forms.Padding(14, 4, 3, 4);
     this.lblCollectCategoryId.Name      = "lblCollectCategoryId";
     this.lblCollectCategoryId.Size      = new System.Drawing.Size(67, 16);
     this.lblCollectCategoryId.TabIndex  = 13;
     this.lblCollectCategoryId.Text      = "回収方法";
     this.lblCollectCategoryId.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnStaffCode
     //
     this.btnStaffCode.Image    = global::Rac.VOne.Client.Screen.Properties.Resources.search;
     this.btnStaffCode.Location = new System.Drawing.Point(220, 22);
     this.btnStaffCode.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnStaffCode.Name     = "btnStaffCode";
     this.btnStaffCode.Size     = new System.Drawing.Size(24, 24);
     this.btnStaffCode.TabIndex = 2;
     this.btnStaffCode.UseVisualStyleBackColor = true;
     this.btnStaffCode.Click += new System.EventHandler(this.btnStaffCode_Click);
     //
     // lblStaffName
     //
     this.lblStaffName.ContentAlignment   = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblStaffName.DropDown.AllowDrop = false;
     this.lblStaffName.Enabled            = false;
     this.lblStaffName.HighlightText      = true;
     this.lblStaffName.Location           = new System.Drawing.Point(250, 24);
     this.lblStaffName.Margin             = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lblStaffName.Name     = "lblStaffName";
     this.lblStaffName.ReadOnly = true;
     this.lblStaffName.Required = false;
     this.lblStaffName.Size     = new System.Drawing.Size(253, 22);
     this.lblStaffName.TabIndex = 3;
     //
     // lblStaffCode
     //
     this.lblStaffCode.Location  = new System.Drawing.Point(26, 26);
     this.lblStaffCode.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lblStaffCode.Name      = "lblStaffCode";
     this.lblStaffCode.Size      = new System.Drawing.Size(67, 16);
     this.lblStaffCode.TabIndex  = 0;
     this.lblStaffCode.Text      = "営業担当者";
     this.lblStaffCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // gbxBilling
     //
     this.gbxBilling.Controls.Add(this.lblBillingCategory);
     this.gbxBilling.Controls.Add(this.txtBillingCategory);
     this.gbxBilling.Controls.Add(this.btnBillingCategory);
     this.gbxBilling.Controls.Add(this.lblBillingCategoryName);
     this.gbxBilling.Location = new System.Drawing.Point(14, 19);
     this.gbxBilling.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbxBilling.Name     = "gbxBilling";
     this.gbxBilling.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbxBilling.Size     = new System.Drawing.Size(551, 62);
     this.gbxBilling.TabIndex = 0;
     this.gbxBilling.TabStop  = false;
     this.gbxBilling.Text     = "請求データ";
     //
     // lblBillingCategory
     //
     this.lblBillingCategory.Font      = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.lblBillingCategory.Location  = new System.Drawing.Point(26, 26);
     this.lblBillingCategory.Name      = "lblBillingCategory";
     this.lblBillingCategory.Size      = new System.Drawing.Size(67, 16);
     this.lblBillingCategory.TabIndex  = 0;
     this.lblBillingCategory.Text      = "請求区分";
     this.lblBillingCategory.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtBillingCategory
     //
     this.txtBillingCategory.AllowSpace         = GrapeCity.Win.Editors.AllowSpace.None;
     this.txtBillingCategory.ContentAlignment   = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtBillingCategory.DropDown.AllowDrop = false;
     this.txtBillingCategory.Font          = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.txtBillingCategory.Format        = "9";
     this.txtBillingCategory.HighlightText = true;
     this.txtBillingCategory.ImeMode       = System.Windows.Forms.ImeMode.Disable;
     this.txtBillingCategory.Location      = new System.Drawing.Point(99, 24);
     this.txtBillingCategory.Margin        = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.txtBillingCategory.MaxLength     = 2;
     this.txtBillingCategory.Name          = "txtBillingCategory";
     this.txtBillingCategory.PaddingChar   = '0';
     this.txtBillingCategory.Required      = false;
     this.txtBillingCategory.Size          = new System.Drawing.Size(30, 22);
     this.txtBillingCategory.TabIndex      = 1;
     this.txtBillingCategory.Validated    += new System.EventHandler(this.txtBillingCategory_Validated);
     //
     // btnBillingCategory
     //
     this.btnBillingCategory.Font     = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.btnBillingCategory.Image    = global::Rac.VOne.Client.Screen.Properties.Resources.search;
     this.btnBillingCategory.Location = new System.Drawing.Point(135, 22);
     this.btnBillingCategory.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnBillingCategory.Name     = "btnBillingCategory";
     this.btnBillingCategory.Size     = new System.Drawing.Size(24, 24);
     this.btnBillingCategory.TabIndex = 2;
     this.btnBillingCategory.UseVisualStyleBackColor = true;
     this.btnBillingCategory.Click += new System.EventHandler(this.btnBillingCategory_Click);
     //
     // lblBillingCategoryName
     //
     this.lblBillingCategoryName.ContentAlignment   = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblBillingCategoryName.DropDown.AllowDrop = false;
     this.lblBillingCategoryName.Enabled            = false;
     this.lblBillingCategoryName.Font          = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.lblBillingCategoryName.HighlightText = true;
     this.lblBillingCategoryName.Location      = new System.Drawing.Point(165, 24);
     this.lblBillingCategoryName.Margin        = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.lblBillingCategoryName.Name          = "lblBillingCategoryName";
     this.lblBillingCategoryName.ReadOnly      = true;
     this.lblBillingCategoryName.Required      = false;
     this.lblBillingCategoryName.Size          = new System.Drawing.Size(338, 22);
     this.lblBillingCategoryName.TabIndex      = 3;
     //
     // dlgMFBillingExtractSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(579, 310);
     this.Controls.Add(this.gbxBilling);
     this.Controls.Add(this.gbxCustomer);
     this.Controls.Add(this.btnF01);
     this.Controls.Add(this.btnF10);
     this.Font         = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.ForeColor    = System.Drawing.SystemColors.WindowText;
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name         = "dlgMFBillingExtractSetting";
     this.Text         = "取込設定";
     this.XmlMessenger = xmlMessenger1;
     this.Load        += new System.EventHandler(this.dlgPublishInvoices_Load);
     this.Controls.SetChildIndex(this.btnF10, 0);
     this.Controls.SetChildIndex(this.btnF01, 0);
     this.Controls.SetChildIndex(this.gbxCustomer, 0);
     this.Controls.SetChildIndex(this.gbxBilling, 0);
     this.gbxCustomer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtCollectOffsetDay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCollectOffsetMonth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtClosingDay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtStaffCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCollectCategoryId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblStaffName)).EndInit();
     this.gbxBilling.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtBillingCategory)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblBillingCategoryName)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgPublishInvoices));
     Rac.VOne.Message.XmlMessenger xmlMessenger1 = new Rac.VOne.Message.XmlMessenger();
     this.btnF10             = new System.Windows.Forms.Button();
     this.btnF03             = new System.Windows.Forms.Button();
     this.rdoPrintImpossible = new System.Windows.Forms.RadioButton();
     this.rdoPrintPossible   = new System.Windows.Forms.RadioButton();
     this.SuspendLayout();
     //
     // btnF10
     //
     this.btnF10.Location = new System.Drawing.Point(105, 110);
     this.btnF10.Name     = "btnF10";
     this.btnF10.Size     = new System.Drawing.Size(82, 26);
     this.btnF10.TabIndex = 11;
     this.btnF10.Text     = "F10/戻る";
     this.btnF10.UseVisualStyleBackColor = true;
     this.btnF10.Click += new System.EventHandler(this.btnF10_Click);
     //
     // btnF03
     //
     this.btnF03.Location = new System.Drawing.Point(8, 110);
     this.btnF03.Name     = "btnF03";
     this.btnF03.Size     = new System.Drawing.Size(82, 26);
     this.btnF03.TabIndex = 12;
     this.btnF03.Text     = "F3/発行";
     this.btnF03.UseVisualStyleBackColor = true;
     this.btnF03.Click += new System.EventHandler(this.btnF03_Click);
     //
     // rdoPrintImpossible
     //
     this.rdoPrintImpossible.Font     = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdoPrintImpossible.Location = new System.Drawing.Point(41, 66);
     this.rdoPrintImpossible.Margin   = new System.Windows.Forms.Padding(21, 3, 3, 3);
     this.rdoPrintImpossible.Name     = "rdoPrintImpossible";
     this.rdoPrintImpossible.Size     = new System.Drawing.Size(86, 18);
     this.rdoPrintImpossible.TabIndex = 14;
     this.rdoPrintImpossible.Text     = "CSV出力";
     this.rdoPrintImpossible.UseVisualStyleBackColor = true;
     //
     // rdoPrintPossible
     //
     this.rdoPrintPossible.Checked  = true;
     this.rdoPrintPossible.Font     = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdoPrintPossible.Location = new System.Drawing.Point(41, 26);
     this.rdoPrintPossible.Margin   = new System.Windows.Forms.Padding(3, 3, 21, 3);
     this.rdoPrintPossible.Name     = "rdoPrintPossible";
     this.rdoPrintPossible.Size     = new System.Drawing.Size(86, 18);
     this.rdoPrintPossible.TabIndex = 13;
     this.rdoPrintPossible.TabStop  = true;
     this.rdoPrintPossible.Text     = "印刷";
     this.rdoPrintPossible.UseVisualStyleBackColor = true;
     //
     // dlgPublishInvoices
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(194, 143);
     this.Controls.Add(this.rdoPrintImpossible);
     this.Controls.Add(this.rdoPrintPossible);
     this.Controls.Add(this.btnF03);
     this.Controls.Add(this.btnF10);
     this.ForeColor    = System.Drawing.SystemColors.WindowText;
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "dlgPublishInvoices";
     this.Text         = "発行";
     this.XmlMessenger = xmlMessenger1;
     this.Load        += new System.EventHandler(this.dlgPublishInvoices_Load);
     this.Controls.SetChildIndex(this.btnF10, 0);
     this.Controls.SetChildIndex(this.btnF03, 0);
     this.Controls.SetChildIndex(this.rdoPrintPossible, 0);
     this.Controls.SetChildIndex(this.rdoPrintImpossible, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgDriveSelect));
     Rac.VOne.Message.XmlMessenger xmlMessenger1 = new Rac.VOne.Message.XmlMessenger();
     this.btnCancel = new System.Windows.Forms.Button();
     this.txtDrive  = new Rac.VOne.Client.Common.Controls.VOneTextControl(this.components);
     this.lblDrive  = new System.Windows.Forms.Label();
     this.btnOk     = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.txtDrive)).BeginInit();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(161, 77);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(95, 32);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text     = "キャンセル";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // txtDrive
     //
     this.txtDrive.AllowSpace         = GrapeCity.Win.Editors.AllowSpace.None;
     this.txtDrive.ContentAlignment   = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtDrive.DropDown.AllowDrop = false;
     this.txtDrive.Format             = "A";
     this.txtDrive.HighlightText      = true;
     this.txtDrive.Location           = new System.Drawing.Point(113, 28);
     this.txtDrive.MaxLength          = 1;
     this.txtDrive.Name     = "txtDrive";
     this.txtDrive.Required = true;
     this.txtDrive.Size     = new System.Drawing.Size(22, 22);
     this.txtDrive.TabIndex = 0;
     //
     // lblDrive
     //
     this.lblDrive.AutoSize  = true;
     this.lblDrive.Font      = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDrive.Location  = new System.Drawing.Point(22, 32);
     this.lblDrive.Name      = "lblDrive";
     this.lblDrive.Size      = new System.Drawing.Size(85, 15);
     this.lblDrive.TabIndex  = 14;
     this.lblDrive.Text      = "使 用 ド ラ イ ブ";
     this.lblDrive.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnOk
     //
     this.btnOk.Location = new System.Drawing.Point(60, 77);
     this.btnOk.Name     = "btnOk";
     this.btnOk.Size     = new System.Drawing.Size(95, 32);
     this.btnOk.TabIndex = 1;
     this.btnOk.Text     = "OK";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // dlgDriveSelect
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(268, 145);
     this.Controls.Add(this.lblDrive);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.txtDrive);
     this.Font            = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor       = System.Drawing.SystemColors.WindowText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "dlgDriveSelect";
     this.Text            = "クライアント側使用ドライブ登録";
     this.XmlMessenger    = xmlMessenger1;
     this.Load           += new System.EventHandler(this.dlgDriveSelect_Load);
     this.Controls.SetChildIndex(this.txtDrive, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.btnOk, 0);
     this.Controls.SetChildIndex(this.lblDrive, 0);
     ((System.ComponentModel.ISupportInitialize)(this.txtDrive)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgLoginUserLicense));
     Rac.VOne.Message.XmlMessenger xmlMessenger1 = new Rac.VOne.Message.XmlMessenger();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnAdd   = new System.Windows.Forms.Button();
     this.grid     = new Rac.VOne.Client.Common.Controls.VOneGridControl();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(208, 243);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(98, 23);
     this.btnClose.TabIndex = 5;
     this.btnClose.Text     = "閉じる";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnAdd
     //
     this.btnAdd.Location = new System.Drawing.Point(50, 243);
     this.btnAdd.Name     = "btnAdd";
     this.btnAdd.Size     = new System.Drawing.Size(98, 23);
     this.btnAdd.TabIndex = 4;
     this.btnAdd.Text     = "追加";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // grid
     //
     this.grid.AllowAutoExtend        = true;
     this.grid.AllowUserToAddRows     = false;
     this.grid.AllowUserToShiftSelect = true;
     this.grid.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.grid.HorizontalScrollMode = GrapeCity.Win.MultiRow.ScrollMode.Cell;
     this.grid.Location             = new System.Drawing.Point(11, 10);
     this.grid.Name      = "grid";
     this.grid.Size      = new System.Drawing.Size(334, 224);
     this.grid.SplitMode = GrapeCity.Win.MultiRow.SplitMode.None;
     this.grid.TabIndex  = 12;
     this.grid.Text      = "vOneGridControl1";
     //
     // dlgLoginUserLicense
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(357, 298);
     this.Controls.Add(this.grid);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnAdd);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     this.ForeColor       = System.Drawing.SystemColors.WindowText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "dlgLoginUserLicense";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "ユーザーライセンス追加";
     this.XmlMessenger    = xmlMessenger1;
     this.Load           += new System.EventHandler(this.dlgLoginUserLicense_Load);
     this.Controls.SetChildIndex(this.btnAdd, 0);
     this.Controls.SetChildIndex(this.btnClose, 0);
     this.Controls.SetChildIndex(this.grid, 0);
     ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Rac.VOne.Message.XmlMessenger xmlMessenger1 = new Rac.VOne.Message.XmlMessenger();
     this.txtNewPassword    = new Rac.VOne.Client.Common.Controls.VOneTextControl(this.components);
     this.txtConfirmation   = new Rac.VOne.Client.Common.Controls.VOneTextControl(this.components);
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.btnCancel         = new System.Windows.Forms.Button();
     this.btnClearPasswords = new System.Windows.Forms.Button();
     this.btnChangePassword = new System.Windows.Forms.Button();
     this.lblPrompt         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.txtNewPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmation)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // txtNewPassword
     //
     this.txtNewPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.txtNewPassword.ContentAlignment   = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtNewPassword.DropDown.AllowDrop = false;
     this.txtNewPassword.Font          = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNewPassword.HighlightText = true;
     this.txtNewPassword.Location      = new System.Drawing.Point(99, 27);
     this.txtNewPassword.Margin        = new System.Windows.Forms.Padding(3, 3, 3, 6);
     this.txtNewPassword.MaxLength     = 15;
     this.txtNewPassword.Name          = "txtNewPassword";
     this.txtNewPassword.PasswordChar  = '●';
     this.txtNewPassword.Required      = true;
     this.txtNewPassword.Size          = new System.Drawing.Size(210, 22);
     this.txtNewPassword.TabIndex      = 1;
     //
     // txtConfirmation
     //
     this.txtConfirmation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.txtConfirmation.ContentAlignment   = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtConfirmation.DropDown.AllowDrop = false;
     this.txtConfirmation.Font          = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtConfirmation.HighlightText = true;
     this.txtConfirmation.Location      = new System.Drawing.Point(99, 61);
     this.txtConfirmation.Margin        = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.txtConfirmation.MaxLength     = 15;
     this.txtConfirmation.Name          = "txtConfirmation";
     this.txtConfirmation.PasswordChar  = '●';
     this.txtConfirmation.Required      = true;
     this.txtConfirmation.Size          = new System.Drawing.Size(210, 22);
     this.txtConfirmation.TabIndex      = 2;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.txtNewPassword);
     this.groupBox1.Controls.Add(this.txtConfirmation);
     this.groupBox1.Font     = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(31, 42);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(353, 100);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(52, 63);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(41, 16);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "(確認)";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(39, 29);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(54, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "パスワード";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnCancel
     //
     this.btnCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Font     = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Location = new System.Drawing.Point(307, 158);
     this.btnCancel.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 9);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(95, 32);
     this.btnCancel.TabIndex = 12;
     this.btnCancel.Text     = "F10/戻る";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnClearPasswords
     //
     this.btnClearPasswords.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnClearPasswords.Font     = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClearPasswords.Location = new System.Drawing.Point(113, 158);
     this.btnClearPasswords.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 9);
     this.btnClearPasswords.Name     = "btnClearPasswords";
     this.btnClearPasswords.Size     = new System.Drawing.Size(95, 32);
     this.btnClearPasswords.TabIndex = 11;
     this.btnClearPasswords.Text     = "F2/クリア";
     this.btnClearPasswords.UseVisualStyleBackColor = true;
     this.btnClearPasswords.Click += new System.EventHandler(this.btnClearPasswords_Click);
     //
     // btnChangePassword
     //
     this.btnChangePassword.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnChangePassword.Font     = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnChangePassword.Location = new System.Drawing.Point(12, 158);
     this.btnChangePassword.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 9);
     this.btnChangePassword.Name     = "btnChangePassword";
     this.btnChangePassword.Size     = new System.Drawing.Size(95, 32);
     this.btnChangePassword.TabIndex = 10;
     this.btnChangePassword.Text     = "F1/登録";
     this.btnChangePassword.UseVisualStyleBackColor = true;
     this.btnChangePassword.Click += new System.EventHandler(this.btnChangePassword_Click);
     //
     // lblPrompt
     //
     this.lblPrompt.Font      = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPrompt.Location  = new System.Drawing.Point(30, 20);
     this.lblPrompt.Margin    = new System.Windows.Forms.Padding(3);
     this.lblPrompt.Name      = "lblPrompt";
     this.lblPrompt.Size      = new System.Drawing.Size(169, 16);
     this.lblPrompt.TabIndex  = 0;
     this.lblPrompt.Text      = "新しいパスワードを入力してください";
     this.lblPrompt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dlgChangePassword
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(414, 221);
     this.Controls.Add(this.lblPrompt);
     this.Controls.Add(this.btnChangePassword);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnClearPasswords);
     this.Controls.Add(this.groupBox1);
     this.ForeColor       = System.Drawing.SystemColors.WindowText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "dlgChangePassword";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "パスワード変更";
     this.XmlMessenger    = xmlMessenger1;
     this.Load           += new System.EventHandler(this.dlgChangePassword_Load);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.Controls.SetChildIndex(this.btnClearPasswords, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.btnChangePassword, 0);
     this.Controls.SetChildIndex(this.lblPrompt, 0);
     ((System.ComponentModel.ISupportInitialize)(this.txtNewPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmation)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }