コード例 #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.textFieldCurrency = new ODR.ValidDouble();
     this.labelName = new System.Windows.Forms.Label();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // textFieldCurrency
     //
     this.textFieldCurrency.Location = new System.Drawing.Point(22, 43);
     this.textFieldCurrency.Name = "textFieldCurrency";
     this.textFieldCurrency.Size = new System.Drawing.Size(108, 20);
     this.textFieldCurrency.TabIndex = 8;
     //
     // labelName
     //
     this.labelName.Location = new System.Drawing.Point(19, 17);
     this.labelName.Name = "labelName";
     this.labelName.Size = new System.Drawing.Size(335, 20);
     this.labelName.TabIndex = 7;
     this.labelName.Text = "Field Name";
     this.labelName.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(83, 93);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(176, 93);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // FormPatFieldCurrencyEdit
     //
     this.AcceptButton = this.butOK;
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(272, 140);
     this.Controls.Add(this.textFieldCurrency);
     this.Controls.Add(this.labelName);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormPatFieldCurrencyEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Patient Field Currency";
     this.Load += new System.EventHandler(this.FormPatFieldCurrencyEdit_Load);
     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.butOK = new OpenDental.UI.Button();
     this.labelCashBackAmt = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.button1 = new OpenDental.UI.Button();
     this.textCashBackAmt = new ODR.ValidDouble();
     this.listTransType = new System.Windows.Forms.ListBox();
     this.checkSaveToken = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(219,197);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 2;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // labelCashBackAmt
     //
     this.labelCashBackAmt.Location = new System.Drawing.Point(50,158);
     this.labelCashBackAmt.Name = "labelCashBackAmt";
     this.labelCashBackAmt.Size = new System.Drawing.Size(154,16);
     this.labelCashBackAmt.TabIndex = 60;
     this.labelCashBackAmt.Text = "Cash Back Amount";
     this.labelCashBackAmt.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.labelCashBackAmt.Visible = false;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(50,28);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(154,16);
     this.label1.TabIndex = 58;
     this.label1.Text = "Transaction Type";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // button1
     //
     this.button1.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Autosize = true;
     this.button1.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.button1.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.button1.CornerRadius = 4F;
     this.button1.Location = new System.Drawing.Point(-226,-136);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75,26);
     this.button1.TabIndex = 56;
     this.button1.Text = "&OK";
     //
     // textCashBackAmt
     //
     this.textCashBackAmt.Location = new System.Drawing.Point(52,177);
     this.textCashBackAmt.Name = "textCashBackAmt";
     this.textCashBackAmt.Size = new System.Drawing.Size(100,20);
     this.textCashBackAmt.TabIndex = 61;
     this.textCashBackAmt.Visible = false;
     //
     // listTransType
     //
     this.listTransType.FormattingEnabled = true;
     this.listTransType.Location = new System.Drawing.Point(53,47);
     this.listTransType.Name = "listTransType";
     this.listTransType.Size = new System.Drawing.Size(202,108);
     this.listTransType.TabIndex = 62;
     this.listTransType.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listTransType_MouseClick);
     //
     // checkSaveToken
     //
     this.checkSaveToken.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkSaveToken.Location = new System.Drawing.Point(52,203);
     this.checkSaveToken.Name = "checkSaveToken";
     this.checkSaveToken.Size = new System.Drawing.Size(161,17);
     this.checkSaveToken.TabIndex = 63;
     this.checkSaveToken.Text = "Save Token";
     //
     // FormXchargeTrans
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(321,246);
     this.Controls.Add(this.checkSaveToken);
     this.Controls.Add(this.listTransType);
     this.Controls.Add(this.textCashBackAmt);
     this.Controls.Add(this.labelCashBackAmt);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.butOK);
     this.Name = "FormXchargeTrans";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "X-Charge Transaction Types";
     this.Load += new System.EventHandler(this.FormXchargeTrans_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }