123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
-
- namespace PTMedicalInsurance.Forms.SettlementWithNopwdApplys
- {
- partial class ApplyReason
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.uiPanel5 = new Sunny.UI.UIPanel();
- this.btnCancel = new Sunny.UI.UIButton();
- this.btOK = new Sunny.UI.UIButton();
- this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
- this.rtbReason = new Sunny.UI.UIRichTextBox();
- this.uiPanel5.SuspendLayout();
- this.uiGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // uiPanel5
- //
- this.uiPanel5.Controls.Add(this.btnCancel);
- this.uiPanel5.Controls.Add(this.btOK);
- this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel5.Location = new System.Drawing.Point(0, 414);
- this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel5.Name = "uiPanel5";
- this.uiPanel5.Size = new System.Drawing.Size(1308, 115);
- this.uiPanel5.TabIndex = 3;
- this.uiPanel5.Text = null;
- this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnCancel
- //
- this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.Location = new System.Drawing.Point(1148, 24);
- this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(148, 61);
- this.btnCancel.TabIndex = 24;
- this.btnCancel.Text = "退 出";
- this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btOK
- //
- this.btOK.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btOK.Location = new System.Drawing.Point(944, 24);
- this.btOK.MinimumSize = new System.Drawing.Size(1, 1);
- this.btOK.Name = "btOK";
- this.btOK.Size = new System.Drawing.Size(148, 61);
- this.btOK.TabIndex = 23;
- this.btOK.Text = "确定";
- this.btOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btOK.Click += new System.EventHandler(this.btOK_Click);
- //
- // uiGroupBox1
- //
- this.uiGroupBox1.Controls.Add(this.rtbReason);
- this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiGroupBox1.Name = "uiGroupBox1";
- this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox1.Size = new System.Drawing.Size(1308, 414);
- this.uiGroupBox1.TabIndex = 4;
- this.uiGroupBox1.Text = "请输入申请原因";
- this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rtbReason
- //
- this.rtbReason.Dock = System.Windows.Forms.DockStyle.Fill;
- this.rtbReason.FillColor = System.Drawing.Color.White;
- this.rtbReason.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rtbReason.Location = new System.Drawing.Point(0, 32);
- this.rtbReason.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.rtbReason.MinimumSize = new System.Drawing.Size(1, 1);
- this.rtbReason.Name = "rtbReason";
- this.rtbReason.Padding = new System.Windows.Forms.Padding(2);
- this.rtbReason.ShowText = false;
- this.rtbReason.Size = new System.Drawing.Size(1308, 382);
- this.rtbReason.TabIndex = 0;
- this.rtbReason.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rtbReason.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // ApplyReason
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1308, 529);
- this.Controls.Add(this.uiGroupBox1);
- this.Controls.Add(this.uiPanel5);
- this.Name = "ApplyReason";
- this.Text = "申请原因";
- this.uiPanel5.ResumeLayout(false);
- this.uiGroupBox1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIPanel uiPanel5;
- private Sunny.UI.UIButton btnCancel;
- private Sunny.UI.UIButton btOK;
- private Sunny.UI.UIGroupBox uiGroupBox1;
- private Sunny.UI.UIRichTextBox rtbReason;
- }
- }
|