....
This commit is contained in:
274
SubProject/FBS0000/Holiday/fHolyday_Add.Designer.cs
generated
274
SubProject/FBS0000/Holiday/fHolyday_Add.Designer.cs
generated
@@ -28,53 +28,60 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.Windows.Forms.Label sdateLabel;
|
||||
System.Windows.Forms.Label contentsLabel;
|
||||
System.Windows.Forms.Label uidLabel;
|
||||
System.Windows.Forms.Label label1;
|
||||
System.Windows.Forms.Label label2;
|
||||
System.Windows.Forms.Label label3;
|
||||
System.Windows.Forms.Label label4;
|
||||
System.Windows.Forms.Label label5;
|
||||
this.dsMSSQL = new FBS0000.dsMSSQL();
|
||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.ta = new FBS0000.dsMSSQLTableAdapters.HolydayTableAdapter();
|
||||
this.tam = new FBS0000.dsMSSQLTableAdapters.TableAdapterManager();
|
||||
this.contentsTextBox = new System.Windows.Forms.TextBox();
|
||||
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
||||
this.cmbUser = new System.Windows.Forms.ComboBox();
|
||||
this.btOK = new System.Windows.Forms.Button();
|
||||
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
||||
this.radDR = new System.Windows.Forms.RadioButton();
|
||||
this.radCR = new System.Windows.Forms.RadioButton();
|
||||
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
||||
this.nudCrDAy = new System.Windows.Forms.NumericUpDown();
|
||||
this.nudCrHour = new System.Windows.Forms.NumericUpDown();
|
||||
this.cmbType = new System.Windows.Forms.ComboBox();
|
||||
this.nudDrHour = new System.Windows.Forms.NumericUpDown();
|
||||
this.nudDrDay = new System.Windows.Forms.NumericUpDown();
|
||||
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
||||
sdateLabel = new System.Windows.Forms.Label();
|
||||
contentsLabel = new System.Windows.Forms.Label();
|
||||
uidLabel = new System.Windows.Forms.Label();
|
||||
label1 = new System.Windows.Forms.Label();
|
||||
label2 = new System.Windows.Forms.Label();
|
||||
label3 = new System.Windows.Forms.Label();
|
||||
label4 = new System.Windows.Forms.Label();
|
||||
label5 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudCrDAy)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudCrHour)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudDrHour)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudDrDay)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// sdateLabel
|
||||
//
|
||||
sdateLabel.AutoSize = true;
|
||||
sdateLabel.Location = new System.Drawing.Point(30, 49);
|
||||
sdateLabel.Location = new System.Drawing.Point(44, 49);
|
||||
sdateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
sdateLabel.Name = "sdateLabel";
|
||||
sdateLabel.Size = new System.Drawing.Size(51, 19);
|
||||
sdateLabel.Size = new System.Drawing.Size(37, 19);
|
||||
sdateLabel.TabIndex = 2;
|
||||
sdateLabel.Text = "등록일";
|
||||
sdateLabel.Text = "기간";
|
||||
//
|
||||
// contentsLabel
|
||||
//
|
||||
contentsLabel.AutoSize = true;
|
||||
contentsLabel.Location = new System.Drawing.Point(42, 83);
|
||||
contentsLabel.Location = new System.Drawing.Point(42, 113);
|
||||
contentsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
contentsLabel.Name = "contentsLabel";
|
||||
contentsLabel.Size = new System.Drawing.Size(37, 19);
|
||||
contentsLabel.TabIndex = 4;
|
||||
contentsLabel.TabIndex = 6;
|
||||
contentsLabel.Text = "내용";
|
||||
//
|
||||
// uidLabel
|
||||
@@ -89,25 +96,29 @@
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
label1.AutoSize = true;
|
||||
label1.Location = new System.Drawing.Point(44, 258);
|
||||
label1.Location = new System.Drawing.Point(28, 340);
|
||||
label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new System.Drawing.Size(37, 19);
|
||||
label1.TabIndex = 6;
|
||||
label1.Text = "일수";
|
||||
label1.Size = new System.Drawing.Size(51, 19);
|
||||
label1.TabIndex = 12;
|
||||
label1.Text = "사용일";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.AutoSize = true;
|
||||
label2.Location = new System.Drawing.Point(279, 340);
|
||||
label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new System.Drawing.Size(65, 19);
|
||||
label2.TabIndex = 14;
|
||||
label2.Text = "사용시간";
|
||||
//
|
||||
// dsMSSQL
|
||||
//
|
||||
this.dsMSSQL.DataSetName = "dsMSSQL";
|
||||
this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
||||
//
|
||||
// bs
|
||||
//
|
||||
this.bs.DataMember = "Holyday";
|
||||
this.bs.DataSource = this.dsMSSQL;
|
||||
//
|
||||
// ta
|
||||
//
|
||||
this.ta.ClearBeforeFill = true;
|
||||
@@ -116,153 +127,187 @@
|
||||
//
|
||||
this.tam.BackupDataSetBeforeUpdate = false;
|
||||
this.tam.BoardTableAdapter = null;
|
||||
this.tam.EETGW_WorkTableUserTableAdapter = null;
|
||||
this.tam.HolidayLIstTableAdapter = null;
|
||||
this.tam.HolydayTableAdapter = this.ta;
|
||||
this.tam.minutesTableAdapter = null;
|
||||
this.tam.UpdateOrder = FBS0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
||||
//
|
||||
// contentsTextBox
|
||||
//
|
||||
this.contentsTextBox.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.contentsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "contents", true));
|
||||
this.contentsTextBox.Location = new System.Drawing.Point(87, 80);
|
||||
this.contentsTextBox.Location = new System.Drawing.Point(87, 113);
|
||||
this.contentsTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.contentsTextBox.Multiline = true;
|
||||
this.contentsTextBox.Name = "contentsTextBox";
|
||||
this.contentsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||||
this.contentsTextBox.Size = new System.Drawing.Size(422, 168);
|
||||
this.contentsTextBox.TabIndex = 5;
|
||||
this.contentsTextBox.Size = new System.Drawing.Size(460, 184);
|
||||
this.contentsTextBox.TabIndex = 7;
|
||||
//
|
||||
// dateTimePicker1
|
||||
//
|
||||
this.dateTimePicker1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.dateTimePicker1.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "sdate", true));
|
||||
this.dateTimePicker1.Location = new System.Drawing.Point(87, 45);
|
||||
this.dateTimePicker1.Name = "dateTimePicker1";
|
||||
this.dateTimePicker1.Size = new System.Drawing.Size(214, 27);
|
||||
this.dateTimePicker1.Size = new System.Drawing.Size(462, 27);
|
||||
this.dateTimePicker1.TabIndex = 3;
|
||||
this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
|
||||
//
|
||||
// cmbUser
|
||||
//
|
||||
this.cmbUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.cmbUser.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bs, "uid", true));
|
||||
this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmbUser.FormattingEnabled = true;
|
||||
this.cmbUser.Location = new System.Drawing.Point(87, 12);
|
||||
this.cmbUser.Name = "cmbUser";
|
||||
this.cmbUser.Size = new System.Drawing.Size(422, 27);
|
||||
this.cmbUser.Size = new System.Drawing.Size(462, 27);
|
||||
this.cmbUser.TabIndex = 1;
|
||||
//
|
||||
// btOK
|
||||
//
|
||||
this.btOK.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btOK.Location = new System.Drawing.Point(87, 291);
|
||||
this.btOK.Location = new System.Drawing.Point(87, 373);
|
||||
this.btOK.Name = "btOK";
|
||||
this.btOK.Size = new System.Drawing.Size(422, 38);
|
||||
this.btOK.TabIndex = 8;
|
||||
this.btOK.Size = new System.Drawing.Size(460, 38);
|
||||
this.btOK.TabIndex = 16;
|
||||
this.btOK.Text = "OK";
|
||||
this.btOK.UseVisualStyleBackColor = true;
|
||||
this.btOK.Click += new System.EventHandler(this.btOK_Click);
|
||||
//
|
||||
// numericUpDown1
|
||||
// nudCrDAy
|
||||
//
|
||||
this.numericUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.numericUpDown1.DecimalPlaces = 2;
|
||||
this.numericUpDown1.Location = new System.Drawing.Point(87, 256);
|
||||
this.numericUpDown1.Maximum = new decimal(new int[] {
|
||||
999999,
|
||||
0,
|
||||
this.nudCrDAy.DecimalPlaces = 2;
|
||||
this.nudCrDAy.Location = new System.Drawing.Point(87, 338);
|
||||
this.nudCrDAy.Maximum = new decimal(new int[] {
|
||||
1215752191,
|
||||
23,
|
||||
0,
|
||||
0});
|
||||
this.numericUpDown1.Name = "numericUpDown1";
|
||||
this.numericUpDown1.Size = new System.Drawing.Size(159, 27);
|
||||
this.numericUpDown1.TabIndex = 7;
|
||||
this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.nudCrDAy.Name = "nudCrDAy";
|
||||
this.nudCrDAy.Size = new System.Drawing.Size(183, 27);
|
||||
this.nudCrDAy.TabIndex = 13;
|
||||
this.nudCrDAy.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// radDR
|
||||
// nudCrHour
|
||||
//
|
||||
this.radDR.AutoSize = true;
|
||||
this.radDR.Location = new System.Drawing.Point(389, 47);
|
||||
this.radDR.Name = "radDR";
|
||||
this.radDR.Size = new System.Drawing.Size(55, 23);
|
||||
this.radDR.TabIndex = 9;
|
||||
this.radDR.Text = "발생";
|
||||
this.radDR.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// radCR
|
||||
//
|
||||
this.radCR.AutoSize = true;
|
||||
this.radCR.Checked = true;
|
||||
this.radCR.Location = new System.Drawing.Point(317, 47);
|
||||
this.radCR.Name = "radCR";
|
||||
this.radCR.Size = new System.Drawing.Size(55, 23);
|
||||
this.radCR.TabIndex = 10;
|
||||
this.radCR.TabStop = true;
|
||||
this.radCR.Text = "사용";
|
||||
this.radCR.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// numericUpDown2
|
||||
//
|
||||
this.numericUpDown2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.numericUpDown2.DecimalPlaces = 2;
|
||||
this.numericUpDown2.Location = new System.Drawing.Point(350, 256);
|
||||
this.numericUpDown2.Maximum = new decimal(new int[] {
|
||||
999999,
|
||||
0,
|
||||
this.nudCrHour.DecimalPlaces = 2;
|
||||
this.nudCrHour.Location = new System.Drawing.Point(350, 338);
|
||||
this.nudCrHour.Maximum = new decimal(new int[] {
|
||||
1215752191,
|
||||
23,
|
||||
0,
|
||||
0});
|
||||
this.numericUpDown2.Name = "numericUpDown2";
|
||||
this.numericUpDown2.Size = new System.Drawing.Size(159, 27);
|
||||
this.numericUpDown2.TabIndex = 12;
|
||||
this.numericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.nudCrHour.Name = "nudCrHour";
|
||||
this.nudCrHour.Size = new System.Drawing.Size(197, 27);
|
||||
this.nudCrHour.TabIndex = 15;
|
||||
this.nudCrHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label2
|
||||
// cmbType
|
||||
//
|
||||
label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
label2.AutoSize = true;
|
||||
label2.Location = new System.Drawing.Point(307, 258);
|
||||
label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new System.Drawing.Size(37, 19);
|
||||
label2.TabIndex = 11;
|
||||
label2.Text = "시간";
|
||||
this.cmbType.FormattingEnabled = true;
|
||||
this.cmbType.Location = new System.Drawing.Point(87, 78);
|
||||
this.cmbType.Name = "cmbType";
|
||||
this.cmbType.Size = new System.Drawing.Size(462, 27);
|
||||
this.cmbType.TabIndex = 5;
|
||||
//
|
||||
// nudDrHour
|
||||
//
|
||||
this.nudDrHour.DecimalPlaces = 2;
|
||||
this.nudDrHour.Location = new System.Drawing.Point(350, 305);
|
||||
this.nudDrHour.Maximum = new decimal(new int[] {
|
||||
1215752191,
|
||||
23,
|
||||
0,
|
||||
0});
|
||||
this.nudDrHour.Name = "nudDrHour";
|
||||
this.nudDrHour.Size = new System.Drawing.Size(197, 27);
|
||||
this.nudDrHour.TabIndex = 11;
|
||||
this.nudDrHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
label3.AutoSize = true;
|
||||
label3.Location = new System.Drawing.Point(279, 307);
|
||||
label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label3.Name = "label3";
|
||||
label3.Size = new System.Drawing.Size(65, 19);
|
||||
label3.TabIndex = 10;
|
||||
label3.Text = "발생시간";
|
||||
//
|
||||
// nudDrDay
|
||||
//
|
||||
this.nudDrDay.DecimalPlaces = 2;
|
||||
this.nudDrDay.Location = new System.Drawing.Point(87, 305);
|
||||
this.nudDrDay.Maximum = new decimal(new int[] {
|
||||
1215752191,
|
||||
23,
|
||||
0,
|
||||
0});
|
||||
this.nudDrDay.Name = "nudDrDay";
|
||||
this.nudDrDay.Size = new System.Drawing.Size(183, 27);
|
||||
this.nudDrDay.TabIndex = 9;
|
||||
this.nudDrDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
label4.AutoSize = true;
|
||||
label4.Location = new System.Drawing.Point(28, 307);
|
||||
label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label4.Name = "label4";
|
||||
label4.Size = new System.Drawing.Size(51, 19);
|
||||
label4.TabIndex = 8;
|
||||
label4.Text = "발생일";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
label5.AutoSize = true;
|
||||
label5.Location = new System.Drawing.Point(44, 81);
|
||||
label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label5.Name = "label5";
|
||||
label5.Size = new System.Drawing.Size(37, 19);
|
||||
label5.TabIndex = 4;
|
||||
label5.Text = "구분";
|
||||
//
|
||||
// dateTimePicker2
|
||||
//
|
||||
this.dateTimePicker2.Location = new System.Drawing.Point(12, 176);
|
||||
this.dateTimePicker2.Name = "dateTimePicker2";
|
||||
this.dateTimePicker2.Size = new System.Drawing.Size(252, 27);
|
||||
this.dateTimePicker2.TabIndex = 18;
|
||||
this.dateTimePicker2.Visible = false;
|
||||
//
|
||||
// fHolyday_Add
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(523, 340);
|
||||
this.Controls.Add(this.numericUpDown2);
|
||||
this.ClientSize = new System.Drawing.Size(566, 430);
|
||||
this.Controls.Add(this.contentsTextBox);
|
||||
this.Controls.Add(this.dateTimePicker2);
|
||||
this.Controls.Add(this.nudDrHour);
|
||||
this.Controls.Add(label3);
|
||||
this.Controls.Add(this.nudDrDay);
|
||||
this.Controls.Add(label4);
|
||||
this.Controls.Add(this.cmbType);
|
||||
this.Controls.Add(this.nudCrHour);
|
||||
this.Controls.Add(label2);
|
||||
this.Controls.Add(this.radCR);
|
||||
this.Controls.Add(this.radDR);
|
||||
this.Controls.Add(this.numericUpDown1);
|
||||
this.Controls.Add(this.nudCrDAy);
|
||||
this.Controls.Add(label1);
|
||||
this.Controls.Add(this.btOK);
|
||||
this.Controls.Add(this.cmbUser);
|
||||
this.Controls.Add(this.dateTimePicker1);
|
||||
this.Controls.Add(label5);
|
||||
this.Controls.Add(sdateLabel);
|
||||
this.Controls.Add(contentsLabel);
|
||||
this.Controls.Add(this.contentsTextBox);
|
||||
this.Controls.Add(uidLabel);
|
||||
this.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "fHolyday_Add";
|
||||
this.Text = "휴가 발생/사용 등록";
|
||||
this.Text = "근태입력";
|
||||
this.TopMost = true;
|
||||
this.Load += new System.EventHandler(this.@__Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudCrDAy)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudCrHour)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudDrHour)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudDrDay)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -271,16 +316,17 @@
|
||||
#endregion
|
||||
|
||||
private dsMSSQL dsMSSQL;
|
||||
private System.Windows.Forms.BindingSource bs;
|
||||
private dsMSSQLTableAdapters.HolydayTableAdapter ta;
|
||||
private dsMSSQLTableAdapters.TableAdapterManager tam;
|
||||
private System.Windows.Forms.TextBox contentsTextBox;
|
||||
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
||||
private System.Windows.Forms.ComboBox cmbUser;
|
||||
private System.Windows.Forms.Button btOK;
|
||||
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
||||
private System.Windows.Forms.RadioButton radDR;
|
||||
private System.Windows.Forms.RadioButton radCR;
|
||||
private System.Windows.Forms.NumericUpDown numericUpDown2;
|
||||
private System.Windows.Forms.NumericUpDown nudCrDAy;
|
||||
private System.Windows.Forms.NumericUpDown nudCrHour;
|
||||
private System.Windows.Forms.ComboBox cmbType;
|
||||
private System.Windows.Forms.NumericUpDown nudDrHour;
|
||||
private System.Windows.Forms.NumericUpDown nudDrDay;
|
||||
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user